index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
helpers.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-28
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-08
1
-2
/
+10
*
bpf: Rework process_dynptr_func
Kumar Kartikeya Dwivedi
2022-12-08
1
-9
/
+9
*
bpf/docs: Document struct cgroup * kfuncs
David Vernet
2022-12-07
1
-1
/
+1
*
bpf/docs: Document struct task_struct * kfuncs
David Vernet
2022-12-07
1
-1
/
+1
*
bpf: Don't use rcu_users to refcount in task kfuncs
David Vernet
2022-12-06
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-23
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-20
1
-0
/
+6
*
bpf: Add a kfunc to type cast from bpf uapi ctx to kernel ctx
Yonghong Song
2022-11-20
1
-0
/
+6
*
bpf: Add support for kfunc set with common btf_ids
Yonghong Song
2022-11-20
1
-1
/
+11
*
bpf: Disallow bpf_obj_new_impl call when bpf_mem_alloc_init fails
Kumar Kartikeya Dwivedi
2022-11-20
1
-2
/
+0
*
bpf: Add kfuncs for storing struct task_struct * as a kptr
David Vernet
2022-11-20
1
-3
/
+75
*
bpf: Introduce single ownership BPF linked list API
Kumar Kartikeya Dwivedi
2022-11-17
1
-1
/
+54
*
bpf: Introduce bpf_obj_drop
Kumar Kartikeya Dwivedi
2022-11-17
1
-0
/
+11
*
bpf: Introduce bpf_obj_new
Kumar Kartikeya Dwivedi
2022-11-17
1
-7
/
+40
*
bpf: Allow locking bpf_spin_lock in allocated objects
Kumar Kartikeya Dwivedi
2022-11-17
1
-0
/
+2
*
bpf: Support bpf_list_head in map values
Kumar Kartikeya Dwivedi
2022-11-14
1
-0
/
+32
*
bpf: Consolidate spin_lock, timer management into btf_record
Kumar Kartikeya Dwivedi
2022-11-03
1
-3
/
+3
*
bpf: Implement cgroup storage available to non-cgroup-attached bpf progs
Yonghong Song
2022-10-25
1
-0
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-10-03
1
-14
/
+14
|
\
|
*
bpf: Gate dynptr API behind CAP_BPF
Kumar Kartikeya Dwivedi
2022-09-21
1
-14
/
+14
*
|
bpf: Export bpf_dynptr_get_size()
Roberto Sassu
2022-09-21
1
-1
/
+1
*
|
btf: Export bpf_dynptr definition
Roberto Sassu
2022-09-21
1
-0
/
+2
*
|
bpf: Add bpf_user_ringbuf_drain() helper
David Vernet
2022-09-21
1
-0
/
+2
*
|
bpf: Add verifier check for BPF_PTR_POISON retval and arg
Dave Marchevsky
2022-09-15
1
-3
/
+3
*
|
bpf: Move bpf_loop and bpf_for_each_map_elem under CAP_BPF
Kumar Kartikeya Dwivedi
2022-08-23
1
-4
/
+4
*
|
bpf: expose bpf_strtol and bpf_strtoul to all program types
Stanislav Fomichev
2022-08-23
1
-1
/
+5
*
|
bpf: Introduce cgroup_{common,current}_func_proto
Stanislav Fomichev
2022-08-23
1
-34
/
+0
*
|
bpf: export crash_kexec() as destructive kfunc
Artem Savkov
2022-08-10
1
-0
/
+18
*
|
bpf: Add BPF-helper for accessing CLOCK_TAI
Jesper Dangaard Brouer
2022-08-09
1
-0
/
+14
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-14
1
-4
/
+8
|
\
|
*
bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIs
Joanne Koong
2022-07-08
1
-4
/
+8
*
|
bpf: Fix non-static bpf_func_proto struct definitions
Joanne Koong
2022-06-17
1
-6
/
+6
|
/
*
bpf: Add dynptr data slices
Joanne Koong
2022-05-23
1
-0
/
+28
*
bpf: Add bpf_dynptr_read and bpf_dynptr_write
Joanne Koong
2022-05-23
1
-0
/
+78
*
bpf: Dynptr support for ring buffers
Joanne Koong
2022-05-23
1
-4
/
+10
*
bpf: Add bpf_dynptr_from_mem for local dynptrs
Joanne Koong
2022-05-23
1
-0
/
+65
*
bpf: Add MEM_UNINIT as a bpf_type_flag
Joanne Koong
2022-05-13
1
-2
/
+2
*
bpf: add bpf_map_lookup_percpu_elem for percpu map
Feng Zhou
2022-05-11
1
-0
/
+18
*
bpf: Allow storing referenced kptr in map
Kumar Kartikeya Dwivedi
2022-04-25
1
-0
/
+24
[next]