index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
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
2023-02-13
bpf: Add bpf_rbtree_{add,remove,first} kfuncs
Dave Marchevsky
1
-0
/
+54
2023-02-13
bpf: Add basic bpf_rb_{root,node} support
Dave Marchevsky
1
-0
/
+40
2023-02-02
bpf: Add __bpf_kfunc tag to all kfuncs
David Vernet
1
-19
/
+19
2022-12-28
bpf: rename list_head -> graph_root in field info types
Dave Marchevsky
1
-2
/
+2
2022-12-19
bpf: Remove trace_printk_lock
Jiri Olsa
1
-12
/
+19
2022-12-19
bpf: Do cleanup in bpf_bprintf_cleanup only when needed
Jiri Olsa
1
-7
/
+9
2022-12-19
bpf: Add struct for bin_args arg in bpf_bprintf_prepare
Jiri Olsa
1
-11
/
+13
2022-12-08
bpf: Use memmove for bpf_dynptr_{read,write}
Kumar Kartikeya Dwivedi
1
-2
/
+10
2022-12-08
bpf: Rework process_dynptr_func
Kumar Kartikeya Dwivedi
1
-9
/
+9
2022-12-07
bpf/docs: Document struct cgroup * kfuncs
David Vernet
1
-1
/
+1
2022-12-07
bpf/docs: Document struct task_struct * kfuncs
David Vernet
1
-1
/
+1
2022-12-06
bpf: Don't use rcu_users to refcount in task kfuncs
David Vernet
1
-28
/
+48
2022-12-04
bpf: Handle MEM_RCU type properly
Yonghong Song
1
-0
/
+14
2022-11-24
bpf: Add kfunc bpf_rcu_read_lock/unlock()
Yonghong Song
1
-0
/
+12
2022-11-24
bpf: Introduce might_sleep field in bpf_func_proto
Yonghong Song
1
-0
/
+2
2022-11-23
bpf: Add bpf_task_from_pid() kfunc
David Vernet
1
-1
/
+20
2022-11-23
bpf: Don't use idx variable when registering kfunc dtors
David Vernet
1
-5
/
+5
2022-11-22
bpf: Add bpf_cgroup_ancestor() kfunc
David Vernet
1
-0
/
+20
2022-11-22
bpf: Enable cgroups to be used as kptrs
David Vernet
1
-3
/
+80
2022-11-20
bpf: Add a kfunc for generic type cast
Yonghong Song
1
-0
/
+6
2022-11-20
bpf: Add a kfunc to type cast from bpf uapi ctx to kernel ctx
Yonghong Song
1
-0
/
+6
2022-11-20
bpf: Add support for kfunc set with common btf_ids
Yonghong Song
1
-1
/
+11
2022-11-20
bpf: Disallow bpf_obj_new_impl call when bpf_mem_alloc_init fails
Kumar Kartikeya Dwivedi
1
-2
/
+0
2022-11-20
bpf: Add kfuncs for storing struct task_struct * as a kptr
David Vernet
1
-3
/
+75
2022-11-17
bpf: Introduce single ownership BPF linked list API
Kumar Kartikeya Dwivedi
1
-1
/
+54
2022-11-17
bpf: Introduce bpf_obj_drop
Kumar Kartikeya Dwivedi
1
-0
/
+11
2022-11-17
bpf: Introduce bpf_obj_new
Kumar Kartikeya Dwivedi
1
-7
/
+40
2022-11-17
bpf: Allow locking bpf_spin_lock in allocated objects
Kumar Kartikeya Dwivedi
1
-0
/
+2
2022-11-14
bpf: Support bpf_list_head in map values
Kumar Kartikeya Dwivedi
1
-0
/
+32
2022-11-03
bpf: Consolidate spin_lock, timer management into btf_record
Kumar Kartikeya Dwivedi
1
-3
/
+3
2022-10-25
bpf: Implement cgroup storage available to non-cgroup-attached bpf progs
Yonghong Song
1
-0
/
+6
2022-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-14
/
+14
2022-09-21
bpf: Export bpf_dynptr_get_size()
Roberto Sassu
1
-1
/
+1
2022-09-21
btf: Export bpf_dynptr definition
Roberto Sassu
1
-0
/
+2
2022-09-21
bpf: Add bpf_user_ringbuf_drain() helper
David Vernet
1
-0
/
+2
2022-09-21
bpf: Gate dynptr API behind CAP_BPF
Kumar Kartikeya Dwivedi
1
-14
/
+14
2022-09-15
bpf: Add verifier check for BPF_PTR_POISON retval and arg
Dave Marchevsky
1
-3
/
+3
2022-08-23
bpf: Move bpf_loop and bpf_for_each_map_elem under CAP_BPF
Kumar Kartikeya Dwivedi
1
-4
/
+4
2022-08-23
bpf: expose bpf_strtol and bpf_strtoul to all program types
Stanislav Fomichev
1
-1
/
+5
2022-08-23
bpf: Introduce cgroup_{common,current}_func_proto
Stanislav Fomichev
1
-34
/
+0
2022-08-10
bpf: export crash_kexec() as destructive kfunc
Artem Savkov
1
-0
/
+18
2022-08-09
bpf: Add BPF-helper for accessing CLOCK_TAI
Jesper Dangaard Brouer
1
-0
/
+14
2022-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+8
2022-07-08
bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIs
Joanne Koong
1
-4
/
+8
2022-06-17
bpf: Fix non-static bpf_func_proto struct definitions
Joanne Koong
1
-6
/
+6
2022-05-23
bpf: Add dynptr data slices
Joanne Koong
1
-0
/
+28
2022-05-23
bpf: Add bpf_dynptr_read and bpf_dynptr_write
Joanne Koong
1
-0
/
+78
2022-05-23
bpf: Dynptr support for ring buffers
Joanne Koong
1
-4
/
+10
2022-05-23
bpf: Add bpf_dynptr_from_mem for local dynptrs
Joanne Koong
1
-0
/
+65
2022-05-13
bpf: Add MEM_UNINIT as a bpf_type_flag
Joanne Koong
1
-2
/
+2
[next]