Brendan Jackman ([email protected])

Number of posts: 164 (0.13 per day)
First post: 2020-08-24 14:11:34
Last post: 2024-03-28 14:20:20

Date List Subject
2021-01-14 18:21:38 linux-kernel [PATCH bpf-next v7 07/11] bpf: Add instructions for atomic_[cmp]xchg
2021-01-14 18:20:31 linux-kernel [PATCH bpf-next v7 02/11] bpf: x86: Factor out emission of REX byte
2021-01-14 18:20:25 linux-kernel [PATCH bpf-next v7 00/11] Atomics for eBPF
2021-01-14 18:19:56 linux-kernel [PATCH bpf-next v7 01/11] bpf: x86: Factor out emission of ModR/M for *(reg + off)
2021-01-12 15:50:14 linux-kernel [PATCH bpf-next v6 09/11] bpf: Add bitwise atomic instructions
2021-01-12 15:49:50 linux-kernel [PATCH bpf-next v6 04/11] bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
2021-01-12 15:47:03 linux-kernel [PATCH bpf-next v6 10/11] bpf: Add tests for new BPF atomic operations
2021-01-12 15:46:49 linux-kernel [PATCH bpf-next v6 08/11] bpf: Pull out a macro for interpreting atomic ALU operations
2021-01-12 15:46:44 linux-kernel [PATCH bpf-next v6 11/11] bpf: Document new atomic instructions
2021-01-12 15:46:32 linux-kernel [PATCH bpf-next v6 07/11] bpf: Add instructions for atomic_[cmp]xchg
2021-01-12 15:46:17 linux-kernel [PATCH bpf-next v6 01/11] bpf: x86: Factor out emission of ModR/M for *(reg + off)
2021-01-12 15:46:16 linux-kernel [PATCH bpf-next v6 06/11] bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
2021-01-12 15:46:13 linux-kernel [PATCH bpf-next v6 05/11] bpf: Move BPF_STX reserved field check into BPF_STX verifier code
2021-01-12 15:46:09 linux-kernel [PATCH bpf-next v6 03/11] bpf: x86: Factor out a lookup table for some ALU opcodes
2021-01-12 15:46:04 linux-kernel [PATCH bpf-next v6 00/11] Atomics for eBPF
2021-01-12 15:45:23 linux-kernel [PATCH bpf-next v6 02/11] bpf: x86: Factor out emission of REX byte
2021-01-12 14:59:41 linux-kernel Re: [PATCH bpf-next] bpf: Fix a verifier message for alloc size helper arg
2021-01-12 13:10:32 linux-kernel [PATCH bpf-next] bpf: Fix a verifier message for alloc size helper arg
2021-01-12 13:08:15 linux-kernel [PATCH bpf-next] bpf: Clarify return value of probe str helpers
2020-12-15 12:29:06 linux-kernel [PATCH bpf-next v2] libbpf: Expose libbpf ringbufer epoll_fd
2020-12-15 12:29:04 linux-kernel [PATCH bpf-next v5 02/11] bpf: x86: Factor out emission of REX byte
2020-12-15 12:28:44 linux-kernel [PATCH bpf-next v5 03/11] bpf: x86: Factor out a lookup table for some ALU opcodes
2020-12-15 12:28:09 linux-kernel [PATCH bpf-next v5 01/11] bpf: x86: Factor out emission of ModR/M for *(reg + off)
2020-12-15 12:27:30 linux-kernel [PATCH bpf-next v5 04/11] bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
2020-12-15 12:26:39 linux-kernel [PATCH bpf-next v5 09/11] bpf: Add bitwise atomic instructions
2020-12-15 12:26:38 linux-kernel [PATCH bpf-next v5 05/11] bpf: Move BPF_STX reserved field check into BPF_STX verifier code
2020-12-15 12:25:37 linux-kernel [PATCH bpf-next v5 10/11] bpf: Add tests for new BPF atomic operations
2020-12-15 12:25:28 linux-kernel [PATCH bpf-next v5 06/11] bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
2020-12-15 12:25:21 linux-kernel [PATCH bpf-next v5 07/11] bpf: Add instructions for atomic_[cmp]xchg
2020-12-15 12:24:40 linux-kernel [PATCH bpf-next v5 11/11] bpf: Document new atomic instructions
2020-12-15 12:24:27 linux-kernel [PATCH bpf-next v5 08/11] bpf: Pull out a macro for interpreting atomic ALU operations
2020-12-15 12:23:54 linux-kernel [PATCH bpf-next v4 00/11] Atomics for eBPF
2020-12-15 11:17:29 linux-kernel Re: [PATCH bpf-next v4 10/11] bpf: Add tests for new BPF atomic operations
2020-12-15 10:31:08 linux-kernel Re: [PATCH bpf-next v2] libbpf: Expose libbpf ringbufer epoll_fd
2020-12-14 15:45:16 linux-kernel Re: [PATCH bpf-next v4 07/11] bpf: Add instructions for atomic_[cmp]xchg
2020-12-14 14:31:21 linux-kernel Re: [PATCH bpf-next] libbpf: Expose libbpf ringbufer epoll_fd
2020-12-11 18:59:02 linux-kernel [PATCH bpf-next] libbpf: Expose libbpf ringbufer epoll_fd
2020-12-09 00:56:25 linux-kernel Re: [PATCH bpf-next v4 06/11] bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
2020-12-08 17:11:10 linux-kernel Re: [PATCH bpf-next v3 12/14] bpf: Pull tools/build/feature biz into selftests Makefile
2020-12-08 17:04:09 linux-kernel Re: [PATCH bpf-next v4 10/11] bpf: Add tests for new BPF atomic operations
2020-12-08 12:59:53 linux-kernel Re: [PATCH bpf-next v4 10/11] bpf: Add tests for new BPF atomic operations
2020-12-08 10:03:33 linux-kernel Re: [PATCH bpf-next v4 06/11] bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
2020-12-08 09:32:33 linux-kernel Re: [PATCH bpf-next v4 04/11] bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
2020-12-07 16:16:55 linux-kernel Re: [PATCH bpf-next v3 10/14] bpf: Add bitwise atomic instructions
2020-12-07 16:15:06 linux-kernel [PATCH bpf-next v4 09/11] bpf: Add bitwise atomic instructions
2020-12-07 16:14:28 linux-kernel [PATCH bpf-next v4 06/11] bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
2020-12-07 16:14:26 linux-kernel [PATCH bpf-next v4 04/11] bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
2020-12-07 16:13:36 linux-kernel [PATCH bpf-next v4 07/11] bpf: Add instructions for atomic_[cmp]xchg
2020-12-07 16:13:27 linux-kernel [PATCH bpf-next v4 01/11] bpf: x86: Factor out emission of ModR/M for *(reg + off)
2020-12-07 16:13:18 linux-kernel [PATCH bpf-next v4 03/11] bpf: x86: Factor out a lookup table for some ALU opcodes
2020-12-07 16:13:16 linux-kernel [PATCH bpf-next v4 11/11] bpf: Document new atomic instructions