summaryrefslogtreecommitdiff
path: root/Intel/info.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-29Only parse EBLCR if the MSR read succeededDave Jones1-2/+2
2011-04-05Revert "turn this back on now that we're back in beta"Dave Jones1-1/+1
2011-03-15turn this back on now that we're back in betaDave Jones1-1/+1
2011-03-14disable this for 1.28, it's not ready.Dave Jones1-1/+1
2011-03-08Start decoding IDADave Jones1-4/+6
2011-02-22Split intel info into basic/extended.Dave Jones1-3/+4
2011-02-22Fix topology parsingDave Jones1-2/+0
2011-02-22rename bluesmoke to machine_checkDave Jones1-2/+2
2011-02-18remove excessive newlines, add some where missing.Dave Jones1-2/+3
2011-02-18don't display 'type' if it's reserved.Dave Jones1-10/+12
2011-02-18Split MSR-PM into thermal and performanceDave Jones1-2/+4
2011-02-18use model()Dave Jones1-1/+1
2011-01-10don't print out the brand if it's 'unsupported'Dave Jones1-14/+19
2009-12-10Intel CPU topology reworking.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-31/+0
2008-07-02Decode Intel brand strings.Dave Jones1-1/+55
2008-07-02Don't tack the brand onto the end of the CPU nameDave Jones1-1/+12
2008-07-02Call get_model_name from one place only.Dave Jones1-4/+0
2008-07-02Factor out basic vendor/model/stepping get/display routines.Dave Jones1-4/+1
2008-07-02Move cacheinfo display decisions to main() and only output when -a or -cDave Jones1-3/+1
2008-07-02Centralise where we call the routine to decode feature flags.Dave Jones1-2/+0
2008-07-02Take extended family/model into consideration when printing out.Dave Jones1-2/+3
2008-07-02Stash the APIC IDDave Jones1-0/+5
2008-07-02* Vastly rework the core cpuid handling on uniprocessor.Dave Jones1-9/+18
2008-07-01ridiculous amount of whitespace cleanupsDave Jones1-6/+6
2008-07-01Remove CVS tags from headers, remove pointless crap, and dead urls.Dave Jones1-3/+0
2008-07-01Plan: Make the per-cpu bits store stuff in the ->cpu and print themDave Jones1-26/+14
2007-02-04Intel model 13 is centrino tooStanislav Sedov1-1/+1
2006-09-27Remove some dead codeDave Jones1-1/+0
2006-09-20Only show P3 Serial number on Pentium IIIDave Jones1-16/+36
2006-05-21Lots of splint warning cleanups.Dave Jones1-2/+2
2005-09-02Clean up feature flag support.Dave Jones1-3/+8
2004-10-06report 1 not 0 logical cpu'sdavej1-1/+3
2004-03-19fix up number of siblings per packagedavej1-3/+3
2004-03-19Identify a bunch of new opterons/athlon64'sdavej1-4/+5
2003-06-13* Intel/info.c: Banias also has model name.davej1-3/+3
2003-06-092003-6-8 Dave Jones <davej@codemonkey.org.uk>davej1-2/+3
2003-06-08pentium M MSR support from Jeremy Fitzhardinge <jeremy@goop.org>davej1-1/+3
2003-01-18Decode cache sizes before CPU determination.davej1-2/+2
2002-12-13Dump microcode revisiondavej1-1/+4
2002-11-27Decode brand fielddavej1-3/+3
2002-11-12Change cacheinfo to use lookup tabledavej1-0/+76