summaryrefslogtreecommitdiff
path: root/modules/devices
AgeCommit message (Expand)Author
2018-09-08Free memory allocated with g_malloc() using g_free()Leandro Pereira
2018-09-08pci, gpu: fix for duplicate sections when not using EnglishBurt P
2018-09-08x86: l1tf bug flag definitionBurt P
2018-09-08arm: some rockchip cpu namesBurt P
2018-09-08arm: code fix, forgotten comma(s)Burt P
2018-06-03pci.c: fix memory leakBurt P
2018-05-29x86: CPU bug flag for speculative store bypass attackBurt P
2018-05-27devices/pci, devices/gpu: re-enable hardinfo's vendor functionsBurt P
2018-05-25devices/gpu: add nvidia-specific sectionBurt P
2018-04-24devices/storage: remove file testBurt P
2018-04-24devices/storage: try `lsscsi -c` if /proc/scsi/scsi is not foundBurt P
2018-04-24devices/usb: remove old, apparently non-functional, scan methodsBurt P
2018-04-24[new] devices/gpu: graphics processorsBurt P
2018-04-24devices/pci: replace old pci scanner with pci_util-based versionBurt P
2018-04-24rpi_data: show rcode of unknown piBurt P
2018-04-24rpi_data: add Raspberry Pi Model 3 B-PlusBurt P
2018-03-17devices/usb: remove unnecessary incrementationBurt P
2018-03-12usb: requested changesBurt P
2018-03-12usb_util.cBurt P
2018-02-27x86: free urefBurt P
2018-02-27x86: fix for kernels that don't provide cache idBurt P
2018-02-27x86,arm: cpu clocks list in package informationBurt P
2018-02-09x86: metldown and spectre bug flagsBurt P
2018-02-09x86: increase the cpuinfo read buffer sizeBurt P
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