aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/net
AgeCommit message (Expand)Author
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-07bpf, x64: increase number of passesDaniel Borkmann
2018-02-27bpf, x64: remove bpf_flush_icacheDaniel Borkmann
2018-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-02-23bpf, x64: save 5 bytes in prologue when ebpf insns came from cbpfDaniel Borkmann
2018-02-23bpf, x64: save few bytes when mul is in alu32Daniel Borkmann
2018-02-23bpf, x64: save several bytes when mul dest is r0/r3 anywayDaniel Borkmann
2018-02-23bpf, x64: save several bytes by using mov over movabsq when possibleDaniel Borkmann
2018-02-23bpf, x64: save one byte per shl/shr/sar when imm is 1Daniel Borkmann
2018-02-22bpf, x64: implement retpoline for tail callDaniel Borkmann
2018-01-26bpf, x86_64: remove obsolete exception handling from div/modDaniel Borkmann
2018-01-19bpf, x86: small optimization in alu ops with immDaniel Borkmann
2018-01-19bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann
2017-12-17bpf: x64: add JIT support for multi-function programsAlexei Starovoitov
2017-12-17bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov
2017-10-03bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov
2017-08-31x86: bpf_jit: small optimization in emit_bpf_tail_call()Eric Dumazet
2017-08-09bpf, x86: implement jiting of BPF_J{LT,LE,SLT,SLE}Daniel Borkmann
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-06-30objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf
2017-06-06bpf: Add jited_len to struct bpf_progMartin KaFai Lau
2017-05-31bpf: take advantage of stack_depth tracking in x64 JITAlexei Starovoitov
2017-05-31bpf: change x86 JITed program stack layoutAlexei Starovoitov
2017-05-31bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov
2017-05-08x86: use set_memory.h headerLaura Abbott
2017-04-28bpf, x86_64/arm64: remove old ldimm64 artifacts from jitsDaniel Borkmann
2017-02-21bpf: fix unlocking of jited image when module ronx not setDaniel Borkmann
2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann
2017-02-17bpf: remove stubs for cBPF from arch codeDaniel Borkmann
2017-01-08bpf: change back to orig prog on too many passesDaniel Borkmann
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau
2016-05-16bpf, x86: add support for constant blindingDaniel Borkmann
2016-05-16bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann
2016-05-16bpf, x86/arm64: remove useless checks on progDaniel Borkmann
2016-02-24x86/asm/bpf: Create stack frames in bpf_jit.SJosh Poimboeuf
2016-02-24x86/asm/bpf: Annotate callable functionsJosh Poimboeuf
2015-12-18bpf, x86: detect/optimize loading 0 immediatesDaniel Borkmann
2015-12-18bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann
2015-08-09bpf: Make the bpf_prog_array_map more genericWang Nan
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-30bpf, x86/sparc: show actual number of passes in bpf_jit_dumpDaniel Borkmann
2015-07-29ebpf, x86: fix general protection fault when tail call is invokedDaniel Borkmann
2015-07-20bpf: introduce bpf_skb_vlan_push/pop() helpersAlexei Starovoitov
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-06-08Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar
2015-06-02x86/debug: Remove perpetually broken, unmaintainable dwarf annotationsIngo Molnar
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-25x86: bpf_jit: fix compilation of large bpf programsAlexei Starovoitov
2015-05-21x86: bpf_jit: implement bpf_tail_call() helperAlexei Starovoitov