| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf: Support new sign-extension mov insns | Yonghong Song | 2023-07-27 | 1 | -3/+40 |
* | bpf: Support new sign-extension load insns | Yonghong Song | 2023-07-27 | 1 | -3/+39 |
* | bpf, x86: initialize the variable "first_off" in save_args() | Menglong Dong | 2023-07-19 | 1 | -1/+1 |
* | bpf, x86: allow function arguments up to 12 for TRACING | Menglong Dong | 2023-07-13 | 1 | -26/+209 |
* | bpf, x86: save/restore regs with BPF_DW size | Menglong Dong | 2023-07-13 | 1 | -29/+6 |
* | bpf: Fix a bpf_jit_dump issue for x86_64 with sysctl bpf_jit_enable. | Yonghong Song | 2023-06-12 | 1 | -1/+1 |
* | bpf, x86: Simplify the parsing logic of structure parameters | Pu Lehui | 2023-01-10 | 1 | -53/+48 |
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2023-01-04 | 1 | -31/+39 |
|\ |
|
| * | bpf, x86: Improve PROBE_MEM runtime load check | Dave Marchevsky | 2022-12-22 | 1 | -31/+39 |
* | | Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-12-14 | 1 | -11/+34 |
|\ \
| |/
|/| |
|
| * | x86/ftrace: Make it call depth tracking aware | Peter Zijlstra | 2022-10-17 | 1 | -0/+6 |
| * | x86/bpf: Emit call depth accounting if required | Thomas Gleixner | 2022-10-17 | 1 | -9/+23 |
| * | x86/retpoline: Add SKL retthunk retpolines | Peter Zijlstra | 2022-10-17 | 1 | -1/+4 |
| * | x86/returnthunk: Allow different return thunks | Peter Zijlstra | 2022-10-17 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-11-17 | 1 | -13/+0 |
|\ \ |
|
| * | | bpf: Revert ("Fix dispatcher patchable function entry to 5 bytes nop") | Peter Zijlstra | 2022-11-04 | 1 | -13/+0 |
* | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2022-11-02 | 1 | -29/+96 |
|\ \ \ |
|
| * | | | bpf: Remove prog->active check for bpf_lsm and bpf_iter | Martin KaFai Lau | 2022-10-25 | 1 | -17/+2 |
| * | | | bpf,x64: use shrx/sarx/shlx when available | Jie Meng | 2022-10-19 | 1 | -0/+81 |
| * | | | bpf,x64: avoid unnecessary instructions when shift dest is ecx | Jie Meng | 2022-10-19 | 1 | -14/+15 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-10-24 | 1 | -0/+13 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * / | bpf: Fix dispatcher patchable function entry to 5 bytes nop | Jiri Olsa | 2022-10-20 | 1 | -0/+13 |
| |/ |
|
* / | bpf, x64: Remove unnecessary check on existence of SSE2 | Jie Meng | 2022-10-07 | 1 | -2/+1 |
|/ |
|
* | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2022-10-04 | 1 | -31/+67 |
|\ |
|
| * | bpf: Add __bpf_prog_{enter,exit}_struct_ops for struct_ops trampoline | Martin KaFai Lau | 2022-09-29 | 1 | -0/+3 |
| * | bpf: use bpf_prog_pack for bpf_dispatcher | Song Liu | 2022-09-26 | 1 | -8/+8 |
| * | bpf: Use given function address for trampoline ip arg | Jiri Olsa | 2022-09-26 | 1 | -6/+5 |
| * | bpf: x86: Support in-register struct arguments in trampoline programs | Yonghong Song | 2022-09-06 | 1 | -17/+51 |
* | | x86,retpoline: Be sure to emit INT3 after JMP *%\reg | Peter Zijlstra | 2022-09-15 | 1 | -1/+3 |
|/ |
|
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2022-07-22 | 1 | -24/+34 |
|\ |
|
| * | bpf, x64: Allow to use caller address from stack | Jiri Olsa | 2022-07-22 | 1 | -4/+9 |
| * | bpf, x86: fix freeing of not-finalized bpf_prog_pack | Song Liu | 2022-07-12 | 1 | -0/+25 |
| * | bpf: Remove is_valid_bpf_tramp_flags() | Xu Kuohai | 2022-07-11 | 1 | -20/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-07-14 | 1 | -6/+20 |
|\ \
| |/
|/| |
|
| * | x86/bpf: Use alternative RET encoding | Peter Zijlstra | 2022-06-27 | 1 | -2/+17 |
| * | x86/retpoline: Cleanup some #ifdefery | Peter Zijlstra | 2022-06-27 | 1 | -4/+3 |
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2022-07-09 | 1 | -8/+22 |
|\ \
| |/
|/| |
|
| * | bpf: per-cgroup lsm flavor | Stanislav Fomichev | 2022-06-29 | 1 | -8/+16 |
| * | bpf, x64: Add predicate for bpf2bpf with tailcalls support in JIT | Tony Ambardar | 2022-06-21 | 1 | -0/+6 |
* | | bpf, x86: Fix tail call count offset calculation on bpf2bpf call | Jakub Sitnicki | 2022-06-16 | 1 | -1/+2 |
|/ |
|
* | bpf: Introduce bpf_arch_text_invalidate for bpf_prog_pack | Song Liu | 2022-05-23 | 1 | -0/+5 |
* | bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm. | Kui-Feng Lee | 2022-05-10 | 1 | -2/+3 |
* | bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stack | Kui-Feng Lee | 2022-05-10 | 1 | -9/+32 |
* | bpf, x86: Generate trampolines from bpf_tramp_links | Kui-Feng Lee | 2022-05-10 | 1 | -17/+19 |
* | x86,bpf: Avoid IBT objtool warning | Peter Zijlstra | 2022-04-07 | 1 | -0/+1 |
* | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2022-03-27 | 1 | -2/+24 |
|\ |
|
| * | x86/ibt,bpf: Add ENDBR instructions to prologue and trampoline | Peter Zijlstra | 2022-03-15 | 1 | -2/+24 |
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2022-03-22 | 1 | -2/+9 |
|\ \ |
|
| * | | bpf, x86: Fall back to interpreter mode when extra pass fails | Hou Tao | 2022-03-16 | 1 | -2/+9 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-03-10 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| /
| |/ |
|