index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
power
/
cpupower
Age
Commit message (
Expand
)
Author
Lines
2026-01-16
cpupower: make systemd unit installation optional
João Marcos Costa
-5
/
+12
2025-12-15
tools/power cpupower: Show C0 in idle-info dump
Kaushlendra Kumar
-1
/
+1
2025-12-15
tools/power cpupower: Reset errno before strtoull()
Kaushlendra Kumar
-0
/
+1
2025-12-15
tools/cpupower: Use strcspn() to strip trailing newline
Kaushlendra Kumar
-4
/
+2
2025-12-15
tools/cpupower: Fix inverted APERF capability check
Kaushlendra Kumar
-1
/
+1
2025-12-15
cpupower: idle_monitor: fix incorrect value logged after stop
Kaushlendra Kumar
-1
/
+1
2025-11-05
tools/power/cpupower: Support building libcpupower statically
Zuo An
-11
/
+21
2025-10-01
Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...
Linus Torvalds
-3
/
+0
2025-09-24
tools/cpupower: Fix incorrect size in cpuidle_state_disable()
Kaushlendra Kumar
-2
/
+3
2025-09-19
Merge 6.17-rc6 into kbuild-next
Nathan Chancellor
-35
/
+83
2025-09-16
tools/cpupower: fix error return value in cpupower_write_sysfs()
Kaushlendra Kumar
-1
/
+1
2025-08-15
cpupower: Allow control of boost feature on non-x86 based systems with boost ...
Shinji Nomoto
-33
/
+81
2025-08-15
cpupower: Fix a bug where the -t option of the set subcommand was not working.
Shinji Nomoto
-2
/
+2
2025-08-12
.gitignore: ignore compile_commands.json globally
Andrii Nakryiko
-3
/
+0
2025-07-01
cpupower: Improve Python binding's Makefile
John B. Wyatt IV
-5
/
+7
2025-06-18
pm: cpupower: Fix printing of CORE, CPU fields in cpupower-monitor
Gautham R. Shenoy
-4
/
+0
2025-06-18
pm: cpupower: Fix the snapshot-order of tsc,mperf, clock in mperf_stop()
Gautham R. Shenoy
-2
/
+2
2025-06-09
cpupower: split unitdir from libdir in Makefile
Francesco Poli (wintermute)
-4
/
+5
2025-05-13
cpupower: do not install files to /etc/default/
Francesco Poli (wintermute)
-11
/
+15
2025-05-13
cpupower: do not call systemctl at install time
Francesco Poli (wintermute)
-7
/
+14
2025-05-13
cpupower: do not write DESTDIR to cpupower.service
Francesco Poli (wintermute)
-1
/
+1
2025-05-02
cpupower: change binding's makefile to use -lcpupower
John B. Wyatt IV
-10
/
+11
2025-05-02
cpupower: add a systemd service to run cpupower
Francesco Poli (wintermute)
-0
/
+104
2025-03-07
cpupower: Make lib versioning scheme more obvious and fix version link
Thomas Renninger
-8
/
+11
2025-03-06
cpupower: Implement CPU physical core querying
John B. Wyatt IV
-8
/
+43
2025-03-06
pm: cpupower: remove hard-coded topology depth values
Shuah Khan
-11
/
+29
2025-03-06
pm: cpupower: Fix cmd_monitor() error legs to free cpu_topology
Shuah Khan
-0
/
+2
2025-02-20
cpupower: monitor: Exit with error status if execvp() fail
Yiwei Lin
-1
/
+5
2025-02-19
pm: cpupower: bench: Prevent NULL dereference on malloc failure
Zhongqiu Han
-0
/
+4
2025-01-13
pm: cpupower: Add missing residency header changes in cpuidle.h to SWIG
John B. Wyatt IV
-0
/
+2
2024-12-27
pm: cpupower: Add header changes for cpufreq.h to SWIG bindings
John B. Wyatt IV
-0
/
+3
2024-12-20
pm: cpupower: Add install and uninstall options to bindings makefile
John B. Wyatt IV
-0
/
+35
2024-12-20
cpupower: Adjust whitespace for amd-pstate specific prints
Mario Limonciello
-4
/
+6
2024-12-20
cpupower: Don't fetch maximum latency when EPP is enabled
Mario Limonciello
-0
/
+3
2024-12-20
cpupower: Add support for showing energy performance preference
Mario Limonciello
-1
/
+46
2024-12-20
cpupower: Don't try to read frequency from hardware when kernel uses aperfmperf
Mario Limonciello
-1
/
+6
2024-12-20
cpupower: Add support for amd-pstate preferred core rankings
Mario Limonciello
-0
/
+8
2024-12-20
cpupower: Add support for parsing 'enabled' or 'disabled' strings from table
Mario Limonciello
-0
/
+4
2024-12-20
cpupower: Remove spurious return statement
Mario Limonciello
-1
/
+0
2024-12-16
cpupower: fix TSC MHz calculation
He Rongguang
-6
/
+9
2024-12-09
cpupower: revise is_valid flag handling for idle_monitor
wangfushuai
-6
/
+6
2024-12-09
pm: cpupower: Makefile: Fix cross compilation
Peng Fan
-0
/
+8
2024-10-21
cpupower: add checks for xgettext and msgfmt
Siddharth Menon
-0
/
+12
2024-10-15
cpupower: Add Chinese Simplified translation
Kieran Moy
-1
/
+943
2024-10-02
pm: cpupower: bindings: Add test to confirm cpu state is disabled
John B. Wyatt IV
-0
/
+16
2024-10-02
pm: cpupower: bindings: Improve disable c_state block
John B. Wyatt IV
-6
/
+6
2024-09-30
pm: cpupower: gitignore: Add compile_commands.json
John B. Wyatt IV
-0
/
+3
2024-09-30
pm: cpupower: Makefile: Allow overriding cross-compiling env params
Peng Fan
-6
/
+6
2024-09-30
pm: cpupower: bench: print config file path when open cpufreq-bench.conf fails
Peng Fan
-2
/
+3
2024-09-30
tools/power/cpupower: Add documentation for some recently introduced options
Tor Vic
-2
/
+36
[next]