| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 8 days | 1 | -1/+1 |
|\ |
|
| * | asm-generic: introduce text-patching.h | Mike Rapoport (Microsoft) | 2024-11-07 | 1 | -1/+1 |
* | | bpf, arm64: Remove garbage frame for struct_ops trampoline | Xu Kuohai | 2024-10-25 | 1 | -16/+31 |
|/ |
|
* | bpf, arm64: Fix address emission with tag-based KASAN enabled | Peter Collingbourne | 2024-10-21 | 1 | -2/+10 |
* | bpf, arm64: Jit BPF_CALL to direct call when possible | Xu Kuohai | 2024-09-04 | 1 | -16/+75 |
* | bpf, arm64: Avoid blindly saving/restoring all callee-saved registers | Xu Kuohai | 2024-08-28 | 1 | -111/+183 |
* | bpf, arm64: Get rid of fpb | Xu Kuohai | 2024-08-28 | 1 | -93/+11 |
* | bpf, arm64: Fix tailcall hierarchy | Leon Hwang | 2024-07-29 | 1 | -16/+41 |
* | bpf, arm64: Fix trampoline for BPF_TRAMP_F_CALL_ORIG | Puranjay Mohan | 2024-07-11 | 1 | -2/+2 |
* | bpf, arm64: Inline bpf_get_current_task/_btf() helpers | Puranjay Mohan | 2024-06-21 | 1 | -0/+9 |
* | bpf: remove unused parameter in bpf_jit_binary_pack_finalize | Rafael Passos | 2024-06-21 | 1 | -2/+1 |
* | Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2024-05-15 | 1 | -11/+0 |
|\ |
|
| * | arm64: extend execmem_info for generated code allocations | Mike Rapoport (IBM) | 2024-05-14 | 1 | -11/+0 |
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2024-05-14 | 2 | -8/+87 |
|\ \ |
|
| * | | bpf, arm64: inline bpf_get_smp_processor_id() helper | Puranjay Mohan | 2024-05-13 | 2 | -0/+27 |
| * | | arm64, bpf: add internal-only MOV instruction to resolve per-CPU addrs | Puranjay Mohan | 2024-05-13 | 2 | -0/+20 |
| * | | bpf, arm64: Add support for lse atomics in bpf_arena | Puranjay Mohan | 2024-05-08 | 1 | -8/+40 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-05-02 | 1 | -3/+3 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | bpf, arm64: Fix incorrect runtime stats | Xu Kuohai | 2024-04-16 | 1 | -3/+3 |
* | | bpf: Add arm64 JIT support for bpf_addr_space_cast instruction. | Puranjay Mohan | 2024-04-03 | 1 | -0/+16 |
* | | bpf: Add arm64 JIT support for PROBE_MEM32 pseudo instructions. | Puranjay Mohan | 2024-04-03 | 1 | -10/+60 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-03-29 | 1 | -2/+2 |
|\| |
|
| * | arm64: bpf: fix 32bit unconditional bswap | Artem Savkov | 2024-03-21 | 1 | -1/+1 |
| * | bpf, arm64: fix bug in BPF_LDX_MEMSX | Puranjay Mohan | 2024-03-20 | 1 | -1/+1 |
* | | bpf: Check return from set_memory_rox() | Christophe Leroy | 2024-03-18 | 1 | -1/+2 |
* | | bpf: Remove arch_unprotect_bpf_trampoline() | Christophe Leroy | 2024-03-18 | 1 | -4/+0 |
|/ |
|
* | arm64, bpf: Use bpf_prog_pack for arm64 bpf trampoline | Puranjay Mohan | 2024-03-09 | 1 | -9/+46 |
* | bpf, arm64: use bpf_prog_pack for memory management | Puranjay Mohan | 2024-02-28 | 1 | -24/+115 |
* | bpf, arm64: support exceptions | Puranjay Mohan | 2024-02-27 | 1 | -19/+68 |
* | bpf, arm64: Enable the inline of bpf_kptr_xchg() | Hou Tao | 2024-01-24 | 1 | -0/+5 |
* | bpf: Use arch_bpf_trampoline_size | Song Liu | 2023-12-07 | 1 | -7/+0 |
* | bpf: Add arch_bpf_trampoline_size() | Song Liu | 2023-12-07 | 1 | -15/+41 |
* | bpf: Adjust argument names of arch_prepare_bpf_trampoline() | Song Liu | 2023-12-07 | 1 | -5/+5 |
* | bpf: Use bpf_is_subprog to check for subprogs | Kumar Kartikeya Dwivedi | 2023-09-16 | 1 | -1/+1 |
* | bpf, arm64: Support signed div/mod instructions | Xu Kuohai | 2023-08-18 | 2 | -4/+17 |
* | bpf, arm64: Support 32-bit offset jmp instruction | Xu Kuohai | 2023-08-18 | 1 | -1/+5 |
* | bpf, arm64: Support unconditional bswap | Xu Kuohai | 2023-08-18 | 1 | -2/+3 |
* | bpf, arm64: Support sign-extension mov instructions | Xu Kuohai | 2023-08-18 | 2 | -1/+19 |
* | bpf, arm64: Support sign-extension load instructions | Xu Kuohai | 2023-08-18 | 2 | -8/+43 |
* | bpf, arm64: Fix BTI type used for freplace attached functions | Alexander Duyck | 2023-07-19 | 1 | -1/+7 |
* | bpf, arm64: Support struct arguments in the BPF trampoline | Florent Revest | 2023-05-15 | 1 | -27/+28 |
* | bpf, arm64: Fixed a BTI error on returning to patched function | Xu Kuohai | 2023-04-03 | 2 | -1/+6 |
* | bpf: Remove prog->active check for bpf_lsm and bpf_iter | Martin KaFai Lau | 2022-10-26 | 1 | -7/+2 |
* | bpf: arm64: No support of struct argument in trampoline programs | Yonghong Song | 2022-09-07 | 1 | -1/+7 |
* | bpf, arm64: Fix bpf trampoline instruction endianness | Xu Kuohai | 2022-08-10 | 1 | -6/+6 |
* | bpf, arm64: Allocate program buffer using kvcalloc instead of kcalloc | Aijun Sun | 2022-08-08 | 1 | -2/+2 |
* | bpf, arm64: Fix compile error in dummy_tramp() | Xu Kuohai | 2022-07-22 | 1 | -2/+2 |
* | bpf, arm64: Mark dummy_tramp as global | Nathan Chancellor | 2022-07-14 | 1 | -0/+1 |
* | bpf, arm64: Add bpf trampoline for arm64 | Xu Kuohai | 2022-07-11 | 1 | -3/+382 |
* | bpf, arm64: Implement bpf_arch_text_poke() for arm64 | Xu Kuohai | 2022-07-11 | 2 | -14/+322 |