#
9200010e |
| 10-Oct-2019 |
Sascha Wildner <saw@online.de> |
corepower(4): Fix comments based on the Intel SDM.
|
#
5ee2603d |
| 10-Oct-2019 |
Sascha Wildner <saw@online.de> |
corepower(4): Add Coffee Lake support (numbers look reasonable at least).
|
#
23553b39 |
| 10-Oct-2019 |
Sascha Wildner <saw@online.de> |
corepower(4): Fix some Intel microarchitecture names in the comments.
|
#
214ee9b5 |
| 04-Aug-2018 |
Imre Vadász <imre@vdsz.com> |
corepower - Add support for Platform Energy Counter.
|
#
6c3d3dac |
| 17-Jan-2018 |
Matthew Dillon <dillon@apollo.backplane.com> |
corepower - Add kabylake support
* Add kabylake support (just the id needed)
|
#
6191bf2c |
| 08-Sep-2016 |
Sepherosa Ziehau <sephe@dragonflybsd.org> |
corepower: Fix identify method for multi-cpu-package systems
CHIP_LEVEL means physical cpu package, while PACKAGE_LEVEL means the whole box; admittedly it is kinda confusion to me at least.
|
#
384c0add |
| 05-Nov-2015 |
Imre Vadász <imre@vdsz.com> |
corepower: Use rdmsr_safe to check availibility of the MSRs first.
This should avoid panic-ing in virtual machines where the RAPL MSRs are not available.
|
#
c13f7d35 |
| 08-Sep-2015 |
Imre Vadász <imre@vdsz.com> |
corepower(4): Fix units -> microwatt conversion on Valleyview Atom CPUs
Add cpu model 0x4d (C2000 Atom CPUs), which might also show correct values with this fix.
This Valleyview Atom specific encod
corepower(4): Fix units -> microwatt conversion on Valleyview Atom CPUs
Add cpu model 0x4d (C2000 Atom CPUs), which might also show correct values with this fix.
This Valleyview Atom specific encoding of the MSR_RAPL_POWER_UNIT MSR is described in tables 35-7 and 35-9 (for regular silvermont Atom and C2000 Atom CPUs respectively).
Tested-by: swildner
show more ...
|
#
309b1170 |
| 17-Aug-2015 |
Imre Vadász <imre@vdsz.com> |
corepower(4): Sensor for Intel CPUs' power usage via the RAPL MSRs
|