Age | Commit message (Expand) | Author | Files | Lines |
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 |
2023-01-11 | bpf, x86: Simplify the parsing logic of structure parameters | Pu Lehui | 1 | -53/+48 |
2023-01-05 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -31/+39 |
2022-12-22 | bpf, x86: Improve PROBE_MEM runtime load check | Dave Marchevsky | 1 | -31/+39 |
2022-12-15 | Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -11/+34 |
2022-11-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -13/+0 |
2022-11-05 | bpf: Revert ("Fix dispatcher patchable function entry to 5 bytes nop") | Peter Zijlstra | 1 | -13/+0 |
2022-11-02 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -29/+96 |
2022-10-26 | bpf: Remove prog->active check for bpf_lsm and bpf_iter | Martin KaFai Lau | 1 | -17/+2 |
2022-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+13 |
2022-10-21 | bpf: Fix dispatcher patchable function entry to 5 bytes nop | Jiri Olsa | 1 | -0/+13 |
2022-10-20 | bpf,x64: use shrx/sarx/shlx when available | Jie Meng | 1 | -0/+81 |
2022-10-20 | bpf,x64: avoid unnecessary instructions when shift dest is ecx | Jie Meng | 1 | -14/+15 |
2022-10-17 | x86/ftrace: Make it call depth tracking aware | Peter Zijlstra | 1 | -0/+6 |
2022-10-17 | x86/bpf: Emit call depth accounting if required | Thomas Gleixner | 1 | -9/+23 |
2022-10-17 | x86/retpoline: Add SKL retthunk retpolines | Peter Zijlstra | 1 | -1/+4 |
2022-10-17 | x86/returnthunk: Allow different return thunks | Peter Zijlstra | 1 | -1/+1 |
2022-10-07 | bpf, x64: Remove unnecessary check on existence of SSE2 | Jie Meng | 1 | -2/+1 |
2022-10-04 | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -31/+67 |
2022-09-29 | bpf: Add __bpf_prog_{enter,exit}_struct_ops for struct_ops trampoline | Martin KaFai Lau | 1 | -0/+3 |
2022-09-27 | bpf: use bpf_prog_pack for bpf_dispatcher | Song Liu | 1 | -8/+8 |
2022-09-27 | bpf: Use given function address for trampoline ip arg | Jiri Olsa | 1 | -6/+5 |
2022-09-15 | x86,retpoline: Be sure to emit INT3 after JMP *%\reg | Peter Zijlstra | 1 | -1/+3 |
2022-09-07 | bpf: x86: Support in-register struct arguments in trampoline programs | Yonghong Song | 1 | -17/+51 |
2022-07-23 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -24/+34 |
2022-07-22 | bpf, x64: Allow to use caller address from stack | Jiri Olsa | 1 | -4/+9 |
2022-07-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -6/+20 |
2022-07-13 | bpf, x86: fix freeing of not-finalized bpf_prog_pack | Song Liu | 1 | -0/+25 |