aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/include/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* arm64: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Read the CPU 0 arm64 ID registers early in initarmAndrew Turner2020-07-011-1/+2
* Move ID reading signatures to a better headerAndrew Turner2020-07-011-0/+4
* Move the arm64 cache identification to identcpu.cAndrew Turner2020-03-031-0/+1
* Add more Arm arm64 CPU identification valuesAndrew Turner2020-01-061-1/+6
* Identify eMAG CPU used in Ampere Computing systems.Michael Tuexen2019-08-261-0/+3
* arm64: Implement HWCAPEmmanuel Vadot2019-07-201-1/+0
* Add a KPI for the delay while spinning on a spin lock.John Baldwin2018-11-051-0/+1
* ARM64: Add ThunderX2 CPU revision macro. Add ThunderX2 name in identcpu.cWojciech Macek2018-07-091-0/+2
* Rename the ThunderX CPU identification macros to include the X. This is theAndrew Turner2018-06-131-7/+7
* Add more Cavium CPU part numbers.Andrew Turner2018-06-131-1/+7
* Add a framework to install CPU errata on arm64. Each erratum can encodeAndrew Turner2018-01-091-0/+1
* Add more ARM Ltd parts to the list of knows CPUs.Andrew Turner2017-09-071-0/+4
* Add ARM Cortex A72 to CPU listMarcin Wojtas2017-09-031-0/+1
* Use the yield instruction in the arm64 cpu_spinwait. This instruction isAndrew Turner2016-04-251-1/+1
* Use the saved program state register to detect when an exception frame isAndrew Turner2016-03-221-2/+2
* Decode and print the ID_AA64* registers on boot. These registers holdAndrew Turner2015-12-301-0/+1
* Block secondary ITS instances from attaching on ARM64Zbigniew Bodek2015-09-161-0/+2
* Add SMP support to GICv3 and ITS driversZbigniew Bodek2015-08-191-1/+6
* Apply erratum for mrs ICC_IAR1_EL1 speculative execution on ThunderXZbigniew Bodek2015-07-311-0/+26
* Implement get_cyclecount() on ARM64Zbigniew Bodek2015-07-211-2/+5
* Improve ARM64 CPU_MATCHZbigniew Bodek2015-07-211-4/+11
* Rework CPU identification on ARM64Zbigniew Bodek2015-07-091-0/+37
* Renumber clauses to avoid missing 3Ed Maste2015-03-231-1/+1
* Add the start of the arm64 machine headers. This is the subset needed toAndrew Turner2015-03-231-0/+104