summaryrefslogtreecommitdiff
path: root/Intel
AgeCommit message (Expand)AuthorFilesLines
2011-03-12Fix up the 32bit build.Dave Jones1-2/+2
2011-03-11Some more IDA decodingDave Jones2-2/+18
2011-03-08Start decoding IDADave Jones3-4/+52
2011-02-22gather topology info per-cpuDave Jones1-3/+3
2011-02-22Split intel info into basic/extended.Dave Jones1-3/+4
2011-02-22Fix topology parsingDave Jones2-9/+12
2011-02-22rename bluesmoke to machine_checkDave Jones3-4/+4
2011-02-18remove excessive newlines, add some where missing.Dave Jones2-4/+5
2011-02-18clean up the machine check decoding a littleDave Jones1-29/+38
2011-02-18don't display 'type' if it's reserved.Dave Jones1-10/+12
2011-02-18Split MSR-PM into thermal and performanceDave Jones4-34/+58
2011-02-18more formatting.Dave Jones1-5/+5
2011-02-18use model()Dave Jones1-1/+1
2011-02-18formatting. Print out raw values as well as decoded.Dave Jones1-9/+17
2011-02-18print thermal status raw value.Dave Jones1-5/+9
2011-02-18IA32_PERF_STATUS is model specific.Dave Jones1-22/+4
2011-01-19use MB macro, like in the kernelDave Jones1-43/+45
2011-01-19update cache descriptorsDave Jones1-6/+11
2011-01-10don't print out the brand if it's 'unsupported'Dave Jones1-14/+19
2010-10-25Add an Atom variantDave Jones1-0/+4
2010-09-29Add an Intel codename.Dave Jones1-1/+1
2010-09-22Add an atom ident.Dave Jones1-0/+4
2010-09-22Add some Nehalem core codenames.Dave Jones1-3/+18
2010-09-13Add Core i7 informational URL.Warren Turkal1-0/+3
2010-09-08Add informational URL for Pentium III Dothan.Warren Turkal1-0/+3
2009-12-10Store the number of siblings.Dave Jones1-8/+8
2009-12-10Print a summary of the information from topology discovery.Dave Jones1-7/+3
2009-12-10Make the new cpuid4 & cpuid_count functions take a cpu number integerDave Jones1-2/+2
2009-12-10Intel CPU topology reworking.Dave Jones4-50/+65
2009-11-10PATCH: add support for new cpuid descriptorsnick black1-0/+4
2009-04-08Remove ;'s from all other add_to_cpuname macros.Dave Jones3-3/+3
2009-04-08Add Intel Z515/Z550 Atoms.Dave Jones1-12/+16
2009-04-03Don't read MCG_CTL if it's not presentJike Song1-4/+4
2009-01-31minor cleanups.Dave Jones1-73/+75
2009-01-31Add Core i7 cache descriptors.Dave Jones1-0/+15
2009-01-14Atom series 200Dave Jones1-2/+4
2009-01-14Atom series 300Dave Jones1-2/+3
2009-01-14Atom N270 seriesDave Jones1-19/+33
2009-01-14Add Atom.Dave Jones1-0/+23
2009-01-14Add Nehalem.Dave Jones1-0/+19
2009-01-14Ugh, decoding this lot is going to be a nightmare.Dave Jones1-0/+59
2009-01-14Add some more quad-core2'sDave Jones1-58/+70
2009-01-14Add Intel® Core™2 Extreme Processor QX9775Dave Jones1-2/+10
2009-01-14Add all core2 quad definitions from 318727.pdfDave Jones1-0/+48
2008-12-24Add some extra warnings (missing declarations) and fix up a bunchDave Jones4-1/+4
2008-12-24Fix up warnings. Add -Werror to catch new ones.Dave Jones1-1/+0
2008-12-09Add first Intel Core i7 steppingsDave Jones1-0/+7
2008-10-09Now that 'core' stuff crept into the pentium file, better renameDave Jones2-0/+0
2008-10-09Argh. Intel made some Core CPUs that didn't set the Efamily/EmodelDave Jones2-177/+132
2008-10-06Split up Intel family 6 recognition into the two extended families.Dave Jones4-209/+239