summaryrefslogtreecommitdiffstats
path: root/arch/arm64/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-11-122-19/+38
|\ \ | |/ |/|
| * arm64: bpf: fix mod-by-zero caseZi Shen Lim2015-11-061-8/+13
| * arm64: bpf: fix div-by-zero caseZi Shen Lim2015-11-062-13/+27
* | ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann2015-10-031-1/+1
|/
* arm64: bpf: fix endianness conversion bugsXi Wang2015-06-262-2/+24
* arm64: bpf: fix out-of-bounds read in bpf2a64_offset()Xi Wang2015-06-251-3/+4
* arm64: bpf: fix signedness bug in loading 64-bit immediateXi Wang2015-05-081-1/+1
* arm64: bpf: lift restriction on last instructionZi Shen Lim2014-12-031-5/+8
* net: bpf: arm64: minor fix of type in jitedDaniel Borkmann2014-10-201-1/+1
* arm64: bpf: add 'load 64-bit immediate' instructionZi Shen Lim2014-10-201-0/+31
* arm64: bpf: add 'shift by register' instructionsZi Shen Lim2014-10-202-2/+18
* net: bpf: arm64: address randomize and write protect JIT codeDaniel Borkmann2014-10-201-9/+30
* net: bpf: arm64: fix module memory leak when JIT image build failsDaniel Borkmann2014-09-121-1/+3
* arm64: eBPF JIT compilerZi Shen Lim2014-09-083-0/+850