index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
helpers.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-15
bpf: Remove preempt_disable in bpf_try_get_buffers
Tao Chen
1
-3
/
+0
2025-09-09
bpf: Tell memcg to use allow_spinning=false path in bpf_timer_init()
Peilin Ye
1
-2
/
+5
2025-09-09
bpf: Fix bpf_strnstr() to handle suffix match cases better
Rong Tao
1
-1
/
+8
2025-07-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6
Alexei Starovoitov
1
-3
/
+8
2025-07-03
bpf: Ensure RCU lock is held around bpf_prog_ksym_find
Kumar Kartikeya Dwivedi
1
-2
/
+9
2025-07-03
bpf: Introduce BPF standard streams
Kumar Kartikeya Dwivedi
1
-0
/
+1
2025-07-03
bpf: Refactor bprintf buffer support
Kumar Kartikeya Dwivedi
1
-15
/
+11
2025-07-03
bpf: Add bpf_dynptr_memset() kfunc
Ihor Solodrai
1
-0
/
+47
2025-07-01
bpf: Reject %p% format string in bprintf-like helpers
Paul Chaignon
1
-3
/
+8
2025-06-27
bpf: guard BTF_ID_FLAGS(bpf_cgroup_read_xattr) with CONFIG_BPF_LSM
Eduard Zingerman
1
-1
/
+1
2025-06-27
bpf: Fix string kfuncs names in doc comments
Viktor Malik
1
-3
/
+3
2025-06-26
Merge branch 'vfs-6.17.bpf' of https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Alexei Starovoitov
1
-0
/
+3
2025-06-26
bpf: Add kfuncs for read-only string operations
Viktor Malik
1
-0
/
+382
2025-06-23
bpf: Introduce bpf_cgroup_read_xattr to read xattr of cgroup's node
Song Liu
1
-0
/
+3
2025-05-27
bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()
Hou Tao
1
-1
/
+2
2025-05-27
bpf: Warn with __bpf_trap() kfunc maybe due to uninitialized variable
Yonghong Song
1
-0
/
+5
2025-05-27
bpf: Add open coded dmabuf iterator
T.J. Mercier
1
-0
/
+5
2025-05-13
bpf: Add support for __prog argument suffix to pass in prog->aux
Kumar Kartikeya Dwivedi
1
-2
/
+2
2025-05-12
bpf: Implement dynptr copy kfuncs
Mykyta Yatsenko
1
-0
/
+8
2025-05-12
helpers: make few bpf helpers public
Mykyta Yatsenko
1
-12
/
+2
2025-05-09
bpf: Allow some trace helpers for all prog types
Feng Yang
1
-0
/
+42
2025-05-06
bpf: Add bpf_list_{front,back} kfunc
Martin KaFai Lau
1
-0
/
+22
2025-05-06
bpf: Add bpf_rbtree_{root,left,right} kfunc
Martin KaFai Lau
1
-0
/
+30
2025-03-30
Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
1
-4
/
+119
2025-03-18
bpf: Make perf_event_read_output accessible in all program types.
Emil Tsalapatis
1
-0
/
+2
2025-03-15
bpf/helpers: Introduce bpf_dynptr_copy kfunc
Mykyta Yatsenko
1
-0
/
+56
2025-03-15
bpf/helpers: Refactor bpf_dynptr_read and bpf_dynptr_write
Mykyta Yatsenko
1
-4
/
+16
2025-02-19
bpf: Add bpf_copy_from_user_task_str() kfunc
Jordan Rome
1
-0
/
+45
2025-02-18
bpf: Switch to use hrtimer_setup()
Nam Cao
1
-2
/
+1
2025-01-20
bpf: Cancel the running bpf_timer through kworker for PREEMPT_RT
Hou Tao
1
-2
/
+16
2025-01-08
bpf: Remove migrate_{disable|enable} in bpf_obj_free_fields()
Hou Tao
1
-4
/
+0
2024-12-13
bpf: Fix configuration-dependent BTF function references
Thomas Weißschuh
1
-0
/
+4
2024-12-04
bpf: Introduce support for bpf_local_irq_{save,restore}
Kumar Kartikeya Dwivedi
1
-0
/
+17
2024-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
1
-10
/
+44
2024-11-01
bpf: Add open coded version of kmem_cache iterator
Namhyung Kim
1
-0
/
+3
2024-10-30
bpf: Use __u64 to save the bits in bits iterator
Hou Tao
1
-3
/
+30
2024-10-30
bpf: Check the validity of nr_words in bpf_iter_bits_new()
Hou Tao
1
-1
/
+9
2024-10-30
bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()
Hou Tao
1
-6
/
+5
2024-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
1
-5
/
+5
2024-10-22
bpf: Add MEM_WRITE attribute
Daniel Borkmann
1
-5
/
+5
2024-10-21
bpf: Implement bpf_send_signal_task() kfunc
Puranjay Mohan
1
-0
/
+1
2024-10-16
bpf: Add bpf_task_from_vpid() kfunc
Juntong Deng
1
-0
/
+20
2024-10-16
mm/bpf: Add bpf_get_kmem_cache() kfunc
Namhyung Kim
1
-0
/
+1
2024-10-03
bpf: Use KF_FASTCALL to mark kfuncs supporting fastcall contract
Eduard Zingerman
1
-2
/
+2
2024-09-13
bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of error
Daniel Borkmann
1
-0
/
+2
2024-09-13
bpf: Fix helper writes to read-only maps
Daniel Borkmann
1
-2
/
+4
2024-09-13
bpf: Remove truncation test in bpf_strtol and bpf_strtoul helpers
Daniel Borkmann
1
-4
/
+0
2024-09-13
bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bit
Daniel Borkmann
1
-2
/
+2
2024-08-29
bpf: Export bpf_base_func_proto
Martin KaFai Lau
1
-0
/
+1
2024-08-23
bpf: Add bpf_copy_from_user_str kfunc
Jordan Rome
1
-0
/
+42
[next]