History log of /dragonfly/sys/dev/powermng/corepower/corepower.c (Results 1 – 9 of 9)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v6.2.1, v6.2.0, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2, v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3
# 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.


Revision tags: v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2, v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1
# 214ee9b5 04-Aug-2018 Imre Vadász <imre@vdsz.com>

corepower - Add support for Platform Energy Counter.


Revision tags: v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc
# 6c3d3dac 17-Jan-2018 Matthew Dillon <dillon@apollo.backplane.com>

corepower - Add kabylake support

* Add kabylake support (just the id needed)


Revision tags: v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1, v4.8.0, v4.6.2, v4.9.0, v4.8.0rc, v4.6.1
# 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.


Revision tags: v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0, v4.4.3, v4.4.2, v4.4.1, v4.4.0, v4.5.0, v4.4.0rc
# 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