Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-02 | arm: a few more cpu flags | Burt P | |
A few more flags for ARM. No new defitions. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-06-02 | arm: more flag definitions | Burt P | |
A few more flag definitions for ARM. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-06-02 | ARM processor information improvements | Burt P | |
* Multiple processors/cores reported * CPU min/max/cur frequency information reported * Flag definitions Tested only on Raspberry Pi models 1 and 3. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-06-02 | Cosmetic changes in /modules/devices/arm/processor.c | Burt P | |
Mixed tab/space indentation to all space for indentation. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-06-02 | Requested changes in re rpi board name | Burt P | |
* dt_get_model() replaced by the simpler g_file_get_contents() * rpi_get_boardname() declared static Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-06-02 | Get "model" from device tree for board name | Burt P | |
Uses /proc/device-tree/model for get_motherboard() when not x86. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-06-02 | rpi board data edits | Burt P | |
Minor edits to the Raspberry Pi board data table. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-06-02 | Get board information for Raspberry Pis | Burt P | |
get_motherboard() will now return something for Raspberry Pi boards. example: "Raspberry Pi 3 (Q1 2016) pcb-rev:1.2 soc:BCM2835 mem:1GB mfg-by:Sony" Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-04-10 | Fixed compile warning in computer.c | TotalCaesar659 | |
Fixed compile warning in computer.c: [ 70%] Building C object CMakeFiles/computer.dir/modules/computer.c.o In file included from /home/maxpayne/hardinfo/modules/computer.c:27:0: /home/maxpayne/hardinfo/modules/computer.c: In function ‘callback_os’: /home/maxpayne/hardinfo/modules/computer.c:421:30: warning: too many arguments for format [-Wformat-extra-args] return g_strdup_printf(_("[$ShellParam$]\n" ^ /home/maxpayne/hardinfo/includes/hardinfo.h:28:30: note: in definition of macro ‘_’ #define _(STRING) gettext(STRING) ^ | |||
2017-04-10 | Fixed compile warning in benchmark.c | TotalCaesar659 | |
There was compile warning in benchmark.c: Scanning dependencies of target benchmark [ 48%] Building C object CMakeFiles/benchmark.dir/modules/benchmark.c.o /home/maxpayne/hardinfo/modules/benchmark.c: In function ‘get_benchmark_results’: /home/maxpayne/hardinfo/modules/benchmark.c:565:37: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] gchar *result = g_strdup_printf("[param]\n" ^ [ 50%] Building C object CMakeFiles/benchmark.dir/modules/benchmark/blowfish.c.o | |||
2017-04-10 | Update devices.c | TotalCaesar659 | |
2017-04-10 | More "feature" flags to bug workarounds | Burt P | |
Add some more bug "feature" flags from old kernels to the bug workaround list generated if no such list was available in /proc/cpuinfo. Also, fixes a crash if the first bug is not fdiv. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-04-09 | Update spd-decode.c | TotalCaesar659 | |
2017-04-09 | Update fbench.c | TotalCaesar659 | |
2017-04-09 | Update fftbench.c | TotalCaesar659 | |
2017-04-09 | Older kernel support for bugs/pm flag lists | Burt P | |
* Now the bugs list will be created from the old flags if it wasn't available. * If a flag list is empty, it will now show "Empty List" for that set. This is for the Power Management flag list that didn't exist on older kernels, or if all old bug flags were off. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-04-09 | Reorder CPU info to put the longest list at the bottom | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-04-09 | Additional code comment regarding the null_seg "bug" | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-04-09 | Add /proc/cpuinfo power management list handling | Burt P | |
Show items and descriptions from the power management feature list. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-04-07 | Add /proc/cpuinfo bugs list handling | Burt P | |
In June 2014, /proc/cpuinfo added a bugs (fixes/workarounds) list that works like the flags list. Show this list in the CPU information with the extra description from the source comments in arch/x86/include/asm/cpufeatures.h. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-04-07 | x86/processor.c: cosmetic changes | Burt P | |
Remove some trailing whitespace. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2016-12-30 | Fix compile warnings in benchmark.c | Leandro Pereira | |
2016-12-30 | Fix compile warnings in sensors.c | Leandro Pereira | |
2016-12-30 | Do not return an empty value if computer::hi_get_field() is called | Leandro Pereira | |
Return a helpful string instead to help translators | |||
2016-12-30 | Free whole MD5 context | Leandro Pereira | |
2016-12-30 | Make some Devices -> Memory entries translatable | Leandro Pereira | |
2016-12-29 | Make computer module auto-updating fields translatable | Leandro Pereira | |
2016-12-29 | Make load average work with locales that uses ',' for decimal separator | Leandro Pereira | |
2016-09-17 | Add a few more x86 feature flag description | Leandro Pereira | |
2016-09-17 | Also check for " hypervisor" string to determine if running on a VM | Leandro Pereira | |
2016-09-17 | Automatically check if eeprom module has been loaded | Leandro Pereira | |
2016-07-31 | Decode DDR3 module type (buffered, unbuffered, SODIMM, etc) | Leandro Pereira | |
2016-07-31 | Fix DDR2 mtb values | Leandro Pereira | |
2016-07-31 | Saner indentation for spd-decode.c | Leandro Pereira | |
2016-07-30 | Fix DMI parsing after 096108b | Leandro Pereira | |
2016-07-30 | Use snprintf() instead of sprintf() in net.c | Leandro Pereira | |
2016-07-30 | Fix multiple problems in USB device listing | Leandro Pereira | |
2016-07-30 | Remove trailing whitespace in storage.c | Leandro Pereira | |
2016-07-30 | Fix multiple problems in IDE disk information | Leandro Pereira | |
2016-07-30 | Fix multiple problems in DDR3 SPD parsing | Leandro Pereira | |
2016-07-30 | Ensure buffer is large enough while scanning input devices | Leandro Pereira | |
2016-07-30 | `group` variable could be uninitialized while parsing DMI | Leandro Pereira | |
2016-07-30 | Handle lsmod not being found | Leandro Pereira | |
2016-07-30 | Free result of lup_solve() when performing FFT benchmark | Leandro Pereira | |
2016-07-30 | Fix off-by-one error while scanning benchmarks | Leandro Pereira | |
2016-07-30 | Fix Python version information | Leandro Pereira | |
2016-07-30 | If reading from /proc/{ioports,iomem,dma} requires root, warn | Leandro Pereira | |
2016-07-24 | Add CMake and Golang to Development section | Leandro Pereira | |
2016-07-24 | Show bits of entropy available to /dev/(u)random | Leandro Pereira | |
2016-07-24 | Remove "=" from input device names | Leandro Pereira | |