aboutsummaryrefslogtreecommitdiff
path: root/modules/devices
AgeCommit message (Expand)Author
2017-07-19x86,arm,riscv: Use gettext contexts and comments for cpu flagsBurt P
2017-07-19Make cache type strings translatableBurt P
2017-07-19Use const for gettext stringsBurt P
2017-07-12Add column for localized field descriptions to Devices->MemoryBurt P
2017-07-12Changes related to gettext and shell interface quirksBurt P
2017-07-12Fix Computer -> Summary -> RAM for non-EnglishBurt P
2017-07-12s390: multiple cpu, topolog, cpufreqBurt P
2017-07-12cpu topology: add book and drawerBurt P
2017-07-12x86,arm,riscv: small fixes and flag definition cosmetic tweaksBurt P
2017-07-12arm: don't mark empty strings for translationBurt P
2017-07-12x86,arm,riscv: make flag definitions translatableBurt P
2017-07-12riscv: improve ISA string decodingBurt P
2017-07-12parisc: multiple procs, topology, cpufreq, more cpuinfo fieldsBurt P
2017-07-12minor changesBurt P
2017-07-12ia64: multiple procs, topology, cpufreq, more cpuinfo fieldsBurt P
2017-07-12riscv: improvementsBurt P
2017-07-12riscv: show extension setsBurt P
2017-07-12riscv: initial supportBurt P
2017-07-12The rest of processor.c using cpu_util.Burt P
2017-07-12Move common processor stuff into cpu_util.{h,c}Burt P
2017-07-12s390: add testBurt P
2017-07-12sh (superh): fixes, add testsBurt P
2017-07-12m68k: fixes, add testBurt P
2017-07-12ia64: fixes, add testBurt P
2017-07-12parisc: fixes, add testBurt P
2017-07-12alpha: add frequency, add testBurt P
2017-07-12mips: fix, add testBurt P
2017-07-12sparc: add cpu capabilities listBurt P
2017-07-12Add CMake options to allow testing various platform's processor.cBurt P
2017-07-12Cleanup all platform's proccessor.c, use translatable labels.Burt P
2017-07-12Handle x86_64 the same way as arm64Burt P
2017-07-12x86: make cache info translatableBurt P
2017-07-12arm: re-re-order ARM detailsBurt P
2017-07-12x86,arm,ppc: more processor label strings translatableBurt P
2017-07-12x86: remove "Has FPU"Burt P
2017-07-12x86,arm,ppc: code commentsBurt P
2017-07-12x86: remove large sprintf() format string from translationBurt P
2017-07-12x86,arm,ppc: more processor info strings translatableBurt P
2017-07-12x86,arm,ppc: make processor info strings more easily translatedBurt P
2017-07-06PPC: Information improvementsBurt P
2017-07-04Use load graph (used in memory view) to graph sensor dataLeandro Pereira
2017-07-04Ungroup sensor valuesLeandro Pereira
2017-07-04Reindent sensors.c using clang-formatLeandro Pereira
2017-06-26arm,x86: Don't show frequency scaling information if it isn't availableBurt P
2017-06-23x86: update cpuinfo flag meaningsBurt P
2017-06-23x86: add socket/core and more cpufreq informationBurt P
2017-06-22ARM: add socket/core and more cpufreq informationBurt P
2017-06-21Use arm_flag_meaning() directly instead of creating a GHashTableBurt P
2017-06-21After testing on aarch64 a problem is discoveredBurt P
2017-06-21ARM arch tweaksBurt P