aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/net/bpf_jit_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-14bpf, arm: Remove unused function emit_a32_alu_r()YueHaibing1-16/+0
2022-03-21bpf, arm: Fix various typos in commentsJulia Lawall1-2/+2
2021-11-30bpf, docs: Prune all references to "internal BPF"Christoph Hellwig1-1/+1
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang1-2/+3
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-5/+0
2021-10-06bpf, arm: Remove dummy bpf_jit_compile stubDaniel Borkmann1-5/+0
2021-09-29bpf, arm: Fix register clobbering in div/mod implementationJohan Almbladh1-0/+19
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann1-0/+3
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman1-4/+3
2020-05-04bpf, arm: Optimize ALU ARSH K using asr immediate instructionLuke Nelson1-3/+7
2020-05-04bpf, arm: Optimize ALU64 ARSH X using orrpl conditional instructionLuke Nelson1-2/+2
2020-04-14arm, bpf: Fix offset overflow for BPF_MEM BPF_DWLuke Nelson1-16/+24
2020-04-09arm, bpf: Fix bugs with ALU64 {RSH, ARSH} BPF_K shift by 0Luke Nelson1-2/+10
2019-12-11ARM: net: bpf: Improve prologue code sequenceRussell King1-17/+13
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-4/+1
2019-05-24arm: bpf: eliminate zero extension code-genJiong Wang1-11/+31
2019-01-26arm: bpf: implement jitting of JMP32Jiong Wang1-9/+44
2018-07-13ARM: net: bpf: improve 64-bit ALU implementationRussell King1-5/+24
2018-07-13ARM: net: bpf: improve 64-bit store implementationRussell King1-26/+26
2018-07-13ARM: net: bpf: improve 64-bit sign-extended immediate loadRussell King1-4/+3
2018-07-13ARM: net: bpf: improve 64-bit load immediate implementationRussell King1-12/+20
2018-07-12ARM: net: bpf: use double-word load/stores where availableRussell King1-12/+43
2018-07-12ARM: net: bpf: always use odd/even register pairRussell King1-14/+14
2018-07-12ARM: net: bpf: avoid reloading 'array'Russell King1-5/+4
2018-07-12ARM: net: bpf: avoid reloading 'index'Russell King1-2/+3
2018-07-12ARM: net: bpf: use ldr instructions with shifted rm registerRussell King1-2/+1
2018-07-12ARM: net: bpf: use immediate forms of instructions where possibleRussell King1-9/+12
2018-07-12ARM: net: bpf: imm12 constant conversionRussell King1-1/+49
2018-07-12ARM: net: bpf: access eBPF scratch space using ARM FP registerRussell King1-19/+25
2018-07-12ARM: net: bpf: 64-bit accessor functions for BPF registersRussell King1-113/+122
2018-07-12ARM: net: bpf: provide accessor functions for BPF registersRussell King1-201/+128
2018-07-12ARM: net: bpf: remove is_on_stack() and sstk/dstkRussell King1-176/+160
2018-07-12ARM: net: bpf: use negative numbers for stacked registersRussell King1-98/+102
2018-07-12ARM: net: bpf: provide load/store ops with negative immediatesRussell King1-0/+28
2018-07-12ARM: net: bpf: enumerate the JIT scratch stack layoutRussell King1-17/+42
2018-06-29bpf, arm32: fix to use bpf_jit_binary_lock_ro apiDaniel Borkmann1-1/+1
2018-06-05bpf, arm32: fix inconsistent naming about emit_a32_lsr_{r64,i64}Wang YanQing1-5/+5
2018-06-05bpf, arm32: correct check_imm24Wang YanQing1-3/+3
2018-05-14bpf, arm32: save 4 bytes of unneeded stack spaceDaniel Borkmann1-10/+3
2018-05-03bpf, arm32: remove ld_abs/ld_indDaniel Borkmann1-77/+0
2018-01-26bpf, arm: remove obsolete exception handling from div/modDaniel Borkmann1-8/+0
2018-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+0
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-114/+111
2018-01-19bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann1-2/+0
2018-01-17ARM: net: bpf: clarify tail_call indexRussell King1-1/+1
2018-01-17ARM: net: bpf: fix LDX instructionsRussell King1-28/+33
2018-01-17ARM: net: bpf: fix register savingRussell King1-58/+22
2018-01-17ARM: net: bpf: correct stack layout documentationRussell King1-8/+27
2018-01-17ARM: net: bpf: move stack documentationRussell King1-21/+21