summaryrefslogtreecommitdiffstats
path: root/arch/arm/net
AgeCommit message (Expand)AuthorLines
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-13/+43
2024-04-22arm32, bpf: Reimplement sign-extension mov instructionPuranjay Mohan-13/+43
2024-03-14bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_...Christophe Leroy-13/+12
2023-09-15arm32, bpf: add support for 64 bit division instructionPuranjay Mohan-1/+115
2023-09-15arm32, bpf: add support for 32-bit signed divisionPuranjay Mohan-8/+32
2023-09-15arm32, bpf: add support for unconditional bswap instructionPuranjay Mohan-3/+5
2023-09-15arm32, bpf: add support for sign-extension mov instructionPuranjay Mohan-5/+30
2023-09-15arm32, bpf: add support for sign-extension load instructionPuranjay Mohan-1/+75
2023-09-15arm32, bpf: add support for 32-bit offset jmp instructionPuranjay Mohan-2/+7
2022-06-14bpf, arm: Remove unused function emit_a32_alu_r()YueHaibing-16/+0
2022-03-21bpf, arm: Fix various typos in commentsJulia Lawall-2/+2
2021-11-30bpf, docs: Prune all references to "internal BPF"Christoph Hellwig-1/+1
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang-2/+3
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-5/+0
2021-10-06bpf, arm: Remove dummy bpf_jit_compile stubDaniel Borkmann-5/+0
2021-09-29bpf, arm: Fix register clobbering in div/mod implementationJohan Almbladh-0/+19
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann-0/+3
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman-4/+3
2020-05-04bpf, arm: Optimize ALU ARSH K using asr immediate instructionLuke Nelson-3/+10
2020-05-04bpf, arm: Optimize ALU64 ARSH X using orrpl conditional instructionLuke Nelson-2/+2
2020-04-14arm, bpf: Fix offset overflow for BPF_MEM BPF_DWLuke Nelson-16/+24
2020-04-09arm, bpf: Fix bugs with ALU64 {RSH, ARSH} BPF_K shift by 0Luke Nelson-2/+10
2019-12-11ARM: net: bpf: Improve prologue code sequenceRussell King-17/+13
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-8/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner-8/+2
2019-05-24arm: bpf: eliminate zero extension code-genJiong Wang-11/+31
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-01-26arm: bpf: implement jitting of JMP32Jiong Wang-9/+46
2018-07-13ARM: net: bpf: improve 64-bit ALU implementationRussell King-5/+24
2018-07-13ARM: net: bpf: improve 64-bit store implementationRussell King-26/+26
2018-07-13ARM: net: bpf: improve 64-bit sign-extended immediate loadRussell King-4/+3
2018-07-13ARM: net: bpf: improve 64-bit load immediate implementationRussell King-12/+20
2018-07-12ARM: net: bpf: use double-word load/stores where availableRussell King-12/+45
2018-07-12ARM: net: bpf: always use odd/even register pairRussell King-14/+14
2018-07-12ARM: net: bpf: avoid reloading 'array'Russell King-5/+4
2018-07-12ARM: net: bpf: avoid reloading 'index'Russell King-2/+3
2018-07-12ARM: net: bpf: use ldr instructions with shifted rm registerRussell King-2/+5
2018-07-12ARM: net: bpf: use immediate forms of instructions where possibleRussell King-9/+13
2018-07-12ARM: net: bpf: imm12 constant conversionRussell King-1/+49
2018-07-12ARM: net: bpf: access eBPF scratch space using ARM FP registerRussell King-19/+25
2018-07-12ARM: net: bpf: 64-bit accessor functions for BPF registersRussell King-113/+122
2018-07-12ARM: net: bpf: provide accessor functions for BPF registersRussell King-201/+128
2018-07-12ARM: net: bpf: remove is_on_stack() and sstk/dstkRussell King-176/+160
2018-07-12ARM: net: bpf: use negative numbers for stacked registersRussell King-98/+102
2018-07-12ARM: net: bpf: provide load/store ops with negative immediatesRussell King-22/+41
2018-07-12ARM: net: bpf: enumerate the JIT scratch stack layoutRussell King-17/+42
2018-06-29bpf, arm32: fix to use bpf_jit_binary_lock_ro apiDaniel Borkmann-1/+1
2018-06-05bpf, arm32: fix inconsistent naming about emit_a32_lsr_{r64,i64}Wang YanQing-5/+5
2018-06-05bpf, arm32: correct check_imm24Wang YanQing-3/+3
2018-05-14bpf, arm32: save 4 bytes of unneeded stack spaceDaniel Borkmann-10/+3