summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2025-06-09bpf: Return -EFAULT on internal errorsLuis Gerhorst
2025-06-09bpf: Return -EFAULT on misconfigurationsLuis Gerhorst
2025-06-09bpf: Move insn if/else into do_check_insn()Luis Gerhorst
2025-06-09bpf: Add cookie in fdinfo for raw_tpTao Chen
2025-06-09bpf: Add cookie in fdinfo for tracingTao Chen
2025-06-09bpf: Add cookie to tracing bpf_link_infoTao Chen
2025-06-09bpf: Make reg_not_null() true for CONST_PTR_TO_MAPIhor Solodrai
2025-06-09bpf: Add show_fdinfo for perf_eventTao Chen
2025-06-09bpf: Implement mprog API on top of existing cgroup progsYonghong Song
2025-06-05bpf: Clarify sanitize_check_bounds()Luis Gerhorst
2025-06-05bpf: Add cookie to raw_tp bpf_link_infoTao Chen
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-28Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-05-27Merge tag 'cgroup-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-05-27selftests/bpf: Add tests with stack ptr register in conditional jmpYonghong Song
2025-05-27bpf: Do not include stack ptr register in precision backtracking bookkeepingYonghong Song
2025-05-27bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()Hou Tao
2025-05-27bpf: Avoid __bpf_prog_ret0_warn when jit failsKaFai Wan
2025-05-27bpf: Warn with __bpf_trap() kfunc maybe due to uninitialized variableYonghong Song
2025-05-27bpf: Remove special_kfunc_set from verifierYonghong Song
2025-05-27bpf: Add open coded dmabuf iteratorT.J. Mercier
2025-05-27bpf: Add dmabuf iteratorT.J. Mercier
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-05-23btf: Allow mmap of vmlinux btfLorenz Bauer
2025-05-22mm: rename try_alloc_pages() to alloc_pages_nolock()Alexei Starovoitov
2025-05-22sched_ext: Convert cgroup BPF support to use cgroup_lifetime_notifierTejun Heo
2025-05-19bpf: WARN_ONCE on verifier bugsPaul Chaignon
2025-05-14bpf: Pass the same orig_call value to trampoline functionsIlya Leoshkevich
2025-05-13bpf: Add support for __prog argument suffix to pass in prog->auxKumar Kartikeya Dwivedi
2025-05-12bpf: Implement dynptr copy kfuncsMykyta Yatsenko
2025-05-12helpers: make few bpf helpers publicMykyta Yatsenko
2025-05-09bpf: Add support to retrieve ref_ctr_offset for uprobe perf linkJiri Olsa
2025-05-09bpf: Allow some trace helpers for all prog typesFeng Yang
2025-05-09bpf/verifier: Handle BPF_LOAD_ACQ instructions in insn_def_regno()Peilin Ye
2025-05-06bpf: Add bpf_list_{front,back} kfuncMartin KaFai Lau
2025-05-06bpf: Simplify reg0 marking for the list kfuncs that return a bpf_list_node po...Martin KaFai Lau
2025-05-06bpf: Allow refcounted bpf_rb_node used in bpf_rbtree_{remove,left,right}Martin KaFai Lau
2025-05-06bpf: Add bpf_rbtree_{root,left,right} kfuncMartin KaFai Lau
2025-05-06bpf: Simplify reg0 marking for the rbtree kfuncs that return a bpf_rb_node po...Martin KaFai Lau
2025-05-06bpf: Check KF_bpf_rbtree_add_impl for the "case KF_ARG_PTR_TO_RB_NODE"Martin KaFai Lau
2025-05-05bpf: Replace offsetof() with struct_size()Thorsten Blum
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-01bpf: Allow XDP dev-bound programs to perform XDP_REDIRECT into mapsLorenzo Bianconi
2025-05-01bpf: Replace offsetof() with struct_size()Thorsten Blum
2025-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc4Alexei Starovoitov
2025-04-25bpf: Add namespace to BPF internal symbolsAlexei Starovoitov
2025-04-25bpf: fix possible endless loop in BPF map iterationBrandon Kammerdiener
2025-04-23bpf: Allow access to const void pointer arguments in tracing programsKaFai Wan
2025-04-23bpf: Use proper type to calculate bpf_raw_tp_null_args.mask indexShung-Hsi Yu