Age | Commit message (Expand) | Author | Files | Lines |
2024-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -32/+31 |
2024-04-29 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -1/+91 |
2024-04-26 | bpf, x86: Fix PROBE_MEM runtime load check | Puranjay Mohan | 1 | -32/+25 |
2024-04-26 | bpf: verifier: prevent userspace memory access | Puranjay Mohan | 1 | -0/+6 |
2024-04-18 | bpf: Fix JIT of is_mov_percpu_addr instruction. | Alexei Starovoitov | 1 | -1/+1 |
2024-04-09 | bpf: Add support for certain atomics in bpf_arena to x86 JIT | Alexei Starovoitov | 1 | -0/+72 |
2024-04-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -11/+8 |
2024-04-04 | bpf: Optimize emit_mov_imm64(). | Alexei Starovoitov | 1 | -1/+4 |
2024-04-04 | bpf: handle CONFIG_SMP=n configuration in x86 BPF JIT | Andrii Nakryiko | 1 | -4/+3 |
2024-04-03 | bpf: add special internal-only MOV instruction to resolve per-CPU addrs | Andrii Nakryiko | 1 | -0/+16 |
2024-04-02 | x86/bpf: Fix IP for relocating call depth accounting | Joan Bruguera Micó | 1 | -11/+8 |
2024-04-02 | x86/bpf: Fix IP after emitting call depth accounting | Uros Bizjak | 1 | -1/+1 |
2024-03-25 | bpf: implement insn_is_cast_user() helper for JITs | Puranjay Mohan | 1 | -2/+1 |
2024-03-19 | bpf: Check return from set_memory_rox() | Christophe Leroy | 1 | -1/+2 |
2024-03-19 | bpf: Remove arch_unprotect_bpf_trampoline() | Christophe Leroy | 1 | -4/+0 |
2024-03-15 | bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_... | Christophe Leroy | 1 | -2/+1 |
2024-03-13 | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -1/+235 |
2024-03-12 | bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction. | Alexei Starovoitov | 1 | -1/+41 |
2024-03-12 | bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions. | Alexei Starovoitov | 1 | -1/+190 |
2024-02-14 | Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe... | Ingo Molnar | 2 | -3/+3 |
2024-01-24 | bpf: Support inlining bpf_kptr_xchg() helper | Hou Tao | 1 | -0/+5 |
2024-01-11 | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -70/+241 |
2024-01-10 | x86/bugs: Rename CONFIG_SLS => CONFIG_MITIGATION_SLS | Breno Leitao | 1 | -2/+2 |
2024-01-10 | x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINE | Breno Leitao | 2 | -2/+2 |
2024-01-09 | Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -2/+2 |
2024-01-05 | bpf, x86: Use emit_nops to replace memcpy x86_nops | Leon Hwang | 1 | -25/+22 |
2024-01-03 | arch/x86: Fix typos | Bjorn Helgaas | 2 | -2/+2 |
2023-12-19 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -45/+219 |
2023-12-16 | x86/cfi,bpf: Fix bpf_struct_ops CFI | Peter Zijlstra | 1 | -23/+43 |
2023-12-16 | x86/cfi,bpf: Fix bpf_callback_t CFI | Peter Zijlstra | 1 | -8/+10 |
2023-12-16 | x86/cfi,bpf: Fix BPF JIT call | Peter Zijlstra | 1 | -4/+78 |
2023-12-07 | x86, bpf: Use bpf_prog_pack for bpf trampoline | Song Liu | 1 | -26/+72 |
2023-12-07 | bpf: Add arch_bpf_trampoline_size() | Song Liu | 1 | -4/+36 |
2023-12-07 | bpf, x86: Adjust arch_prepare_bpf_trampoline return value | Song Liu | 1 | -1/+1 |
2023-12-07 | bpf: Fix prog_array_map_poke_run map poke update | Jiri Olsa | 1 | -0/+46 |
2023-09-19 | bpf: Disable exceptions when CONFIG_UNWINDER_FRAME_POINTER=y | Kumar Kartikeya Dwivedi | 1 | -5/+4 |
2023-09-16 | bpf: Implement BPF exceptions | Kumar Kartikeya Dwivedi | 1 | -12/+77 |
2023-09-16 | arch/x86: Implement arch_bpf_stack_walk | Kumar Kartikeya Dwivedi | 1 | -0/+28 |
2023-09-16 | bpf: Use bpf_is_subprog to check for subprogs | Kumar Kartikeya Dwivedi | 1 | -1/+1 |
2023-09-12 | bpf, x64: Fix tailcall infinite loop | Leon Hwang | 1 | -6/+22 |
2023-09-12 | bpf, x64: Comment tail_call_cnt initialisation | Leon Hwang | 1 | -0/+4 |
2023-07-28 | bpf: Support new 32bit offset jmp instruction | Yonghong Song | 1 | -10/+18 |
2023-07-28 | bpf: Support new signed div/mod instructions. | Yonghong Song | 1 | -8/+19 |
2023-07-28 | bpf: Support new unconditional bswap instruction | Yonghong Song | 1 | -0/+1 |
2023-07-28 | bpf: Support new sign-extension mov insns | Yonghong Song | 1 | -3/+40 |
2023-07-28 | bpf: Support new sign-extension load insns | Yonghong Song | 1 | -3/+39 |
2023-07-19 | bpf, x86: initialize the variable "first_off" in save_args() | Menglong Dong | 1 | -1/+1 |
2023-07-14 | bpf, x86: allow function arguments up to 12 for TRACING | Menglong Dong | 1 | -26/+209 |
2023-07-14 | bpf, x86: save/restore regs with BPF_DW size | Menglong Dong | 1 | -29/+6 |
2023-06-12 | bpf: Fix a bpf_jit_dump issue for x86_64 with sysctl bpf_jit_enable. | Yonghong Song | 1 | -1/+1 |