Hardware/CPU/GenericCPU.cs
2011-05-08 Fixed the bus and core clock reading on AMD family 10h model Ah CPUs. The new "Core Performance Boost" feature of these CPUs resulted in very low accuracy of the bus speed (and as a consequence also an inaccurate TSC multiplier). This fixed Issue 205.
2011-04-30 Fixed Issue 199.
2011-04-09 Added support for AMD 10h core temperature sensors and Asus ATK0110 devices on Linux.
2010-11-03 Added CPUID support for Linux.
2010-10-31 Replaced the non-kernel code of WinRing0 with a managed implementation. The new implementation should fix Issue 32 and simplify further work on Issue 46.
2010-10-14 Improved the invariant TSC frequency estimation code to ignore readings with a large error.
2010-10-01 Fixed the initialization of the TSC estimating code.
2010-09-30 Improved the implementation for the AMD 10h family CPU clock speeds.
2010-09-21 Refactored some of the hardware monitoring code and fixed a few code inspection warnings.
2010-09-20 Refactored the CPU classes and added a GenericCPU class.