Hardware/CPU/CPUID.cs
Sun, 28 Dec 2014 22:42:36 +0000 Fixed Issue 645.
Sun, 27 May 2012 14:23:31 +0000 Changed the license to the Mozilla Public License 2.0 and update the licensing information.
Mon, 02 Jan 2012 20:45:18 +0000 Small corrections for AMD family 15h CPUs (based on documentation).
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.
Tue, 21 Sep 2010 20:32:36 +0000 Refactored some of the hardware monitoring code and fixed a few code inspection warnings.
Wed, 08 Sep 2010 19:29:58 +0000 Fixed some Code Analysis warnings.
Sun, 15 Aug 2010 14:46:58 +0000 Fixed some Code Analysis warnings.
Sun, 08 Aug 2010 13:57:26 +0000 Refactored the hardware monitoring code into a library (Issue 101).
Sat, 22 May 2010 12:12:50 +0000 Attempt to fix an exception:
Sat, 15 May 2010 10:38:47 +0000 Fixed Issue 59.
Fri, 30 Apr 2010 20:53:40 +0000 Fixed an overflow problem with the log function in the CPUID constructor.
Tue, 27 Apr 2010 07:31:46 +0000 Another small fix of the coreId calculation for multi-CPU systems.
Sun, 25 Apr 2010 12:35:16 +0000 Fixed the coreId and threadId calculation in the APIC CPU enumeration code and removed some IndexOutOfRangeException problems.
Sat, 24 Apr 2010 19:59:52 +0000 Implemented APIC based CPU enumeration (Issue 41).