| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf: Introduce BPF nospec instruction for mitigating Spectre v4 | Daniel Borkmann | 2021-08-04 | 1 | -0/+7 |
* | bpf: Track subprog poke descriptors correctly and fix use-after-free | John Fastabend | 2021-07-25 | 1 | -0/+3 |
* | bpf, x86: Validate computation of branch displacements for x86-64 | Piotr Krysiuk | 2021-04-10 | 1 | -1/+10 |
* | bpf, x86: Use kvmalloc_array instead kmalloc_array in bpf_jit_comp | Yonghong Song | 2021-04-10 | 1 | -2/+2 |
* | bpf: Use NOP_ATOMIC5 instead of emit_nops(&prog, 5) for BPF_TRAMP_F_CALL_ORIG | Stanislav Fomichev | 2021-04-07 | 1 | -1/+2 |
* | bpf: Fix fexit trampoline. | Alexei Starovoitov | 2021-04-07 | 1 | -4/+22 |
* | bpf: x64: Do not emit sub/add 0, %rsp when !stack_depth | Maciej Fijalkowski | 2020-09-29 | 1 | -10/+23 |
* | bpf, x64: Drop "pop %rcx" instruction on BPF JIT epilogue | Maciej Fijalkowski | 2020-09-29 | 1 | -2/+0 |
* | bpf, x64: rework pro/epilogue and tailcall handling in JIT | Maciej Fijalkowski | 2020-09-17 | 1 | -48/+189 |
* | bpf: rename poke descriptor's 'ip' member to 'tailcall_target' | Maciej Fijalkowski | 2020-09-17 | 1 | -9/+11 |
* | bpf, x64: use %rcx instead of %rax for tail call retpolines | Maciej Fijalkowski | 2020-09-17 | 1 | -10/+10 |
* | bpf: Introduce sleepable BPF programs | Alexei Starovoitov | 2020-08-28 | 1 | -11/+21 |
* | bpf, x86: Fix encoding for lower 8-bit registers in BPF_STX BPF_B | Luke Nelson | 2020-04-20 | 1 | -3/+15 |
* | bpf: Fix trampoline generation for fmod_ret programs | Alexei Starovoitov | 2020-03-11 | 1 | -26/+5 |
* | bpf: Introduce BPF_MODIFY_RETURN | KP Singh | 2020-03-04 | 1 | -11/+119 |
* | bpf: JIT helpers for fmod_ret progs | KP Singh | 2020-03-04 | 1 | -63/+85 |
* | bpf: Refactor trampoline update code | KP Singh | 2020-03-04 | 1 | -15/+16 |
* | bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS | Martin KaFai Lau | 2020-01-09 | 1 | -10/+8 |
* | bpf, x86: Align dispatcher branch targets to 16B | Björn Töpel | 2019-12-13 | 1 | -1/+29 |
* | bpf: Introduce BPF dispatcher | Björn Töpel | 2019-12-13 | 1 | -0/+122 |
* | bpf: Simplify __bpf_arch_text_poke poke type handling | Daniel Borkmann | 2019-11-24 | 1 | -60/+25 |
* | bpf, x86: Emit patchable direct jump as tail call | Daniel Borkmann | 2019-11-24 | 1 | -95/+187 |
* | bpf, x86: Generalize and extend bpf_arch_text_poke for direct jumps | Daniel Borkmann | 2019-11-24 | 1 | -18/+46 |
* | bpf: Support attaching tracing BPF program to other BPF programs | Alexei Starovoitov | 2019-11-15 | 1 | -1/+2 |
* | bpf: Reserve space for BPF trampoline in BPF programs | Alexei Starovoitov | 2019-11-15 | 1 | -2/+7 |
* | bpf: Introduce BPF trampoline | Alexei Starovoitov | 2019-11-15 | 1 | -2/+209 |
* | bpf: Add bpf_arch_text_poke() helper | Alexei Starovoitov | 2019-11-15 | 1 | -0/+51 |
* | bpf: Refactor x86 JIT into helpers | Alexei Starovoitov | 2019-11-15 | 1 | -54/+98 |
* | bpf: Add support for BTF pointers to x86 JIT | Alexei Starovoitov | 2019-10-17 | 1 | -4/+93 |
* | bpf, x86: Small optimization in comparing against imm0 | Daniel Borkmann | 2019-10-04 | 1 | -0/+10 |
* | bpf: fix x64 JIT code generation for jmp to 1st insn | Alexei Starovoitov | 2019-08-01 | 1 | -4/+5 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2019-06-17 | 1 | -53/+21 |
|\ |
|
| * | bpf, x64: fix stack layout of JITed bpf code | Alexei Starovoitov | 2019-06-14 | 1 | -53/+21 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 2019-06-05 | 1 | -5/+1 |
|/ |
|
* | x86_64: bpf: implement jitting of JMP32 | Jiong Wang | 2019-01-26 | 1 | -6/+40 |
* | bpf: Add bpf_line_info support | Martin KaFai Lau | 2018-12-09 | 1 | -0/+2 |
* | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-12 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-05-07 | 1 | -223/+120 |
|\ |
|
| * | bpf, x64: remove ld_abs/ld_ind | Daniel Borkmann | 2018-05-03 | 1 | -140/+4 |
| * | x86/bpf: Clean up non-standard comments, to make the code more readable | Ingo Molnar | 2018-05-02 | 1 | -100/+133 |
* | | bpf, x64: fix memleak when not converging on calls | Daniel Borkmann | 2018-05-02 | 1 | -1/+1 |
* | | bpf, x64: fix memleak when not converging after image | Daniel Borkmann | 2018-05-02 | 1 | -2/+2 |
|/ |
|
* | bpf, x64: fix JIT emission for dead code | Gianluca Borello | 2018-04-25 | 1 | -1/+11 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-03-23 | 1 | -1/+2 |
|\ |
|
| * | bpf, x64: increase number of passes | Daniel Borkmann | 2018-03-07 | 1 | -1/+2 |
* | | bpf, x64: remove bpf_flush_icache | Daniel Borkmann | 2018-02-27 | 1 | -13/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-02-26 | 1 | -87/+132 |
|\ \
| |/
|/| |
|
| * | bpf, x64: save 5 bytes in prologue when ebpf insns came from cbpf | Daniel Borkmann | 2018-02-23 | 1 | -12/+16 |
| * | bpf, x64: save few bytes when mul is in alu32 | Daniel Borkmann | 2018-02-23 | 1 | -15/+28 |
| * | bpf, x64: save several bytes when mul dest is r0/r3 anyway | Daniel Borkmann | 2018-02-23 | 1 | -10/+11 |