Hardware/CPU/GenericCPU.cs
Sun, 19 Jun 2011 12:41:18 +0000 Added support for saving and restoring the sensor history for the last 24h. The sensor history is now saved in a reduced format (duplicate values are removed, gaps are marked with a NAN sensor value.
Sun, 08 May 2011 22:10:13 +0000 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.
Sat, 30 Apr 2011 16:03:58 +0000 Fixed Issue 199.
Sat, 09 Apr 2011 20:16:42 +0000 Added support for AMD 10h core temperature sensors and Asus ATK0110 devices on Linux.
Wed, 03 Nov 2010 22:07:46 +0000 Added CPUID support for Linux.
Sun, 31 Oct 2010 22:08:47 +0000 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.
Thu, 14 Oct 2010 17:30:51 +0000 Improved the invariant TSC frequency estimation code to ignore readings with a large error.
Fri, 01 Oct 2010 19:01:09 +0000 Fixed the initialization of the TSC estimating code.
Thu, 30 Sep 2010 16:51:09 +0000 Improved the implementation for the AMD 10h family CPU clock speeds.
Tue, 21 Sep 2010 20:32:36 +0000 Refactored some of the hardware monitoring code and fixed a few code inspection warnings.
Mon, 20 Sep 2010 19:28:25 +0000 Refactored the CPU classes and added a GenericCPU class.