aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/net/bpf_jit_comp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-06bpf: arm64: No support of struct argument in trampoline programsYonghong Song1-1/+7
2022-08-10bpf, arm64: Fix bpf trampoline instruction endiannessXu Kuohai1-6/+6
2022-08-08bpf, arm64: Allocate program buffer using kvcalloc instead of kcallocAijun Sun1-2/+2
2022-07-22bpf, arm64: Fix compile error in dummy_tramp()Xu Kuohai1-2/+2
2022-07-14bpf, arm64: Mark dummy_tramp as globalNathan Chancellor1-0/+1
2022-07-11bpf, arm64: Add bpf trampoline for arm64Xu Kuohai1-3/+382
2022-07-11bpf, arm64: Implement bpf_arch_text_poke() for arm64Xu Kuohai1-14/+315
2022-06-21bpf, arm64: Keep tail call count across bpf2bpf callsJakub Sitnicki1-1/+8
2022-06-07bpf, arm64: Clear prog->jited_len along prog->jitedEric Dumazet1-0/+1
2022-04-06bpf, arm64: Sign return address for JITed codeXu Kuohai1-2/+10
2022-04-01bpf, arm64: Adjust the offset of str/ldr(immediate) to positive numberXu Kuohai1-27/+138
2022-04-01bpf, arm64: Optimize BPF store/load using arm64 str/ldr(immediate offset)Xu Kuohai1-15/+113
2022-03-24kasan, arm64: don't tag executable vmalloc allocationsAndrey Konovalov1-1/+2
2022-02-28bpf, arm64: Support more atomic operationsHou Tao1-41/+182
2022-02-28bpf, arm64: Feed byte-offset into bpf line infoHou Tao1-0/+5
2022-02-28bpf, arm64: Call build_prologue() first in first JIT passHou Tao1-5/+8
2022-02-04bpf, arm64: Enable kfunc callHou Tao1-0/+5
2022-01-05bpf, arm64: Use emit_addr_mov_i64() for BPF_PSEUDO_FUNCHou Tao1-1/+4
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-08arm64/bpf: Remove 128MB limit for BPF JIT programsRussell King1-5/+2
2021-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-3/+6
2021-10-22bpf: Define bpf_jit_alloc_exec_limit for arm64 JITLorenz Bauer1-0/+5
2021-10-21arm64: extable: add `type` and `data` fieldsMark Rutland1-2/+5
2021-10-21arm64: extable: make fixup_exception() return boolMark Rutland1-3/+3
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann1-0/+13
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-13/+6
2021-06-11arm64: insn: move AARCH64_INSN_SIZE into <asm/insn.h>Mark Rutland1-0/+1
2021-05-18bpf, arm64: Remove redundant switch case about BPF_DIV and BPF_MODTiezhu Yang1-9/+4
2021-05-12bpf, arm64: Replace STACK_ALIGN() with round_up() to align stack sizeTiezhu Yang1-4/+2
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman1-4/+12
2020-09-17arm64: bpf: Fix branch offset in JITIlias Apalodimas1-12/+31
2020-07-31bpf, arm64: Add BPF exception tablesJean-Philippe Brucker1-6/+87
2020-05-28Merge branch 'for-next/bti' into for-next/coreWill Deacon1-0/+12
2020-05-11bpf, arm64: Optimize ADD,SUB,JMP BPF_K using arm64 add/sub immediatesLuke Nelson1-6/+30
2020-05-11bpf, arm64: Optimize AND,OR,XOR,JSET BPF_K using arm64 logical immediatesLuke Nelson1-8/+29
2020-05-07arm64: bpf: Annotate JITed code for BTIMark Brown1-0/+12
2019-09-03arm64: bpf: optimize modulo operationJerin Jacob1-4/+2
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2019-06-24arm64: bpf: do not allocate executable memoryArd Biesheuvel1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-04-26bpf, arm64: use more scalable stadd over ldxr / stxr loop in xaddDaniel Borkmann1-9/+19
2019-04-26bpf, arm64: remove prefetch insn in xadd mappingDaniel Borkmann1-1/+0
2019-01-26arm64: bpf: implement jitting of JMP32Jiong Wang1-7/+30
2018-12-12bpf: arm64: Enable arm64 jit to provide bpf_line_infoMartin KaFai Lau1-0/+1
2018-12-05arm64/bpf: don't allocate BPF JIT programs in module memoryArd Biesheuvel1-0/+13
2018-11-30arm64/bpf: use movn/movk/movk sequence to generate kernel addressesArd Biesheuvel1-11/+6
2018-11-26bpf, arm64: fix getting subprog addr from aux for callsDaniel Borkmann1-9/+17
2018-05-14bpf, arm64: save 4 bytes in prologue when ebpf insns came from cbpfDaniel Borkmann1-10/+13
2018-05-14bpf, arm64: optimize 32/64 immediate emissionDaniel Borkmann1-31/+54