Hardware/CPU/CPUID.cs
2012-05-27 Changed the license to the Mozilla Public License 2.0 and update the licensing information.
2012-01-02 Small corrections for AMD family 15h CPUs (based on documentation).
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-09-21 Refactored some of the hardware monitoring code and fixed a few code inspection warnings.
2010-09-08 Fixed some Code Analysis warnings.
2010-08-15 Fixed some Code Analysis warnings.
2010-08-08 Refactored the hardware monitoring code into a library (Issue 101).
2010-05-22 Attempt to fix an exception:
2010-05-15 Fixed Issue 59.
2010-04-30 Fixed an overflow problem with the log function in the CPUID constructor.
2010-04-27 Another small fix of the coreId calculation for multi-CPU systems.
2010-04-25 Fixed the coreId and threadId calculation in the APIC CPU enumeration code and removed some IndexOutOfRangeException problems.
2010-04-24 Implemented APIC based CPU enumeration (Issue 41).