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