index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Lines
2022-06-07
bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programs
Toke Høiland-Jørgensen
-1
/
+2
2022-06-02
Merge tag 'net-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-9
/
+5
2022-05-28
bpf: Fix probe read error in ___bpf_prog_run()
Menglong Dong
-9
/
+5
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-0
/
+1
2022-05-25
Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-531
/
+2537
2022-05-23
bpf: Add dynptr data slices
Joanne Koong
-0
/
+51
2022-05-23
bpf: Add bpf_dynptr_read and bpf_dynptr_write
Joanne Koong
-0
/
+78
2022-05-23
bpf: Dynptr support for ring buffers
Joanne Koong
-7
/
+137
2022-05-23
bpf: Add bpf_dynptr_from_mem for local dynptrs
Joanne Koong
-0
/
+71
2022-05-23
bpf: Add verifier support for dynptrs
Joanne Koong
-3
/
+185
2022-05-23
bpf: Suppress 'passing zero to PTR_ERR' warning
Kumar Kartikeya Dwivedi
-1
/
+1
2022-05-23
bpf: Introduce bpf_arch_text_invalidate for bpf_prog_pack
Song Liu
-0
/
+8
2022-05-23
bpf: Fill new bpf_prog_pack with illegal instructions
Song Liu
-4
/
+6
2022-05-20
bpf: refine kernel.unprivileged_bpf_disabled behaviour
Alan Maguire
-1
/
+13
2022-05-20
bpf: Allow kfunc in tracing and syscall programs.
Benjamin Tissoires
-0
/
+6
2022-05-20
bpf: Add bpf_skc_to_mptcp_sock_proto
Geliang Tang
-0
/
+1
2022-05-13
bpf: Add MEM_UNINIT as a bpf_type_flag
Joanne Koong
-22
/
+10
2022-05-13
printk: stop including cache.h from printk.h
Peter Collingbourne
-0
/
+1
2022-05-13
bpf: Fix combination of jit blinding and pointers to bpf subprogs.
Alexei Starovoitov
-0
/
+10
2022-05-11
bpf: Fix potential array overflow in bpf_trampoline_get_progs()
Yuntao Wang
-6
/
+12
2022-05-11
bpf: add bpf_map_lookup_percpu_elem for percpu map
Feng Zhou
-2
/
+81
2022-05-10
bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.
Kui-Feng Lee
-6
/
+30
2022-05-10
bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stack
Kui-Feng Lee
-6
/
+21
2022-05-10
bpf, x86: Generate trampolines from bpf_tramp_links
Kui-Feng Lee
-69
/
+98
2022-05-10
bpf: Add bpf_link iterator
Dmitrii Dolgov
-1
/
+127
2022-05-10
bpf: Extend batch operations for map-in-map bpf-maps
Takshak Chahande
-2
/
+13
2022-05-09
bpf: Remove unused parameter from find_kfunc_desc_btf()
Yuntao Wang
-5
/
+4
2022-04-26
bpf: Compute map_btf_id during build time
Menglong Dong
-115
/
+52
2022-04-25
bpf: Make BTF type match stricter for release arguments
Kumar Kartikeya Dwivedi
-7
/
+25
2022-04-25
bpf: Teach verifier about kptr_get kfunc helpers
Kumar Kartikeya Dwivedi
-5
/
+53
2022-04-25
bpf: Wire up freeing of referenced kptr
Kumar Kartikeya Dwivedi
-25
/
+204
2022-04-25
bpf: Populate pairs of btf_id and destructor kfunc in btf
Kumar Kartikeya Dwivedi
-0
/
+108
2022-04-25
bpf: Adapt copy_map_value for multiple offset case
Kumar Kartikeya Dwivedi
-1
/
+87
2022-04-25
bpf: Prevent escaping of kptr loaded from maps
Kumar Kartikeya Dwivedi
-7
/
+28
2022-04-25
bpf: Allow storing referenced kptr in map
Kumar Kartikeya Dwivedi
-13
/
+119
2022-04-25
bpf: Tag argument to be released in bpf_func_proto
Kumar Kartikeya Dwivedi
-41
/
+50
2022-04-25
bpf: Allow storing unreferenced kptr in map
Kumar Kartikeya Dwivedi
-35
/
+401
2022-04-25
bpf: Use bpf_prog_run_array_cg_flags everywhere
Stanislav Fomichev
-48
/
+24
2022-04-23
bpf: Allow attach TRACING programs through LINK_CREATE command
Andrii Nakryiko
-54
/
+56
2022-04-21
bpf: Move check_ptr_off_reg before check_map_access
Kumar Kartikeya Dwivedi
-38
/
+38
2022-04-21
bpf: Make btf_find_field more generic
Kumar Kartikeya Dwivedi
-31
/
+89
2022-04-20
rcu: Make the TASKS_RCU Kconfig option be selected
Paul E. McKenney
-0
/
+1
2022-04-19
bpf: Fix usage of trace RCU in local storage.
KP Singh
-14
/
+23
2022-04-19
bpf: Ensure type tags precede modifiers in BTF
Kumar Kartikeya Dwivedi
-0
/
+54
2022-04-19
bpf: Move rcu lock management out of BPF_PROG_RUN routines
Stanislav Fomichev
-17
/
+107
2022-04-14
bpf: Remove unnecessary type castings
Yu Zhe
-3
/
+3
2022-04-13
Merge branch 'pr/bpf-sysctl' into bpf-next
Daniel Borkmann
-0
/
+87
2022-04-13
bpf: Move BPF sysctls from kernel/sysctl.c to BPF core
Yan Zhu
-0
/
+87
2022-04-11
bpf: Remove redundant assignment to meta.seq in __task_seq_show()
Yuntao Wang
-2
/
+1
2022-04-09
bpf: Fix excessive memory allocation in stack_map_alloc()
Yuntao Wang
-1
/
+0
[next]