| Commit message (Expand) | Author | Age | Files | Lines |
* | powercap: DTPM: Fix missing cpufreq_cpu_put() calls | Lukasz Luba | 2023-12-05 | 1 | -4/+13 |
* | powercap: DTPM: Fix unneeded conversions to micro-Watts | Lukasz Luba | 2023-11-28 | 2 | -13/+4 |
* | powercap: intel_rapl: Downgrade BIOS locked limits pr_warn() to pr_debug() | Ville Syrjälä | 2023-10-24 | 1 | -1/+1 |
* | powercap: intel_rapl: Fix invalid setting of Power Limit 4 | Srinivas Pandruvada | 2023-09-06 | 1 | -3/+1 |
* | Merge tag 'pm-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2023-08-29 | 2 | -68/+93 |
|\ |
|
| * | Merge back earlier power capping changes for v6.6. | Rafael J. Wysocki | 2023-08-04 | 2 | -68/+93 |
| |\ |
|
| | * | powercap: intel_rapl: Optimize rp->domains memory allocation | xiongxin | 2023-08-01 | 1 | -1/+1 |
| | * | powercap: arm_scmi: Remove recursion while parsing zones | Cristian Marussi | 2023-07-20 | 1 | -67/+92 |
* | | | Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2023-08-29 | 2 | -2/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | x86/cpu: Fix Gracemont uarch | Peter Zijlstra | 2023-08-09 | 2 | -2/+2 |
| |/ |
|
* / | powercap: intel_rapl: Fix a sparse warning in TPMI interface | Zhang Rui | 2023-08-01 | 3 | -40/+40 |
|/ |
|
* | Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-06-30 | 1 | -0/+16 |
|\ |
|
| * | powercap: arm_scmi: Add support for disabling powercaps on a zone | Cristian Marussi | 2023-06-06 | 1 | -0/+16 |
* | | powercap: RAPL: Fix a NULL vs IS_ERR() bug | Dan Carpenter | 2023-06-12 | 1 | -2/+2 |
* | | powercap: RAPL: Fix CONFIG_IOSF_MBI dependency | Zhang Rui | 2023-06-12 | 2 | -2/+3 |
* | | powercap: RAPL: fix invalid initialization for pl4_supported field | Sumeet Pawnikar | 2023-06-12 | 1 | -8/+8 |
* | | powercap: intel_rapl: Introduce RAPL TPMI interface driver | Zhang Rui | 2023-05-24 | 3 | -0/+340 |
* | | powercap: intel_rapl: Introduce core support for TPMI interface | Zhang Rui | 2023-05-24 | 1 | -2/+117 |
* | | powercap: intel_rapl: Introduce RAPL I/F type | Zhang Rui | 2023-05-24 | 2 | -5/+15 |
* | | powercap: intel_rapl: Make cpu optional for rapl_package | Zhang Rui | 2023-05-24 | 2 | -37/+53 |
* | | powercap: intel_rapl: Remove redundant cpu parameter | Zhang Rui | 2023-05-24 | 1 | -13/+13 |
* | | powercap: intel_rapl: Add support for lock bit per Power Limit | Zhang Rui | 2023-05-24 | 1 | -20/+30 |
* | | powercap: intel_rapl: Cleanup Power Limits support | Zhang Rui | 2023-05-24 | 1 | -197/+146 |
* | | powercap: intel_rapl: Use bitmap for Power Limits | Zhang Rui | 2023-05-24 | 2 | -11/+9 |
* | | powercap: intel_rapl: Change primitive order | Zhang Rui | 2023-05-24 | 1 | -2/+2 |
* | | powercap: intel_rapl: Use index to initialize primitive information | Zhang Rui | 2023-05-24 | 1 | -28/+26 |
* | | powercap: intel_rapl: Support per domain energy/power/time unit | Zhang Rui | 2023-05-24 | 1 | -59/+69 |
* | | powercap: intel_rapl: Support per Interface primitive information | Zhang Rui | 2023-05-24 | 1 | -17/+33 |
* | | powercap: intel_rapl: Support per Interface rapl_defaults | Zhang Rui | 2023-05-24 | 1 | -13/+33 |
* | | powercap: intel_rapl: Allow probing without CPUID match | Zhang Rui | 2023-05-24 | 1 | -21/+14 |
|/ |
|
* | Merge tag 'pm-6.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2023-03-03 | 2 | -1/+2 |
|\ |
|
| * | powercap: remove MODULE_LICENSE in non-modules | Nick Alcock | 2023-02-28 | 1 | -1/+0 |
| * | powercap: RAPL: Add Power Limit4 support for Meteor Lake SoC | Sumeet Pawnikar | 2023-02-23 | 1 | -0/+2 |
* | | Merge tag 'thermal-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-02-21 | 1 | -6/+53 |
|\ \
| |/
|/| |
|
| * | powercap: idle_inject: Add update callback | Srinivas Pandruvada | 2023-02-02 | 1 | -6/+46 |
| * | powercap: idle_inject: Export symbols | Srinivas Pandruvada | 2023-02-02 | 1 | -0/+7 |
* | | powercap: intel_rapl: Fix handling for large time window | Zhang Rui | 2023-02-13 | 1 | -1/+9 |
* | | powercap: idle_inject: Support 100% idle injection | Srinivas Pandruvada | 2023-01-20 | 1 | -2/+4 |
* | | powercap: intel_rapl: add support for Emerald Rapids | Zhang Rui | 2023-01-20 | 1 | -0/+1 |
* | | powercap: intel_rapl: add support for Meteor Lake | Zhang Rui | 2023-01-20 | 1 | -0/+2 |
* | | powercap: fix possible name leak in powercap_register_zone() | Yang Yingliang | 2023-01-20 | 1 | -5/+9 |
|/ |
|
* | powercap: idle_inject: Fix warnings with make W=1 | Srinivas Pandruvada | 2022-12-02 | 1 | -0/+3 |
* | powercap: Use kstrtobool() instead of strtobool() | Christophe JAILLET | 2022-11-03 | 1 | -1/+2 |
* | powercap: arm_scmi: Add SCMI Powercap based driver | Cristian Marussi | 2022-10-25 | 3 | -0/+523 |
* | Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2022-10-10 | 1 | -1/+1 |
|\ |
|
| * | sched: Add TASK_ANY for wait_task_inactive() | Peter Zijlstra | 2022-09-07 | 1 | -1/+1 |
* | | powercap: intel_rapl: Use standard Energy Unit for SPR Dram RAPL domain | Zhang Rui | 2022-09-24 | 1 | -1/+0 |
* | | powercap: intel_rapl: fix UBSAN shift-out-of-bounds issue | Chao Qin | 2022-09-21 | 1 | -0/+3 |
* | | powercap: intel_rapl: Add support for RAPTORLAKE_S | Zhang Rui | 2022-09-03 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'pm-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2022-08-02 | 3 | -3/+5 |
|\ |
|