summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6 days1-3/+3
|\
| * mm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)8 days1-3/+3
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski8 days1-6/+19
|\ \
| * | riscv, bpf: inline bpf_get_smp_processor_id()Puranjay Mohan9 days1-0/+11
| * | bpf: Switch to krealloc_array()Andy Shevchenko2024-04-291-1/+1
| * | bpf: Use struct_size()Andy Shevchenko2024-04-291-5/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-021-0/+9
|\ \ \ | |/ / |/| / | |/
| * bpf: verifier: prevent userspace memory accessPuranjay Mohan2024-04-261-0/+9
* | bpf: Fix typos in commentsRafael Passos2024-04-221-1/+1
* | bpf: Add support for certain atomics in bpf_arena to x86 JITAlexei Starovoitov2024-04-091-0/+5
* | bpf: add special internal-only MOV instruction to resolve per-CPU addrsAndrii Nakryiko2024-04-031-0/+5
* | bpf: Replace deprecated strncpy with strscpyJustin Stitt2024-04-031-2/+2
* | bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter modeMartin KaFai Lau2024-03-281-0/+2
* | bpf: Check return from set_memory_rox()Christophe Leroy2024-03-181-7/+21
* | bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()Christophe Leroy2024-03-141-1/+3
|/
* bpf: move sleepable flag from bpf_prog_aux to bpf_progAndrii Nakryiko2024-03-111-1/+1
* bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()Puranjay Mohan2024-03-111-1/+6
* bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction.Alexei Starovoitov2024-03-111-0/+5
* bpf: Introduce bpf_arena.Alexei Starovoitov2024-03-111-0/+11
* bpf: Tell bpf programs kernel's PAGE_SIZEAlexei Starovoitov2024-03-071-1/+6
* bpf: Introduce may_goto instructionAlexei Starovoitov2024-03-061-0/+1
* bpf: Consistently use BPF token throughout BPF verifier logicAndrii Nakryiko2024-01-241-1/+1
* bpf: Add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko2024-01-241-0/+1
* bpf: Support inlining bpf_kptr_xchg() helperHou Tao2024-01-231-0/+10
* Revert BPF token-related functionalityAndrii Nakryiko2023-12-191-2/+1
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-12-181-12/+41
|\
| * x86/cfi,bpf: Fix BPF JIT callPeter Zijlstra2023-12-151-0/+25
| * bpf: Let bpf_prog_pack_free handle any pointerSong Liu2023-12-061-11/+10
| * bpf: consistently use BPF token throughout BPF verifier logicAndrii Nakryiko2023-12-061-1/+1
| * bpf: add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko2023-12-061-0/+1
| * bpf: Optimize the free of inner mapHou Tao2023-12-041-0/+4
* | bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4Yonghong Song2023-12-011-4/+8
|/
* bpf: Do not allocate percpu memory at init stageYonghong Song2023-11-151-5/+3
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2023-09-171-11/+26
|\
| * bpf: Detect IP == ksym.end as part of BPF programKumar Kartikeya Dwivedi2023-09-161-1/+5
| * bpf: Implement BPF exceptionsKumar Kartikeya Dwivedi2023-09-161-1/+1
| * bpf: Implement support for adding hidden subprogsKumar Kartikeya Dwivedi2023-09-161-6/+6
| * arch/x86: Implement arch_bpf_stack_walkKumar Kartikeya Dwivedi2023-09-161-0/+9
| * bpf: Add support for non-fix-size percpu mem allocationYonghong Song2023-09-081-3/+5
* | bpf: make bpf_prog_pack allocator portablePuranjay Mohan2023-09-061-4/+4
|/
* bpf: fix bpf_probe_read_kernel prototype mismatchArnd Bergmann2023-08-021-9/+3
* bpf: Fix compilation warning with -WparenthesesYonghong Song2023-07-281-2/+2
* bpf: Support new 32bit offset jmp instructionYonghong Song2023-07-271-3/+16
* bpf: Fix jit blinding with new sdiv/smov insnsYonghong Song2023-07-271-2/+2
* bpf: Support new signed div/mod instructions.Yonghong Song2023-07-271-16/+94
* bpf: Support new unconditional bswap instructionYonghong Song2023-07-271-0/+14
* bpf: Support new sign-extension mov insnsYonghong Song2023-07-271-2/+26
* bpf: Support new sign-extension load insnsYonghong Song2023-07-271-0/+21
* bpf: Hide unused bpf_patch_call_argsArnd Bergmann2023-06-121-3/+5
* bpf: Support 64-bit pointers to kfuncsIlya Leoshkevich2023-04-131-0/+11