summaryrefslogtreecommitdiff
path: root/cpuid.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-05cpuid: Fix pointer arithmeticAndreas Herrmann1-4/+4
2011-03-14Fix up aliasing warnings.Dave Jones1-4/+5
2011-02-22move dump_raw_cpuid into cpuid.cDave Jones1-0/+14
2011-02-22remove dead variable 'used_UP' and make user_is_root unsignedDave Jones1-4/+1
2011-02-22eradicate bogus 'silent' flag that wasn't even usedDave Jones1-5/+3
2010-08-11fix invalid usage of printfStefan Naewe1-4/+4
2010-08-06cpuid.c: Use native cpuid call silently instead of failingThomas Renninger1-13/+37
2009-12-10Make the new cpuid4 & cpuid_count functions take a cpu number integerDave Jones1-4/+4
2009-12-10Intel CPU topology reworking.Dave Jones1-0/+18
2009-01-21Check for a minimum version of glibc, as the affinity callsDave Jones1-0/+11
2008-12-16x86info: Fix inline assembly build errors.Jike Song1-2/+2
2008-07-02Don't spew '/dev/cpu/0/cpuid: Permission denied'Dave Jones1-2/+0
2008-07-02UP cpuid routine needs to pass in the index in eaxDave Jones1-6/+6
2008-07-02Use scheduler affinity calls for the UP cpuid routines.Dave Jones1-35/+46
2008-07-02Move native_cpuid to the cpuid.c fileDave Jones1-0/+31
2008-07-02* Vastly rework the core cpuid handling on uniprocessor.Dave Jones1-16/+28
2008-07-01ridiculous amount of whitespace cleanupsDave Jones1-3/+3
2008-07-01Remove CVS tags from headers, remove pointless crap, and dead urls.Dave Jones1-6/+5
2007-08-01[PATCH] Remove use of magic numbersJames Davidson1-5/+11
2007-06-06Solaris support.John Levon1-2/+8
2007-02-04FreeBSD support from Stanislav Sedov <stas@FreeBSD.org>Dave Jones1-0/+55
2006-05-21Lots of splint warning cleanups.Dave Jones1-10/+14
2006-05-20Check return result of read in case of failure.Dave Jones1-1/+5
2005-09-30Attached is a patch for the cpuid() function. The problem is that theKornilios Kourtis1-2/+4
2005-04-252005-04-20 Kurt Garloff <garloff@suse.de>davej1-5/+5
2002-09-022002-09-02 Jean Delvare <khali@linux-fr.org>davej1-5/+5
2002-01-03David Relson <relson@osagesoftware.com>davej1-2/+2
2001-11-19Fix a comment.davej1-2/+2
2001-09-01Don't keep retrying opening the cpuid driver after it failed once.davej1-3/+4
2001-08-29Improve documentation and diagnostics for CPU ID and MSR driver access.broonie1-1/+4
2001-05-21Cleanup the powernow info.davej1-1/+2
2001-05-21Get rid of the warning. It just makes a mess.davej1-3/+2
2001-04-17If we haven't got the cpuid driver loaded, do cpuid_UP on CPU0davej1-3/+3
2001-04-08Print warning when using UP routines on SMP.davej1-1/+3
2001-02-26Add GPL notices.davej1-2/+4
2001-02-26Now uses the /dev/cpuid driver if available (read as: SMP support).davej1-0/+50