summaryrefslogtreecommitdiffstats
path: root/drivers/powercap
AgeCommit message (Expand)AuthorFilesLines
2022-12-02powercap: idle_inject: Fix warnings with make W=1Srinivas Pandruvada1-0/+3
2022-11-03powercap: Use kstrtobool() instead of strtobool()Christophe JAILLET1-1/+2
2022-10-25powercap: arm_scmi: Add SCMI Powercap based driverCristian Marussi3-0/+523
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2022-09-24powercap: intel_rapl: Use standard Energy Unit for SPR Dram RAPL domainZhang Rui1-1/+0
2022-09-21powercap: intel_rapl: fix UBSAN shift-out-of-bounds issueChao Qin1-0/+3
2022-09-07sched: Add TASK_ANY for wait_task_inactive()Peter Zijlstra1-1/+1
2022-09-03powercap: intel_rapl: Add support for RAPTORLAKE_SZhang Rui1-0/+1
2022-08-02Merge tag 'pm-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-3/+5
2022-07-29Merge branches 'pm-core', 'pm-sleep', 'powercap', 'pm-domains' and 'pm-em'Rafael J. Wysocki3-3/+5
2022-07-26powercap: RAPL: Add Power Limit4 support for Alder Lake-N and Raptor Lake-PSumeet Pawnikar1-0/+2
2022-07-15PM: EM: convert power field to micro-Watts precision and align driversLukasz Luba1-3/+2
2022-07-05powercap: intel_rapl: Add support for RAPTORLAKE_PGeorge D Sworo1-0/+1
2022-06-28sched, drivers: Remove max param from effective_cpu_util()/sched_cpu_util()Dietmar Eggemann1-24/+9
2022-05-23Merge branches 'pm-em' and 'pm-cpuidle'Rafael J. Wysocki1-1/+1
2022-05-19powercap: intel_rapl: remove redundant store to value after multiplyColin Ian King1-1/+1
2022-05-18powercap: intel_rapl: add support for ALDERLAKE_NZhang Rui1-0/+1
2022-05-11powercap: RAPL: Add Power Limit4 support for RaptorLakeSumeet Pawnikar1-0/+1
2022-04-22powercap: intel_rapl: add support for RaptorLakeZhang Rui1-0/+1
2022-04-13powercap: DTPM: Check for Energy Model typeLukasz Luba1-1/+1
2022-03-01powercap: DTPM: Fix spelling mistake "initialze" -> "initialize"Colin Ian King1-1/+1
2022-03-01powercap: DTPM: dtpm_node_callback[] can be statickernel test robot1-1/+1
2022-02-23powercap/dtpm_cpu: Add exit functionDaniel Lezcano1-0/+7
2022-02-23powercap/dtpm: Move the 'root' reset placeDaniel Lezcano1-3/+2
2022-02-23powercap/dtpm: Destroy hierarchy functionDaniel Lezcano1-0/+43
2022-02-23powercap/dtpm: Fixup kfree for virtual nodeDaniel Lezcano1-2/+2
2022-02-23powercap/dtpm_cpu: Reset per_cpu variable in the release functionDaniel Lezcano1-0/+7
2022-02-23powercap/dtpm: Change locking schemeDaniel Lezcano1-68/+27
2022-02-04powercap/drivers/dtpm: Add dtpm devfreq with energy model supportDaniel Lezcano4-0/+215
2022-02-04powercap/drivers/dtpm: Add CPU DT initialization supportDaniel Lezcano1-6/+30
2022-02-04powercap/drivers/dtpm: Add hierarchy creationDaniel Lezcano2-3/+188
2022-02-04powercap/drivers/dtpm: Convert the init table section to a simple arrayDaniel Lezcano3-1/+24
2021-12-27Merge back earlier power capping changes for v5.17Rafael J. Wysocki2-3/+60
2021-12-23powercap/drivers/dtpm: Reduce trace verbosityDaniel Lezcano1-3/+3
2021-12-17powercap: fix typo in a comment in idle_inject.cJason Wang1-1/+1
2021-12-17powercap: intel_rapl: support new layout of Psys PowerLimit Register on SPRZhang Rui1-2/+59
2021-12-03powercap: DTPM: Drop unused local variable from init_dtpm()Rafael J. Wysocki1-2/+0
2021-12-01powercap/drivers/dtpm: Disable DTPM at boot timeDaniel Lezcano1-3/+0
2021-11-10powercap: DTPM: Fix suspend failure and kernel warningDaniel Lezcano1-6/+3
2021-10-21powercap/drivers/dtpm: Fix power limit initializationDaniel Lezcano1-1/+3
2021-10-21powercap/drivers/dtpm: Scale the power with the loadDaniel Lezcano1-7/+39
2021-10-21powercap/drivers/dtpm: Use container_of instead of a private data fieldDaniel Lezcano2-37/+29
2021-10-21powercap/drivers/dtpm: Simplify the dtpm tableDaniel Lezcano2-3/+5
2021-10-21powercap/drivers/dtpm: Encapsulate even more the codeDaniel Lezcano2-108/+94
2021-08-25powercap: Add Power Limit4 support for Alder Lake SoCSumeet Pawnikar1-0/+2
2021-08-04powercap: intel_rapl: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior1-25/+25
2021-03-18powercap: Add Hygon Fam18h RAPL supportPu Wen2-0/+2
2021-03-01powercap/drivers/dtpm: Add the experimental label to the option descriptionDaniel Lezcano1-1/+1
2021-03-01powercap/drivers/dtpm: Fix root node initializationDaniel Lezcano1-0/+3
2021-02-12powercap: intel_rapl: Use topology interface in rapl_init_domains()Yunfeng Ye1-1/+1