index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
helpers.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Check map->usercnt after timer->timer is assigned
Hou Tao
2023-11-02
1
-9
/
+16
*
bpf: Add __bpf_kfunc_{start,end}_defs macros
Dave Marchevsky
2023-11-02
1
-4
/
+2
*
bpf: fix compilation error without CGROUPS
Matthieu Baerts
2023-11-02
1
-3
/
+5
*
bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()
Hou Tao
2023-10-20
1
-8
/
+14
*
bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.h
Hou Tao
2023-10-20
1
-2
/
+0
*
bpf: teach the verifier to enforce css_iter and task_iter in RCU CS
Chuyi Zhou
2023-10-20
1
-2
/
+2
*
bpf: Introduce css open-coded iterator kfuncs
Chuyi Zhou
2023-10-20
1
-0
/
+3
*
bpf: Introduce task open coded iterator kfuncs
Chuyi Zhou
2023-10-20
1
-0
/
+3
*
bpf: Introduce css_task open-coded iterator kfuncs
Chuyi Zhou
2023-10-20
1
-0
/
+3
*
bpf: Fix missed rcu read lock in bpf_task_under_cgroup()
Yafang Shao
2023-10-17
1
-1
/
+6
*
bpf: Introduce task_vma open-coded iterator kfuncs
Dave Marchevsky
2023-10-14
1
-0
/
+3
*
bpf: Add ability to pin bpf timer to calling CPU
David Vernet
2023-10-09
1
-1
/
+4
*
bpf: Fix bpf_throw warning on 32-bit arch
Kumar Kartikeya Dwivedi
2023-09-19
1
-1
/
+1
*
bpf: Disallow fentry/fexit/freplace for exception callbacks
Kumar Kartikeya Dwivedi
2023-09-16
1
-0
/
+1
*
bpf: Prevent KASAN false positive with bpf_throw
Kumar Kartikeya Dwivedi
2023-09-16
1
-0
/
+6
*
bpf: Implement BPF exceptions
Kumar Kartikeya Dwivedi
2023-09-16
1
-0
/
+38
*
bpf: Add alloc/xchg/direct_access support for local percpu kptr
Yonghong Song
2023-09-08
1
-0
/
+16
*
bpf: Allow bpf_spin_{lock,unlock} in sleepable progs
Dave Marchevsky
2023-08-25
1
-0
/
+2
*
bpf: Use bpf_mem_free_rcu when bpf_obj_dropping refcounted nodes
Dave Marchevsky
2023-08-25
1
-1
/
+5
*
bpf: fix bpf_dynptr_slice() to stop return an ERR_PTR.
Kui-Feng Lee
2023-08-04
1
-1
/
+1
*
bpf, net: Introduce skb_pointer_if_linear().
Alexei Starovoitov
2023-07-19
1
-1
/
+4
*
bpf: Add 'owner' field to bpf_{list,rb}_node
Dave Marchevsky
2023-07-19
1
-4
/
+25
*
bpf: Introduce internal definitions for UAPI-opaque bpf_{rb,list}_node
Dave Marchevsky
2023-07-19
1
-10
/
+13
*
bpf: Make bpf_refcount_acquire fallible for non-owning refs
Dave Marchevsky
2023-06-05
1
-2
/
+6
*
bpf: Fix __bpf_{list,rbtree}_add's beginning-of-node calculation
Dave Marchevsky
2023-06-05
1
-2
/
+2
*
bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)
Daniel Rosenberg
2023-05-07
1
-12
/
+18
*
bpf: Add bpf_task_under_cgroup() kfunc
Feng Zhou
2023-05-06
1
-0
/
+17
*
bpf: Add bpf_dynptr_clone
Joanne Koong
2023-04-27
1
-0
/
+14
*
bpf: Add bpf_dynptr_size
Joanne Koong
2023-04-27
1
-3
/
+12
*
bpf: Add bpf_dynptr_is_null and bpf_dynptr_is_rdonly
Joanne Koong
2023-04-27
1
-4
/
+19
*
bpf: Add bpf_dynptr_adjust
Joanne Koong
2023-04-27
1
-0
/
+26
*
bpf: Fix bpf_refcount_acquire's refcount_t address calculation
Dave Marchevsky
2023-04-21
1
-1
/
+1
*
bpf: Centralize btf_field-specific initialization logic
Dave Marchevsky
2023-04-16
1
-8
/
+6
*
bpf: Migrate bpf_rbtree_remove to possibly fail
Dave Marchevsky
2023-04-16
1
-1
/
+7
*
bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly fail
Dave Marchevsky
2023-04-16
1
-17
/
+48
*
bpf: Add bpf_refcount_acquire kfunc
Dave Marchevsky
2023-04-16
1
-0
/
+15
*
bpf: Support refcounted local kptrs in existing semantics
Dave Marchevsky
2023-04-16
1
-8
/
+13
*
bpf: Remove btf_field_offs, use btf_record's fields instead
Dave Marchevsky
2023-04-16
1
-1
/
+1
*
bpf: Remove bpf_cgroup_kptr_get() kfunc
David Vernet
2023-04-12
1
-32
/
+0
*
bpf: Make bpf_cgroup_acquire() KF_RCU | KF_RET_NULL
David Vernet
2023-04-12
1
-3
/
+2
*
bpf: ensure all memory is initialized in bpf_get_current_comm
Barret Rhoden
2023-04-07
1
-1
/
+1
*
bpf: Remove now-defunct task kfuncs
David Vernet
2023-04-01
1
-69
/
+0
*
bpf: Make struct task_struct an RCU-safe type
David Vernet
2023-04-01
1
-4
/
+7
*
bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncs
David Vernet
2023-03-26
1
-6
/
+0
*
bpf: Fix bpf_strncmp proto.
Alexei Starovoitov
2023-03-14
1
-1
/
+1
*
bpf: Support __kptr to local kptrs
Dave Marchevsky
2023-03-11
1
-3
/
+8
*
bpf: implement numbers iterator
Andrii Nakryiko
2023-03-09
1
-0
/
+3
*
bpf: Introduce kptr_rcu.
Alexei Starovoitov
2023-03-03
1
-2
/
+4
*
bpf: Add support for absolute value BPF timers
Tero Kristo
2023-03-03
1
-2
/
+9
*
bpf: Make bpf_get_current_[ancestor_]cgroup_id() available for all program types
Tejun Heo
2023-03-03
1
-0
/
+4
[next]