aboutsummaryrefslogtreecommitdiff
path: root/drivers/powercap
AgeCommit message (Expand)Author
2022-05-23Merge branches 'pm-em' and 'pm-cpuidle'Rafael J. Wysocki
2022-05-19powercap: intel_rapl: remove redundant store to value after multiplyColin Ian King
2022-05-18powercap: intel_rapl: add support for ALDERLAKE_NZhang Rui
2022-05-11powercap: RAPL: Add Power Limit4 support for RaptorLakeSumeet Pawnikar
2022-04-22powercap: intel_rapl: add support for RaptorLakeZhang Rui
2022-04-13powercap: DTPM: Check for Energy Model typeLukasz Luba
2022-03-01powercap: DTPM: Fix spelling mistake "initialze" -> "initialize"Colin Ian King
2022-03-01powercap: DTPM: dtpm_node_callback[] can be statickernel test robot
2022-02-23powercap/dtpm_cpu: Add exit functionDaniel Lezcano
2022-02-23powercap/dtpm: Move the 'root' reset placeDaniel Lezcano
2022-02-23powercap/dtpm: Destroy hierarchy functionDaniel Lezcano
2022-02-23powercap/dtpm: Fixup kfree for virtual nodeDaniel Lezcano
2022-02-23powercap/dtpm_cpu: Reset per_cpu variable in the release functionDaniel Lezcano
2022-02-23powercap/dtpm: Change locking schemeDaniel Lezcano
2022-02-04powercap/drivers/dtpm: Add dtpm devfreq with energy model supportDaniel Lezcano
2022-02-04powercap/drivers/dtpm: Add CPU DT initialization supportDaniel Lezcano
2022-02-04powercap/drivers/dtpm: Add hierarchy creationDaniel Lezcano
2022-02-04powercap/drivers/dtpm: Convert the init table section to a simple arrayDaniel Lezcano
2021-12-27Merge back earlier power capping changes for v5.17Rafael J. Wysocki
2021-12-23powercap/drivers/dtpm: Reduce trace verbosityDaniel Lezcano
2021-12-17powercap: fix typo in a comment in idle_inject.cJason Wang
2021-12-17powercap: intel_rapl: support new layout of Psys PowerLimit Register on SPRZhang Rui
2021-12-03powercap: DTPM: Drop unused local variable from init_dtpm()Rafael J. Wysocki
2021-12-01powercap/drivers/dtpm: Disable DTPM at boot timeDaniel Lezcano
2021-11-10powercap: DTPM: Fix suspend failure and kernel warningDaniel Lezcano
2021-10-21powercap/drivers/dtpm: Fix power limit initializationDaniel Lezcano
2021-10-21powercap/drivers/dtpm: Scale the power with the loadDaniel Lezcano
2021-10-21powercap/drivers/dtpm: Use container_of instead of a private data fieldDaniel Lezcano
2021-10-21powercap/drivers/dtpm: Simplify the dtpm tableDaniel Lezcano
2021-10-21powercap/drivers/dtpm: Encapsulate even more the codeDaniel Lezcano
2021-08-25powercap: Add Power Limit4 support for Alder Lake SoCSumeet Pawnikar
2021-08-04powercap: intel_rapl: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior
2021-03-18powercap: Add Hygon Fam18h RAPL supportPu Wen
2021-03-01powercap/drivers/dtpm: Add the experimental label to the option descriptionDaniel Lezcano
2021-03-01powercap/drivers/dtpm: Fix root node initializationDaniel Lezcano
2021-02-12powercap: intel_rapl: Use topology interface in rapl_init_domains()Yunfeng Ye
2021-02-12powercap: intel_rapl: Use topology interface in rapl_add_package()Yunfeng Ye
2021-01-27powercap/intel_rapl: add support for AlderLake MobileZhang Rui
2021-01-07powercap/drivers/dtpm: Fix size of object being allocatedColin Ian King
2021-01-07powercap/drivers/dtpm: Fix an IS_ERR() vs NULL checkDan Carpenter
2021-01-07powercap/drivers/dtpm: Fix some missing unlock bugsDan Carpenter
2021-01-07powercap/drivers/dtpm: Fix a double shift bugDan Carpenter
2020-12-30powercap/drivers/dtpm: Fix __udivdi3 and __aeabi_uldivmod unresolved symbolsDaniel Lezcano
2020-12-22powercap/drivers/dtpm: Add CPU energy model based supportDaniel Lezcano
2020-12-22powercap/drivers/dtpm: Add API for dynamic thermal power managementDaniel Lezcano
2020-12-15Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap'Rafael J. Wysocki
2020-11-23powercap: Adjust printing the constraint name with new lineLukasz Luba
2020-11-10powercap: RAPL: Add AMD Fam19h RAPL supportKim Phillips
2020-11-10powercap: Add AMD Fam17h RAPL supportVictor Ding
2020-11-10powercap/intel_rapl_msr: Convert rapl_msr_priv into pointerVictor Ding