summaryrefslogtreecommitdiffstats
path: root/arch/x86/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-021-32/+31
|\
| * bpf, x86: Fix PROBE_MEM runtime load checkPuranjay Mohan2024-04-261-32/+25
| * bpf: verifier: prevent userspace memory accessPuranjay Mohan2024-04-261-0/+6
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-291-1/+91
|\ \
| * | bpf: Fix JIT of is_mov_percpu_addr instruction.Alexei Starovoitov2024-04-181-1/+1
| * | bpf: Add support for certain atomics in bpf_arena to x86 JITAlexei Starovoitov2024-04-091-0/+72
| * | bpf: Optimize emit_mov_imm64().Alexei Starovoitov2024-04-041-1/+4
| * | bpf: handle CONFIG_SMP=n configuration in x86 BPF JITAndrii Nakryiko2024-04-031-4/+3
| * | bpf: add special internal-only MOV instruction to resolve per-CPU addrsAndrii Nakryiko2024-04-031-0/+16
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-041-11/+8
|\ \ \ | |/ / |/| / | |/
| * x86/bpf: Fix IP for relocating call depth accountingJoan Bruguera Micó2024-04-011-11/+8
| * x86/bpf: Fix IP after emitting call depth accountingUros Bizjak2024-04-011-1/+1
* | bpf: implement insn_is_cast_user() helper for JITsPuranjay Mohan2024-03-251-2/+1
* | bpf: Check return from set_memory_rox()Christophe Leroy2024-03-181-1/+2
* | bpf: Remove arch_unprotect_bpf_trampoline()Christophe Leroy2024-03-181-4/+0
* | bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_...Christophe Leroy2024-03-141-2/+1
|/
* Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-121-1/+235
|\
| * bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction.Alexei Starovoitov2024-03-111-1/+41
| * bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions.Alexei Starovoitov2024-03-111-1/+190
| * bpf: Support inlining bpf_kptr_xchg() helperHou Tao2024-01-231-0/+5
* | Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar2024-02-142-3/+3
|\ \ | |/ |/|
| * x86/bugs: Rename CONFIG_SLS => CONFIG_MITIGATION_SLSBreno Leitao2024-01-101-2/+2
| * x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao2024-01-102-2/+2
* | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-111-70/+241
|\ \ | |/ |/|
| * bpf, x86: Use emit_nops to replace memcpy x86_nopsLeon Hwang2024-01-041-25/+22
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-12-181-45/+219
| |\
| | * x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra2023-12-151-23/+43
| | * x86/cfi,bpf: Fix bpf_callback_t CFIPeter Zijlstra2023-12-151-8/+10
| | * x86/cfi,bpf: Fix BPF JIT callPeter Zijlstra2023-12-151-4/+78
| | * x86, bpf: Use bpf_prog_pack for bpf trampolineSong Liu2023-12-061-26/+72
| | * bpf: Add arch_bpf_trampoline_size()Song Liu2023-12-061-4/+36
| | * bpf, x86: Adjust arch_prepare_bpf_trampoline return valueSong Liu2023-12-061-1/+1
* | | Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-082-2/+2
|\ \ \ | |/ / |/| |
| * | arch/x86: Fix typosBjorn Helgaas2024-01-032-2/+2
| |/
* / bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa2023-12-061-0/+46
|/
* bpf: Disable exceptions when CONFIG_UNWINDER_FRAME_POINTER=yKumar Kartikeya Dwivedi2023-09-191-5/+4
* bpf: Implement BPF exceptionsKumar Kartikeya Dwivedi2023-09-161-12/+77
* arch/x86: Implement arch_bpf_stack_walkKumar Kartikeya Dwivedi2023-09-161-0/+28
* bpf: Use bpf_is_subprog to check for subprogsKumar Kartikeya Dwivedi2023-09-161-1/+1
* bpf, x64: Fix tailcall infinite loopLeon Hwang2023-09-121-6/+22
* bpf, x64: Comment tail_call_cnt initialisationLeon Hwang2023-09-121-0/+4
* bpf: Support new 32bit offset jmp instructionYonghong Song2023-07-271-10/+18
* bpf: Support new signed div/mod instructions.Yonghong Song2023-07-271-8/+19
* bpf: Support new unconditional bswap instructionYonghong Song2023-07-271-0/+1
* bpf: Support new sign-extension mov insnsYonghong Song2023-07-271-3/+40
* bpf: Support new sign-extension load insnsYonghong Song2023-07-271-3/+39
* bpf, x86: initialize the variable "first_off" in save_args()Menglong Dong2023-07-191-1/+1
* bpf, x86: allow function arguments up to 12 for TRACINGMenglong Dong2023-07-131-26/+209
* bpf, x86: save/restore regs with BPF_DW sizeMenglong Dong2023-07-131-29/+6
* bpf: Fix a bpf_jit_dump issue for x86_64 with sysctl bpf_jit_enable.Yonghong Song2023-06-121-1/+1