summaryrefslogtreecommitdiff
path: root/x86info.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-09centralise version number to the makefile.Dave Jones1-1/+1
2011-12-091.30Dave Jones1-1/+1
2011-04-051.29Dave Jones1-1/+1
2011-03-14Fix up aliasing warnings.Dave Jones1-1/+1
2011-03-141.28Dave Jones1-1/+1
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-3/+3
2011-02-22these aren't really registers, so rename accordinglyDave Jones1-1/+1
2011-02-22remove unnecessary assignmentDave Jones1-2/+1
2011-02-22gather topology info per-cpuDave Jones1-0/+1
2011-02-22Fix topology parsingDave Jones1-3/+1
2011-02-22fix segfaultDave Jones1-0/+1
2011-02-22remove redundant variableDave Jones1-5/+3
2011-02-22clean up the linked list creationDave Jones1-44/+57
2011-02-22inline address space size displayDave Jones1-8/+2
2011-02-22wrap lineDave Jones1-1/+2
2011-02-22move MHz display to mhz.cDave Jones1-12/+0
2011-02-22remove dead variable 'used_UP' and make user_is_root unsignedDave Jones1-2/+1
2011-02-22split the command line parsing outDave Jones1-167/+0
2011-02-22coding styleDave Jones1-5/+5
2011-02-22remove extra newline on single cpu systemsDave Jones1-1/+2
2011-02-22invert uid0 testDave Jones1-3/+3
2011-02-22split topology code out to separate fileDave Jones1-99/+0
2011-02-22put back some of the mptable verbose/silent code.Dave Jones1-1/+0
2011-02-22split out to separate functionDave Jones1-30/+37
2011-02-22move all the printing of how many CPUs we discovered to the same place.Dave Jones1-30/+25
2011-02-22Don't display same info for each core if it is identicalDave Jones1-55/+107
2011-02-22rename bluesmoke to machine_checkDave Jones1-5/+5
2011-02-22coding style cleanupsDave Jones1-11/+11
2011-02-22Fix -a for non-rootDave Jones1-13/+15
2011-02-22exit when trying to use something that needs root.Dave Jones1-1/+3
2011-02-22mptable cleanupsDave Jones1-1/+1
2011-02-22eradicate bogus 'silent' flag that wasn't even usedDave Jones1-21/+14
2011-02-18bump copyrightDave Jones1-2/+2
2011-02-09Dump APIC registersAndre Nogueira1-0/+14
2011-01-20Add and show info about virtual and physical address sizesAndre1-0/+16
2010-09-09Report whether longnops are supportedDave Jones1-2/+2
2010-09-08That screwup is worthy of a new version. 1.27Dave Jones1-1/+1
2010-09-081.26 final.Dave Jones1-1/+1
2010-09-08only support topology parsing on intel for nowDave Jones1-1/+3
2010-09-08Factor out the topology printing code into its own routineDave Jones1-77/+84
2010-09-08Add informational URL for Pentium III Dothan.Warren Turkal1-0/+4
2010-08-06bump copyright date & versionDave Jones1-2/+2
2010-08-05Remove the message about cpuid_up being inaccurate.Dave Jones1-6/+0
2010-01-19move get_cpu_info_basics() prior to get_feature_flags()nick black1-1/+1
2009-12-11improve the ht siblings textDave Jones1-1/+1
2009-12-11Handle non-sequential socket numbers correctly.Dave Jones1-3/+2
2009-12-11Only calculate MHz on the first cpu, unless --all-cpus is passed.Dave Jones1-0/+10
2009-12-11remove extraneous spaceDave Jones1-1/+1