summaryrefslogtreecommitdiffstats
path: root/arch/arm64/net
Commit message (Expand)AuthorAge
* arm64: bpf: optimize modulo operationJerin Jacob2019-09-03
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-08
|\
| * arm64: bpf: do not allocate executable memoryArd Biesheuvel2019-06-24
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-19
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
* bpf, arm64: use more scalable stadd over ldxr / stxr loop in xaddDaniel Borkmann2019-04-26
* bpf, arm64: remove prefetch insn in xadd mappingDaniel Borkmann2019-04-26
* arm64: bpf: implement jitting of JMP32Jiong Wang2019-01-26
* bpf: arm64: Enable arm64 jit to provide bpf_line_infoMartin KaFai Lau2018-12-11
* arm64/bpf: don't allocate BPF JIT programs in module memoryArd Biesheuvel2018-12-05
* arm64/bpf: use movn/movk/movk sequence to generate kernel addressesArd Biesheuvel2018-11-30
* bpf, arm64: fix getting subprog addr from aux for callsDaniel Borkmann2018-11-26
* bpf, arm64: save 4 bytes in prologue when ebpf insns came from cbpfDaniel Borkmann2018-05-14
* bpf, arm64: optimize 32/64 immediate emissionDaniel Borkmann2018-05-14
* bpf, arm64: save 4 bytes of unneeded stack spaceDaniel Borkmann2018-05-14
* bpf, arm64: remove ld_abs/ld_indDaniel Borkmann2018-05-03
* bpf, arm64: fix out of bounds access in tail callDaniel Borkmann2018-02-22
* bpf, arm64: remove obsolete exception handling from div/modDaniel Borkmann2018-01-26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-20
|\
| * bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2018-01-19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-19
|\ \ | |/ |/|
| * bpf, arm64: fix stack_depth tracking in combination with tail callsDaniel Borkmann2018-01-16
* | bpf: arm64: fix uninitialized variableAlexei Starovoitov2017-12-18
* | bpf: arm64: add JIT support for multi-function programsAlexei Starovoitov2017-12-17
* | bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov2017-12-17
|/
* bpf, arm64: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann2017-08-09
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-07-05
|\
| * arm64: fix endianness annotation for 'struct jit_ctx' and friendsLuc Van Oostenryck2017-06-30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-15
|\ \
| * | bpf, arm64: use separate register for state in stxrDaniel Borkmann2017-06-07
| |/
* | bpf, arm64: take advantage of stack_depth trackingDaniel Borkmann2017-06-11
* | bpf: Add jited_len to struct bpf_progMartin KaFai Lau2017-06-06
* | bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov2017-05-31
|/
* bpf, arm64: fix faulty emission of map access in tail callsDaniel Borkmann2017-05-11
* arm64: use set_memory.h headerLaura Abbott2017-05-08
* bpf, arm64: fix jit branch offset related to ldimm64Daniel Borkmann2017-05-02
* bpf, arm64: implement jiting of BPF_XADDDaniel Borkmann2017-05-02
* bpf, x86_64/arm64: remove old ldimm64 artifacts from jitsDaniel Borkmann2017-04-28
* bpf: fix unlocking of jited image when module ronx not setDaniel Borkmann2017-02-21
* bpf: make jited programs visible in tracesDaniel Borkmann2017-02-17
* bpf: remove stubs for cBPF from arch codeDaniel Borkmann2017-02-17
* arm64: bpf: optimize LD_ABS, LD_INDZi Shen Lim2016-06-11
* arm64: bpf: optimize JMP_CALLZi Shen Lim2016-06-11
* arm64: bpf: implement bpf_tail_call() helperZi Shen Lim2016-06-11
* bpf: arm64: remove callee-save registers use for tmp registersYang Shi2016-05-17
* bpf, arm64: add support for constant blindingDaniel Borkmann2016-05-16
* bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann2016-05-16
* bpf, x86/arm64: remove useless checks on progDaniel Borkmann2016-05-16
* arm64: bpf: jit JMP_JSET_{X,K}Zi Shen Lim2016-05-14
* arm64: bpf: add extra pass to handle faulty codegenZi Shen Lim2016-01-17