summaryrefslogtreecommitdiffstats
path: root/arch/arm/net
Commit message (Expand)AuthorAgeFilesLines
* arm: bpf: implement jitting of JMP32Jiong Wang2019-01-262-9/+46
* ARM: net: bpf: improve 64-bit ALU implementationRussell King2018-07-131-5/+24
* ARM: net: bpf: improve 64-bit store implementationRussell King2018-07-131-26/+26
* ARM: net: bpf: improve 64-bit sign-extended immediate loadRussell King2018-07-131-4/+3
* ARM: net: bpf: improve 64-bit load immediate implementationRussell King2018-07-131-12/+20
* ARM: net: bpf: use double-word load/stores where availableRussell King2018-07-122-12/+45
* ARM: net: bpf: always use odd/even register pairRussell King2018-07-121-14/+14
* ARM: net: bpf: avoid reloading 'array'Russell King2018-07-121-5/+4
* ARM: net: bpf: avoid reloading 'index'Russell King2018-07-121-2/+3
* ARM: net: bpf: use ldr instructions with shifted rm registerRussell King2018-07-122-2/+5
* ARM: net: bpf: use immediate forms of instructions where possibleRussell King2018-07-122-9/+13
* ARM: net: bpf: imm12 constant conversionRussell King2018-07-121-1/+49
* ARM: net: bpf: access eBPF scratch space using ARM FP registerRussell King2018-07-121-19/+25
* ARM: net: bpf: 64-bit accessor functions for BPF registersRussell King2018-07-121-113/+122
* ARM: net: bpf: provide accessor functions for BPF registersRussell King2018-07-121-201/+128
* ARM: net: bpf: remove is_on_stack() and sstk/dstkRussell King2018-07-121-176/+160
* ARM: net: bpf: use negative numbers for stacked registersRussell King2018-07-121-98/+102
* ARM: net: bpf: provide load/store ops with negative immediatesRussell King2018-07-122-22/+41
* ARM: net: bpf: enumerate the JIT scratch stack layoutRussell King2018-07-121-17/+42
* bpf, arm32: fix to use bpf_jit_binary_lock_ro apiDaniel Borkmann2018-06-291-1/+1
* bpf, arm32: fix inconsistent naming about emit_a32_lsr_{r64,i64}Wang YanQing2018-06-051-5/+5
* bpf, arm32: correct check_imm24Wang YanQing2018-06-051-3/+3
* bpf, arm32: save 4 bytes of unneeded stack spaceDaniel Borkmann2018-05-141-10/+3
* bpf, arm32: remove ld_abs/ld_indDaniel Borkmann2018-05-031-77/+0
* bpf, arm: remove obsolete exception handling from div/modDaniel Borkmann2018-01-261-8/+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-114/+111
|\ \ | |/ |/|
| * ARM: net: bpf: clarify tail_call indexRussell King2018-01-171-1/+1
| * ARM: net: bpf: fix LDX instructionsRussell King2018-01-171-28/+33
| * ARM: net: bpf: fix register savingRussell King2018-01-171-58/+22
| * ARM: net: bpf: correct stack layout documentationRussell King2018-01-171-8/+27
| * ARM: net: bpf: move stack documentationRussell King2018-01-171-21/+21
| * ARM: net: bpf: fix stack alignmentRussell King2018-01-171-3/+8
| * ARM: net: bpf: fix tail call jumpsRussell King2018-01-171-1/+1
| * ARM: net: bpf: avoid 'bx' instruction on non-Thumb capable CPUsRussell King2018-01-171-7/+11
* | bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov2017-12-171-1/+1
|/
* arm: eBPF JIT compilerShubham Bansal2017-08-222-810/+1746
* arm: use set_memory.h headerLaura Abbott2017-05-081-0/+1
* ARM: net: bpf: fix zero right shiftRabin Vincent2016-01-061-1/+2
* net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent2016-01-061-15/+1
* bpf, arm: start flushing icache range from headerDaniel Borkmann2015-11-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-0/+1
|\
| * ARM: net: make BPF_LD | BPF_IND instruction trigger r_X initialisation to 0.Nicolas Schichan2015-10-051-0/+1
* | ARM: net: support BPF_ALU | BPF_MOD instructions in the BPF JIT.Nicolas Schichan2015-10-052-6/+37
* | ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann2015-10-031-1/+1
|/
* ARM: net: add support for BPF_ANC | SKF_AD_HATYPE in ARM JIT.Nicolas Schichan2015-07-272-2/+23
* ARM: net: add support for BPF_ANC | SKF_AD_PAY_OFFSET in ARM JIT.Nicolas Schichan2015-07-271-0/+8
* ARM: net: add support for BPF_ANC | SKF_AD_PKTTYPE in ARM JIT.Nicolas Schichan2015-07-271-0/+11
* ARM: net: fix vlan access instructions in ARM JIT.Nicolas Schichan2015-07-211-3/+5