aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/net/bpf_jit_comp.c
AgeCommit message (Expand)Author
2019-05-22bpf, arm64: remove prefetch insn in xadd mappingDaniel Borkmann
2018-12-12bpf: arm64: Enable arm64 jit to provide bpf_line_infoMartin KaFai Lau
2018-12-05arm64/bpf: don't allocate BPF JIT programs in module memoryArd Biesheuvel
2018-11-30arm64/bpf: use movn/movk/movk sequence to generate kernel addressesArd Biesheuvel
2018-11-26bpf, arm64: fix getting subprog addr from aux for callsDaniel Borkmann
2018-05-14bpf, arm64: save 4 bytes in prologue when ebpf insns came from cbpfDaniel Borkmann
2018-05-14bpf, arm64: optimize 32/64 immediate emissionDaniel Borkmann
2018-05-14bpf, arm64: save 4 bytes of unneeded stack spaceDaniel Borkmann
2018-05-03bpf, arm64: remove ld_abs/ld_indDaniel Borkmann
2018-02-22bpf, arm64: fix out of bounds access in tail callDaniel Borkmann
2018-01-26bpf, arm64: remove obsolete exception handling from div/modDaniel Borkmann
2018-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-19bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann
2018-01-16bpf, arm64: fix stack_depth tracking in combination with tail callsDaniel Borkmann
2017-12-19bpf: arm64: fix uninitialized variableAlexei Starovoitov
2017-12-17bpf: arm64: add JIT support for multi-function programsAlexei Starovoitov
2017-12-17bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov
2017-08-09bpf, arm64: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann
2017-07-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-06-30arm64: fix endianness annotation for 'struct jit_ctx' and friendsLuc Van Oostenryck
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-11bpf, arm64: take advantage of stack_depth trackingDaniel Borkmann
2017-06-07bpf, arm64: use separate register for state in stxrDaniel Borkmann
2017-06-06bpf: Add jited_len to struct bpf_progMartin KaFai Lau
2017-05-31bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov
2017-05-11bpf, arm64: fix faulty emission of map access in tail callsDaniel Borkmann
2017-05-08arm64: use set_memory.h headerLaura Abbott
2017-05-02bpf, arm64: fix jit branch offset related to ldimm64Daniel Borkmann
2017-05-02bpf, arm64: implement jiting of BPF_XADDDaniel Borkmann
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
2016-06-10arm64: bpf: optimize LD_ABS, LD_INDZi Shen Lim
2016-06-10arm64: bpf: optimize JMP_CALLZi Shen Lim
2016-06-10arm64: bpf: implement bpf_tail_call() helperZi Shen Lim
2016-05-17bpf: arm64: remove callee-save registers use for tmp registersYang Shi
2016-05-16bpf, arm64: 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-05-14arm64: bpf: jit JMP_JSET_{X,K}Zi Shen Lim
2016-01-17arm64: bpf: add extra pass to handle faulty codegenZi Shen Lim
2015-12-18bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann
2015-12-03arm64: bpf: add 'store immediate' instructionYang Shi
2015-11-18arm64: bpf: fix buffer pointerZi Shen Lim
2015-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-11-17arm64: bpf: make BPF prologue and epilogue align with ARM64 AAPCSYang Shi
2015-11-16bpf, arm64: start flushing icache range from headerDaniel Borkmann
2015-11-16arm64: bpf: fix JIT frame pointer setupYang Shi