aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+235
2024-03-11bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction.Alexei Starovoitov1-1/+41
2024-03-11bpf: 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 dependent patchesIngo Molnar2-3/+3
2024-01-23bpf: 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/netdev/net-nextLinus 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-08Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2024-01-04bpf, x86: Use emit_nops to replace memcpy x86_nopsLeon Hwang1-25/+22
2024-01-03arch/x86: Fix typosBjorn Helgaas2-2/+2
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-45/+219
2023-12-15x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra1-23/+43
2023-12-15x86/cfi,bpf: Fix bpf_callback_t CFIPeter Zijlstra1-8/+10
2023-12-15x86/cfi,bpf: Fix BPF JIT callPeter Zijlstra1-4/+78
2023-12-06x86, bpf: Use bpf_prog_pack for bpf trampolineSong Liu1-26/+72
2023-12-06bpf: Add arch_bpf_trampoline_size()Song Liu1-4/+36
2023-12-06bpf, x86: Adjust arch_prepare_bpf_trampoline return valueSong Liu1-1/+1
2023-12-06bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa1-0/+46
2023-09-19bpf: Disable exceptions when CONFIG_UNWINDER_FRAME_POINTER=yKumar Kartikeya Dwivedi1-5/+4
2023-09-16bpf: Implement BPF exceptionsKumar Kartikeya Dwivedi1-12/+77
2023-09-16arch/x86: Implement arch_bpf_stack_walkKumar Kartikeya Dwivedi1-0/+28
2023-09-16bpf: Use bpf_is_subprog to check for subprogsKumar Kartikeya Dwivedi1-1/+1
2023-09-12bpf, x64: Fix tailcall infinite loopLeon Hwang1-6/+22
2023-09-12bpf, x64: Comment tail_call_cnt initialisationLeon Hwang1-0/+4
2023-07-27bpf: Support new 32bit offset jmp instructionYonghong Song1-10/+18
2023-07-27bpf: Support new signed div/mod instructions.Yonghong Song1-8/+19
2023-07-27bpf: Support new unconditional bswap instructionYonghong Song1-0/+1
2023-07-27bpf: Support new sign-extension mov insnsYonghong Song1-3/+40
2023-07-27bpf: Support new sign-extension load insnsYonghong Song1-3/+39
2023-07-19bpf, x86: initialize the variable "first_off" in save_args()Menglong Dong1-1/+1
2023-07-13bpf, x86: allow function arguments up to 12 for TRACINGMenglong Dong1-26/+209
2023-07-13bpf, x86: save/restore regs with BPF_DW sizeMenglong Dong1-29/+6
2023-06-12bpf: Fix a bpf_jit_dump issue for x86_64 with sysctl bpf_jit_enable.Yonghong Song1-1/+1
2023-01-10bpf, x86: Simplify the parsing logic of structure parametersPu Lehui1-53/+48
2023-01-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-31/+39
2022-12-22bpf, x86: Improve PROBE_MEM runtime load checkDave Marchevsky1-31/+39
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+34
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+0
2022-11-04bpf: Revert ("Fix dispatcher patchable function entry to 5 bytes nop")Peter Zijlstra1-13/+0
2022-11-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-29/+96
2022-10-25bpf: Remove prog->active check for bpf_lsm and bpf_iterMartin KaFai Lau1-17/+2
2022-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+13
2022-10-20bpf: Fix dispatcher patchable function entry to 5 bytes nopJiri Olsa1-0/+13
2022-10-19bpf,x64: use shrx/sarx/shlx when availableJie Meng1-0/+81
2022-10-19bpf,x64: avoid unnecessary instructions when shift dest is ecxJie Meng1-14/+15
2022-10-17x86/ftrace: Make it call depth tracking awarePeter Zijlstra1-0/+6
2022-10-17x86/bpf: Emit call depth accounting if requiredThomas Gleixner1-9/+23
2022-10-17x86/retpoline: Add SKL retthunk retpolinesPeter Zijlstra1-1/+4
2022-10-17x86/returnthunk: Allow different return thunksPeter Zijlstra1-1/+1