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: 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
*
bpf: Fix bpf_dynptr_slice{_rdwr} to return NULL instead of 0
Joanne Koong
2023-03-02
1
-4
/
+4
*
bpf: Fix doxygen comments for dynptr slice kfuncs
David Vernet
2023-03-02
1
-16
/
+14
*
bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
Joanne Koong
2023-03-01
1
-0
/
+138
*
bpf: Add xdp dynptrs
Joanne Koong
2023-03-01
1
-1
/
+8
*
bpf: Add skb dynptrs
Joanne Koong
2023-03-01
1
-14
/
+62
*
bpf: Fix bpf_cgroup_from_id() doxygen header
David Vernet
2023-02-28
1
-2
/
+1
*
bpf: Add bpf_cgroup_from_id() kfunc
Tejun Heo
2023-02-23
1
-0
/
+18
*
bpf: Add bpf_rbtree_{add,remove,first} kfuncs
Dave Marchevsky
2023-02-14
1
-0
/
+54
*
bpf: Add basic bpf_rb_{root,node} support
Dave Marchevsky
2023-02-14
1
-0
/
+40
*
bpf: Add __bpf_kfunc tag to all kfuncs
David Vernet
2023-02-02
1
-19
/
+19
*
bpf: rename list_head -> graph_root in field info types
Dave Marchevsky
2022-12-29
1
-2
/
+2
*
bpf: Remove trace_printk_lock
Jiri Olsa
2022-12-19
1
-12
/
+19
*
bpf: Do cleanup in bpf_bprintf_cleanup only when needed
Jiri Olsa
2022-12-19
1
-7
/
+9
*
bpf: Add struct for bin_args arg in bpf_bprintf_prepare
Jiri Olsa
2022-12-19
1
-11
/
+13
*
bpf: Use memmove for bpf_dynptr_{read,write}
Kumar Kartikeya Dwivedi
2022-12-09
1
-2
/
+10
*
bpf: Rework process_dynptr_func
Kumar Kartikeya Dwivedi
2022-12-09
1
-9
/
+9
*
bpf/docs: Document struct cgroup * kfuncs
David Vernet
2022-12-08
1
-1
/
+1
*
bpf/docs: Document struct task_struct * kfuncs
David Vernet
2022-12-08
1
-1
/
+1
*
bpf: Don't use rcu_users to refcount in task kfuncs
David Vernet
2022-12-07
1
-28
/
+48
*
bpf: Handle MEM_RCU type properly
Yonghong Song
2022-12-04
1
-0
/
+14
*
bpf: Add kfunc bpf_rcu_read_lock/unlock()
Yonghong Song
2022-11-24
1
-0
/
+12
*
bpf: Introduce might_sleep field in bpf_func_proto
Yonghong Song
2022-11-24
1
-0
/
+2
*
bpf: Add bpf_task_from_pid() kfunc
David Vernet
2022-11-24
1
-1
/
+20
*
bpf: Don't use idx variable when registering kfunc dtors
David Vernet
2022-11-23
1
-5
/
+5
*
bpf: Add bpf_cgroup_ancestor() kfunc
David Vernet
2022-11-22
1
-0
/
+20
*
bpf: Enable cgroups to be used as kptrs
David Vernet
2022-11-22
1
-3
/
+80
*
bpf: Add a kfunc for generic type cast
Yonghong Song
2022-11-21
1
-0
/
+6
*
bpf: Add a kfunc to type cast from bpf uapi ctx to kernel ctx
Yonghong Song
2022-11-21
1
-0
/
+6
*
bpf: Add support for kfunc set with common btf_ids
Yonghong Song
2022-11-21
1
-1
/
+11
*
bpf: Disallow bpf_obj_new_impl call when bpf_mem_alloc_init fails
Kumar Kartikeya Dwivedi
2022-11-21
1
-2
/
+0
*
bpf: Add kfuncs for storing struct task_struct * as a kptr
David Vernet
2022-11-20
1
-3
/
+75
[next]