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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-05-26
1
-0
/
+1
|
\
|
*
printk: stop including cache.h from printk.h
Peter Collingbourne
2022-05-13
1
-0
/
+1
*
|
Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2022-05-25
28
-531
/
+2537
|
\
\
|
*
|
bpf: Add dynptr data slices
Joanne Koong
2022-05-23
2
-0
/
+51
|
*
|
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
3
-7
/
+137
|
*
|
bpf: Add bpf_dynptr_from_mem for local dynptrs
Joanne Koong
2022-05-23
2
-0
/
+71
|
*
|
bpf: Add verifier support for dynptrs
Joanne Koong
2022-05-23
1
-3
/
+185
|
*
|
bpf: Suppress 'passing zero to PTR_ERR' warning
Kumar Kartikeya Dwivedi
2022-05-23
1
-1
/
+1
|
*
|
bpf: Introduce bpf_arch_text_invalidate for bpf_prog_pack
Song Liu
2022-05-23
1
-0
/
+8
|
*
|
bpf: Fill new bpf_prog_pack with illegal instructions
Song Liu
2022-05-23
1
-4
/
+6
|
*
|
bpf: refine kernel.unprivileged_bpf_disabled behaviour
Alan Maguire
2022-05-20
1
-1
/
+13
|
*
|
bpf: Allow kfunc in tracing and syscall programs.
Benjamin Tissoires
2022-05-20
1
-0
/
+6
|
*
|
bpf: Add bpf_skc_to_mptcp_sock_proto
Geliang Tang
2022-05-20
1
-0
/
+1
|
*
|
bpf: Add MEM_UNINIT as a bpf_type_flag
Joanne Koong
2022-05-13
2
-22
/
+10
|
*
|
bpf: Fix combination of jit blinding and pointers to bpf subprogs.
Alexei Starovoitov
2022-05-13
1
-0
/
+10
|
*
|
bpf: Fix potential array overflow in bpf_trampoline_get_progs()
Yuntao Wang
2022-05-11
1
-6
/
+12
|
*
|
bpf: add bpf_map_lookup_percpu_elem for percpu map
Feng Zhou
2022-05-11
5
-2
/
+81
|
*
|
bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.
Kui-Feng Lee
2022-05-10
3
-6
/
+30
|
*
|
bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stack
Kui-Feng Lee
2022-05-10
2
-6
/
+21
|
*
|
bpf, x86: Generate trampolines from bpf_tramp_links
Kui-Feng Lee
2022-05-10
3
-69
/
+98
|
*
|
bpf: Add bpf_link iterator
Dmitrii Dolgov
2022-05-10
3
-1
/
+127
|
*
|
bpf: Extend batch operations for map-in-map bpf-maps
Takshak Chahande
2022-05-10
2
-2
/
+13
|
*
|
bpf: Remove unused parameter from find_kfunc_desc_btf()
Yuntao Wang
2022-05-09
1
-5
/
+4
|
*
|
bpf: Compute map_btf_id during build time
Menglong Dong
2022-04-26
15
-115
/
+52
|
*
|
bpf: Make BTF type match stricter for release arguments
Kumar Kartikeya Dwivedi
2022-04-25
2
-7
/
+25
|
*
|
bpf: Teach verifier about kptr_get kfunc helpers
Kumar Kartikeya Dwivedi
2022-04-25
1
-5
/
+53
|
*
|
bpf: Wire up freeing of referenced kptr
Kumar Kartikeya Dwivedi
2022-04-25
4
-25
/
+204
|
*
|
bpf: Populate pairs of btf_id and destructor kfunc in btf
Kumar Kartikeya Dwivedi
2022-04-25
1
-0
/
+108
|
*
|
bpf: Adapt copy_map_value for multiple offset case
Kumar Kartikeya Dwivedi
2022-04-25
1
-1
/
+87
|
*
|
bpf: Prevent escaping of kptr loaded from maps
Kumar Kartikeya Dwivedi
2022-04-25
1
-7
/
+28
|
*
|
bpf: Allow storing referenced kptr in map
Kumar Kartikeya Dwivedi
2022-04-25
3
-13
/
+119
|
*
|
bpf: Tag argument to be released in bpf_func_proto
Kumar Kartikeya Dwivedi
2022-04-25
3
-41
/
+50
|
*
|
bpf: Allow storing unreferenced kptr in map
Kumar Kartikeya Dwivedi
2022-04-25
4
-35
/
+401
|
*
|
bpf: Use bpf_prog_run_array_cg_flags everywhere
Stanislav Fomichev
2022-04-25
1
-48
/
+24
|
*
|
bpf: Allow attach TRACING programs through LINK_CREATE command
Andrii Nakryiko
2022-04-23
1
-54
/
+56
|
*
|
bpf: Move check_ptr_off_reg before check_map_access
Kumar Kartikeya Dwivedi
2022-04-21
1
-38
/
+38
|
*
|
bpf: Make btf_find_field more generic
Kumar Kartikeya Dwivedi
2022-04-21
1
-31
/
+89
|
*
|
bpf: Fix usage of trace RCU in local storage.
KP Singh
2022-04-19
3
-14
/
+23
|
*
|
bpf: Ensure type tags precede modifiers in BTF
Kumar Kartikeya Dwivedi
2022-04-19
1
-0
/
+54
|
*
|
bpf: Move rcu lock management out of BPF_PROG_RUN routines
Stanislav Fomichev
2022-04-19
1
-17
/
+107
|
*
|
bpf: Remove unnecessary type castings
Yu Zhe
2022-04-14
2
-3
/
+3
|
*
|
Merge branch 'pr/bpf-sysctl' into bpf-next
Daniel Borkmann
2022-04-13
1
-0
/
+87
|
|
\
\
|
|
*
|
bpf: Move BPF sysctls from kernel/sysctl.c to BPF core
Yan Zhu
2022-04-13
1
-0
/
+87
|
|
|
/
|
*
|
bpf: Remove redundant assignment to meta.seq in __task_seq_show()
Yuntao Wang
2022-04-11
2
-2
/
+1
|
*
|
bpf: Fix excessive memory allocation in stack_map_alloc()
Yuntao Wang
2022-04-09
1
-1
/
+0
|
*
|
bpf: Reject writes for PTR_TO_MAP_KEY in check_helper_mem_access
Kumar Kartikeya Dwivedi
2022-04-06
1
-0
/
+5
|
*
|
bpf: Check PTR_TO_MEM | MEM_RDONLY in check_helper_mem_access
Kumar Kartikeya Dwivedi
2022-04-06
1
-1
/
+11
|
*
|
bpf: Do write access check for kfunc and global func
Kumar Kartikeya Dwivedi
2022-04-06
1
-15
/
+29
|
*
|
bpf: Replace usage of supported with dedicated list iterator variable
Jakob Koschel
2022-04-03
1
-16
/
+14
[next]