summaryrefslogtreecommitdiffstats
path: root/arch/x86/net/bpf_jit_comp.c
Commit message (Expand)AuthorAgeFilesLines
* bpf, x86: Fix encoding for lower 8-bit registers in BPF_STX BPF_BLuke Nelson2020-04-201-3/+15
* bpf: Fix trampoline generation for fmod_ret programsAlexei Starovoitov2020-03-111-26/+5
* bpf: Introduce BPF_MODIFY_RETURNKP Singh2020-03-041-11/+119
* bpf: JIT helpers for fmod_ret progsKP Singh2020-03-041-63/+85
* bpf: Refactor trampoline update codeKP Singh2020-03-041-15/+16
* bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-091-10/+8
* bpf, x86: Align dispatcher branch targets to 16BBjörn Töpel2019-12-131-1/+29
* bpf: Introduce BPF dispatcherBjörn Töpel2019-12-131-0/+122
* bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann2019-11-241-60/+25
* bpf, x86: Emit patchable direct jump as tail callDaniel Borkmann2019-11-241-95/+187
* bpf, x86: Generalize and extend bpf_arch_text_poke for direct jumpsDaniel Borkmann2019-11-241-18/+46
* bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov2019-11-151-1/+2
* bpf: Reserve space for BPF trampoline in BPF programsAlexei Starovoitov2019-11-151-2/+7
* bpf: Introduce BPF trampolineAlexei Starovoitov2019-11-151-2/+209
* bpf: Add bpf_arch_text_poke() helperAlexei Starovoitov2019-11-151-0/+51
* bpf: Refactor x86 JIT into helpersAlexei Starovoitov2019-11-151-54/+98
* bpf: Add support for BTF pointers to x86 JITAlexei Starovoitov2019-10-171-4/+93
* bpf, x86: Small optimization in comparing against imm0Daniel Borkmann2019-10-041-0/+10
* bpf: fix x64 JIT code generation for jmp to 1st insnAlexei Starovoitov2019-08-011-4/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-171-53/+21
|\
| * bpf, x64: fix stack layout of JITed bpf codeAlexei Starovoitov2019-06-141-53/+21
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
|/
* x86_64: bpf: implement jitting of JMP32Jiong Wang2019-01-261-6/+40
* bpf: Add bpf_line_info supportMartin KaFai Lau2018-12-091-0/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-071-223/+120
|\
| * bpf, x64: remove ld_abs/ld_indDaniel Borkmann2018-05-031-140/+4
| * x86/bpf: Clean up non-standard comments, to make the code more readableIngo Molnar2018-05-021-100/+133
* | bpf, x64: fix memleak when not converging on callsDaniel Borkmann2018-05-021-1/+1
* | bpf, x64: fix memleak when not converging after imageDaniel Borkmann2018-05-021-2/+2
|/
* bpf, x64: fix JIT emission for dead codeGianluca Borello2018-04-251-1/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-1/+2
|\
| * bpf, x64: increase number of passesDaniel Borkmann2018-03-071-1/+2
* | bpf, x64: remove bpf_flush_icacheDaniel Borkmann2018-02-271-13/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-02-261-87/+132
|\ \ | |/ |/|
| * bpf, x64: save 5 bytes in prologue when ebpf insns came from cbpfDaniel Borkmann2018-02-231-12/+16
| * bpf, x64: save few bytes when mul is in alu32Daniel Borkmann2018-02-231-15/+28
| * bpf, x64: save several bytes when mul dest is r0/r3 anywayDaniel Borkmann2018-02-231-10/+11
| * bpf, x64: save several bytes by using mov over movabsq when possibleDaniel Borkmann2018-02-231-51/+74
| * bpf, x64: save one byte per shl/shr/sar when imm is 1Daniel Borkmann2018-02-231-1/+5
* | bpf, x64: implement retpoline for tail callDaniel Borkmann2018-02-221-4/+5
|/
* bpf, x86_64: remove obsolete exception handling from div/modDaniel Borkmann2018-01-261-20/+0
* bpf, x86: small optimization in alu ops with immDaniel Borkmann2018-01-191-5/+30
* bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2018-01-191-2/+0
* bpf: x64: add JIT support for multi-function programsAlexei Starovoitov2017-12-171-3/+44
* bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov2017-12-171-1/+1
* bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov2017-10-031-2/+2
* x86: bpf_jit: small optimization in emit_bpf_tail_call()Eric Dumazet2017-08-311-5/+4
* bpf, x86: implement jiting of BPF_J{LT,LE,SLT,SLE}Daniel Borkmann2017-08-091-0/+26
* bpf: Add jited_len to struct bpf_progMartin KaFai Lau2017-06-061-0/+1