| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf, arm: Remove unused function emit_a32_alu_r() | YueHaibing | 2022-06-14 | 1 | -16/+0 |
* | bpf, arm: Fix various typos in comments | Julia Lawall | 2022-03-21 | 1 | -2/+2 |
* | bpf, docs: Prune all references to "internal BPF" | Christoph Hellwig | 2021-11-30 | 1 | -1/+1 |
* | bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33 | Tiezhu Yang | 2021-11-16 | 1 | -2/+3 |
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2021-11-01 | 1 | -5/+0 |
|\ |
|
| * | bpf, arm: Remove dummy bpf_jit_compile stub | Daniel Borkmann | 2021-10-06 | 1 | -5/+0 |
* | | bpf, arm: Fix register clobbering in div/mod implementation | Johan Almbladh | 2021-09-29 | 1 | -0/+19 |
|/ |
|
* | bpf: Introduce BPF nospec instruction for mitigating Spectre v4 | Daniel Borkmann | 2021-07-29 | 1 | -0/+3 |
* | bpf: Rename BPF_XADD and prepare to encode other atomics in .imm | Brendan Jackman | 2021-01-14 | 1 | -4/+3 |
* | bpf, arm: Optimize ALU ARSH K using asr immediate instruction | Luke Nelson | 2020-05-04 | 2 | -3/+10 |
* | bpf, arm: Optimize ALU64 ARSH X using orrpl conditional instruction | Luke Nelson | 2020-05-04 | 1 | -2/+2 |
* | arm, bpf: Fix offset overflow for BPF_MEM BPF_DW | Luke Nelson | 2020-04-14 | 1 | -16/+24 |
* | arm, bpf: Fix bugs with ALU64 {RSH, ARSH} BPF_K shift by 0 | Luke Nelson | 2020-04-09 | 1 | -2/+10 |
* | ARM: net: bpf: Improve prologue code sequence | Russell King | 2019-12-11 | 1 | -17/+13 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-17 | 2 | -8/+2 |
|\ |
|
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 2019-06-05 | 2 | -8/+2 |
* | | arm: bpf: eliminate zero extension code-gen | Jiong Wang | 2019-05-24 | 1 | -11/+31 |
|/ |
|
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | arm: bpf: implement jitting of JMP32 | Jiong Wang | 2019-01-26 | 2 | -9/+46 |
* | ARM: net: bpf: improve 64-bit ALU implementation | Russell King | 2018-07-13 | 1 | -5/+24 |
* | ARM: net: bpf: improve 64-bit store implementation | Russell King | 2018-07-13 | 1 | -26/+26 |
* | ARM: net: bpf: improve 64-bit sign-extended immediate load | Russell King | 2018-07-13 | 1 | -4/+3 |
* | ARM: net: bpf: improve 64-bit load immediate implementation | Russell King | 2018-07-13 | 1 | -12/+20 |
* | ARM: net: bpf: use double-word load/stores where available | Russell King | 2018-07-12 | 2 | -12/+45 |
* | ARM: net: bpf: always use odd/even register pair | Russell King | 2018-07-12 | 1 | -14/+14 |
* | ARM: net: bpf: avoid reloading 'array' | Russell King | 2018-07-12 | 1 | -5/+4 |
* | ARM: net: bpf: avoid reloading 'index' | Russell King | 2018-07-12 | 1 | -2/+3 |
* | ARM: net: bpf: use ldr instructions with shifted rm register | Russell King | 2018-07-12 | 2 | -2/+5 |
* | ARM: net: bpf: use immediate forms of instructions where possible | Russell King | 2018-07-12 | 2 | -9/+13 |
* | ARM: net: bpf: imm12 constant conversion | Russell King | 2018-07-12 | 1 | -1/+49 |
* | ARM: net: bpf: access eBPF scratch space using ARM FP register | Russell King | 2018-07-12 | 1 | -19/+25 |
* | ARM: net: bpf: 64-bit accessor functions for BPF registers | Russell King | 2018-07-12 | 1 | -113/+122 |
* | ARM: net: bpf: provide accessor functions for BPF registers | Russell King | 2018-07-12 | 1 | -201/+128 |
* | ARM: net: bpf: remove is_on_stack() and sstk/dstk | Russell King | 2018-07-12 | 1 | -176/+160 |
* | ARM: net: bpf: use negative numbers for stacked registers | Russell King | 2018-07-12 | 1 | -98/+102 |
* | ARM: net: bpf: provide load/store ops with negative immediates | Russell King | 2018-07-12 | 2 | -22/+41 |
* | ARM: net: bpf: enumerate the JIT scratch stack layout | Russell King | 2018-07-12 | 1 | -17/+42 |
* | bpf, arm32: fix to use bpf_jit_binary_lock_ro api | Daniel Borkmann | 2018-06-29 | 1 | -1/+1 |
* | bpf, arm32: fix inconsistent naming about emit_a32_lsr_{r64,i64} | Wang YanQing | 2018-06-05 | 1 | -5/+5 |
* | bpf, arm32: correct check_imm24 | Wang YanQing | 2018-06-05 | 1 | -3/+3 |
* | bpf, arm32: save 4 bytes of unneeded stack space | Daniel Borkmann | 2018-05-14 | 1 | -10/+3 |
* | bpf, arm32: remove ld_abs/ld_ind | Daniel Borkmann | 2018-05-03 | 1 | -77/+0 |
* | bpf, arm: remove obsolete exception handling from div/mod | Daniel Borkmann | 2018-01-26 | 1 | -8/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-01-20 | 1 | -2/+0 |
|\ |
|
| * | bpf: get rid of pure_initcall dependency to enable jits | Daniel Borkmann | 2018-01-19 | 1 | -2/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-19 | 1 | -114/+111 |
|\ \
| |/
|/| |
|
| * | ARM: net: bpf: clarify tail_call index | Russell King | 2018-01-17 | 1 | -1/+1 |
| * | ARM: net: bpf: fix LDX instructions | Russell King | 2018-01-17 | 1 | -28/+33 |
| * | ARM: net: bpf: fix register saving | Russell King | 2018-01-17 | 1 | -58/+22 |
| * | ARM: net: bpf: correct stack layout documentation | Russell King | 2018-01-17 | 1 | -8/+27 |