summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-03libbpf: Introduce bpf_prog_stream_read() APIKumar Kartikeya Dwivedi
2025-07-03libbpf: Add bpf_stream_printk() macroKumar Kartikeya Dwivedi
2025-07-03bpf: Report rqspinlock deadlocks/timeout to BPF stderrKumar Kartikeya Dwivedi
2025-07-03bpf: Report may_goto timeout to BPF stderrKumar Kartikeya Dwivedi
2025-07-03bpf: Add dump_stack() analogue to print to BPF stderrKumar Kartikeya Dwivedi
2025-07-03bpf: Add function to find program from stack traceKumar Kartikeya Dwivedi
2025-07-03bpf: Ensure RCU lock is held around bpf_prog_ksym_findKumar Kartikeya Dwivedi
2025-07-03bpf: Add function to extract program source infoKumar Kartikeya Dwivedi
2025-07-03bpf: Introduce BPF standard streamsKumar Kartikeya Dwivedi
2025-07-03bpf: Refactor bprintf buffer supportKumar Kartikeya Dwivedi
2025-07-03bpf: Add show_fdinfo for kprobe_multiTao Chen
2025-07-03bpf: Add show_fdinfo for uprobe_multiTao Chen
2025-07-03bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfoTao Chen
2025-07-03Merge branch 'bpf-add-bpf_dynptr_memset-kfunc'Andrii Nakryiko
2025-07-03selftests/bpf: Add test cases for bpf_dynptr_memset()Ihor Solodrai
2025-07-03bpf: Add bpf_dynptr_memset() kfuncIhor Solodrai
2025-07-02selftests/bpf: Allow veristat compile standaloneMykyta Yatsenko
2025-07-02bpf: Avoid warning on multiple referenced args in callPaul Chaignon
2025-07-02selftests/bpf: Negative test case for ref_obj_id in argsPaul Chaignon
2025-07-02selftests/bpf: null checks for rdonly_untrusted_mem should be preservedEduard Zingerman
2025-07-02bpf: avoid jump misprediction for PTR_TO_MEM | PTR_UNTRUSTEDEduard Zingerman
2025-07-02selftests/bpf: Don't call fsopen() as privileged userMatteo Croce
2025-07-01selftests/bpf: Fix spelling mistake "subtration" -> "subtraction"Colin Ian King
2025-07-01selftests/bpf: Enable dynptr/test_probe_read_user_str_dynptrMykyta Yatsenko
2025-07-01bpf: Warn on internal verifier errorsPaul Chaignon
2025-07-01Merge branch 's390-bpf-describe-the-frame-using-a-struct-instead-of-constants'Alexei Starovoitov
2025-07-01s390/bpf: Describe the frame using a struct instead of constantsIlya Leoshkevich
2025-07-01s390/bpf: Centralize frame offset calculationsIlya Leoshkevich
2025-06-27selftests/bpf: bpf_rdonly_cast u{8,16,32,64} access testsEduard Zingerman
2025-06-27selftests/bpf: improve error messages in veristatMykyta Yatsenko
2025-06-27selftests/bpf: Fix cgroup_xattr/read_cgroupfs_xattrSong Liu
2025-06-27bpf: guard BTF_ID_FLAGS(bpf_cgroup_read_xattr) with CONFIG_BPF_LSMEduard Zingerman
2025-06-27bpf: Fix string kfuncs names in doc commentsViktor Malik
2025-06-26Merge branch 'vfs-6.17.bpf' of https://git.kernel.org/pub/scm/linux/kernel/gi...Alexei Starovoitov
2025-06-26Merge branch 'support-array-presets-in-veristat'Andrii Nakryiko
2025-06-26selftests/bpf: Test array presets in veristatMykyta Yatsenko
2025-06-26selftests/bpf: Support array presets in veristatMykyta Yatsenko
2025-06-26selftests/bpf: Separate var preset parsing in veristatMykyta Yatsenko
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov
2025-06-26Merge branch 'bpf-add-kfuncs-for-read-only-string-operations'Alexei Starovoitov
2025-06-26selftests/bpf: Add tests for string kfuncsViktor Malik
2025-06-26selftests/bpf: Allow macros in __retvalViktor Malik
2025-06-26bpf: Add kfuncs for read-only string operationsViktor Malik
2025-06-26uaccess: Define pagefault lock guardViktor Malik
2025-06-26Merge tag 'net-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-06-26net: libwx: fix the creation of page_poolJiawen Wu
2025-06-26net: selftests: fix TCP packet checksumJakub Kicinski
2025-06-25Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-06-25Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-06-25atm: Release atm_dev_mutex after removing procfs in atm_dev_deregister().Kuniyuki Iwashima