Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-04 | add very-verbose parameter | Burt P | |
Dumps any "moreinfo" for all items. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-11-04 | devicetree: include details for "Summary" in reports | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-11-04 | shell: the label part should already have been translated | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-11-04 | arm/x86: include package info details in reports | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-11-04 | shell/report: allow "moreinfo" details to appear in reports | Burt P | |
Fixes https://github.com/lpereira/hardinfo/issues/223 The first item to use it will be Devices/Processors/Package Info. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-11-04 | Update Russian translation | TotalCaesar659 | |
2018-11-04 | dt_util: fix warnings | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-11-04 | devices/sensors: bug fix - read_sensor_labels never gets called | Ondrej Čerman | |
2018-11-03 | devices/sensors - hwmon: Added support for sysfs labels | Ondrej Čerman | |
2018-10-22 | vendor.ids: add g.skill | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-10-22 | x86: add mfgr and part to memory socket info | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-10-22 | x86: add socket information from dmidecode, if available | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-10-22 | dmi_util: extend chassis_type table; add some functions to get information ↵ | Burt P | |
from dmidecode Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-10-22 | arm: try device tree opp for cpu freq | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-10-22 | devicetree: add oppv1 and clock-frequency to opp support | Burt P | |
I don't have any hardware to test, this is based only on the OPP kernel docs. https://www.kernel.org/doc/Documentation/devicetree/bindings/opp/opp.txt Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-10-22 | devices/gpu: specify source of freq information | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-10-22 | gpu: show freq range, if available | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-10-22 | devicetree/opp-v2 requested changes | Burt P | |
Requested by @lpereira in #286. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-10-22 | devicetree: get opp-v2 freq range for gpu, if available | Burt P | |
* opp-v2 = operating-points-v2, frequency scaling information from device tree that can be used for cpu, gpu, etc. * adds helper function to get the opp-v2 range of frequencies for a node, dtr_get_opp_range() in dt_util.c * adds a freq range in opp-v2 property for a node in dt * reports a gpu's max clock frequency if avaiable via opp-v2 Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-10-22 | devictree: fix some runtime warnings | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-10-22 | don't use html in text-only output | Burt P | |
Fixes https://github.com/lpereira/hardinfo/issues/266 This is also needed so that vendor urls can be links where appropriate. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-10-19 | cpubits: bug fix for package ids > 1 | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-10-13 | Display status of ASLR in Computer->Operating System | Leandro Pereira | |
2018-10-02 | bench_results: bug fix for cpus with mixed config | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-10-02 | arm: soc vendors amlogic and allwinner | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-09-26 | gpu: show more dt info | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-09-26 | dt gpu: find gpu in the device tree | Burt P | |
Will now look for any .../gpu and .../gpu@<address> instead of looking only at /soc/gpu. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-09-26 | devicetree: fix to remove gtk runtime warning | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-09-26 | arm/x86: clocks list empty when cpufreq is not available | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-09-26 | device tree: some operating-points-v2 properties | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-09-23 | computer/languages: fix crash when no other locales installed | Burt P | |
Fix a crash when `locale -va` returns empty. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-09-08 | Free memory allocated with g_malloc() using g_free() | Leandro Pereira | |
2018-09-08 | update translation | yetist | |
2018-09-08 | update translation | yetist | |
2018-09-08 | add zh_CN.po | yetist | |
2018-09-08 | pci, gpu: fix for duplicate sections when not using English | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-09-08 | po: updatepo.sh output shows c-format and fuzzy strings | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-09-08 | x86: l1tf bug flag definition | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-09-08 | arm: some rockchip cpu names | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-09-08 | arm: code fix, forgotten comma(s) | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-09-08 | computer.c: catch more SBCs | Burt P | |
Firefly ROC-RK3328-CC and Firefly ROC-RK3399-PC Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-09-05 | Add Ryzen 5 1600 benchmark results | Jan Ziak | |
2018-06-15 | computer/languages.c: requested changes | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-06-15 | languages.c: popen() -> g_spawn_command_line_sync(), capture stderr | Burt P | |
I don't know if this would ever leak. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-06-09 | translation files update | Burt P | |
hardinfo.pot now has 908 strings (+57) - [ ] de.po : (706 / 908 remain untranslated) - [ ] es.po : (225 / 908 remain untranslated) - [ ] fr.po : (689 / 908 remain untranslated) - [ ] ru.po : (222 / 908 remain untranslated) Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-06-09 | Updated Russian translation | TotalCaesar659 | |
2018-06-08 | gpu_util: fix when vendor is found, but short name is empty | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-06-05 | Fix for the fix | TotalCaesar659 | |
2018-06-05 | Update submodule address for ubergraph | Leandro Pereira | |
Run "git submodule sync" to fetch it from the new source if you already have it checked out. Fixes #261. | |||
2018-06-03 | pci.c: fix memory leak | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> |