index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
helpers.c
Age
Commit message (
Expand
)
Author
41 hours
Merge tag 'vfs-6.17-rc1.bpf' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-07-02
bpf: Introduce bpf_cgroup_read_xattr to read xattr of cgroup's node
Song Liu
2025-07-01
bpf: Reject %p% format string in bprintf-like helpers
Paul Chaignon
2025-05-27
bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()
Hou Tao
2025-05-27
bpf: Warn with __bpf_trap() kfunc maybe due to uninitialized variable
Yonghong Song
2025-05-27
bpf: Add open coded dmabuf iterator
T.J. Mercier
2025-05-13
bpf: Add support for __prog argument suffix to pass in prog->aux
Kumar Kartikeya Dwivedi
2025-05-12
bpf: Implement dynptr copy kfuncs
Mykyta Yatsenko
2025-05-12
helpers: make few bpf helpers public
Mykyta Yatsenko
2025-05-09
bpf: Allow some trace helpers for all prog types
Feng Yang
2025-05-06
bpf: Add bpf_list_{front,back} kfunc
Martin KaFai Lau
2025-05-06
bpf: Add bpf_rbtree_{root,left,right} kfunc
Martin KaFai Lau
2025-03-30
Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2025-03-18
bpf: Make perf_event_read_output accessible in all program types.
Emil Tsalapatis
2025-03-15
bpf/helpers: Introduce bpf_dynptr_copy kfunc
Mykyta Yatsenko
2025-03-15
bpf/helpers: Refactor bpf_dynptr_read and bpf_dynptr_write
Mykyta Yatsenko
2025-02-19
bpf: Add bpf_copy_from_user_task_str() kfunc
Jordan Rome
2025-02-18
bpf: Switch to use hrtimer_setup()
Nam Cao
2025-01-20
bpf: Cancel the running bpf_timer through kworker for PREEMPT_RT
Hou Tao
2025-01-08
bpf: Remove migrate_{disable|enable} in bpf_obj_free_fields()
Hou Tao
2024-12-13
bpf: Fix configuration-dependent BTF function references
Thomas Weißschuh
2024-12-04
bpf: Introduce support for bpf_local_irq_{save,restore}
Kumar Kartikeya Dwivedi
2024-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
2024-11-01
bpf: Add open coded version of kmem_cache iterator
Namhyung Kim
2024-10-30
bpf: Use __u64 to save the bits in bits iterator
Hou Tao
2024-10-30
bpf: Check the validity of nr_words in bpf_iter_bits_new()
Hou Tao
2024-10-30
bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()
Hou Tao
2024-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
2024-10-22
bpf: Add MEM_WRITE attribute
Daniel Borkmann
2024-10-21
bpf: Implement bpf_send_signal_task() kfunc
Puranjay Mohan
2024-10-16
bpf: Add bpf_task_from_vpid() kfunc
Juntong Deng
2024-10-16
mm/bpf: Add bpf_get_kmem_cache() kfunc
Namhyung Kim
2024-10-03
bpf: Use KF_FASTCALL to mark kfuncs supporting fastcall contract
Eduard Zingerman
2024-09-13
bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of error
Daniel Borkmann
2024-09-13
bpf: Fix helper writes to read-only maps
Daniel Borkmann
2024-09-13
bpf: Remove truncation test in bpf_strtol and bpf_strtoul helpers
Daniel Borkmann
2024-09-13
bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bit
Daniel Borkmann
2024-08-29
bpf: Export bpf_base_func_proto
Martin KaFai Lau
2024-08-23
bpf: Add bpf_copy_from_user_str kfunc
Jordan Rome
2024-08-23
bpf: Support bpf_kptr_xchg into local kptr
Dave Marchevsky
2024-08-23
bpf: Rename ARG_PTR_TO_KPTR -> ARG_KPTR_XCHG_DEST
Dave Marchevsky
2024-08-22
bpf: rename nocsr -> bpf_fastcall in verifier
Eduard Zingerman
2024-08-22
bpf: Fix percpu address space issues
Uros Bizjak
2024-08-19
bpf: Allow bpf_current_task_under_cgroup() with BPF_CGROUP_*
Matteo Croce
2024-08-19
bpf: Enable generic kfuncs for BPF_CGROUP_* programs
Matteo Croce
2024-07-29
bpf, x86, riscv, arm: no_caller_saved_registers for bpf_get_smp_processor_id()
Eduard Zingerman
2024-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-07-10
bpf: Defer work in bpf_timer_cancel_and_free
Kumar Kartikeya Dwivedi
2024-07-10
bpf: Fail bpf_timer_cancel when callback is being cancelled
Kumar Kartikeya Dwivedi
2024-07-08
bpf: helpers: fix bpf_wq_set_callback_impl signature
Benjamin Tissoires
[next]