aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/intel_rapl.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-30powercap: intel_rapl: Introduce APIs for PMU supportZhang Rui1-0/+32
2024-02-13powercap: intel_rapl: Fix locking in TPMI RAPLZhang Rui1-0/+6
2023-08-01powercap: intel_rapl: Fix a sparse warning in TPMI interfaceZhang Rui1-4/+10
2023-05-24powercap: intel_rapl: Introduce core support for TPMI interfaceZhang Rui1-0/+5
2023-05-24powercap: intel_rapl: Introduce RAPL I/F typeZhang Rui1-0/+6
2023-05-24powercap: intel_rapl: Make cpu optional for rapl_packageZhang Rui1-4/+4
2023-05-24powercap: intel_rapl: Add support for lock bit per Power LimitZhang Rui1-0/+2
2023-05-24powercap: intel_rapl: Cleanup Power Limits supportZhang Rui1-1/+0
2023-05-24powercap: intel_rapl: Change primitive orderZhang Rui1-2/+3
2023-05-24powercap: intel_rapl: Support per domain energy/power/time unitZhang Rui1-4/+4
2023-05-24powercap: intel_rapl: Support per Interface primitive informationZhang Rui1-0/+2
2023-05-24powercap: intel_rapl: Support per Interface rapl_defaultsZhang Rui1-0/+2
2023-05-24powercap: intel_rapl: Remove unused field in struct rapl_if_privZhang Rui1-1/+0
2021-12-17powercap: intel_rapl: support new layout of Psys PowerLimit Register on SPRZhang Rui1-0/+6
2021-04-08powercap: RAPL: Fix struct declaration in header fileWan Jiabing1-1/+1
2020-10-16powercap/intel_rapl: enumerate Psys RAPL domain together with package RAPL do...Zhang Rui1-4/+3
2020-07-27powercap: Add Power Limit4 supportSumeet Pawnikar1-1/+4
2019-07-15intel_rapl: need linux/cpuhotplug.h for enum cpuhp_stateStephen Rothwell1-0/+1
2019-07-11intel_rapl: support two power limits for every RAPL domainZhang Rui1-0/+2
2019-07-11intel_rapl: support 64 bit registerZhang Rui1-4/+4
2019-07-11intel_rapl: abstract RAPL common codeZhang Rui1-0/+7
2019-07-11intel_rapl: abstract register access operationsZhang Rui1-0/+13
2019-07-11intel_rapl: abstract register addressZhang Rui1-0/+4
2019-07-11intel_rapl: introduce struct rapl_if_privateZhang Rui1-0/+15
2019-07-11intel_rapl: introduce intel_rapl.hZhang Rui1-0/+113