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
/
ringbuf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Rename MEM_ALLOC to MEM_RINGBUF
Kumar Kartikeya Dwivedi
2022-11-14
1
-3
/
+3
*
bpf: Add bpf_user_ringbuf_drain() helper
David Vernet
2022-09-21
1
-5
/
+176
*
bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type
David Vernet
2022-09-21
1
-6
/
+56
*
bpf: Use bpf_map_area_alloc consistently on bpf map creation
Yafang Shao
2022-08-10
1
-3
/
+3
*
bpf: Make __GFP_NOWARN consistent in bpf map creation
Yafang Shao
2022-08-10
1
-1
/
+1
*
bpf: Use bpf_map_area_free instread of kvfree
Yafang Shao
2022-08-10
1
-2
/
+2
*
bpf: Dynptr support for ring buffers
Joanne Koong
2022-05-23
1
-0
/
+78
*
bpf: Compute map_btf_id during build time
Menglong Dong
2022-04-26
1
-3
/
+3
*
bpf: Tag argument to be released in bpf_func_proto
Kumar Kartikeya Dwivedi
2022-04-25
1
-2
/
+2
*
bpf: Use VM_MAP instead of VM_ALLOC for ringbuf
Hou Tao
2022-02-02
1
-1
/
+1
*
bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.
Hao Luo
2021-12-18
1
-1
/
+1
*
bpf: Fix false positive kmemleak report in bpf_ringbuf_area_alloc()
Rustam Kovhaev
2021-06-28
1
-0
/
+2
*
bpf: Prevent writable memory-mapping of read-only ringbuf pages
Andrii Nakryiko
2021-05-11
1
-13
/
+8
*
bpf, ringbuf: Deny reserve of buffers larger than ringbuf
Thadeu Lima de Souza Cascardo
2021-05-11
1
-0
/
+3
*
bpf: Eliminate rlimit-based memory accounting for bpf ringbuffer
Roman Gushchin
2020-12-02
1
-20
/
+4
*
bpf: Memcg-based memory accounting for bpf ringbuffer
Roman Gushchin
2020-12-02
1
-7
/
+4
*
bpf: Add map_meta_equal map ops
Martin KaFai Lau
2020-08-28
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-11
1
-10
/
+8
|
\
|
*
bpf: Enforce BPF ringbuf size to be the power of 2
Andrii Nakryiko
2020-06-30
1
-10
/
+8
*
|
bpf: Remove redundant synchronize_rcu.
Alexei Starovoitov
2020-07-01
1
-7
/
+0
*
|
bpf: Set map_btf_{name, id} for all map types
Andrey Ignatov
2020-06-22
1
-0
/
+3
|
/
*
bpf: Implement BPF ring buffer and verifier support for it
Andrii Nakryiko
2020-06-01
1
-0
/
+501