summaryrefslogtreecommitdiffstats
path: root/arch/arm64/net
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
|/
* 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-272-9/+23
* bpf, arm64: remove prefetch insn in xadd mappingDaniel Borkmann2019-04-272-7/+0Star
* 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/+6Star
* bpf, arm64: fix getting subprog addr from aux for callsDaniel Borkmann2018-11-271-9/+17
* bpf, arm64: save 4 bytes in prologue when ebpf insns came from cbpfDaniel Borkmann2018-05-151-10/+13
* bpf, arm64: optimize 32/64 immediate emissionDaniel Borkmann2018-05-151-31/+54
* bpf, arm64: save 4 bytes of unneeded stack spaceDaniel Borkmann2018-05-151-5/+2Star
* bpf, arm64: remove ld_abs/ld_indDaniel Borkmann2018-05-041-65/+0Star
* bpf, arm64: fix out of bounds access in tail callDaniel Borkmann2018-02-231-2/+3
* bpf, arm64: remove obsolete exception handling from div/modDaniel Borkmann2018-01-271-13/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-211-2/+0Star
|\
| * bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2018-01-201-2/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-201-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-102-0/+24
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-07-061-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-121-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-06-011-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-091-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/+0Star
* 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/+0Star
* bpf: remove stubs for cBPF from arch codeDaniel Borkmann2017-02-171-5/+0Star
* arm64: bpf: optimize LD_ABS, LD_INDZi Shen Lim2016-06-111-3/+0Star
* arm64: bpf: optimize JMP_CALLZi Shen Lim2016-06-111-3/+0Star
* arm64: bpf: implement bpf_tail_call() helperZi Shen Lim2016-06-112-10/+98
* bpf: arm64: remove callee-save registers use for tmp registersYang Shi2016-05-171-29/+5Star
* 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/+0Star
* 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-181-1/+21
* bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann2015-12-181-6/+0Star