aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-08-12tools: netlink_yml_parser.py: add line numbers to parsed dataMauro Carvalho Chehab1-2/+32
2025-08-12tools: ynl_gen_rst.py: drop support for generating index filesMauro Carvalho Chehab1-28/+0
2025-08-12tools: ynl_gen_rst.py: cleanup coding styleMauro Carvalho Chehab1-47/+25
2025-08-12tools: ynl_gen_rst.py: Split library from command line toolMauro Carvalho Chehab3-359/+400
2025-08-12docs: netlink: netlink-raw.rst: use :ref: instead of :doc:Mauro Carvalho Chehab1-2/+3
2025-08-11selftests/net: Ensure assert() triggers in psock_tpacket.cWake Liu1-0/+1
2025-08-11selftests/net: Replace non-standard __WORDSIZE with sizeof(long) * 8Wake Liu1-2/+1
2025-08-11selftests/sched_ext: Remove duplicate sched.h headerJiapeng Chong1-1/+0
2025-08-11tools/sched_ext: Receive updates from SCX repoAndrea Righi13-60/+388
2025-08-11selftests/coredump: Remove the read() that fails the testNam Cao1-3/+0
2025-08-11selftests/filesystems: add basic fscontext log testsAleksa Sarai3-1/+132
2025-08-11selftests/mount_setattr: add smoke tests for open_tree_attr(2) bugAleksa Sarai1-13/+64
2025-08-10Merge tag 'turbostat-2025.09.09' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds2-221/+550
2025-08-09tools/power turbostat: version 2025.09.09Len Brown1-1/+1
2025-08-09tools/power turbostat: Handle non-root legacy-uncore sysfs permissionsLen Brown1-1/+2
2025-08-09tools/power turbostat: standardize PER_THREAD_PARAMSLen Brown1-20/+22
2025-08-09tools/power turbostat: Fix DMR supportZhang Rui1-14/+15
2025-08-09tools/power turbostat: add format "average" for external attributesMichael Hebenstreit2-11/+22
2025-08-09tools/power turbostat: delete GET_PKG()Len Brown1-15/+6
2025-08-09tools/power turbostat: probe and display L3 cache topologyLen Brown1-3/+31
2025-08-09tools/power turbostat: Support more than 64 built-in-countersLen Brown1-150/+402
2025-08-09tools/power turbostat.8: Document Totl%C0, Any%C0, GFX%C0, CPUGFX% columnsLen Brown1-0/+8
2025-08-09Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-7/+15
2025-08-08tools/power turbostat: Fix bogus SysWatt for forked programZhang Rui1-0/+1
2025-08-08tools/power turbostat: Handle cap_get_proc() ENOSYSCalvin Owens1-1/+9
2025-08-08tools/power turbostat: Fix build with muslCalvin Owens1-0/+1
2025-08-08tools/power turbostat: verify arguments to params --show and --hideLen Brown1-2/+31
2025-08-08KVM: arm64: selftest: Add standalone test checking for KVM's own UUIDMarc Zyngier2-0/+71
2025-08-08Merge tag 'net-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-30/+125
2025-08-07perf bpf-filter: Enable events manuallyIlya Leoshkevich1-1/+4
2025-08-07libbpf: Add the ability to suppress perf event enablementIlya Leoshkevich2-6/+11
2025-08-06selftests/bpf: Test multi_st_ops and calling kfuncs from different programsAmery Hung3-0/+192
2025-08-06selftests/bpf: Add multi_st_ops that supports multiple instancesAmery Hung3-0/+120
2025-08-06Merge tag 'perf-fixes-27504' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.gitLinus Torvalds3-1/+238
2025-08-05net: Update threaded state in napi config in netif_set_threadedSamiullah Khawaja2-0/+112
2025-08-05selftests: netdevsim: Xfail nexthop test on slow machinesIdo Schimmel1-1/+1
2025-08-05selftests/perf_events: Add a mmap() correctness testLorenzo Stoakes3-1/+238
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds6-10/+409
2025-08-04selftests: net: packetdrill: xfail all problems on slow machinesJakub Kicinski1-18/+1
2025-08-03Merge tag 'powerpc-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+2
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds9-77/+1270
2025-08-02mm/mseal: always define VM_SEALEDLorenzo Stoakes1-2/+4
2025-08-02selftests: cachestat: add tests for mmap, refactor and enhance mmap test for cachestat validationSuresh K C1-8/+54
2025-08-02selftests/mm: add process_madvise() testswang lian4-0/+351
2025-08-02tools/getdelays: add backward compatibility for taskstats versionFan Yu1-67/+100
2025-08-02kho: add test for kexec handoverMike Rapoport (Microsoft)4-0/+299
2025-08-02delaytop: enhance error logging and add PSI feature descriptionfan.yu9@zte.com.cn1-53/+107
2025-08-01bpftool: Add bash completion for token argumentTao Chen1-0/+11
2025-08-01bpftool: Add bpftool-token manpageTao Chen1-0/+64
2025-08-01bpftool: Add bpf_token showTao Chen3-1/+228