| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf: Introduce BPF nospec instruction for mitigating Spectre v4 | Daniel Borkmann | 2021-09-15 | 2 | -0/+13 |
* | bpf, x86: Validate computation of branch displacements for x86-32 | Piotr Krysiuk | 2021-04-10 | 1 | -1/+10 |
* | 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, x86: Fix encoding for lower 8-bit registers in BPF_STX BPF_B | Luke Nelson | 2020-05-02 | 1 | -3/+15 |
* | bpf, x86_32: Fix logic error in BPF_LDX zero-extension | Wang YanQing | 2020-05-02 | 1 | -1/+1 |
* | bpf, x86_32: Fix clobbering of dst for BPF_JSET | Luke Nelson | 2020-05-02 | 1 | -4/+18 |
* | bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extension | Luke Nelson | 2020-05-02 | 1 | -1/+3 |
* | bpf, x32: Fix bug with JMP32 JSET BPF_X checking upper bits | Luke Nelson | 2020-04-01 | 1 | -4/+6 |
* | 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 | David S. Miller | 2019-07-08 | 1 | -255/+29 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2019-07-03 | 1 | -255/+29 |
| |\ |
|
| | * | bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_K shift by 0 | Luke Nelson | 2019-07-03 | 1 | -57/+6 |
| | * | bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_X shift by 0 | Luke Nelson | 2019-07-03 | 1 | -198/+23 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-17 | 1 | -58/+22 |
|\| | |
|
| * | | 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 |
| |/ |
|
* / | x32: bpf: eliminate zero extension code-gen | Jiong Wang | 2019-05-24 | 1 | -27/+56 |
|/ |
|
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | bpf, x32: Fix bug for BPF_ALU64 | BPF_NEG | Wang YanQing | 2019-05-01 | 1 | -13/+6 |
* | bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE} | Wang YanQing | 2019-05-01 | 1 | -51/+166 |
* | x32: bpf: implement jitting of JMP32 | Jiong Wang | 2019-01-26 | 1 | -36/+85 |
* | 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 |
* | bpf, x32: Fix regression caused by commit 24dea04767e6 | Wang YanQing | 2018-07-26 | 1 | -4/+4 |
* | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-12 | 2 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-05-07 | 4 | -379/+2544 |
|\ |
|
| * | bpf, x32: remove ld_abs/ld_ind | Daniel Borkmann | 2018-05-03 | 1 | -135/+1 |
| * | bpf, x64: remove ld_abs/ld_ind | Daniel Borkmann | 2018-05-03 | 3 | -296/+5 |
| * | bpf, x86_32: add eBPF JIT compiler for ia32 | Wang YanQing | 2018-05-03 | 2 | -2/+2559 |
| * | 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 |
| * | bpf, x64: save several bytes by using mov over movabsq when possible | Daniel Borkmann | 2018-02-23 | 1 | -51/+74 |
| * | bpf, x64: save one byte per shl/shr/sar when imm is 1 | Daniel Borkmann | 2018-02-23 | 1 | -1/+5 |
* | | bpf, x64: implement retpoline for tail call | Daniel Borkmann | 2018-02-22 | 1 | -4/+5 |
|/ |
|
* | bpf, x86_64: remove obsolete exception handling from div/mod | Daniel Borkmann | 2018-01-26 | 1 | -20/+0 |
* | bpf, x86: small optimization in alu ops with imm | Daniel Borkmann | 2018-01-19 | 1 | -5/+30 |
* | bpf: get rid of pure_initcall dependency to enable jits | Daniel Borkmann | 2018-01-19 | 1 | -2/+0 |
* | bpf: x64: add JIT support for multi-function programs | Alexei Starovoitov | 2017-12-17 | 1 | -3/+44 |
* | bpf: fix net.core.bpf_jit_enable race | Alexei Starovoitov | 2017-12-17 | 1 | -1/+1 |