summaryrefslogtreecommitdiff
path: root/arch/x86/net
AgeCommit message (Expand)AuthorFilesLines
2026-08-20x86/bpf: Make arch_bpf_trampoline_size allocate from EXECMEM_MODULE_DATAMike Rapoport (Microsoft)1-3/+5
2026-08-14bpf, x86: Fix per-CPU address resolution into an extended registerVineet Gupta1-1/+1
2026-08-12bpf, x86: Clear fetch destination on faulting arena atomicDaniel Borkmann1-8/+27
2026-08-08bpf, x86: Fix stack-passed arguments for indirect trampolinesTejun Heo1-7/+8
2026-08-08bpf, x86: Convert struct_ops arena arguments in the trampolineTejun Heo1-6/+51
2026-08-08bpf, x86: JIT __arena kfunc argument rebasingTejun Heo1-0/+50
2026-08-07bpf, x86: Fix exception table metadata for arena load-acquireDaniel Borkmann1-1/+6
2026-08-01bpf, x86: Fix trampoline stack size for 128-bit argumentsYonghong Song1-5/+2
2026-07-22bpf, x86: Make sure allocation in arch_bpf_trampoline_size() is writableMike Rapoport (Microsoft)1-3/+2
2026-07-01bpf: Restrict JIT predictor flush to cBPFPawan Gupta1-2/+3
2026-06-07bpf: Add struct bpf_tramp_node objectJiri Olsa1-27/+27
2026-05-17bpf,x86: Fix exception unwinding with outgoing stack argumentsYonghong Song1-0/+2
2026-05-13bpf,x86: Implement JIT support for stack argumentsYonghong Song1-6/+143
2026-04-16bpf, x86: Emit ENDBR for indirect jump targetsXu Kuohai1-13/+15
2026-04-16bpf: Pass bpf_verifier_env to JITXu Kuohai2-2/+2
2026-04-16bpf: Move constants blinding out of arch-specific JITsXu Kuohai2-65/+11
2026-02-23x86/cfi: Fix CFI rewrite for odd alignmentsPeter Zijlstra1-11/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds2-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook2-3/+3
2026-01-31bpf: Add bpf_jit_supports_fsession()Leon Hwang1-0/+5
2026-01-24bpf,x86: add fsession support for x86_64Menglong Dong1-12/+40
2026-01-24bpf,x86: introduce emit_store_stack_imm64() for trampolineMenglong Dong1-12/+14
2025-12-21x86/bpf: Avoid emitting LOCK prefix for XCHG atomic opsUros Bizjak1-2/+5
2025-12-09bpf: Add bpf_has_frame_pointer()Josh Poimboeuf1-0/+12
2025-11-24bpf: specify the old and new poke_type for bpf_arch_text_pokeMenglong Dong1-16/+21
2025-11-24bpf,x86: adjust the "jmp" mode for bpf trampolineMenglong Dong1-5/+11
2025-11-24bpf: fix the usage of BPF_TRAMP_F_SKIP_FRAMEMenglong Dong1-1/+1
2025-11-05bpf, x86: add support for indirect jumpsAnton Protopopov1-0/+3
2025-11-05bpf, x86: allow indirect jumps to r8...r15Anton Protopopov1-8/+22
2025-11-05bpf, x86: add new map type: instructions arrayAnton Protopopov1-0/+9
2025-10-21bpf: Do not audit capability check in do_jit()Ondrej Mosnacek1-1/+1
2025-10-11Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+3
2025-09-23bpf, x86: Add support for signed arena loadsKumar Kartikeya Dwivedi1-3/+37
2025-09-11bpf: Report arena faults to BPF stderrPuranjay Mohan1-5/+80
2025-09-04x86,ibt: Use UDB instead of 0xEAPeter Zijlstra1-3/+3
2025-07-26bpf: Move bpf_jit_get_prog_name() to core.cPuranjay Mohan1-8/+1
2025-07-03bpf: Add function to find program from stack traceKumar Kartikeya Dwivedi1-1/+0
2025-05-13Merge commit 'its-for-linus-20250509-merge' into x86/core, to resolve conflictsIngo Molnar1-2/+56
2025-05-11Merge tag 'its-for-linus-20250509' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+5
2025-05-09x86/its: FineIBT-paranoid vs ITSPeter Zijlstra1-1/+1
2025-05-09x86/its: Add support for ITS-safe return thunkPawan Gupta1-1/+1
2025-05-09x86/its: Add support for ITS-safe indirect thunkPawan Gupta1-1/+4
2025-05-06x86/bhi: Do not set BHI_DIS_S in 32-bit modePawan Gupta1-2/+3
2025-05-06x86/bpf: Add IBHF call at end of classic BPFDaniel Sneddon1-0/+19
2025-05-06x86/bpf: Call branch history clearing sequence on exitDaniel Sneddon1-0/+31
2025-04-11x86/alternatives: Rename 'text_poke_bp()' to 'smp_text_poke_single()'Ingo Molnar1-1/+1
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds3-14/+143
2025-03-15bpf, x86: Fix objtool warning for timed may_gotoKumar Kartikeya Dwivedi1-3/+14
2025-03-15bpf, x86: Support load-acquire and store-release instructionsPeilin Ye1-17/+82
2025-03-15bpf: Introduce load-acquire and store-release instructionsPeilin Ye1-0/+4