summaryrefslogtreecommitdiff
path: root/includes
AgeCommit message (Expand)Author
2017-09-04Add prototype for processor_frequency_desc()Leandro Pereira
2017-08-27dmi: requested changesBurt 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: dmi_chassis_type_str() maps chassis-type to stringBurt P
2017-08-27DMI: create single dmi_get_str() that uses sysfs with dmidecode fallbackBurt P
2017-08-15Add info_field_printf() to reduce some sturct Info field boilerplateLeandro Pereira
2017-08-14Begin getting rid of callbacks returning stringsLeandro Pereira
2017-08-14Move hardinfo_clean_label() and hardinfo_clean_value() to util.cBurt P
2017-08-12x86: add microcode version to reported informationBurt 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-08-09Handle mixed cores in get_processor_name(), ex: big.LITTLE or TegraBurt P
2017-08-07Reset some file modes to 0644Burt P
2017-08-04Remove tree_view_save_image()/cb_save_graphic() -related.Burt P
2017-08-04About dialog changesBurt P
2017-07-30gtk3: loadgraph/uber-graph: support multiple lines on the graphBurt P
2017-07-30loadgraph: make loadgraph opaque, sample gdoubleBurt P
2017-07-30GTK3 updatesBurt P
2017-07-30Started GTK3 supportTotalCaesar659
2017-07-29Refactor distribution detection routineLeandro Pereira
2017-07-25device tree: silence some warningsBurt P
2017-07-25device tree: fix crash when device tree is not foundBurt 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-21device tree: reg grouping with #address-cells + #size-cellsBurt P
2017-07-21device tree: add helper function for appending elementsBurt P
2017-07-21device tree: try harder to find device-tree rootBurt P
2017-07-21device tree: decode /__overrides__ fieldsBurt P
2017-07-21device tree: special handling gpios and clocksBurt P
2017-07-19device tree: display phandle, symbol, and alias mappingsBurt P
2017-07-19device tree: fixesBurt P
2017-07-19device tree: add lookup for /__symbols__ valuesBurt P
2017-07-19device tree: code comments and tweak dtr_str()Burt P
2017-07-19device tree: reworked and cleaned upBurt P
2017-07-19Begin support for device treeBurt P
2017-07-19x86 flag definition lookup changesBurt P
2017-07-19Support for pgettext()Burt P
2017-07-19Make locale dir match install pathBurt P
2017-07-19Use const for gettext stringsBurt P
2017-07-12Fixup translation supportBurt P
2017-07-12s390: multiple cpu, topolog, cpufreqBurt P
2017-07-12cpu topology: add book and drawerBurt P
2017-07-12parisc: multiple procs, topology, cpufreq, more cpuinfo fieldsBurt P
2017-07-12ia64: multiple procs, topology, cpufreq, more cpuinfo fieldsBurt P
2017-07-12riscv: show extension setsBurt P
2017-07-12riscv: initial supportBurt P
2017-07-12Move common processor stuff into cpu_util.{h,c}Burt P