summaryrefslogtreecommitdiff
path: root/x86info.h
AgeCommit message (Expand)AuthorFilesLines
2012-04-13x86info: Add support for AMD family 15h models 10h-1fh processorsAndreas Herrmann1-0/+3
2011-12-09centralise version number to the makefile.Dave Jones1-0/+3
2011-07-28x86info: Add support for AMD CPU family 12hAndreas Herrmann1-0/+3
2011-05-31x86info: Add support for AMD CPU family 14hAndreas Herrmann1-0/+1
2011-04-05x86info, AMD: Update socket type informationAndreas Herrmann1-1/+5
2011-02-22better function nameDave Jones1-1/+1
2011-02-22use more elaborate variable nameDave Jones1-1/+1
2011-02-22move dump_raw_cpuid into cpuid.cDave Jones1-1/+1
2011-02-22these aren't really registers, so rename accordinglyDave Jones1-1/+1
2011-02-22gather topology info per-cpuDave Jones1-1/+1
2011-02-22Split intel info into basic/extended.Dave Jones1-1/+2
2011-02-22Fix topology parsingDave Jones1-0/+1
2011-02-22move MHz display to mhz.cDave Jones1-0/+2
2011-02-22remove dead variable 'used_UP' and make user_is_root unsignedDave Jones1-2/+1
2011-02-22remove unnecessary extern'sDave Jones1-48/+48
2011-02-22split the command line parsing outDave Jones1-19/+27
2011-02-22split topology code out to separate fileDave Jones1-0/+3
2011-02-22rename bluesmoke to machine_checkDave Jones1-1/+1
2011-02-22eradicate bogus 'silent' flag that wasn't even usedDave Jones1-1/+0
2011-02-09Dump APIC registersAndre Nogueira1-0/+2
2011-01-20Add and show info about virtual and physical address sizesAndre1-0/+2
2010-09-09Report whether longnops are supportedDave Jones1-1/+1
2010-09-08Add informational URL for Pentium III Dothan.Warren Turkal1-0/+1
2010-07-16Add additional Intel CPUID flagsJohn L. Villalovos1-0/+1
2009-12-11Only calculate MHz on the first cpu, unless --all-cpus is passed.Dave Jones1-0/+4
2009-12-10Store the number of siblings.Dave Jones1-1/+1
2009-12-10Print a summary of the information from topology discovery.Dave Jones1-0/+2
2009-12-10Make the new cpuid4 & cpuid_count functions take a cpu number integerDave Jones1-8/+8
2009-12-10Intel CPU topology reworking.Dave Jones1-3/+18
2008-12-24Warn on redundant declarations. Remove some duplicates.Dave Jones1-2/+0
2008-11-24x86info: fix family() macroAndreas Herrmann1-1/+1
2008-10-09x86info: intro of enum for vendor ID, new cpuid.h fileAndreas Herrmann1-13/+14
2008-10-06Split up Intel family 6 recognition into the two extended families.Dave Jones1-1/+1
2008-07-07Initial pass at determining topology on Intel.Dave Jones1-0/+2
2008-07-02Start improving the determination of how many cores/threads we have.Dave Jones1-1/+1
2008-07-02Decode Intel brand strings.Dave Jones1-1/+1
2008-07-02Kill some of the simpler ->info routinesDave Jones1-6/+3
2008-07-02Factor out basic vendor/model/stepping get/display routines.Dave Jones1-1/+1
2008-07-02Move cacheinfo display decisions to main() and only output when -a or -cDave Jones1-0/+3
2008-07-02Factor out cpu binding to a common function.Dave Jones1-0/+16
2008-07-02Make the benchmarks code work againDave Jones1-2/+2
2008-07-02Rename IDT -> CentaurDave Jones1-2/+2
2008-07-02Split up obtaining cpu vendor into 'get' and 'show'Dave Jones1-0/+1
2008-07-02Break up the feature flags routine into two. "get" and "show"Dave Jones1-3/+4
2008-07-02Move register dumping out of show_info into its own fileDave Jones1-0/+1
2008-07-02Use scheduler affinity calls for the UP cpuid routines.Dave Jones1-1/+0
2008-07-02Move native_cpuid to the cpuid.c fileDave Jones1-32/+2
2008-07-02* Vastly rework the core cpuid handling on uniprocessor.Dave Jones1-2/+37
2008-07-01Plan: Make the per-cpu bits store stuff in the ->cpu and print themDave Jones1-2/+5
2008-07-01AMD: add revision information for family 0x11 CPU(s)Andreas Herrmann1-0/+1