开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
ringbuf.c
Age
Commit message (
Expand
)
Author
2022-02-02
bpf: Use VM_MAP instead of VM_ALLOC for ringbuf
Hou Tao
2021-12-18
bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.
Hao Luo
2021-06-28
bpf: Fix false positive kmemleak report in bpf_ringbuf_area_alloc()
Rustam Kovhaev
2021-05-11
bpf: Prevent writable memory-mapping of read-only ringbuf pages
Andrii Nakryiko
2021-05-11
bpf, ringbuf: Deny reserve of buffers larger than ringbuf
Thadeu Lima de Souza Cascardo
2020-12-02
bpf: Eliminate rlimit-based memory accounting for bpf ringbuffer
Roman Gushchin
2020-12-02
bpf: Memcg-based memory accounting for bpf ringbuffer
Roman Gushchin
2020-08-28
bpf: Add map_meta_equal map ops
Martin KaFai Lau
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-01
bpf: Remove redundant synchronize_rcu.
Alexei Starovoitov
2020-06-30
bpf: Enforce BPF ringbuf size to be the power of 2
Andrii Nakryiko
2020-06-22
bpf: Set map_btf_{name, id} for all map types
Andrey Ignatov
2020-06-01
bpf: Implement BPF ring buffer and verifier support for it
Andrii Nakryiko