summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/stream.c
AgeCommit message (Expand)AuthorLines
2025-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov-1/+2
2025-11-04bpf: add _impl suffix for bpf_stream_vprintk() kfuncMykyta Yatsenko-1/+2
2025-10-29bpf: Use kmalloc_nolock() in bpf streamsPuranjay Mohan-151/+8
2025-09-29mm: Allow GFP_ACCOUNT to be used in alloc_pages_nolock().Alexei Starovoitov-1/+1
2025-07-07bpf: Fix improper int-to-ptr cast in dump_stack_cbKumar Kartikeya Dwivedi-2/+2
2025-07-03bpf: Add dump_stack() analogue to print to BPF stderrKumar Kartikeya Dwivedi-0/+48
2025-07-03bpf: Introduce BPF standard streamsKumar Kartikeya Dwivedi-0/+478