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