summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2023-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-168/+733
2023-09-16bpf: Fix kfunc callback register type handlingKumar Kartikeya Dwivedi-0/+4
2023-09-16bpf: Disallow fentry/fexit/freplace for exception callbacksKumar Kartikeya Dwivedi-0/+7
2023-09-16bpf: Detect IP == ksym.end as part of BPF programKumar Kartikeya Dwivedi-1/+5
2023-09-16bpf: Prevent KASAN false positive with bpf_throwKumar Kartikeya Dwivedi-0/+6
2023-09-16bpf: Treat first argument as return value for bpf_throwKumar Kartikeya Dwivedi-13/+24
2023-09-16bpf: Perform CFG walk for exception callbackKumar Kartikeya Dwivedi-2/+13
2023-09-16bpf: Add support for custom exception callbacksKumar Kartikeya Dwivedi-16/+126
2023-09-16bpf: Refactor check_btf_func and split into two phasesKumar Kartikeya Dwivedi-28/+100
2023-09-16bpf: Implement BPF exceptionsKumar Kartikeya Dwivedi-15/+141
2023-09-16bpf: Implement support for adding hidden subprogsKumar Kartikeya Dwivedi-10/+40
2023-09-16arch/x86: Implement arch_bpf_stack_walkKumar Kartikeya Dwivedi-0/+9
2023-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-19/+123
2023-09-15bpf: Allow to use kfunc XDP hints and frags togetherLarysa Zaremba-1/+8
2023-09-15bpf: expose information about supported xdp metadata kfuncStanislav Fomichev-1/+1
2023-09-15bpf: make it easier to add new metadata kfuncStanislav Fomichev-4/+5
2023-09-15bpf: Skip unit_size checking for global per-cpu allocatorHou Tao-0/+7
2023-09-14bpf: Charge modmem for struct_ops trampolineSong Liu-4/+22
2023-09-12bpf, cgroup: fix multiple kernel-doc warningsRandy Dunlap-6/+7
2023-09-12bpf: Fix a erroneous check after snprintf()Christophe JAILLET-1/+1
2023-09-12bpf, x64: Fix tailcall infinite loopLeon Hwang-2/+5
2023-09-11bpf: Avoid dummy bpf_offload_netdev in __bpf_prog_dev_bound_initEduard Zingerman-5/+7
2023-09-11bpf: Avoid deadlock when using queue and stack maps from NMIToke Høiland-Jørgensen-3/+18
2023-09-11bpf: Ensure unit_size is matched with slab cache object sizeHou Tao-2/+31
2023-09-11bpf: Don't prefill for unused bpf_mem_cacheHou Tao-2/+14
2023-09-11bpf: Adjust size_index according to the value of KMALLOC_MIN_SIZEHou Tao-0/+38
2023-09-09Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-4/+4
2023-09-08Merge patch series "bpf, riscv: use BPF prog pack allocator in BPF JIT"Palmer Dabbelt-4/+4
2023-09-08bpf: task_group_seq_get_next: simplify the "next tid" logicOleg Nesterov-7/+4
2023-09-08bpf: task_group_seq_get_next: kill next_taskOleg Nesterov-8/+6
2023-09-08bpf: task_group_seq_get_next: fix the skip_if_dup_files checkOleg Nesterov-1/+1
2023-09-08bpf: task_group_seq_get_next: cleanup the usage of get/put_task_structOleg Nesterov-10/+2
2023-09-08bpf: task_group_seq_get_next: cleanup the usage of next_thread()Oleg Nesterov-7/+0
2023-09-08bpf: Enable IRQ after irq_work_raise() completes in unit_free{_rcu}()Hou Tao-2/+7
2023-09-08bpf: Enable IRQ after irq_work_raise() completes in unit_alloc()Hou Tao-1/+6
2023-09-08bpf: Mark OBJ_RELEASE argument as MEM_RCU when possibleYonghong Song-0/+20
2023-09-08bpf: Add bpf_this_cpu_ptr/bpf_per_cpu_ptr support for allocated percpu objYonghong Song-8/+51
2023-09-08bpf: Add alloc/xchg/direct_access support for local percpu kptrYonghong Song-22/+106
2023-09-08bpf: Add BPF_KPTR_PERCPU as a field typeYonghong Song-0/+9
2023-09-08bpf: Add support for non-fix-size percpu mem allocationYonghong Song-11/+11
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-38/+18
2023-09-06bpf: make bpf_prog_pack allocator portablePuranjay Mohan-4/+4
2023-09-06bpf: bpf_sk_storage: Fix the missing uncharge in sk_omem_allocMartin KaFai Lau-1/+1
2023-09-06bpf: bpf_sk_storage: Fix invalid wait context lockdep reportMartin KaFai Lau-33/+14
2023-09-06bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check.Sebastian Andrzej Siewior-4/+2
2023-09-06bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in kern_sys_bpf().Sebastian Andrzej Siewior-0/+1
2023-09-02Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds-1/+1
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-765/+2466
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-4/+2
2023-08-25bpf: Allow bpf_spin_{lock,unlock} in sleepable progsDave Marchevsky-6/+5