| Commit message (Expand) | Author | Age |
* | bpf: fix x64 JIT code generation for jmp to 1st insn | Alexei Starovoitov | 2019-08-01 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-07-08 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2019-07-03 |
| |\ |
|
| | * | bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_K shift by 0 | Luke Nelson | 2019-07-03 |
| | * | bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_X shift by 0 | Luke Nelson | 2019-07-03 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-17 |
|\| | |
|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2019-06-17 |
| |\| |
|
| | * | bpf, x64: fix stack layout of JITed bpf code | Alexei Starovoitov | 2019-06-14 |
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 2019-06-05 |
| |/ |
|
* / | x32: bpf: eliminate zero extension code-gen | Jiong Wang | 2019-05-24 |
|/ |
|
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 |
* | bpf, x32: Fix bug for BPF_ALU64 | BPF_NEG | Wang YanQing | 2019-05-01 |
* | bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE} | Wang YanQing | 2019-05-01 |
* | x32: bpf: implement jitting of JMP32 | Jiong Wang | 2019-01-26 |
* | x86_64: bpf: implement jitting of JMP32 | Jiong Wang | 2019-01-26 |
* | bpf: Add bpf_line_info support | Martin KaFai Lau | 2018-12-09 |
* | bpf, x32: Fix regression caused by commit 24dea04767e6 | Wang YanQing | 2018-07-25 |
* | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-12 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-05-07 |
|\ |
|
| * | bpf, x32: remove ld_abs/ld_ind | Daniel Borkmann | 2018-05-03 |
| * | bpf, x64: remove ld_abs/ld_ind | Daniel Borkmann | 2018-05-03 |
| * | bpf, x86_32: add eBPF JIT compiler for ia32 | Wang YanQing | 2018-05-03 |
| * | x86/bpf: Clean up non-standard comments, to make the code more readable | Ingo Molnar | 2018-05-02 |
* | | bpf, x64: fix memleak when not converging on calls | Daniel Borkmann | 2018-05-02 |
* | | bpf, x64: fix memleak when not converging after image | Daniel Borkmann | 2018-05-02 |
|/ |
|
* | bpf, x64: fix JIT emission for dead code | Gianluca Borello | 2018-04-25 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-03-23 |
|\ |
|
| * | bpf, x64: increase number of passes | Daniel Borkmann | 2018-03-07 |
* | | bpf, x64: remove bpf_flush_icache | Daniel Borkmann | 2018-02-27 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-02-26 |
|\ \
| |/
|/| |
|
| * | bpf, x64: save 5 bytes in prologue when ebpf insns came from cbpf | Daniel Borkmann | 2018-02-24 |
| * | bpf, x64: save few bytes when mul is in alu32 | Daniel Borkmann | 2018-02-24 |
| * | bpf, x64: save several bytes when mul dest is r0/r3 anyway | Daniel Borkmann | 2018-02-24 |
| * | bpf, x64: save several bytes by using mov over movabsq when possible | Daniel Borkmann | 2018-02-24 |
| * | bpf, x64: save one byte per shl/shr/sar when imm is 1 | Daniel Borkmann | 2018-02-24 |
* | | bpf, x64: implement retpoline for tail call | Daniel Borkmann | 2018-02-22 |
|/ |
|
* | bpf, x86_64: remove obsolete exception handling from div/mod | Daniel Borkmann | 2018-01-26 |
* | bpf, x86: small optimization in alu ops with imm | Daniel Borkmann | 2018-01-19 |
* | bpf: get rid of pure_initcall dependency to enable jits | Daniel Borkmann | 2018-01-19 |
* | bpf: x64: add JIT support for multi-function programs | Alexei Starovoitov | 2017-12-17 |
* | bpf: fix net.core.bpf_jit_enable race | Alexei Starovoitov | 2017-12-17 |
* | bpf: fix bpf_tail_call() x64 JIT | Alexei Starovoitov | 2017-10-03 |
* | x86: bpf_jit: small optimization in emit_bpf_tail_call() | Eric Dumazet | 2017-08-31 |
* | bpf, x86: implement jiting of BPF_J{LT,LE,SLT,SLE} | Daniel Borkmann | 2017-08-09 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-07-05 |
|\ |
|
| * | bpf: Add jited_len to struct bpf_prog | Martin KaFai Lau | 2017-06-06 |
| * | bpf: take advantage of stack_depth tracking in x64 JIT | Alexei Starovoitov | 2017-05-31 |
| * | bpf: change x86 JITed program stack layout | Alexei Starovoitov | 2017-05-31 |
| * | bpf: free up BPF_JMP | BPF_CALL | BPF_X opcode | Alexei Starovoitov | 2017-05-31 |
* | | objtool, x86: Add several functions and files to the objtool whitelist | Josh Poimboeuf | 2017-06-30 |
|/ |
|