summaryrefslogtreecommitdiff
path: root/arch/arm64/net
AgeCommit message (Expand)Author
2023-12-06bpf: Use arch_bpf_trampoline_sizeSong Liu
2023-12-06bpf: Add arch_bpf_trampoline_size()Song Liu
2023-12-06bpf: Adjust argument names of arch_prepare_bpf_trampoline()Song Liu
2023-09-16bpf: Use bpf_is_subprog to check for subprogsKumar Kartikeya Dwivedi
2023-08-18bpf, arm64: Support signed div/mod instructionsXu Kuohai
2023-08-18bpf, arm64: Support 32-bit offset jmp instructionXu Kuohai
2023-08-18bpf, arm64: Support unconditional bswapXu Kuohai
2023-08-18bpf, arm64: Support sign-extension mov instructionsXu Kuohai
2023-08-18bpf, arm64: Support sign-extension load instructionsXu Kuohai
2023-07-18bpf, arm64: Fix BTI type used for freplace attached functionsAlexander Duyck
2023-05-15bpf, arm64: Support struct arguments in the BPF trampolineFlorent Revest
2023-04-03bpf, arm64: Fixed a BTI error on returning to patched functionXu Kuohai
2022-10-25bpf: Remove prog->active check for bpf_lsm and bpf_iterMartin KaFai Lau
2022-09-06bpf: arm64: No support of struct argument in trampoline programsYonghong Song
2022-08-10bpf, arm64: Fix bpf trampoline instruction endiannessXu Kuohai
2022-08-08bpf, arm64: Allocate program buffer using kvcalloc instead of kcallocAijun Sun
2022-07-22bpf, arm64: Fix compile error in dummy_tramp()Xu Kuohai
2022-07-14bpf, arm64: Mark dummy_tramp as globalNathan Chancellor
2022-07-11bpf, arm64: Add bpf trampoline for arm64Xu Kuohai
2022-07-11bpf, arm64: Implement bpf_arch_text_poke() for arm64Xu Kuohai
2022-06-21bpf, arm64: Keep tail call count across bpf2bpf callsJakub Sitnicki
2022-06-07bpf, arm64: Clear prog->jited_len along prog->jitedEric Dumazet
2022-04-06bpf, arm64: Sign return address for JITed codeXu Kuohai
2022-04-01bpf, arm64: Adjust the offset of str/ldr(immediate) to positive numberXu Kuohai
2022-04-01bpf, arm64: Optimize BPF store/load using arm64 str/ldr(immediate offset)Xu Kuohai
2022-03-24kasan, arm64: don't tag executable vmalloc allocationsAndrey Konovalov
2022-02-28bpf, arm64: Support more atomic operationsHou Tao
2022-02-28Merge branch 'for-next/insn' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Daniel Borkmann
2022-02-28bpf, arm64: Feed byte-offset into bpf line infoHou Tao
2022-02-28bpf, arm64: Call build_prologue() first in first JIT passHou Tao
2022-02-22arm64: insn: add encoders for atomic operationsHou Tao
2022-02-04bpf, arm64: Enable kfunc callHou Tao
2022-01-05bpf, arm64: Use emit_addr_mov_i64() for BPF_PSEUDO_FUNCHou Tao
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-08arm64/bpf: Remove 128MB limit for BPF JIT programsRussell King
2021-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-10-22bpf: Define bpf_jit_alloc_exec_limit for arm64 JITLorenz Bauer
2021-10-21arm64: extable: add `type` and `data` fieldsMark Rutland
2021-10-21arm64: extable: make fixup_exception() return boolMark Rutland
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-06-11arm64: insn: move AARCH64_INSN_SIZE into <asm/insn.h>Mark Rutland
2021-05-18bpf, arm64: Remove redundant switch case about BPF_DIV and BPF_MODTiezhu Yang
2021-05-12bpf, arm64: Replace STACK_ALIGN() with round_up() to align stack sizeTiezhu Yang
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman
2020-09-17arm64: bpf: Fix branch offset in JITIlias Apalodimas
2020-07-31bpf, arm64: Add BPF exception tablesJean-Philippe Brucker
2020-05-28Merge branch 'for-next/bti' into for-next/coreWill Deacon
2020-05-11bpf, arm64: Optimize ADD,SUB,JMP BPF_K using arm64 add/sub immediatesLuke Nelson