summaryrefslogtreecommitdiff
path: root/arch/x86/net
AgeCommit message (Expand)AuthorFilesLines
2025-05-13Merge commit 'its-for-linus-20250509-merge' into x86/core, to resolve conflictsIngo Molnar1-2/+56
2025-05-12Merge 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-16bpf, 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
2025-03-15bpf, x86: Add x86 JIT support for timed may_gotoKumar Kartikeya Dwivedi3-1/+50
2025-02-26x86/ibt: Implement FineIBT-BHI mitigationPeter Zijlstra1-9/+20
2025-02-26x86/ibt: Optimize the FineIBT instruction sequencePeter Zijlstra1-3/+2
2025-02-14x86/ibt: Clean up is_endbr()Peter Zijlstra1-2/+2
2024-11-13bpf, x86: Propagate tailcall info only for subprogsLeon Hwang1-1/+1
2024-11-13bpf, x86: Support private stack in jitYonghong Song1-0/+136
2024-11-13bpf, x86: Avoid repeated usage of bpf_prog->aux->stack_depthYonghong Song1-4/+7
2024-09-05bpf, x64: Fix a jit convergence issueYonghong Song1-2/+52
2024-07-29bpf, x64: Fix tailcall hierarchyLeon Hwang1-28/+79
2024-06-21bpf: remove unused parameter in bpf_jit_binary_pack_finalizeRafael Passos1-2/+2
2024-06-21bpf, x64: Remove tail call detectionLeon Hwang1-9/+2
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-32/+31
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+91
2024-04-26bpf, x86: Fix PROBE_MEM runtime load checkPuranjay Mohan1-32/+25
2024-04-26bpf: verifier: prevent userspace memory accessPuranjay Mohan1-0/+6
2024-04-18bpf: Fix JIT of is_mov_percpu_addr instruction.Alexei Starovoitov1-1/+1
2024-04-09bpf: Add support for certain atomics in bpf_arena to x86 JITAlexei Starovoitov1-0/+72
2024-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+8
2024-04-04bpf: Optimize emit_mov_imm64().Alexei Starovoitov1-1/+4
2024-04-04bpf: handle CONFIG_SMP=n configuration in x86 BPF JITAndrii Nakryiko1-4/+3
2024-04-03bpf: add special internal-only MOV instruction to resolve per-CPU addrsAndrii Nakryiko1-0/+16
2024-04-02x86/bpf: Fix IP for relocating call depth accountingJoan Bruguera Micó1-11/+8
2024-04-02x86/bpf: Fix IP after emitting call depth accountingUros Bizjak1-1/+1
2024-03-25bpf: implement insn_is_cast_user() helper for JITsPuranjay Mohan1-2/+1
2024-03-19bpf: Check return from set_memory_rox()Christophe Leroy1-1/+2
2024-03-19bpf: Remove arch_unprotect_bpf_trampoline()Christophe Leroy1-4/+0
2024-03-15bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_...Christophe Leroy1-2/+1
2024-03-13Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+235
2024-03-12bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction.Alexei Starovoitov1-1/+41
2024-03-12bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions.Alexei Starovoitov1-1/+190
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar2-3/+3
2024-01-24bpf: Support inlining bpf_kptr_xchg() helperHou Tao1-0/+5
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-70/+241
2024-01-10x86/bugs: Rename CONFIG_SLS => CONFIG_MITIGATION_SLSBreno Leitao1-2/+2
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao2-2/+2
2024-01-09Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2024-01-05bpf, x86: Use emit_nops to replace memcpy x86_nopsLeon Hwang1-25/+22