summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-01-07bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flagsLeon Hwang1-0/+2
2026-01-07selftests/bpf: add tests for arena kfuncs under lockEmil Tsalapatis1-0/+38
2026-01-02selftests: bpf: Fix test_bpf_nf for trusted args becoming defaultPuranjay Mohan3-8/+61
2026-01-02selftests: bpf: fix cgroup_hierarchical_statsPuranjay Mohan1-3/+3
2026-01-02selftests: bpf: fix test_kfunc_dynptr_paramPuranjay Mohan1-3/+2
2026-01-02selftests: bpf: Update failure message for rbtree_failPuranjay Mohan1-1/+1
2026-01-02selftests: bpf: Update kfunc_param_nullable test for new error messagePuranjay Mohan1-1/+1
2026-01-02bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncsPuranjay Mohan2-11/+11
2026-01-01selftests/bpf: veristat: fix printing order in output_stats()Puranjay Mohan1-1/+1
2025-12-31resolve_btfids: Implement --patch_btfidsIhor Solodrai2-1/+118
2025-12-31selftests/bpf: iterator based loop and STACK_MISC states pruningEduard Zingerman1-0/+65
2025-12-31selftests/bpf: test cases for bpf_loop SCC and state graph backedgesEduard Zingerman1-0/+75
2025-12-30selftests/bpf: Fix verifier_arena_large/big_alloc3 testPuranjay Mohan1-1/+1
2025-12-23selftests: bpf: test non-sleepable arena allocationsPuranjay Mohan4-5/+240
2025-12-23selftests: bpf: fix tests with raw_tp calling kfuncsPuranjay Mohan2-4/+4
2025-12-23bpf: selftests: selftests for memcg stat kfuncsJP Kobryn3-0/+280
2025-12-21selftests/bpf: add test case for BPF LSM hook bpf_lsm_mmap_fileMatt Bobrowski1-1/+30
2025-12-19resolve_btfids: Change in-place update with raw binary outputIhor Solodrai4-86/+154
2025-12-19selftests/bpf: Run resolve_btfids only for relevant .test.o objectsIhor Solodrai1-2/+6
2025-12-19lib/Kconfig.debug: Set the minimum required pahole version to v1.22Ihor Solodrai1-1/+0
2025-12-19resolve_btfids: Always build with -Wall -WerrorIhor Solodrai1-1/+2
2025-12-19resolve_btfids: Introduce enum btf_id_kindIhor Solodrai1-23/+60
2025-12-19resolve_btfids: Factor out load_btf()Ihor Solodrai1-13/+34
2025-12-19resolve_btfids: Rename object btf field to btf_pathIhor Solodrai1-5/+5
2025-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Alexei Starovoitov741-6884/+23469
2025-12-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds6-25/+145
2025-12-16selftests/bpf: Add tests for the arena offset of globalsEmil Tsalapatis3-0/+140
2025-12-16libbpf: Move arena globals to the end of the arenaEmil Tsalapatis2-7/+22
2025-12-16libbpf: Turn relo_core->sym_off unsignedEmil Tsalapatis1-7/+7
2025-12-16bpf/verifier: Do not limit maximum direct offset into arena mapEmil Tsalapatis1-2/+2
2025-12-16selftests/bpf: Explicitly account for globals in verifier_arena_largeEmil Tsalapatis1-4/+11
2025-12-16Merge tag 'sched_ext-for-6.19-rc1-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+8
2025-12-12selftests/sched_ext: flush stdout before test to avoid log spamEmil Tsalapatis1-0/+8
2025-12-10selftests/bpf: add regression test for bpf_d_path()Shuran Liu2-17/+95
2025-12-10Merge tag 'locking-futex-2025-12-10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-9/+562
2025-12-10selftests/bpf: add verifier sign extension bound computation tests.Cupertino Miranda1-0/+68
2025-12-10selftests/bpf: add tests for attaching invalid fdKohei Enju1-2/+17
2025-12-10selftests/bpf: Add test for truncated dmabuf_iter readsT.J. Mercier1-5/+42
2025-12-10libbpf: Fix -Wdiscarded-qualifiers under C23Mikhail Gavrilov1-3/+4
2025-12-10bpftool: Fix build warnings due to MS extensionsQuentin Monnet1-0/+2
2025-12-10Merge tag 'platform-drivers-x86-v6.19-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-3/+45
2025-12-09Merge tag 'auto-type-conversion-for-v6.19-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds2-3/+8
2025-12-09tools/virtio: replace "__auto_type" with "auto"H. Peter Anvin1-1/+1
2025-12-09selftests/bpf: replace "__auto_type" with "auto"H. Peter Anvin1-2/+7
2025-12-09Merge tag 'hyperv-next-signed-20251207' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+4
2025-12-07Merge tag 'perf-tools-for-v6.19-2025-12-06' of git://git.kernel.org/pub/scm/l...Linus Torvalds246-3670/+11130
2025-12-07Merge tag 'tty-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-1/+657
2025-12-07Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds317-307/+1291
2025-12-06Merge tag 'objtool-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-15/+154
2025-12-06Merge tag 'nfsd-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds24-33/+65