summaryrefslogtreecommitdiffstats
path: root/arch/arm64/net
Commit message (Expand)AuthorAgeFilesLines
* arm64: bpf: implement jitting of JMP32Jiong Wang2019-01-261-7/+30
* bpf: arm64: Enable arm64 jit to provide bpf_line_infoMartin KaFai Lau2018-12-121-0/+1
* arm64/bpf: don't allocate BPF JIT programs in module memoryArd Biesheuvel2018-12-051-0/+13
* arm64/bpf: use movn/movk/movk sequence to generate kernel addressesArd Biesheuvel2018-11-301-11/+6
* bpf, arm64: fix getting subprog addr from aux for callsDaniel Borkmann2018-11-261-9/+17
* bpf, arm64: save 4 bytes in prologue when ebpf insns came from cbpfDaniel Borkmann2018-05-141-10/+13
* bpf, arm64: optimize 32/64 immediate emissionDaniel Borkmann2018-05-141-31/+54
* bpf, arm64: save 4 bytes of unneeded stack spaceDaniel Borkmann2018-05-141-5/+2
* bpf, arm64: remove ld_abs/ld_indDaniel Borkmann2018-05-031-65/+0
* bpf, arm64: fix out of bounds access in tail callDaniel Borkmann2018-02-221-2/+3
* bpf, arm64: remove obsolete exception handling from div/modDaniel Borkmann2018-01-261-13/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-201-2/+0
|\
| * bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2018-01-191-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-191-9/+11
|\ \ | |/ |/|
| * bpf, arm64: fix stack_depth tracking in combination with tail callsDaniel Borkmann2018-01-161-9/+11
* | bpf: arm64: fix uninitialized variableAlexei Starovoitov2017-12-191-0/+1
* | bpf: arm64: add JIT support for multi-function programsAlexei Starovoitov2017-12-171-4/+64
* | bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov2017-12-171-1/+1
|/
* bpf, arm64: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann2017-08-092-0/+24
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-07-051-3/+3
|\
| * arm64: fix endianness annotation for 'struct jit_ctx' and friendsLuc Van Oostenryck2017-06-301-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-2/+5
|\ \
| * | bpf, arm64: use separate register for state in stxrDaniel Borkmann2017-06-071-2/+5
| |/
* | bpf, arm64: take advantage of stack_depth trackingDaniel Borkmann2017-06-111-11/+11
* | bpf: Add jited_len to struct bpf_progMartin KaFai Lau2017-06-061-0/+1
* | bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov2017-05-311-1/+1
|/
* bpf, arm64: fix faulty emission of map access in tail callsDaniel Borkmann2017-05-111-2/+3
* arm64: use set_memory.h headerLaura Abbott2017-05-081-0/+1
* bpf, arm64: fix jit branch offset related to ldimm64Daniel Borkmann2017-05-021-4/+4
* bpf, arm64: implement jiting of BPF_XADDDaniel Borkmann2017-05-022-5/+30
* bpf, x86_64/arm64: remove old ldimm64 artifacts from jitsDaniel Borkmann2017-04-281-9/+0
* bpf: fix unlocking of jited image when module ronx not setDaniel Borkmann2017-02-211-1/+1
* bpf: make jited programs visible in tracesDaniel Borkmann2017-02-171-15/+0
* bpf: remove stubs for cBPF from arch codeDaniel Borkmann2017-02-171-5/+0
* arm64: bpf: optimize LD_ABS, LD_INDZi Shen Lim2016-06-101-3/+0
* arm64: bpf: optimize JMP_CALLZi Shen Lim2016-06-101-3/+0
* arm64: bpf: implement bpf_tail_call() helperZi Shen Lim2016-06-102-10/+98
* bpf: arm64: remove callee-save registers use for tmp registersYang Shi2016-05-171-29/+5
* bpf, arm64: add support for constant blindingDaniel Borkmann2016-05-161-12/+40
* bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann2016-05-161-3/+4
* bpf, x86/arm64: remove useless checks on progDaniel Borkmann2016-05-161-3/+0
* arm64: bpf: jit JMP_JSET_{X,K}Zi Shen Lim2016-05-141-0/+1
* arm64: bpf: add extra pass to handle faulty codegenZi Shen Lim2016-01-171-1/+21
* bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann2015-12-181-6/+0
* arm64: bpf: add 'store immediate' instructionYang Shi2015-12-031-1/+19
* arm64: bpf: fix buffer pointerZi Shen Lim2015-11-181-14/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-11-171-7/+41
|\
| * arm64: bpf: make BPF prologue and epilogue align with ARM64 AAPCSYang Shi2015-11-171-5/+39
| * bpf, arm64: start flushing icache range from headerDaniel Borkmann2015-11-161-1/+1
| * arm64: bpf: fix JIT frame pointer setupYang Shi2015-11-161-3/+3