| 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-18 | x86/its: FineIBT-paranoid vs ITS | Peter Zijlstra | 1 | -1/+1 |
| 2025-05-18 | x86/its: Add support for ITS-safe return thunk | Pawan Gupta | 1 | -1/+1 |
| 2025-05-18 | 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-10 | bpf: Support new 32bit offset jmp instruction | Yonghong Song | 1 | -10/+18 |
| 2024-01-10 | bpf, x86: save/restore regs with BPF_DW size | Menglong Dong | 1 | -29/+6 |
| 2024-01-10 | bpf, x86: Simplify the parsing logic of structure parameters | Pu Lehui | 1 | -53/+48 |
| 2024-01-10 | bpf, x64: Fix tailcall infinite loop | Leon Hwang | 1 | -6/+22 |
| 2024-01-01 | bpf: Fix prog_array_map_poke_run map poke update | Jiri Olsa | 1 | -0/+46 |
| 2023-09-19 | bpf: Remove prog->active check for bpf_lsm and bpf_iter | Martin KaFai Lau | 1 | -17/+2 |
| 2023-06-28 | bpf: Fix a bpf_jit_dump issue for x86_64 with sysctl bpf_jit_enable. | Yonghong Song | 1 | -1/+1 |
| 2022-11-05 | bpf: Revert ("Fix dispatcher patchable function entry to 5 bytes nop") | Peter Zijlstra | 1 | -13/+0 |
| 2022-10-21 | bpf: Fix dispatcher patchable function entry to 5 bytes nop | Jiri Olsa | 1 | -0/+13 |
| 2022-10-04 | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -31/+67 |
| 2022-09-29 | bpf: Add __bpf_prog_{enter,exit}_struct_ops for struct_ops trampoline | Martin KaFai Lau | 1 | -0/+3 |
| 2022-09-27 | bpf: use bpf_prog_pack for bpf_dispatcher | Song Liu | 1 | -8/+8 |
| 2022-09-27 | bpf: Use given function address for trampoline ip arg | Jiri Olsa | 1 | -6/+5 |
| 2022-09-15 | x86,retpoline: Be sure to emit INT3 after JMP *%\reg | Peter Zijlstra | 1 | -1/+3 |
| 2022-09-07 | bpf: x86: Support in-register struct arguments in trampoline programs | Yonghong Song | 1 | -17/+51 |
| 2022-07-23 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -24/+34 |
| 2022-07-22 | bpf, x64: Allow to use caller address from stack | Jiri Olsa | 1 | -4/+9 |
| 2022-07-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -6/+20 |
| 2022-07-13 | bpf, x86: fix freeing of not-finalized bpf_prog_pack | Song Liu | 1 | -0/+25 |
| 2022-07-11 | bpf: Remove is_valid_bpf_tramp_flags() | Xu Kuohai | 1 | -20/+0 |
| 2022-07-09 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -8/+22 |
| 2022-06-29 | bpf: per-cgroup lsm flavor | Stanislav Fomichev | 1 | -8/+16 |
| 2022-06-27 | x86/bpf: Use alternative RET encoding | Peter Zijlstra | 1 | -2/+17 |
| 2022-06-27 | x86/retpoline: Cleanup some #ifdefery | Peter Zijlstra | 1 | -4/+3 |
| 2022-06-21 | bpf, x64: Add predicate for bpf2bpf with tailcalls support in JIT | Tony Ambardar | 1 | -0/+6 |
| 2022-06-16 | bpf, x86: Fix tail call count offset calculation on bpf2bpf call | Jakub Sitnicki | 1 | -1/+2 |
| 2022-05-24 | bpf: Introduce bpf_arch_text_invalidate for bpf_prog_pack | Song Liu | 1 | -0/+5 |
| 2022-05-11 | bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm. | Kui-Feng Lee | 1 | -2/+3 |
| 2022-05-11 | bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stack | Kui-Feng Lee | 1 | -9/+32 |
| 2022-05-11 | bpf, x86: Generate trampolines from bpf_tramp_links | Kui-Feng Lee | 1 | -17/+19 |
| 2022-04-07 | x86,bpf: Avoid IBT objtool warning | Peter Zijlstra | 1 | -0/+1 |
| 2022-03-27 | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+24 |
| 2022-03-22 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -2/+9 |
| 2022-03-17 | bpf, x86: Fall back to interpreter mode when extra pass fails | Hou Tao | 1 | -2/+9 |
| 2022-03-15 | x86/ibt,bpf: Add ENDBR instructions to prologue and trampoline | Peter Zijlstra | 1 | -2/+24 |
| 2022-03-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2022-03-03 | bpf, x86: Set header->size properly before freeing it | Song Liu | 1 | -1/+4 |
| 2022-02-21 | x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCE | Peter Zijlstra (Intel) | 1 | -1/+1 |
| 2022-02-08 | bpf, x86_64: Fail gracefully on bpf_jit_binary_pack_finalize failures | Song Liu | 1 | -2/+6 |
| 2022-02-08 | bpf, x86_64: Use bpf_jit_binary_pack_alloc | Song Liu | 1 | -27/+31 |
| 2022-02-08 | bpf: Introduce bpf_arch_text_copy | Song Liu | 1 | -0/+7 |