index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
ringbuf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-24
bpf: Dynptr support for ring buffers
Joanne Koong
1
-0
/
+78
2022-04-26
bpf: Compute map_btf_id during build time
Menglong Dong
1
-3
/
+3
2022-04-26
bpf: Tag argument to be released in bpf_func_proto
Kumar Kartikeya Dwivedi
1
-2
/
+2
2022-02-03
bpf: Use VM_MAP instead of VM_ALLOC for ringbuf
Hou Tao
1
-1
/
+1
2021-12-19
bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.
Hao Luo
1
-1
/
+1
2021-06-28
bpf: Fix false positive kmemleak report in bpf_ringbuf_area_alloc()
Rustam Kovhaev
1
-0
/
+2
2021-05-11
bpf: Prevent writable memory-mapping of read-only ringbuf pages
Andrii Nakryiko
1
-13
/
+8
2021-05-11
bpf, ringbuf: Deny reserve of buffers larger than ringbuf
Thadeu Lima de Souza Cascardo
1
-0
/
+3
2020-12-03
bpf: Eliminate rlimit-based memory accounting for bpf ringbuffer
Roman Gushchin
1
-20
/
+4
2020-12-03
bpf: Memcg-based memory accounting for bpf ringbuffer
Roman Gushchin
1
-7
/
+4
2020-08-28
bpf: Add map_meta_equal map ops
Martin KaFai Lau
1
-0
/
+1
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-10
/
+8
2020-07-01
bpf: Remove redundant synchronize_rcu.
Alexei Starovoitov
1
-7
/
+0
2020-06-30
bpf: Enforce BPF ringbuf size to be the power of 2
Andrii Nakryiko
1
-10
/
+8
2020-06-22
bpf: Set map_btf_{name, id} for all map types
Andrey Ignatov
1
-0
/
+3
2020-06-02
bpf: Implement BPF ring buffer and verifier support for it
Andrii Nakryiko
1
-0
/
+501