summaryrefslogtreecommitdiffstats
path: root/arch/arm/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-021-13/+43
|\
| * arm32, bpf: Reimplement sign-extension mov instructionPuranjay Mohan2024-04-221-13/+43
* | bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_...Christophe Leroy2024-03-141-13/+12
|/
* arm32, bpf: add support for 64 bit division instructionPuranjay Mohan2023-09-151-1/+115
* arm32, bpf: add support for 32-bit signed divisionPuranjay Mohan2023-09-152-8/+32
* arm32, bpf: add support for unconditional bswap instructionPuranjay Mohan2023-09-151-3/+5
* arm32, bpf: add support for sign-extension mov instructionPuranjay Mohan2023-09-151-5/+30
* arm32, bpf: add support for sign-extension load instructionPuranjay Mohan2023-09-152-1/+75
* arm32, bpf: add support for 32-bit offset jmp instructionPuranjay Mohan2023-09-151-2/+7
* bpf, arm: Remove unused function emit_a32_alu_r()YueHaibing2022-06-141-16/+0
* bpf, arm: Fix various typos in commentsJulia Lawall2022-03-211-2/+2
* bpf, docs: Prune all references to "internal BPF"Christoph Hellwig2021-11-301-1/+1
* bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang2021-11-161-2/+3
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-011-5/+0
|\
| * bpf, arm: Remove dummy bpf_jit_compile stubDaniel Borkmann2021-10-061-5/+0
* | bpf, arm: Fix register clobbering in div/mod implementationJohan Almbladh2021-09-291-0/+19
|/
* bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-07-291-0/+3
* bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2021-01-141-4/+3
* bpf, arm: Optimize ALU ARSH K using asr immediate instructionLuke Nelson2020-05-042-3/+10
* bpf, arm: Optimize ALU64 ARSH X using orrpl conditional instructionLuke Nelson2020-05-041-2/+2
* arm, bpf: Fix offset overflow for BPF_MEM BPF_DWLuke Nelson2020-04-141-16/+24
* arm, bpf: Fix bugs with ALU64 {RSH, ARSH} BPF_K shift by 0Luke Nelson2020-04-091-2/+10
* ARM: net: bpf: Improve prologue code sequenceRussell King2019-12-111-17/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-172-8/+2
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-052-8/+2
* | arm: bpf: eliminate zero extension code-genJiong Wang2019-05-241-11/+31
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* 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