summaryrefslogtreecommitdiffstats
path: root/arch/x86/net
AgeCommit message (Expand)AuthorLines
2026-02-23x86/cfi: Fix CFI rewrite for odd alignmentsPeter Zijlstra-11/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2026-01-31bpf: Add bpf_jit_supports_fsession()Leon Hwang-0/+5
2026-01-24bpf,x86: add fsession support for x86_64Menglong Dong-12/+40
2026-01-24bpf,x86: introduce emit_store_stack_imm64() for trampolineMenglong Dong-12/+14
2025-12-21x86/bpf: Avoid emitting LOCK prefix for XCHG atomic opsUros Bizjak-2/+5
2025-12-09bpf: Add bpf_has_frame_pointer()Josh Poimboeuf-0/+12
2025-11-24bpf: specify the old and new poke_type for bpf_arch_text_pokeMenglong Dong-16/+21
2025-11-24bpf,x86: adjust the "jmp" mode for bpf trampolineMenglong Dong-5/+11
2025-11-24bpf: fix the usage of BPF_TRAMP_F_SKIP_FRAMEMenglong Dong-1/+1
2025-11-05bpf, x86: add support for indirect jumpsAnton Protopopov-0/+3
2025-11-05bpf, x86: allow indirect jumps to r8...r15Anton Protopopov-8/+22
2025-11-05bpf, x86: add new map type: instructions arrayAnton Protopopov-0/+9
2025-10-21bpf: Do not audit capability check in do_jit()Ondrej Mosnacek-1/+1
2025-10-11Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-3/+3
2025-09-23bpf, x86: Add support for signed arena loadsKumar Kartikeya Dwivedi-3/+37
2025-09-11bpf: Report arena faults to BPF stderrPuranjay Mohan-5/+80
2025-09-04x86,ibt: Use UDB instead of 0xEAPeter Zijlstra-3/+3
2025-07-26bpf: Move bpf_jit_get_prog_name() to core.cPuranjay Mohan-8/+1
2025-07-03bpf: Add function to find program from stack traceKumar Kartikeya Dwivedi-1/+0
2025-05-13Merge commit 'its-for-linus-20250509-merge' into x86/core, to resolve conflictsIngo Molnar-2/+56
2025-05-11Merge tag 'its-for-linus-20250509' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+5
2025-05-09x86/its: FineIBT-paranoid vs ITSPeter Zijlstra-1/+1
2025-05-09x86/its: Add support for ITS-safe return thunkPawan Gupta-1/+1
2025-05-09x86/its: Add support for ITS-safe indirect thunkPawan Gupta-1/+4
2025-05-06x86/bhi: Do not set BHI_DIS_S in 32-bit modePawan Gupta-2/+3
2025-05-06x86/bpf: Add IBHF call at end of classic BPFDaniel Sneddon-0/+19
2025-05-06x86/bpf: Call branch history clearing sequence on exitDaniel Sneddon-0/+31
2025-04-11x86/alternatives: Rename 'text_poke_bp()' to 'smp_text_poke_single()'Ingo Molnar-1/+1
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-14/+143
2025-03-15bpf, x86: Fix objtool warning for timed may_gotoKumar Kartikeya Dwivedi-3/+14
2025-03-15bpf, x86: Support load-acquire and store-release instructionsPeilin Ye-17/+82
2025-03-15bpf: Introduce load-acquire and store-release instructionsPeilin Ye-0/+4
2025-03-15bpf, x86: Add x86 JIT support for timed may_gotoKumar Kartikeya Dwivedi-1/+50
2025-02-26x86/ibt: Implement FineIBT-BHI mitigationPeter Zijlstra-9/+20
2025-02-26x86/ibt: Optimize the FineIBT instruction sequencePeter Zijlstra-3/+2
2025-02-14x86/ibt: Clean up is_endbr()Peter Zijlstra-2/+2
2024-11-12bpf, x86: Propagate tailcall info only for subprogsLeon Hwang-1/+1
2024-11-12bpf, x86: Support private stack in jitYonghong Song-0/+136
2024-11-12bpf, x86: Avoid repeated usage of bpf_prog->aux->stack_depthYonghong Song-4/+7
2024-09-04bpf, x64: Fix a jit convergence issueYonghong Song-2/+52
2024-07-29bpf, x64: Fix tailcall hierarchyLeon Hwang-28/+79
2024-06-20bpf: remove unused parameter in bpf_jit_binary_pack_finalizeRafael Passos-2/+2
2024-06-20bpf, x64: Remove tail call detectionLeon Hwang-9/+2
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-32/+31
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-1/+91
2024-04-26bpf, x86: Fix PROBE_MEM runtime load checkPuranjay Mohan-32/+25
2024-04-26bpf: verifier: prevent userspace memory accessPuranjay Mohan-0/+6
2024-04-18bpf: Fix JIT of is_mov_percpu_addr instruction.Alexei Starovoitov-1/+1