Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-22bpf: Add bpf_user_ringbuf_drain() helperDavid Vernet
2022-09-22bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet
2022-08-10bpf: Use bpf_map_area_alloc consistently on bpf map creationYafang Shao
2022-08-10bpf: Make __GFP_NOWARN consistent in bpf map creationYafang Shao
2022-08-10bpf: Use bpf_map_area_free instread of kvfreeYafang Shao
2022-05-24bpf: Dynptr support for ring buffersJoanne Koong
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong
2022-04-26bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi
2022-02-03bpf: Use VM_MAP instead of VM_ALLOC for ringbufHou Tao
2021-12-19bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo
2021-06-28bpf: Fix false positive kmemleak report in bpf_ringbuf_area_alloc()Rustam Kovhaev
2021-05-11bpf: Prevent writable memory-mapping of read-only ringbuf pagesAndrii Nakryiko
2021-05-11bpf, ringbuf: Deny reserve of buffers larger than ringbufThadeu Lima de Souza Cascardo
2020-12-03bpf: Eliminate rlimit-based memory accounting for bpf ringbufferRoman Gushchin
2020-12-03bpf: Memcg-based memory accounting for bpf ringbufferRoman Gushchin
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-01bpf: Remove redundant synchronize_rcu.Alexei Starovoitov
2020-06-30bpf: Enforce BPF ringbuf size to be the power of 2Andrii Nakryiko
2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov
2020-06-02bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko