aboutsummaryrefslogtreecommitdiff
path: root/src/arm/linux
AgeCommit message (Expand)Author
2018-03-14Tabulate MIDR on Kirin 928Marat Dukhan
2018-03-14Fix uninitialized memory bug on non-identified ARM coresMarat Dukhan
2018-03-08Identify Kirin 970 in Honor View 10Marat Dukhan
2018-03-08Work around for Exynos 5260 misreported as Exynos 5420Marat Dukhan
2018-03-08Refactor work-around for misreported RK3399Marat Dukhan
2018-03-08Use ro.arch to identify Samsung Exynos in hard casesMarat Dukhan
2018-03-08Workaround RK3399 misreported as RK3288Marat Dukhan
2018-03-08Fix bug of misdetecting chipsets with partially matched signaturesMarat Dukhan
2018-03-07Detect RockChip RK3229 chipsetsMarat Dukhan
2018-01-08Parse /sys/devices/system/cpu/presentMarat Dukhan
2017-12-19Minor fixes in Android versionMarat Dukhan
2017-12-18Fast GPU name lookup from chipset name on Android/ARMMarat Dukhan
2017-12-18GPU name normalization on AndroidMarat Dukhan
2017-12-15Handle rename of Exynos 4410 to Exynos 4412Marat Dukhan
2017-12-15Fix misdetection of OMAP4470 as OMAP4430Marat Dukhan
2017-12-11Recognize MSM8610 with 4 cores as MSM8612Marat Dukhan
2017-12-11Improve decoding of HiSilicon chipsetsMarat Dukhan
2017-12-04Fix typo in detection of ARMv7MP on Cortex-A9Marat Dukhan
2017-12-04Detect ARMv7MP instructions on dual-core ScorpionMarat Dukhan
2017-12-03Recognize FP16 support on Qualcomm ScorpionMarat Dukhan
2017-11-30Avoid MRC FPSID instruction when building for ARMv7+Marat Dukhan
2017-11-29Fix typo in commentsMarat Dukhan
2017-11-29Support Android builds for old platforms and NDKMarat Dukhan
2017-11-29More robust ISA detection on ARM LinuxMarat Dukhan
2017-11-28Lookup MIDR from chipset name on popular chipsets with buggy kernelsMarat Dukhan
2017-11-28Refactor chipset detection for Actions ATMxxxxMarat Dukhan
2017-11-28More robust ISA detection on ARM/LinuxMarat Dukhan
2017-11-27Recognize new HiSilicon Kirin signature in ro.board.platformMarat Dukhan
2017-10-28Fix typo in cache detection on ARMMarat Dukhan
2017-10-20Change nVidia -> NvidiaMarat Dukhan
2017-10-16Fix build on ARM/LinuxMarat Dukhan
2017-10-16Fix ndk-build configs and build on ARM/AndroidMarat Dukhan
2017-10-15Fix build on ARM/LinuxMarat Dukhan
2017-09-26Fix bug in parsing /proc/cpuinfo Hardware string on Linux/ARMMarat Dukhan
2017-09-25Major interface refactoringMarat Dukhan
2017-09-24Add functions to get current processor/coreMarat Dukhan
2017-09-24Expose number of cores on ARM/LinuxMarat Dukhan
2017-09-24Create cpucore_core objects on ARM/LinuxMarat Dukhan
2017-09-22Remove unused functionMarat Dukhan
2017-09-22Compatibility with older Android NDK versionsMarat Dukhan
2017-09-21Detect GPU name on ARM/AndroidMarat Dukhan
2017-09-13Improved cache detection of big.LITTLE systems with same core typesMarat Dukhan
2017-09-13Rename package_group_min into package_leader_idMarat Dukhan
2017-09-13Move linux_id into top-level processor structureMarat Dukhan
2017-09-13Setup cpuinfo_packages array and expose chipset name through APIMarat Dukhan
2017-09-12Fix detection of ARM core clusters when frequency is not reported for some coresMarat Dukhan
2017-09-11Minor cleanup of ARM/Linux initialization codeMarat Dukhan
2017-09-11Correctly detect big.LITTLE and Max.Med.Min clustersMarat Dukhan
2017-08-28Do not parse core id and thread siblings list on ARM/LinuxMarat Dukhan
2017-08-28Parse core sibling list on ARM/Linux only if package ID is meaningfulMarat Dukhan