summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2011-12-09centralise version number to the makefile.Dave Jones1-1/+1
2011-12-09I always miss this part. Call the $VERSION 1.30 tooDave Jones1-1/+1
2011-11-29lsmsr: Add support for AMD cpu family 15hAndreas Herrmann1-1/+1
2011-07-28lsmsr: Add support for AMD CPU family 12hAndreas Herrmann1-1/+2
2011-05-31lsmsr: Add AMD family 14h MSRsAndreas Herrmann1-1/+3
2011-04-05x86info, AMD: powernow: Display boosted Pstate informationAndreas Herrmann1-1/+1
2011-03-14Fix up aliasing warnings.Dave Jones1-3/+2
2011-03-08Remove all the dependancy generation stuff.Dave Jones1-17/+4
2011-03-08spacingDave Jones1-49/+49
2011-03-08Start decoding IDADave Jones1-0/+1
2011-02-22move dump_raw_cpuid into cpuid.cDave Jones1-1/+0
2011-02-22split the command line parsing outDave Jones1-0/+1
2011-02-22split topology code out to separate fileDave Jones1-0/+1
2011-02-22rename bluesmoke to machine_checkDave Jones1-2/+2
2011-02-18Split MSR-PM into thermal and performanceDave Jones1-1/+2
2011-02-09Dump APIC registersAndre Nogueira1-0/+1
2010-09-09Report whether longnops are supportedDave Jones1-1/+1
2010-09-08That screwup is worthy of a new version. 1.27Dave Jones1-1/+1
2010-09-08Fix build with make -jNDave Jones1-0/+2
2010-09-081.26 final.Dave Jones1-1/+1
2010-07-20Makefile: Override dependency output file with -MFJike Song1-1/+1
2010-07-16Add a 'make cscope' Makefile targetJohn L. Villalovos1-0/+3
2010-06-19Don't specify any ld flags until the linking occurred.Jike Song1-3/+3
2009-12-30Full RELRO support. Because there's no reason not to.Dave Jones1-0/+1
2009-12-10delete core dumps with make cleanDave Jones1-0/+1
2009-10-30fix up release to use new git syntaxDave Jones1-2/+2
2009-10-301.25Dave Jones1-1/+1
2009-10-26old gcc doesn't support this flag, and breaks compilation.Dave Jones1-1/+2
2009-07-24Add -Wstrict-overflow=5 to CFLAGS, add obvious fix for the onlyDave Jones1-1/+1
2009-04-24gcc4.4 wants strict aliasing rules obeyed by default.Dave Jones1-1/+1
2009-03-11lsmsr: add support for AMD family 11h CPUAndreas Herrmann1-1/+1
2009-02-061.24Dave Jones1-1/+1
2008-12-24Warn on redundant declarations. Remove some duplicates.Dave Jones1-1/+1
2008-12-24Add some extra warnings (missing declarations) and fix up a bunchDave Jones1-1/+1
2008-12-24Fix up warnings. Add -Werror to catch new ones.Dave Jones1-1/+1
2008-12-161.23 brown paper bag release :(Dave Jones1-1/+1
2008-12-161.22Dave Jones1-1/+1
2008-10-09Now that 'core' stuff crept into the pentium file, better renameDave Jones1-2/+2
2008-10-09x86info: enable build of lsmsrAndreas Herrmann1-17/+39
2008-10-06Split up Intel family 6 recognition into the two extended families.Dave Jones1-1/+2
2008-07-07Initial pass at determining topology on Intel.Dave Jones1-0/+1
2008-07-02Rename IDT -> CentaurDave Jones1-4/+4
2008-07-02Move register dumping out of show_info into its own fileDave Jones1-0/+1
2008-07-02Move family 6 decoding out to separate file.Dave Jones1-0/+1
2008-07-02Move family 15 decoding out to separate file.Dave Jones1-0/+1
2008-07-02x86info: add auto-dependencies for user header filesAndreas Herrmann1-41/+48
2008-07-02* Vastly rework the core cpuid handling on uniprocessor.Dave Jones1-1/+0
2007-11-26git-tar-tree is deprecatedDave Jones1-1/+1
2007-11-261.21Dave Jones1-1/+1
2007-07-31[PATCH] Add sparse target for checking code.James Davidson1-2/+6