summaryrefslogtreecommitdiffstats
path: root/arch/arm64/net
Commit message (Expand)AuthorAgeFilesLines
* arm64: bpf: Fix branch offset in JITIlias Apalodimas2020-09-171-12/+31
* bpf, arm64: Add BPF exception tablesJean-Philippe Brucker2020-07-311-6/+87
* Merge branch 'for-next/bti' into for-next/coreWill Deacon2020-05-282-0/+20
|\
| * arm64: bpf: Annotate JITed code for BTIMark Brown2020-05-072-0/+20
* | bpf, arm64: Optimize ADD,SUB,JMP BPF_K using arm64 add/sub immediatesLuke Nelson2020-05-112-6/+38
* | bpf, arm64: Optimize AND,OR,XOR,JSET BPF_K using arm64 logical immediatesLuke Nelson2020-05-112-8/+43
|/
* arm64: bpf: optimize modulo operationJerin Jacob2019-09-032-4/+5
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-081-1/+1
|\
| * arm64: bpf: do not allocate executable memoryArd Biesheuvel2019-06-241-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-192-24/+2
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* bpf, arm64: use more scalable stadd over ldxr / stxr loop in xaddDaniel Borkmann2019-04-262-9/+23
* bpf, arm64: remove prefetch insn in xadd mappingDaniel Borkmann2019-04-262-7/+0
* 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