Age | Commit message (Expand) | Author | Files | Lines |
2022-10-25 | bpf: Remove prog->active check for bpf_lsm and bpf_iter |  Martin KaFai Lau | 1 | -7/+2 |
2022-09-06 | bpf: arm64: No support of struct argument in trampoline programs |  Yonghong Song | 1 | -1/+7 |
2022-08-10 | bpf, arm64: Fix bpf trampoline instruction endianness |  Xu Kuohai | 1 | -6/+6 |
2022-08-08 | bpf, arm64: Allocate program buffer using kvcalloc instead of kcalloc |  Aijun Sun | 1 | -2/+2 |
2022-07-22 | bpf, arm64: Fix compile error in dummy_tramp() |  Xu Kuohai | 1 | -2/+2 |
2022-07-14 | bpf, arm64: Mark dummy_tramp as global |  Nathan Chancellor | 1 | -0/+1 |
2022-07-11 | bpf, arm64: Add bpf trampoline for arm64 |  Xu Kuohai | 1 | -3/+382 |
2022-07-11 | bpf, arm64: Implement bpf_arch_text_poke() for arm64 |  Xu Kuohai | 2 | -14/+322 |
2022-06-21 | bpf, arm64: Keep tail call count across bpf2bpf calls |  Jakub Sitnicki | 1 | -1/+8 |
2022-06-07 | bpf, arm64: Clear prog->jited_len along prog->jited |  Eric Dumazet | 1 | -0/+1 |
2022-04-06 | bpf, arm64: Sign return address for JITed code |  Xu Kuohai | 2 | -2/+13 |
2022-04-01 | bpf, arm64: Adjust the offset of str/ldr(immediate) to positive number |  Xu Kuohai | 1 | -27/+138 |
2022-04-01 | bpf, arm64: Optimize BPF store/load using arm64 str/ldr(immediate offset) |  Xu Kuohai | 2 | -15/+127 |
2022-03-24 | kasan, arm64: don't tag executable vmalloc allocations |  Andrey Konovalov | 1 | -1/+2 |
2022-02-28 | bpf, arm64: Support more atomic operations |  Hou Tao | 2 | -45/+217 |
2022-02-28 | Merge branch 'for-next/insn' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Daniel Borkmann | 1 | -2/+9 |
2022-02-28 | bpf, arm64: Feed byte-offset into bpf line info |  Hou Tao | 1 | -0/+5 |
2022-02-28 | bpf, arm64: Call build_prologue() first in first JIT pass |  Hou Tao | 1 | -5/+8 |
2022-02-22 | arm64: insn: add encoders for atomic operations |  Hou Tao | 1 | -2/+9 |
2022-02-04 | bpf, arm64: Enable kfunc call |  Hou Tao | 1 | -0/+5 |
2022-01-05 | bpf, arm64: Use emit_addr_mov_i64() for BPF_PSEUDO_FUNC |  Hou Tao | 1 | -1/+4 |
2021-11-30 | bpf, docs: Prune all references to "internal BPF" |  Christoph Hellwig | 1 | -1/+1 |
2021-11-16 | bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33 |  Tiezhu Yang | 1 | -2/+3 |
2021-11-08 | arm64/bpf: Remove 128MB limit for BPF JIT programs |  Russell King | 1 | -5/+2 |
2021-11-01 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 1 | -3/+6 |
2021-10-22 | bpf: Define bpf_jit_alloc_exec_limit for arm64 JIT |  Lorenz Bauer | 1 | -0/+5 |
2021-10-21 | arm64: extable: add `type` and `data` fields |  Mark Rutland | 1 | -2/+5 |
2021-10-21 | arm64: extable: make fixup_exception() return bool |  Mark Rutland | 1 | -3/+3 |
2021-07-29 | bpf: Introduce BPF nospec instruction for mitigating Spectre v4 |  Daniel Borkmann | 1 | -0/+13 |
2021-06-30 | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next |  Linus Torvalds | 1 | -13/+6 |
2021-06-11 | arm64: insn: move AARCH64_INSN_SIZE into <asm/insn.h> |  Mark Rutland | 1 | -0/+1 |
2021-05-18 | bpf, arm64: Remove redundant switch case about BPF_DIV and BPF_MOD |  Tiezhu Yang | 1 | -9/+4 |
2021-05-12 | bpf, arm64: Replace STACK_ALIGN() with round_up() to align stack size |  Tiezhu Yang | 1 | -4/+2 |
2021-01-14 | bpf: Rename BPF_XADD and prepare to encode other atomics in .imm |  Brendan Jackman | 1 | -4/+12 |
2020-09-17 | arm64: bpf: Fix branch offset in JIT |  Ilias Apalodimas | 1 | -12/+31 |
2020-07-31 | bpf, arm64: Add BPF exception tables |  Jean-Philippe Brucker | 1 | -6/+87 |
2020-05-28 | Merge branch 'for-next/bti' into for-next/core |  Will Deacon | 2 | -0/+20 |
2020-05-11 | bpf, arm64: Optimize ADD,SUB,JMP BPF_K using arm64 add/sub immediates |  Luke Nelson | 2 | -6/+38 |
2020-05-11 | bpf, arm64: Optimize AND,OR,XOR,JSET BPF_K using arm64 logical immediates |  Luke Nelson | 2 | -8/+43 |
2020-05-07 | arm64: bpf: Annotate JITed code for BTI |  Mark Brown | 2 | -0/+20 |
2019-09-03 | arm64: bpf: optimize modulo operation |  Jerin Jacob | 2 | -4/+5 |
2019-07-08 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 1 | -1/+1 |
2019-06-24 | arm64: bpf: do not allocate executable memory |  Ard Biesheuvel | 1 | -1/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 |  Thomas Gleixner | 2 | -24/+2 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig |  Thomas Gleixner | 1 | -0/+1 |
2019-04-26 | bpf, arm64: use more scalable stadd over ldxr / stxr loop in xadd |  Daniel Borkmann | 2 | -9/+23 |
2019-04-26 | bpf, arm64: remove prefetch insn in xadd mapping |  Daniel Borkmann | 2 | -7/+0 |
2019-01-26 | arm64: bpf: implement jitting of JMP32 |  Jiong Wang | 1 | -7/+30 |
2018-12-12 | bpf: arm64: Enable arm64 jit to provide bpf_line_info |  Martin KaFai Lau | 1 | -0/+1 |
2018-12-05 | arm64/bpf: don't allocate BPF JIT programs in module memory |  Ard Biesheuvel | 1 | -0/+13 |