Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-08 | Start decoding IDA | Dave Jones | 4 | -4/+53 | |
2011-02-26 | remove an instance of that horrible macro | Dave Jones | 1 | -1/+10 | |
2011-02-26 | done | Dave Jones | 1 | -2/+0 | |
2011-02-22 | better function name | Dave Jones | 3 | -3/+3 | |
2011-02-22 | use more elaborate variable name | Dave Jones | 4 | -7/+7 | |
2011-02-22 | move dump_raw_cpuid into cpuid.c | Dave Jones | 5 | -26/+18 | |
2011-02-22 | these aren't really registers, so rename accordingly | Dave Jones | 4 | -7/+7 | |
2011-02-22 | remove unnecessary assignment | Dave Jones | 1 | -2/+1 | |
2011-02-22 | gather topology info per-cpu | Dave Jones | 4 | -8/+12 | |
2011-02-22 | Split intel info into basic/extended. | Dave Jones | 3 | -5/+11 | |
2011-02-22 | Fix topology parsing | Dave Jones | 5 | -12/+21 | |
2011-02-22 | fix segfault | Dave Jones | 1 | -0/+1 | |
2011-02-22 | only display extended family/model if set | Dave Jones | 1 | -3/+5 | |
2011-02-22 | print out the BIOS programmed string by default too. | Dave Jones | 2 | -4/+4 | |
Also clarify which is x86info's guess. | |||||
2011-02-22 | remove redundant variable | Dave Jones | 1 | -5/+3 | |
2011-02-22 | clean up the linked list creation | Dave Jones | 1 | -44/+57 | |
2011-02-22 | inline address space size display | Dave Jones | 1 | -8/+2 | |
2011-02-22 | wrap line | Dave Jones | 1 | -1/+2 | |
2011-02-22 | move MHz display to mhz.c | Dave Jones | 3 | -12/+14 | |
2011-02-22 | remove dead variable 'used_UP' and make user_is_root unsigned | Dave Jones | 4 | -9/+3 | |
2011-02-22 | remove unnecessary extern's | Dave Jones | 1 | -48/+48 | |
2011-02-22 | split the command line parsing out | Dave Jones | 4 | -186/+206 | |
2011-02-22 | coding style | Dave Jones | 1 | -5/+5 | |
2011-02-22 | remove extra newline on single cpu systems | Dave Jones | 1 | -1/+2 | |
2011-02-22 | invert uid0 test | Dave Jones | 1 | -3/+3 | |
2011-02-22 | split topology code out to separate file | Dave Jones | 4 | -99/+111 | |
2011-02-22 | missed a !silent case | Dave Jones | 1 | -1/+2 | |
2011-02-22 | put back some of the mptable verbose/silent code. | Dave Jones | 2 | -15/+23 | |
enumerate_cpu needs to be silent | |||||
2011-02-22 | split out to separate function | Dave Jones | 1 | -30/+37 | |
2011-02-22 | move all the printing of how many CPUs we discovered to the same place. | Dave Jones | 1 | -30/+25 | |
2011-02-22 | Don't display same info for each core if it is identical | Dave Jones | 1 | -55/+107 | |
--all-cpus will force the old behaviour | |||||
2011-02-22 | cleanup the todo a little | Dave Jones | 1 | -26/+19 | |
2011-02-22 | it's never a good time to think about xml | Dave Jones | 1 | -2/+0 | |
2011-02-22 | rename bluesmoke to machine_check | Dave Jones | 10 | -17/+17 | |
2011-02-22 | coding style cleanups | Dave Jones | 7 | -32/+32 | |
2011-02-22 | Fix -a for non-root | Dave Jones | 1 | -13/+15 | |
2011-02-22 | exit when trying to use something that needs root. | Dave Jones | 1 | -1/+3 | |
2011-02-22 | mptable cleanups | Dave Jones | 3 | -42/+23 | |
2011-02-22 | eradicate bogus 'silent' flag that wasn't even used | Dave Jones | 5 | -34/+19 | |
2011-02-22 | be more terse when no arguments are passed | Dave Jones | 1 | -0/+3 | |
2011-02-18 | remove excessive newlines, add some where missing. | Dave Jones | 5 | -8/+8 | |
2011-02-18 | clean up the machine check decoding a little | Dave Jones | 1 | -29/+38 | |
2011-02-18 | bump copyright | Dave Jones | 1 | -2/+2 | |
2011-02-18 | don't display 'type' if it's reserved. | Dave Jones | 1 | -10/+12 | |
2011-02-18 | Split MSR-PM into thermal and performance | Dave Jones | 5 | -35/+60 | |
2011-02-18 | more formatting. | Dave Jones | 1 | -5/+5 | |
2011-02-18 | use model() | Dave Jones | 1 | -1/+1 | |
2011-02-18 | formatting. Print out raw values as well as decoded. | Dave Jones | 1 | -9/+17 | |
2011-02-18 | print thermal status raw value. | Dave Jones | 1 | -5/+9 | |
and clean up parsing | |||||
2011-02-18 | IA32_PERF_STATUS is model specific. | Dave Jones | 1 | -22/+4 | |
We shouldn't try to parse it using the encoding of one ancient CPU, as the results are likely to be incorrect. Just dump it raw for now. I don't particularly feel like looking up the encoding for every CPU, so this is probably how this is going to stay. For people who care, they can download the spec for their CPU and decode it by hand. |