aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/net
AgeCommit message (Expand)Author
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-04-26bpf, x86: Fix PROBE_MEM runtime load checkPuranjay Mohan
2024-04-26bpf: verifier: prevent userspace memory accessPuranjay Mohan
2024-04-18bpf: Fix JIT of is_mov_percpu_addr instruction.Alexei Starovoitov
2024-04-09bpf: Add support for certain atomics in bpf_arena to x86 JITAlexei Starovoitov
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-04bpf: Optimize emit_mov_imm64().Alexei Starovoitov
2024-04-03bpf: handle CONFIG_SMP=n configuration in x86 BPF JITAndrii Nakryiko
2024-04-03bpf: add special internal-only MOV instruction to resolve per-CPU addrsAndrii Nakryiko
2024-04-01x86/bpf: Fix IP for relocating call depth accountingJoan Bruguera Micó
2024-04-01x86/bpf: Fix IP after emitting call depth accountingUros Bizjak
2024-03-25bpf: implement insn_is_cast_user() helper for JITsPuranjay Mohan
2024-03-18bpf: Check return from set_memory_rox()Christophe Leroy
2024-03-18bpf: Remove arch_unprotect_bpf_trampoline()Christophe Leroy
2024-03-14bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_...Christophe Leroy
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-03-11bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction.Alexei Starovoitov
2024-03-11bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions.Alexei Starovoitov
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar
2024-01-23bpf: Support inlining bpf_kptr_xchg() helperHou Tao
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-01-10x86/bugs: Rename CONFIG_SLS => CONFIG_MITIGATION_SLSBreno Leitao
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao
2024-01-08Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-04bpf, x86: Use emit_nops to replace memcpy x86_nopsLeon Hwang
2024-01-03arch/x86: Fix typosBjorn Helgaas
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-12-15x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra
2023-12-15x86/cfi,bpf: Fix bpf_callback_t CFIPeter Zijlstra
2023-12-15x86/cfi,bpf: Fix BPF JIT callPeter Zijlstra
2023-12-06x86, bpf: Use bpf_prog_pack for bpf trampolineSong Liu
2023-12-06bpf: Add arch_bpf_trampoline_size()Song Liu
2023-12-06bpf, x86: Adjust arch_prepare_bpf_trampoline return valueSong Liu
2023-12-06bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa
2023-09-19bpf: Disable exceptions when CONFIG_UNWINDER_FRAME_POINTER=yKumar Kartikeya Dwivedi
2023-09-16bpf: Implement BPF exceptionsKumar Kartikeya Dwivedi
2023-09-16arch/x86: Implement arch_bpf_stack_walkKumar Kartikeya Dwivedi
2023-09-16bpf: Use bpf_is_subprog to check for subprogsKumar Kartikeya Dwivedi
2023-09-12bpf, x64: Fix tailcall infinite loopLeon Hwang
2023-09-12bpf, x64: Comment tail_call_cnt initialisationLeon Hwang
2023-07-27bpf: Support new 32bit offset jmp instructionYonghong Song
2023-07-27bpf: Support new signed div/mod instructions.Yonghong Song
2023-07-27bpf: Support new unconditional bswap instructionYonghong Song
2023-07-27bpf: Support new sign-extension mov insnsYonghong Song
2023-07-27bpf: Support new sign-extension load insnsYonghong Song
2023-07-19bpf, x86: initialize the variable "first_off" in save_args()Menglong Dong
2023-07-13bpf, x86: allow function arguments up to 12 for TRACINGMenglong Dong
2023-07-13bpf, x86: save/restore regs with BPF_DW sizeMenglong Dong
2023-06-12bpf: Fix a bpf_jit_dump issue for x86_64 with sysctl bpf_jit_enable.Yonghong Song