summaryrefslogtreecommitdiff
path: root/identify.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-11Remove verbosity checkDave Jones1-4/+0
2011-02-22Split intel info into basic/extended.Dave Jones1-1/+5
2011-02-22only display extended family/model if setDave Jones1-3/+5
2011-02-22print out the BIOS programmed string by default too.Dave Jones1-3/+3
2011-02-22eradicate bogus 'silent' flag that wasn't even usedDave Jones1-3/+0
2011-02-22be more terse when no arguments are passedDave Jones1-0/+3
2011-01-20Add and show info about virtual and physical address sizesAndre1-1/+5
2009-12-10Intel CPU topology reworking.Dave Jones1-2/+2
2008-11-24x86info: fix family() macroAndreas Herrmann1-2/+2
2008-10-09x86info: intro of enum for vendor ID, new cpuid.h fileAndreas Herrmann1-0/+3
2008-10-06Split up Intel family 6 recognition into the two extended families.Dave Jones1-1/+2
2008-07-02Call get_model_name from one place only.Dave Jones1-12/+2
2008-07-02Kill some of the simpler ->info routinesDave Jones1-6/+6
2008-07-02Factor out basic vendor/model/stepping get/display routines.Dave Jones1-1/+14
2008-07-02Move more info stuff into main()Dave Jones1-19/+0
2008-07-02Rename IDT -> CentaurDave Jones1-2/+2
2008-07-02Split up obtaining cpu vendor into 'get' and 'show'Dave Jones1-12/+39
2008-07-02Move register dumping out of show_info into its own fileDave Jones1-22/+0
2008-07-02* Vastly rework the core cpuid handling on uniprocessor.Dave Jones1-6/+5
2008-07-01ridiculous amount of whitespace cleanupsDave Jones1-8/+8
2008-07-01Remove CVS tags from headers, remove pointless crap, and dead urls.Dave Jones1-3/+0
2003-11-04simple code cleanupdavej1-6/+5
2003-04-11recognise SiS 55xdavej1-2/+9
2003-03-14decode 0xc0000000 range cpuids if available.davej1-1/+7
2002-11-02* identify.c: Print out URLs to errata/datasheet if known.davej1-1/+11
2002-07-12misc code cleaning.davej1-57/+76
2002-07-12move dumpregs() to identify.cdavej1-1/+15
2002-07-12make dumpregs() more genericdavej1-3/+6
2002-05-232002-04-23 Dave Jones <davej@suse.de>davej1-13/+15
2001-12-222001-12-22 Mendel L Chan <linuxrat@gnuchina.org>davej1-2/+2
2001-12-20Add National Semiconductor recognition.davej1-6/+18
2001-12-10Cluster register dumps together.davej1-11/+4
2001-12-10use get_model_name() instead of duplicating same code in everydavej1-2/+2
2001-12-10Nuke the last of the unneeded externs.davej1-3/+1
2001-12-10IDT/identify.c fathers MSR-C3.cdavej1-2/+2
2001-08-19Various cleanups.davej1-3/+3
2001-08-10Store cpunum in the cpudata struct to cut down number of args to functions.davej1-23/+21
2001-08-10Show RiSE extended info too.davej1-1/+7
2001-08-10Fix RiSE.davej1-3/+9
2001-08-10Fix IDT.davej1-2/+2
2001-08-10Fix up Cyrix.davej1-25/+14
2001-08-10Oops, missed the %ddavej1-2/+2
2001-08-10Make Intel CPUs use the new way of identifying themselves.davej1-5/+12
2001-08-10Coo, now we're totally silent when we need to be.davej1-8/+14
2001-08-10AMD split into identify & display functions.davej1-4/+14
2001-04-27Additional RiSE loving from Wim.davej1-2/+3
2001-02-28RiSE mP6 support.davej1-1/+5
2001-02-26Add GPL notices.davej1-0/+9
2001-02-26Now uses the /dev/cpuid driver if available (read as: SMP support).davej1-0/+36