aboutsummaryrefslogtreecommitdiff
path: root/modules/devices
AgeCommit message (Expand)Author
2018-02-09Add Intel cpu_insecure bug workaround flagBurt P
2017-12-09x86: add summary of caches to package informationBurt P
2017-11-29x86 CPU flags fix; show socket:core and thread in proc listBurt P
2017-10-29Fixed possible memory leak (#201)Roman Kalashnikov
2017-09-04Build fix after 8913af3eLeandro Pereira
2017-09-03Conditionally compile PowerPC and ARM code while summarizing DTLeandro Pereira
2017-09-03Clean up device tree codeLeandro Pereira
2017-08-28ARM: Add some mediatek SOCsBurt P
2017-08-27devices/dmi: keys only need to be unique in the same groupBurt P
2017-08-27DMI: allow specifying type for dmi_chassis_type_str()Burt P
2017-08-27Create dmi_util.c and move *_util.c to hardinfo/Burt P
2017-08-27DMI: Add more string names, display more informationBurt P
2017-08-27DMI: dmi_chassis_type_str() maps chassis-type to stringBurt P
2017-08-27DMI: add dmi_sysfs_root() to find path for dmi in sysfsBurt P
2017-08-27DMI: empty result return NULL; don't suggest root if rootBurt P
2017-08-27DMI: dmi_get_str() add "system-manufacturer"Burt P
2017-08-27DMI: make labels translatableBurt P
2017-08-27DMI: dmi_get_str() cleanup string before returningBurt P
2017-08-27DMI: create single dmi_get_str() that uses sysfs with dmidecode fallbackBurt P
2017-08-21Translate unit labels in Devices/MemoryBurt P
2017-08-14dmi: fail if only never succeeded in dmi_get_info_sys()Burt P
2017-08-14usb.c: tweaks and make strings translatableBurt P
2017-08-14More "Making PCI devices information translatable"Burt P
2017-08-14More "Making input devices information translatable"Burt P
2017-08-14Move hardinfo_clean_label() and hardinfo_clean_value() to util.cBurt P
2017-08-14Making input devices information translatableTotalCaesar659
2017-08-14Making PCI devices information translatableTotalCaesar659
2017-08-14device tree: memory leakBurt P
2017-08-14Add more DMI information (product, etc)Leandro Pereira
2017-08-12x86: add microcode version to reported informationBurt P
2017-08-11fix: core_ids are not uniqueBurt P
2017-08-11Make MHz translatable in CPU listBurt P
2017-08-11CPU Frequency Desc and benchmark result re-formatBurt P
2017-08-11Separate processor name and description + count cores and threadsBurt P
2017-08-09arm: Try to lookup the SOC name from dt/compatibleBurt P
2017-08-09arm: use decoded name instead of generic linux name for model_nameBurt P
2017-07-30spd-decode.c: break column headers out of format stringsBurt P
2017-07-25device tree: silence some warningsBurt P
2017-07-25device tree: fix crash when device tree is not foundBurt P
2017-07-24device tree: printf without format stringBurt P
2017-07-24device tree: remove testing bitBurt P
2017-07-24Check for NULL before g_strstrip() to assertion failure warningsBurt P
2017-07-24device tree: add power mac dataBurt P
2017-07-22device tree: interrupts-extended and dmas supportBurt P
2017-07-22device tree: group interrupt specifiers' values using #interrupt-cellsBurt P
2017-07-22device tree: fix bug in dtr_get_parent_obj()Burt P
2017-07-21arm: add cortex-a55, cortex-a75Burt P
2017-07-21device tree: reg grouping with #address-cells + #size-cellsBurt P
2017-07-21device tree: add seperate prefix and unprefixed name in dtr_objBurt P
2017-07-21device tree: add helper function for appending elementsBurt P