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