aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/cpuinfo.h
Commit message (Expand)AuthorAgeFilesLines
* Implement mitigation for Spectre version 2 attacks on ARMv7.Michal Meloun2018-01-271-0/+2
* Implement tunable CPU quirks.Michal Meloun2017-06-131-1/+3
* ARM: Split identify_arm_cpu() into ARMv4 and ARMv6 variant.Michal Meloun2016-10-091-2/+5
* ARM: Add identifiers for ARM Cortex v8 and Marvell Sheeva v7 cores.Michal Meloun2016-10-061-0/+8
* Read the Multiprocessing Extensions bit from the Multiprocessor AffinityAndrew Turner2016-10-041-0/+3
* Set the correct values in the arm aux control register, based on chip type.Ian Lepore2015-10-191-1/+18
* Add minimum cache line sizes to struct cpuinfo, use them in the new cacheIan Lepore2015-03-091-0/+6
* Add new code to read and parse cpu identification data using the new CPUIDIan Lepore2014-12-281-0/+91