aboutsummaryrefslogtreecommitdiff
path: root/modules/devices.c
AgeCommit message (Expand)Author
2018-09-08pci, gpu: fix for duplicate sections when not using EnglishBurt P
2018-04-24[new] devices/gpu: graphics processorsBurt P
2018-03-12usb_util.cBurt P
2017-08-27Show motherboard version again after DMI refactoringLeandro Pereira
2017-08-27devices: tweak get_motherboard() to only use one translated stringBurt P
2017-08-27devices: get_motherboard() fallbacks for board_name and board_vendorBurt P
2017-08-27devices: use dmi_get_str() in get_motherboard()Burt P
2017-08-14device: minor tweaksBurt P
2017-08-14Use product version information in device::getMotherboardLeandro Pereira
2017-08-11CPU Frequency Desc and benchmark result re-formatBurt P
2017-08-11Make procs/cores/threads description string translatable with plural formsBurt P
2017-08-11Separate processor name and description + count cores and threadsBurt P
2017-08-09Declare proc_cmp() as staticLeandro Pereira
2017-08-09arm: Try to lookup the SOC name from dt/compatibleBurt P
2017-08-09Handle mixed cores in get_processor_name(), ex: big.LITTLE or TegraBurt P
2017-07-30devices.c: printf with no format stringBurt P
2017-07-19device tree: reworked and cleaned upBurt P
2017-07-19Expand device tree supportBurt P
2017-07-19All module entries must have name != NULLBurt P
2017-07-19Move Device Tree up in the listBurt P
2017-07-19Move Raspberry Pi detection stuff into Device Tree sectionBurt P
2017-07-19Begin support for device treeBurt P
2017-07-12Add column for localized field descriptions to Devices->MemoryBurt P
2017-07-12Fix Computer -> Summary -> RAM for non-EnglishBurt P
2017-07-04Use load graph (used in memory view) to graph sensor dataLeandro Pereira
2017-07-04Ungroup sensor valuesLeandro Pereira
2017-06-02Requested changes in re rpi board nameBurt P
2017-06-02Get "model" from device tree for board nameBurt P
2017-06-02rpi board data editsBurt P
2017-06-02Get board information for Raspberry PisBurt P
2017-04-10Update devices.cTotalCaesar659
2016-07-30If reading from /proc/{ioports,iomem,dma} requires root, warnLeandro Pereira
2015-10-25ARM fixes.jamesbond
2015-10-25revert commit [d5afcb6851]; fix the real cause of missing RAM display (use mo...jamesbond
2015-10-25fix missing RAM memory due to functions of the same name being exported in di...jamesbond
2014-01-03Add initial translation support (patch from rodin.s)Julien Lavergne
2012-05-30Split x86 and x86_64 archeshasufell
2012-01-27Remove "lib" prefix from modulesLeandro Pereira
2012-01-26Better manage moreinfo hashesLeandro Pereira
2012-01-15Allocate/deallocate sensor labels/compute hash table only onceLeandro Pereira
2012-01-07Show moterboard information in the new summary screenLeandro Pereira
2012-01-07Display memory size in the new computer summary screenLeandro Pereira
2010-08-15Fix crash on module unloadLeandro Pereira
2010-05-09Add support to read memory SPD (memory type, speed, timings, etc).Leandro A. F. Pereira
2010-05-08ARCH_i386 and ARCH_x86_64 are not defined anymore; use ARCH_x86 insteadLeandro A. F. Pereira
2010-05-03Move files from hardinfo2 to root.Leandro A. F. Pereira