| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCE | Peter Zijlstra (Intel) | 2022-02-21 | 1 | -1/+1 |
* | | bpf, x86: Set header->size properly before freeing it | Song Liu | 2022-03-02 | 1 | -1/+4 |
* | | bpf, x86_64: Fail gracefully on bpf_jit_binary_pack_finalize failures | Song Liu | 2022-02-08 | 1 | -2/+6 |
* | | bpf, x86_64: Use bpf_jit_binary_pack_alloc | Song Liu | 2022-02-07 | 1 | -27/+31 |
* | | bpf: Introduce bpf_arch_text_copy | Song Liu | 2022-02-07 | 1 | -0/+7 |
* | | bpf, x86: Remove unnecessary handling of BPF_SUB atomic op | Hou Tao | 2022-01-27 | 1 | -1/+0 |
|/ |
|
* | Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2022-01-12 | 1 | -1/+1 |
|\ |
|
| * | x86/extable: Extend extable functionality | Peter Zijlstra | 2021-12-11 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2021-12-31 | 1 | -14/+41 |
|\ \ |
|
| * | | bpf: Add get_func_[arg|ret|arg_cnt] helpers | Jiri Olsa | 2021-12-13 | 1 | -1/+14 |
| * | | bpf, x64: Replace some stack_size usage with offset variables | Jiri Olsa | 2021-12-13 | 1 | -14/+28 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-12-16 | 1 | -8/+43 |
|\ \ \
| |/ /
|/| | |
|
| * | | bpf: Fix extable address check. | Alexei Starovoitov | 2021-12-16 | 1 | -7/+42 |
| * | | bpf: Fix extable fixup offset. | Alexei Starovoitov | 2021-12-16 | 1 | -1/+1 |
| |/ |
|
* | | x86, bpf: Cleanup the top of file header in bpf_jit_comp.c | Christoph Hellwig | 2021-11-30 | 1 | -2/+2 |
* | | bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33 | Tiezhu Yang | 2021-11-16 | 2 | -7/+7 |
|/ |
|
* | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2021-11-02 | 1 | -79/+80 |
|\ |
|
| * | bpf, x64: Factor out emission of REX byte in more cases | Jie Meng | 2021-10-07 | 1 | -36/+31 |
| * | bpf, x64: Save bytes for DIV by reducing reg copies | Jie Meng | 2021-10-06 | 1 | -29/+42 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-09-30 | 1 | -18/+48 |
| |\ |
|
| * | | bpf,x64 Emit IMUL instead of MUL for x86-64 | Jie Meng | 2021-09-14 | 1 | -30/+23 |
* | | | Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-11-01 | 1 | -9/+2 |
|\ \ \ |
|
| * \ \ | Merge branch 'x86/urgent' into x86/fpu, to resolve a conflict | Ingo Molnar | 2021-10-16 | 1 | -18/+48 |
| |\ \ \
| | | |/
| | |/| |
|