Age | Commit message (Expand) | Author | Files | Lines |
2021-02-11 | bpf: Add per-program recursion prevention mechanism | Alexei Starovoitov | 1 | -0/+15 |
2021-02-11 | bpf: Compute program stats for sleepable programs | Alexei Starovoitov | 1 | -19/+12 |
2021-02-04 | bpf: Emit explicit NULL pointer checks for PROBE_LDX instructions. | Alexei Starovoitov | 1 | -0/+19 |
2021-01-20 | bpf,x64: Pad NOPs to make images converge more easily | Gary Lin | 1 | -28/+112 |
2021-01-14 | bpf: Add bitwise atomic instructions | Brendan Jackman | 1 | -1/+49 |
2021-01-14 | bpf: Add instructions for atomic_[cmp]xchg | Brendan Jackman | 1 | -0/+8 |
2021-01-14 | bpf: Add BPF_FETCH field / create atomic_fetch_add instruction | Brendan Jackman | 1 | -0/+4 |
2021-01-14 | bpf: Rename BPF_XADD and prepare to encode other atomics in .imm | Brendan Jackman | 2 | -16/+36 |
2021-01-14 | bpf: x86: Factor out a lookup table for some ALU opcodes | Brendan Jackman | 1 | -18/+15 |
2021-01-14 | bpf: x86: Factor out emission of REX byte | Brendan Jackman | 1 | -16/+23 |
2021-01-14 | bpf: x86: Factor out emission of ModR/M for *(reg + off) | Brendan Jackman | 1 | -18/+25 |
2020-09-29 | bpf: x64: Do not emit sub/add 0, %rsp when !stack_depth | Maciej Fijalkowski | 1 | -10/+23 |
2020-09-29 | bpf, x64: Drop "pop %rcx" instruction on BPF JIT epilogue | Maciej Fijalkowski | 1 | -2/+0 |
2020-09-17 | bpf, x64: rework pro/epilogue and tailcall handling in JIT | Maciej Fijalkowski | 1 | -48/+189 |
2020-09-17 | bpf: rename poke descriptor's 'ip' member to 'tailcall_target' | Maciej Fijalkowski | 1 | -9/+11 |
2020-09-17 | bpf, x64: use %rcx instead of %rax for tail call retpolines | Maciej Fijalkowski | 1 | -10/+10 |
2020-08-28 | bpf: Introduce sleepable BPF programs | Alexei Starovoitov | 1 | -11/+21 |
2020-05-07 | bpf, i386: Remove unneeded conversion to bool | Jason Yan | 1 | -2/+2 |
2020-04-24 | bpf, x86_32: Fix logic error in BPF_LDX zero-extension | Wang YanQing | 1 | -1/+1 |
2020-04-24 | bpf, x86_32: Fix clobbering of dst for BPF_JSET | Luke Nelson | 1 | -4/+18 |
2020-04-24 | bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extension | Luke Nelson | 1 | -1/+3 |
2020-04-20 | bpf, x86: Fix encoding for lower 8-bit registers in BPF_STX BPF_B | Luke Nelson | 1 | -3/+15 |
2020-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -4/+6 |
2020-03-11 | bpf: Fix trampoline generation for fmod_ret programs | Alexei Starovoitov | 1 | -26/+5 |
2020-03-06 | bpf, x32: Fix bug with JMP32 JSET BPF_X checking upper bits | Luke Nelson | 1 | -4/+6 |
2020-03-04 | bpf: Introduce BPF_MODIFY_RETURN | KP Singh | 1 | -11/+119 |
2020-03-04 | bpf: JIT helpers for fmod_ret progs | KP Singh | 1 | -63/+85 |
2020-03-04 | bpf: Refactor trampoline update code | KP Singh | 1 | -15/+16 |
2020-01-09 | bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS | Martin KaFai Lau | 1 | -10/+8 |
2019-12-13 | bpf, x86: Align dispatcher branch targets to 16B | Björn Töpel | 1 | -1/+29 |
2019-12-13 | bpf: Introduce BPF dispatcher | Björn Töpel | 1 | -0/+122 |
2019-11-24 | bpf: Simplify __bpf_arch_text_poke poke type handling | Daniel Borkmann | 1 | -60/+25 |
2019-11-24 | bpf, x86: Emit patchable direct jump as tail call | Daniel Borkmann | 1 | -95/+187 |
2019-11-24 | bpf, x86: Generalize and extend bpf_arch_text_poke for direct jumps | Daniel Borkmann | 1 | -18/+46 |
2019-11-15 | bpf: Support attaching tracing BPF program to other BPF programs | Alexei Starovoitov | 1 | -1/+2 |
2019-11-15 | bpf: Reserve space for BPF trampoline in BPF programs | Alexei Starovoitov | 1 | -2/+7 |
2019-11-15 | bpf: Introduce BPF trampoline | Alexei Starovoitov | 1 | -2/+209 |
2019-11-15 | bpf: Add bpf_arch_text_poke() helper | Alexei Starovoitov | 1 | -0/+51 |
2019-11-15 | bpf: Refactor x86 JIT into helpers | Alexei Starovoitov | 1 | -54/+98 |
2019-10-17 | bpf: Add support for BTF pointers to x86 JIT | Alexei Starovoitov | 1 | -4/+93 |
2019-10-04 | bpf, x86: Small optimization in comparing against imm0 | Daniel Borkmann | 1 | -0/+10 |
2019-08-01 | bpf: fix x64 JIT code generation for jmp to 1st insn | Alexei Starovoitov | 1 | -4/+5 |
2019-07-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -255/+29 |
2019-07-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 1 | -255/+29 |
2019-07-03 | bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_K shift by 0 | Luke Nelson | 1 | -57/+6 |
2019-07-03 | bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_X shift by 0 | Luke Nelson | 1 | -198/+23 |
2019-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -58/+22 |
2019-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -53/+21 |
2019-06-14 | bpf, x64: fix stack layout of JITed bpf code | Alexei Starovoitov | 1 | -53/+21 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 1 | -5/+1 |