aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-08-13Merge tag 'mm-hotfixes-stable-2025-08-12-20-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-3/+3
2025-08-12selftests: tls: test TCP stealing data from under the TLS socketJakub Kicinski1-0/+63
2025-08-12selftests: drv-net: devmem: flip the direction of Tx testsJakub Kicinski1-6/+6
2025-08-12selftests: net: terminate bkg() commands on exceptionJakub Kicinski1-1/+4
2025-08-12selftests: drv-net: devmem: add / correct the IPv6 supportJakub Kicinski1-1/+1
2025-08-12selftests: drv-net: devmem: remove sudo from system() callsJakub Kicinski1-7/+7
2025-08-12selftests: drv-net: add configs for zerocopy RxJakub Kicinski1-0/+2
2025-08-12selftest: af_unix: Add -Wall and -Wflex-array-member-not-at-end to CFLAGS.Kuniyuki Iwashima1-1/+1
2025-08-12selftest: af_unix: Silence -Wall warning for scm_pid.c.Kuniyuki Iwashima1-2/+0
2025-08-12selftest: af_unix: Silence -Wflex-array-member-not-at-end warning for scm_rights.c.Kuniyuki Iwashima1-15/+13
2025-08-12selftest: af_unix: Silence -Wflex-array-member-not-at-end warning for scm_inq.c.Kuniyuki Iwashima1-14/+12
2025-08-12.gitignore: ignore compile_commands.json globallyAndrii Nakryiko1-3/+0
2025-08-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfMartin KaFai Lau30-347/+2609
2025-08-12selftests: drv-net: don't assume device has only 2 queuesJakub Kicinski1-4/+6
2025-08-11selftests/proc: fix string literal warning in proc-maps-race.cSukrut Heroorkar1-3/+3
2025-08-12docs: parser_yaml.py: add support for line numbers from the parserMauro Carvalho Chehab1-4/+12
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