summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-12-25sched_ext: Fix dsq_local_on selftestTejun Heo2-3/+7
2024-12-11scx: Fix maximal BPF selftest progDavid Vernet1-3/+5
2024-12-04sched_ext: fix application of sizeof to pointerguanjing1-1/+1
2024-12-04selftests/sched_ext: fix build after renames in sched_ext APIIhor Solodrai12-19/+19
2024-12-03sched_ext: Add __weak to fix the build errorsHonglei Wang1-3/+3
2024-12-01Merge tag 'turbostat-2024.11.30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-127/+325
2024-12-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+8
2024-12-01tools/power turbostat: 2024.11.30Len Brown2-2/+2
2024-12-01tools/power turbostat: Add RAPL psys as a built-in counterPatryk Wlazlyn2-10/+85
2024-12-01tools/power turbostat: Fix child's argument forwardingPatryk Wlazlyn1-1/+1
2024-12-01tools/power turbostat: Force --no-perf in --dump modePatryk Wlazlyn1-0/+6
2024-12-01tools/power turbostat: Add support for /sys/class/drm/card1Zhang Rui1-9/+29
2024-12-01tools/power turbostat: Cache graphics sysfs file descriptors during probeZhang Rui1-50/+32
2024-12-01tools/power turbostat: Consolidate graphics sysfs accessZhang Rui1-9/+6
2024-12-01tools/power turbostat: Remove unnecessary fflush() callZhang Rui1-4/+3
2024-12-01tools/power turbostat: Enhance platform divergence descriptionZhang Rui1-28/+30
2024-12-01tools/power turbostat: Add initial support for GraniteRapids-DZhang Rui1-0/+1
2024-12-01tools/power turbostat: Remove PC3 support on LunarlakeZhang Rui1-1/+1
2024-12-01tools/power turbostat: Rename arl_features to lnl_featuresZhang Rui1-2/+2
2024-12-01tools/power turbostat: Add back PC8 support on ArrowlakeZhang Rui1-3/+3
2024-12-01tools/power turbostat: Remove PC7/PC9 support on MTLZhang Rui1-2/+2
2024-12-01tools/power turbostat: Honor --show CPU, even when even when num_cpus=1Patryk Wlazlyn1-2/+2
2024-12-01tools/power turbostat: Fix trailing '\n' parsingZhang Rui1-0/+3
2024-12-01tools/power turbostat: Allow using cpu device in perf counters on hybrid plat...Patryk Wlazlyn2-7/+123
2024-12-01tools/power turbostat: Fix column printing for PMT xtal_time countersPatryk Wlazlyn1-3/+3
2024-12-01tools/power turbostat: fix GCC9 build regressionTodd Brandt1-9/+6
2024-12-01Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-5/+12
2024-11-30Merge tag 'sound-fix-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+3
2024-11-29Merge tag 'modules-6.13-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2024-11-28selftests: find_symbol: Actually use load_mod() parameterGeert Uytterhoeven1-2/+2
2024-11-28Merge tag 'net-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-6/+228
2024-11-28selftests: rds: move test.py to TEST_FILESHangbin Liu1-3/+2
2024-11-27Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-1/+352
2024-11-27Merge tag 'modules-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-0/+96
2024-11-27Merge tag 'kvm-riscv-6.13-2' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-0/+8
2024-11-27Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini5-1/+352
2024-11-27Merge tag 'vfs-6.13-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-11-27Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-5/+197
2024-11-27kbuild: Add Propeller configuration for kernel buildRong Xu1-0/+1
2024-11-27Merge tag 'perf-tools-for-v6.13-2024-11-24' of git://git.kernel.org/pub/scm/l...Linus Torvalds338-4123/+9483
2024-11-26Merge tag 'nfsd-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds45-86/+541
2024-11-26Merge branch 'ovl.fixes'Christian Brauner366-5210/+16763
2024-11-26selftests/rtnetlink.sh: add mngtempaddr testHangbin Liu1-0/+95
2024-11-26Merge tag 'firewire-updates-6.13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+4
2024-11-26Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds5-17/+14
2024-11-25Merge branch 'pci/misc'Bjorn Helgaas1-5/+5
2024-11-25Revert "HID: bpf: allow write access to quirks field in struct hid_device"Linus Torvalds3-96/+2
2024-11-25selftests: net: test extacks in netlink dumpsJakub Kicinski2-2/+130
2024-11-25selftests: fix nested double quotes in f-stringDavid Wei1-1/+1