summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2026-02-17selftests: drv-net: add HDS payload sweep test for devmem TCPBobby Eshleman-2/+28
2026-02-16tools/sched_ext: scx_userland: fix stale data on restartDavid Carlier-0/+8
2026-02-16tools/sched_ext: scx_flatcg: fix potential stack overflow from VLA in fcg_rea...David Carlier-4/+9
2026-02-15Merge tag 'docs-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/...Linus Torvalds-0/+1
2026-02-14Merge tag 'loongarch-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds-1/+1
2026-02-14Merge tag 'memblock-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2026-02-13Merge tag 'bootconfig-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+53
2026-02-13Merge tag 'platform-drivers-x86-v7.0-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-4/+47
2026-02-13selftests/bpf: Add powerpc support for get_preempt_count() in selftestSaket Kumar Bhaskar-0/+7
2026-02-13bpf: use reg->var_off instead of reg->off for pointersEduard Zingerman-85/+77
2026-02-13selftests/bpf: enable fsession_test on riscv64Menglong Dong-2/+2
2026-02-13selftests/bpf: Fix map_kptr grace period waitKumar Kartikeya Dwivedi-35/+39
2026-02-13selftests/bpf: Adjust selftest due to function renameIhor Solodrai-4/+4
2026-02-13libbpf: Fix invalid write loop logic in bpf_linker__add_buf()Amery Hung-1/+1
2026-02-13libbpf: Add gating for arena globals relocation featureEmil Tsalapatis-2/+71
2026-02-13selftests/bpf: Migrate align.c tests to test_loader frameworkEduard Zingerman-712/+589
2026-02-13selftests: netconsole: Increase port listening timeoutPin-yen Lin-2/+2
2026-02-13tools/power turbostat: version 2026.02.14Len Brown-36/+21
2026-02-13tools/power turbostat: Fix and document --header_iterationsLen Brown-12/+12
2026-02-13tools/power turbostat: Use strtoul() for iteration parsingKaushlendra Kumar-6/+8
2026-02-13tools/power turbostat: Favor cpu# over core#Len Brown-54/+69
2026-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-626/+2207
2026-02-13selftests/sched_ext: Fix rt_stall flaky failureIhor Solodrai-0/+49
2026-02-13tools/power turbostat: Expunge logical_cpu_idLen Brown-4/+4
2026-02-13tools/power turbostat: Enhance HT enumerationLen Brown-15/+19
2026-02-13tools/power turbostat: Simplify global core_id calculationLen Brown-20/+7
2026-02-13tools/power turbostat: Unify even/odd/average counter referencingLen Brown-41/+41
2026-02-13tools/power turbostat: Allocate average counters dynamicallyLen Brown-112/+131
2026-02-13tools/power turbostat: Delete core_data.core_idLen Brown-9/+4
2026-02-13tools/power turbostat: Rename physical_core_id to core_idLen Brown-10/+10
2026-02-13tools/power turbostat: Cleanup package_idLen Brown-29/+23
2026-02-13tools/power turbostat: Cleanup internal use of "base_cpu"Len Brown-100/+100
2026-02-13tools/power turbostat: Add L2 cache statisticsLen Brown-51/+405
2026-02-12Merge tag 'riscv-for-linus-7.0-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-11/+1661
2026-02-12selftests: drv-net: limit RPS test CPUs to supported rangeGal Pressman-7/+10
2026-02-12selftests: net: lib: Fix jq parsing errorYue Haibing-1/+1
2026-02-12selftests: mlxsw: tc_restrictions: Fix test failure with new iproute2Ido Schimmel-2/+2
2026-02-12tools/testing: keep legacy generated files around in .gitignore fileLinus Torvalds-0/+1
2026-02-12Merge tag 'cxl-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds-67/+13
2026-02-12Merge tag 'vfio-v7.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds-13/+224
2026-02-12selftests/memfd: use IPC semaphore instead of SIGSTOP/SIGCONTAristeu Rozanski-8/+105
2026-02-12delayacct: fix build regression on accounting toolArnd Bergmann-6/+6
2026-02-12selftests/mm: add memory failure dirty pagecache testMiaohe Lin-4/+58
2026-02-12selftests/mm: add memory failure clean pagecache testMiaohe Lin-0/+66
2026-02-12selftests/mm: add memory failure anonymous page testMiaohe Lin-0/+313
2026-02-12tools/testing/vma: add VMA userland tests for VMA flag functionsLorenzo Stoakes-12/+322
2026-02-12tools/testing/vma: separate out vma_internal.h into logical headersLorenzo Stoakes-1925/+1873
2026-02-12tools/testing/vma: separate VMA userland tests into separate filesLorenzo Stoakes-335/+406
2026-02-12mm: make vm_area_desc utilise vma_flags_t onlyLorenzo Stoakes-2/+7
2026-02-12mm: add basic VMA flag operation helper functionsLorenzo Stoakes-20/+127