LinuxLists
Users
About
Brendan Jackman (
[email protected]
)
Number of posts: 181 (0.13 per day)
First post: 2020-08-24 14:11:34
Last post: 2024-05-31 16:41:20
Previous Page
/
Next Page
Date
List
Subject
2021-01-21 01:15:53
linux-kernel
[PATCH bpf-next v3 2/2] docs: bpf: Clarify -mcpu=v3 requirement for atomic ops
2021-01-20 14:26:32
linux-kernel
[PATCH bpf-next v3 0/2] BPF docs fixups
2021-01-19 04:46:32
linux-kernel
[PATCH bpf-next v2 1/2] docs: bpf: Fixup atomics markup
2021-01-19 04:43:44
linux-kernel
[PATCH bpf-next] bpf: Propagate memory bounds to registers in atomics w/ BPF_FETCH
2021-01-18 19:57:05
linux-kernel
[PATCH bpf-next] docs: bpf: Fixup atomics documentation
2021-01-18 16:18:06
linux-kernel
[PATCH bpf-next v2 2/2] docs: bpf: Clarify -mcpu=v3 requirement for atomic ops
2021-01-18 16:05:28
linux-kernel
[PATCH bpf-next v2 0/2] BPF docs fixups
2021-01-18 15:47:26
linux-kernel
Re: [PATCH bpf-next] docs: bpf: Fixup atomics documentation
2021-01-18 11:16:04
linux-kernel
Re: [PATCH for bpf-next] docs: bpf: add minimal markup to address doc warning
2021-01-14 18:22:27
linux-kernel
[PATCH bpf-next v7 11/11] bpf: Document new atomic instructions
2021-01-14 18:22:03
linux-kernel
[PATCH bpf-next v7 05/11] bpf: Move BPF_STX reserved field check into BPF_STX verifier code
2021-01-14 18:21:56
linux-kernel
[PATCH bpf-next v7 03/11] bpf: x86: Factor out a lookup table for some ALU opcodes
2021-01-14 18:21:56
linux-kernel
[PATCH bpf-next v7 06/11] bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
2021-01-14 18:21:54
linux-kernel
[PATCH bpf-next v7 09/11] bpf: Add bitwise atomic instructions
2021-01-14 18:21:48
linux-kernel
[PATCH bpf-next v7 10/11] bpf: Add tests for new BPF atomic operations
2021-01-14 18:21:45
linux-kernel
[PATCH bpf-next v7 08/11] bpf: Pull out a macro for interpreting atomic ALU operations
2021-01-14 18:21:45
linux-kernel
[PATCH bpf-next v7 04/11] bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
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