Hardware/CPU/GenericCPU.cs
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.