aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-255/+29
2019-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-255/+29
2019-07-03bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_K shift by 0Luke Nelson1-57/+6
2019-07-03bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_X shift by 0Luke Nelson1-198/+23
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-58/+22
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-53/+21
2019-06-14bpf, x64: fix stack layout of JITed bpf codeAlexei Starovoitov1-53/+21
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2019-05-24x32: bpf: eliminate zero extension code-genJiong Wang1-27/+56
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-01bpf, x32: Fix bug for BPF_ALU64 | BPF_NEGWang YanQing1-13/+6
2019-05-01bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE}Wang YanQing1-51/+166
2019-01-26x32: bpf: implement jitting of JMP32Jiong Wang1-36/+85
2019-01-26x86_64: bpf: implement jitting of JMP32Jiong Wang1-6/+40
2018-12-09bpf: Add bpf_line_info supportMartin KaFai Lau1-0/+2
2018-07-26bpf, x32: Fix regression caused by commit 24dea04767e6Wang YanQing1-4/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-2/+2
2018-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-379/+2544
2018-05-03bpf, x32: remove ld_abs/ld_indDaniel Borkmann1-135/+1
2018-05-03bpf, x64: remove ld_abs/ld_indDaniel Borkmann3-296/+5
2018-05-03bpf, x86_32: add eBPF JIT compiler for ia32Wang YanQing2-2/+2559
2018-05-02bpf, x64: fix memleak when not converging on callsDaniel Borkmann1-1/+1
2018-05-02bpf, x64: fix memleak when not converging after imageDaniel Borkmann1-2/+2
2018-05-02x86/bpf: Clean up non-standard comments, to make the code more readableIngo Molnar1-100/+133
2018-04-25bpf, x64: fix JIT emission for dead codeGianluca Borello1-1/+11
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-03-07bpf, x64: increase number of passesDaniel Borkmann1-1/+2
2018-02-27bpf, x64: remove bpf_flush_icacheDaniel Borkmann1-13/+2
2018-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-87/+132
2018-02-23bpf, x64: save 5 bytes in prologue when ebpf insns came from cbpfDaniel Borkmann1-12/+16
2018-02-23bpf, x64: save few bytes when mul is in alu32Daniel Borkmann1-15/+28
2018-02-23bpf, x64: save several bytes when mul dest is r0/r3 anywayDaniel Borkmann1-10/+11
2018-02-23bpf, x64: save several bytes by using mov over movabsq when possibleDaniel Borkmann1-51/+74
2018-02-23bpf, x64: save one byte per shl/shr/sar when imm is 1Daniel Borkmann1-1/+5
2018-02-22bpf, x64: implement retpoline for tail callDaniel Borkmann1-4/+5
2018-01-26bpf, x86_64: remove obsolete exception handling from div/modDaniel Borkmann1-20/+0
2018-01-19bpf, x86: small optimization in alu ops with immDaniel Borkmann1-5/+30
2018-01-19bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann1-2/+0
2017-12-17bpf: x64: add JIT support for multi-function programsAlexei Starovoitov1-3/+44
2017-12-17bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov1-1/+1
2017-10-03bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov1-2/+2
2017-08-31x86: bpf_jit: small optimization in emit_bpf_tail_call()Eric Dumazet1-5/+4
2017-08-09bpf, x86: implement jiting of BPF_J{LT,LE,SLT,SLE}Daniel Borkmann1-0/+26
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-41/+45
2017-06-30objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf1-0/+2
2017-06-06bpf: Add jited_len to struct bpf_progMartin KaFai Lau1-0/+1
2017-05-31bpf: take advantage of stack_depth tracking in x64 JITAlexei Starovoitov1-4/+5
2017-05-31bpf: change x86 JITed program stack layoutAlexei Starovoitov2-38/+40
2017-05-31bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov1-1/+1
2017-05-08x86: use set_memory.h headerLaura Abbott1-0/+1