| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-21 | bpf: Do not audit capability check in do_jit() | Ondrej Mosnacek | 1 | -1/+1 |
| 2025-10-11 | Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -3/+3 |
| 2025-09-23 | bpf, x86: Add support for signed arena loads | Kumar Kartikeya Dwivedi | 1 | -3/+37 |
| 2025-09-11 | bpf: Report arena faults to BPF stderr | Puranjay Mohan | 1 | -5/+80 |
| 2025-09-04 | x86,ibt: Use UDB instead of 0xEA | Peter Zijlstra | 1 | -3/+3 |
| 2025-07-26 | bpf: Move bpf_jit_get_prog_name() to core.c | Puranjay Mohan | 1 | -8/+1 |
| 2025-07-03 | bpf: Add function to find program from stack trace | Kumar Kartikeya Dwivedi | 1 | -1/+0 |
| 2025-05-13 | Merge commit 'its-for-linus-20250509-merge' into x86/core, to resolve conflicts | Ingo Molnar | 1 | -2/+56 |
| 2025-05-11 | Merge tag 'its-for-linus-20250509' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+5 |
| 2025-05-09 | x86/its: FineIBT-paranoid vs ITS | Peter Zijlstra | 1 | -1/+1 |
| 2025-05-09 | x86/its: Add support for ITS-safe return thunk | Pawan Gupta | 1 | -1/+1 |
| 2025-05-09 | x86/its: Add support for ITS-safe indirect thunk | Pawan Gupta | 1 | -1/+4 |
| 2025-05-06 | x86/bhi: Do not set BHI_DIS_S in 32-bit mode | Pawan Gupta | 1 | -2/+3 |
| 2025-05-06 | x86/bpf: Add IBHF call at end of classic BPF | Daniel Sneddon | 1 | -0/+19 |
| 2025-05-06 | x86/bpf: Call branch history clearing sequence on exit | Daniel Sneddon | 1 | -0/+31 |
| 2025-04-11 | x86/alternatives: Rename 'text_poke_bp()' to 'smp_text_poke_single()' | Ingo Molnar | 1 | -1/+1 |
| 2025-03-30 | Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Linus Torvalds | 1 | -13/+87 |
| 2025-03-15 | bpf, x86: Support load-acquire and store-release instructions | Peilin Ye | 1 | -17/+82 |
| 2025-03-15 | bpf: Introduce load-acquire and store-release instructions | Peilin Ye | 1 | -0/+4 |
| 2025-03-15 | bpf, x86: Add x86 JIT support for timed may_goto | Kumar Kartikeya Dwivedi | 1 | -0/+5 |
| 2025-02-26 | x86/ibt: Implement FineIBT-BHI mitigation | Peter Zijlstra | 1 | -9/+20 |
| 2025-02-26 | x86/ibt: Optimize the FineIBT instruction sequence | Peter Zijlstra | 1 | -3/+2 |
| 2025-02-14 | x86/ibt: Clean up is_endbr() | Peter Zijlstra | 1 | -2/+2 |
| 2024-11-12 | bpf, x86: Propagate tailcall info only for subprogs | Leon Hwang | 1 | -1/+1 |
| 2024-11-12 | bpf, x86: Support private stack in jit | Yonghong Song | 1 | -0/+136 |
| 2024-11-12 | bpf, x86: Avoid repeated usage of bpf_prog->aux->stack_depth | Yonghong Song | 1 | -4/+7 |
| 2024-09-04 | bpf, x64: Fix a jit convergence issue | Yonghong Song | 1 | -2/+52 |
| 2024-07-29 | bpf, x64: Fix tailcall hierarchy | Leon Hwang | 1 | -28/+79 |
| 2024-06-20 | bpf: remove unused parameter in bpf_jit_binary_pack_finalize | Rafael Passos | 1 | -2/+2 |
| 2024-06-20 | bpf, x64: Remove tail call detection | Leon Hwang | 1 | -9/+2 |
| 2024-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -32/+31 |
| 2024-04-29 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -1/+91 |
| 2024-04-26 | bpf, x86: Fix PROBE_MEM runtime load check | Puranjay Mohan | 1 | -32/+25 |
| 2024-04-26 | bpf: verifier: prevent userspace memory access | Puranjay Mohan | 1 | -0/+6 |
| 2024-04-18 | bpf: Fix JIT of is_mov_percpu_addr instruction. | Alexei Starovoitov | 1 | -1/+1 |
| 2024-04-09 | bpf: Add support for certain atomics in bpf_arena to x86 JIT | Alexei Starovoitov | 1 | -0/+72 |
| 2024-04-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -11/+8 |
| 2024-04-04 | bpf: Optimize emit_mov_imm64(). | Alexei Starovoitov | 1 | -1/+4 |
| 2024-04-03 | bpf: handle CONFIG_SMP=n configuration in x86 BPF JIT | Andrii Nakryiko | 1 | -4/+3 |
| 2024-04-03 | bpf: add special internal-only MOV instruction to resolve per-CPU addrs | Andrii Nakryiko | 1 | -0/+16 |
| 2024-04-01 | x86/bpf: Fix IP for relocating call depth accounting | Joan Bruguera Micó | 1 | -11/+8 |
| 2024-04-01 | x86/bpf: Fix IP after emitting call depth accounting | Uros Bizjak | 1 | -1/+1 |
| 2024-03-25 | bpf: implement insn_is_cast_user() helper for JITs | Puranjay Mohan | 1 | -2/+1 |
| 2024-03-18 | bpf: Check return from set_memory_rox() | Christophe Leroy | 1 | -1/+2 |
| 2024-03-18 | bpf: Remove arch_unprotect_bpf_trampoline() | Christophe Leroy | 1 | -4/+0 |
| 2024-03-12 | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -1/+235 |
| 2024-03-11 | bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction. | Alexei Starovoitov | 1 | -1/+41 |
| 2024-03-11 | bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions. | Alexei Starovoitov | 1 | -1/+190 |
| 2024-02-14 | Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe... | Ingo Molnar | 1 | -2/+2 |
| 2024-01-23 | bpf: Support inlining bpf_kptr_xchg() helper | Hou Tao | 1 | -0/+5 |