| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-12-07 | bpf: Do not audit capability check in do_jit() | Ondrej Mosnacek | 1 | -1/+1 |
| 2025-05-22 | x86/its: FineIBT-paranoid vs ITS | Peter Zijlstra | 1 | -1/+1 |
| 2025-05-22 | x86/its: Add support for ITS-safe return thunk | Pawan Gupta | 1 | -1/+1 |
| 2025-05-22 | x86/its: Add support for ITS-safe indirect thunk | Pawan Gupta | 1 | -1/+5 |
| 2025-05-18 | x86/bhi: Do not set BHI_DIS_S in 32-bit mode | Pawan Gupta | 1 | -2/+3 |
| 2025-05-18 | x86/bpf: Add IBHF call at end of classic BPF | Daniel Sneddon | 1 | -0/+19 |
| 2025-05-18 | x86/bpf: Call branch history clearing sequence on exit | Daniel Sneddon | 1 | -0/+32 |
| 2024-10-17 | bpf, x64: Fix a jit convergence issue | Yonghong Song | 1 | -2/+52 |
| 2024-03-01 | x86/returnthunk: Allow different return thunks | Peter Zijlstra | 1 | -1/+1 |
| 2024-01-05 | bpf: Fix prog_array_map_poke_run map poke update | Jiri Olsa | 1 | -0/+46 |
| 2022-07-29 | x86/extable: Extend extable functionality | Peter Zijlstra | 1 | -1/+1 |
| 2022-07-29 | x86/extable: Rework the exception table mechanics | Thomas Gleixner | 1 | -9/+2 |
| 2022-07-23 | x86/bpf: Use alternative RET encoding | Peter Zijlstra | 1 | -2/+17 |
| 2022-07-23 | bpf,x86: Respect X86_FEATURE_RETPOLINE* | Peter Zijlstra | 2 | -27/+41 |
| 2022-07-23 | bpf,x86: Simplify computing label offsets | Peter Zijlstra | 1 | -81/+42 |
| 2022-07-23 | x86/retpoline: Move the retpoline thunk declarations to nospec-branch.h | Peter Zijlstra | 1 | -1/+0 |
| 2022-06-29 | bpf, x86: Fix tail call count offset calculation on bpf2bpf call | Jakub Sitnicki | 1 | -1/+2 |
| 2021-12-22 | bpf: Fix extable address check. | Alexei Starovoitov | 1 | -7/+42 |
| 2021-12-22 | bpf, x64: Factor out emission of REX byte in more cases | Jie Meng | 1 | -24/+26 |
| 2021-12-22 | bpf: Fix extable fixup offset. | Alexei Starovoitov | 1 | -1/+1 |
| 2021-09-28 | bpf, x86: Fix bpf mapping of atomic fetch implementation | Johan Almbladh | 1 | -5/+8 |
| 2021-09-14 | bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS prog | Hou Tao | 1 | -13/+40 |
| 2021-07-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -0/+13 |
| 2021-07-29 | bpf: Introduce BPF nospec instruction for mitigating Spectre v4 | Daniel Borkmann | 2 | -0/+13 |
| 2021-07-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -0/+19 |
| 2021-07-16 | bpf, x86: Store caller's ip in trampoline stack | Jiri Olsa | 1 | -0/+19 |
| 2021-07-09 | bpf: Track subprog poke descriptors correctly and fix use-after-free | John Fastabend | 1 | -0/+3 |
| 2021-06-28 | bpf, x86: Fix extable offset calculation | Ravi Bangoria | 1 | -1/+1 |
| 2021-06-24 | bpf, x86: Remove unused cnt increase from EMIT macro | Jiri Olsa | 1 | -32/+12 |
| 2021-04-29 | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2 | -0/+203 |
| 2021-04-28 | Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -5/+5 |
| 2021-04-26 | Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+2 |
| 2021-04-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -2/+20 |
| 2021-04-08 | bpf, x86: Validate computation of branch displacements for x86-32 | Piotr Krysiuk | 1 | -1/+10 |
| 2021-04-08 | bpf, x86: Validate computation of branch displacements for x86-64 | Piotr Krysiuk | 1 | -1/+10 |
| 2021-04-02 | Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ... | Ingo Molnar | 1 | -5/+5 |
| 2021-03-27 | bpf: Support kernel function call in x86-32 | Martin KaFai Lau | 1 | -0/+198 |
| 2021-03-27 | bpf: Support bpf program calling kernel function | Martin KaFai Lau | 1 | -0/+5 |
| 2021-03-20 | bpf: Use NOP_ATOMIC5 instead of emit_nops(&prog, 5) for BPF_TRAMP_F_CALL_ORIG | Stanislav Fomichev | 1 | -1/+2 |
| 2021-03-18 | x86: Fix various typos in comments | Ingo Molnar | 1 | -2/+2 |
| 2021-03-18 | bpf: Fix fexit trampoline. | Alexei Starovoitov | 1 | -4/+22 |
| 2021-03-15 | x86: Remove dynamic NOP selection | Peter Zijlstra | 1 | -4/+4 |
| 2021-03-10 | bpf, x86: Use kvmalloc_array instead kmalloc_array in bpf_jit_comp | Yonghong Song | 1 | -2/+2 |
| 2021-02-22 | bpf, x86: Fix BPF_FETCH atomic and/or/xor with r0 as src | Brendan Jackman | 1 | -3/+7 |
| 2021-02-11 | bpf: Add per-program recursion prevention mechanism | Alexei Starovoitov | 1 | -0/+15 |
| 2021-02-11 | bpf: Compute program stats for sleepable programs | Alexei Starovoitov | 1 | -19/+12 |
| 2021-02-04 | bpf: Emit explicit NULL pointer checks for PROBE_LDX instructions. | Alexei Starovoitov | 1 | -0/+19 |
| 2021-01-21 | bpf,x64: Pad NOPs to make images converge more easily | Gary Lin | 1 | -28/+112 |
| 2021-01-15 | bpf: Add bitwise atomic instructions | Brendan Jackman | 1 | -1/+49 |
| 2021-01-15 | bpf: Add instructions for atomic_[cmp]xchg | Brendan Jackman | 1 | -0/+8 |