aboutsummaryrefslogtreecommitdiff
path: root/modules/devices/arm/processor.c
AgeCommit message (Expand)Author
2024-05-24FIX GCC warnings arch/GCC version relatedhwspeedy
2024-02-08LICENSE Changed to GPL2+ for project and source code According to approval fr...bigbear
2021-11-07Update copyright informationL Pereira
2019-12-22arm: fix broadcom dtree prefixBurt P
2019-08-10arm: use arm.ids for implementer/part lookupBurt P
2019-08-10arm/processor: add BCM2838Burt P
2018-11-04arm/x86: include package info details in reportsBurt P
2018-10-22arm: try device tree opp for cpu freqBurt P
2018-10-02arm: soc vendors amlogic and allwinnerBurt P
2018-09-26arm/x86: clocks list empty when cpufreq is not availableBurt P
2018-09-08arm: some rockchip cpu namesBurt P
2018-09-08arm: code fix, forgotten comma(s)Burt P
2018-02-27x86,arm: cpu clocks list in package informationBurt P
2017-08-28ARM: Add some mediatek SOCsBurt 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-25device tree: fix crash when device tree is not foundBurt P
2017-07-12minor changesBurt P
2017-07-12Move common processor stuff into cpu_util.{h,c}Burt 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-12arm: re-re-order ARM detailsBurt P
2017-07-12x86,arm,ppc: more processor label strings translatableBurt P
2017-07-12x86,arm,ppc: code commentsBurt 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-06-26arm,x86: Don't show frequency scaling information if it isn't availableBurt 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
2017-06-05Fallback g_strv_contains() imp when using glib<2.44Burt P
2017-06-05arm: label changes to match requested changes to x86 versionBurt P
2017-06-02arm: use processor id from cpuinfo instead of counterBurt P
2017-06-02Decode ARM processor implementer and part numbersBurt P
2017-06-02Handle more cpuinfo format variantsBurt P
2017-06-02arm: bug fix in mode detectionBurt P
2017-06-02arm: more processor detailsBurt P
2017-06-02arm: a few more cpu flagsBurt P
2017-06-02arm: more flag definitionsBurt P
2017-06-02ARM processor information improvementsBurt P
2017-06-02Cosmetic changes in /modules/devices/arm/processor.cBurt P
2015-10-25ARM CPU: detect name from either "Processor" or "model name"jamesbond
2015-10-25ARM fixes.jamesbond
2010-05-05Add processor.c implementation for other supported architecturesLeandro A. F. Pereira