Age | Commit message (Expand) | Author | Files | Lines |
2019-08-01 | bpf: fix x64 JIT code generation for jmp to 1st insn | Alexei Starovoitov | 1 | -4/+5 |
2019-06-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -53/+21 |
2019-06-15 | 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 |
2019-01-27 | x86_64: bpf: implement jitting of JMP32 | Jiong Wang | 1 | -6/+40 |
2018-12-10 | bpf: Add bpf_line_info support | Martin KaFai Lau | 1 | -0/+2 |
2018-06-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -1/+1 |
2018-05-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -223/+120 |
2018-05-04 | bpf, x64: remove ld_abs/ld_ind | Daniel Borkmann | 1 | -140/+4 |
2018-05-02 | bpf, x64: fix memleak when not converging on calls | Daniel Borkmann | 1 | -1/+1 |
2018-05-02 | bpf, x64: fix memleak when not converging after image | Daniel Borkmann | 1 | -2/+2 |
2018-05-02 | x86/bpf: Clean up non-standard comments, to make the code more readable | Ingo Molnar | 1 | -100/+133 |
2018-04-25 | bpf, x64: fix JIT emission for dead code | Gianluca Borello | 1 | -1/+11 |
2018-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
2018-03-08 | bpf, x64: increase number of passes | Daniel Borkmann | 1 | -1/+2 |
2018-02-27 | bpf, x64: remove bpf_flush_icache | Daniel Borkmann | 1 | -13/+2 |
2018-02-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -87/+132 |
2018-02-24 | bpf, x64: save 5 bytes in prologue when ebpf insns came from cbpf | Daniel Borkmann | 1 | -12/+16 |
2018-02-24 | bpf, x64: save few bytes when mul is in alu32 | Daniel Borkmann | 1 | -15/+28 |
2018-02-24 | bpf, x64: save several bytes when mul dest is r0/r3 anyway | Daniel Borkmann | 1 | -10/+11 |
2018-02-24 | bpf, x64: save several bytes by using mov over movabsq when possible | Daniel Borkmann | 1 | -51/+74 |
2018-02-24 | bpf, x64: save one byte per shl/shr/sar when imm is 1 | Daniel Borkmann | 1 | -1/+5 |
2018-02-23 | bpf, x64: implement retpoline for tail call | Daniel Borkmann | 1 | -4/+5 |
2018-01-27 | bpf, x86_64: remove obsolete exception handling from div/mod | Daniel Borkmann | 1 | -20/+0 |
2018-01-20 | bpf, x86: small optimization in alu ops with imm | Daniel Borkmann | 1 | -5/+30 |
2018-01-20 | bpf: get rid of pure_initcall dependency to enable jits | Daniel Borkmann | 1 | -2/+0 |
2017-12-17 | bpf: x64: add JIT support for multi-function programs | Alexei Starovoitov | 1 | -3/+44 |
2017-12-17 | bpf: fix net.core.bpf_jit_enable race | Alexei Starovoitov | 1 | -1/+1 |
2017-10-04 | bpf: fix bpf_tail_call() x64 JIT | Alexei Starovoitov | 1 | -2/+2 |
2017-08-31 | x86: bpf_jit: small optimization in emit_bpf_tail_call() | Eric Dumazet | 1 | -5/+4 |
2017-08-10 | bpf, x86: implement jiting of BPF_J{LT,LE,SLT,SLE} | Daniel Borkmann | 1 | -0/+26 |
2017-06-06 | bpf: Add jited_len to struct bpf_prog | Martin KaFai Lau | 1 | -0/+1 |
2017-06-01 | bpf: take advantage of stack_depth tracking in x64 JIT | Alexei Starovoitov | 1 | -4/+5 |
2017-06-01 | bpf: change x86 JITed program stack layout | Alexei Starovoitov | 1 | -27/+31 |
2017-06-01 | bpf: free up BPF_JMP | BPF_CALL | BPF_X opcode | Alexei Starovoitov | 1 | -1/+1 |
2017-05-09 | x86: use set_memory.h header | Laura Abbott | 1 | -0/+1 |
2017-04-28 | bpf, x86_64/arm64: remove old ldimm64 artifacts from jits | Daniel Borkmann | 1 | -7/+0 |
2017-02-21 | bpf: fix unlocking of jited image when module ronx not set | Daniel Borkmann | 1 | -1/+1 |
2017-02-17 | bpf: make jited programs visible in traces | Daniel Borkmann | 1 | -15/+0 |
2017-02-17 | bpf: remove stubs for cBPF from arch code | Daniel Borkmann | 1 | -6/+2 |
2017-01-09 | bpf: change back to orig prog on too many passes | Daniel Borkmann | 1 | -0/+2 |
2016-12-08 | bpf: xdp: Allow head adjustment in XDP prog | Martin KaFai Lau | 1 | -1/+1 |
2016-05-16 | bpf, x86: add support for constant blinding | Daniel Borkmann | 1 | -13/+53 |
2016-05-16 | bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis | Daniel Borkmann | 1 | -3/+4 |
2016-05-16 | bpf, x86/arm64: remove useless checks on prog | Daniel Borkmann | 1 | -3/+0 |
2015-12-19 | bpf, x86: detect/optimize loading 0 immediates | Daniel Borkmann | 1 | -0/+26 |
2015-12-19 | bpf: move clearing of A/X into classic to eBPF migration prologue | Daniel Borkmann | 1 | -5/+9 |
2015-10-03 | ebpf: migrate bpf_prog's flags to bitfield | Daniel Borkmann | 1 | -1/+1 |
2015-08-10 | bpf: Make the bpf_prog_array_map more generic | Wang Nan | 1 | -3/+3 |
2015-08-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+4 |