summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/sysreg.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-12-021-1/+1
|\
| * arm64: mte: Fix typo in macro definitionVincenzo Frascino2020-11-301-1/+1
* | Merge tag 'kvmarm-fixes-5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-11-131-0/+4
|\ \ | |/ |/|
| * KVM: arm64: Handle SCXTNUM_ELx trapsMarc Zyngier2020-11-121-0/+4
* | arm64: Add workaround for Arm Cortex-A77 erratum 1508412Rob Herring2020-10-291-0/+9
|/
* Merge branch 'for-next/mte' into for-next/coreWill Deacon2020-10-021-0/+61
|\
| * arm64: mte: Allow user control of the generated random tags via prctl()Catalin Marinas2020-09-041-0/+7
| * arm64: mte: CPU feature detection and initial sysreg configurationVincenzo Frascino2020-09-031-0/+1
| * arm64: mte: system register definitionsVincenzo Frascino2020-09-031-0/+53
| |
| \
*-. \ Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cp...Will Deacon2020-10-021-8/+18
|\ \ \ | |_|/ |/| |
| | * arm64: ptrauth: Introduce Armv8.3 pointer authentication enhancementsAmit Daniel Kachhap2020-09-141-8/+16
| |/ |/|
| * arm64: perf: Add support caps under sysfsShaokun Zhang2020-09-281-0/+2
|/
* Merge branch 'for-next/tlbi' into for-next/coreCatalin Marinas2020-07-311-0/+3
|\
| * arm64: tlb: Detect the ARMv8.4 TLBI RANGE featureZhenyu Ye2020-07-151-0/+3
| * arm64: Detect the ARMv8.4 TTL featureMarc Zyngier2020-07-071-0/+1
| |
| \
*-. \ Merge branches 'for-next/misc', 'for-next/vmcoreinfo', 'for-next/cpufeature',...Catalin Marinas2020-07-311-0/+42
|\ \ \ | | |/ | |/|
| | * arm64/cpufeature: Replace all open bits shift encodings with macrosAnshuman Khandual2020-07-031-0/+28
| | * arm64/cpufeature: Add remaining feature bits in ID_AA64MMFR2 registerAnshuman Khandual2020-07-031-0/+7
| | * arm64/cpufeature: Add remaining feature bits in ID_AA64MMFR1 registerAnshuman Khandual2020-07-031-0/+4
| | * arm64/cpufeature: Add remaining feature bits in ID_AA64MMFR0 registerAnshuman Khandual2020-07-031-0/+3
| |/
* / arm64: s/AMEVTYPE/AMEVTYPERVladimir Murzin2020-07-221-2/+2
|/
* Merge branch 'for-next/bti' into for-next/coreWill Deacon2020-05-281-0/+3
|\
| * Merge branch 'for-next/bti-user' into for-next/btiWill Deacon2020-05-051-0/+4
| |\
| | * arm64: Basic Branch Target Identification supportDave Martin2020-03-161-0/+4
* | | KVM: arm64: Check advertised Stage-2 page size capabilityMarc Zyngier2020-05-281-0/+3
* | | arm64/cpufeature: Add remaining feature bits in ID_AA64PFR1 registerAnshuman Khandual2020-05-211-0/+4
* | | arm64/cpufeature: Add remaining feature bits in ID_AA64PFR0 registerAnshuman Khandual2020-05-211-0/+2
* | | arm64/cpufeature: Add remaining feature bits in ID_AA64ISAR0 registerAnshuman Khandual2020-05-211-0/+1
* | | arm64/cpufeature: Add remaining feature bits in ID_MMFR4 registerAnshuman Khandual2020-05-211-0/+8
* | | arm64/cpufeature: Add remaining feature bits in ID_PFR0 registerAnshuman Khandual2020-05-211-0/+3
* | | arm64/cpufeature: Introduce ID_MMFR5 CPU registerAnshuman Khandual2020-05-211-0/+3
* | | arm64/cpufeature: Introduce ID_DFR1 CPU registerAnshuman Khandual2020-05-211-0/+3
* | | arm64/cpufeature: Introduce ID_PFR2 CPU registerAnshuman Khandual2020-05-211-0/+4
* | | arm64/cpufeature: Add explicit ftr_id_isar0[] for ID_ISAR0 registerAnshuman Khandual2020-05-211-0/+8
* | | arm64: cpufeature: Group indexed system register definitions by nameWill Deacon2020-05-051-1/+5
* | | arm64: drop duplicate definitions of ID_AA64MMFR0_TGRAN constantsArd Biesheuvel2020-04-281-11/+0
* | | arm64: cpufeature: Add CPU capability for AArch32 EL1 supportWill Deacon2020-04-281-0/+1
* | | arm64: cpufeature: Spell out register fields for ID_ISAR4 and ID_PFR1Will Deacon2020-04-281-0/+17
|/ /
* | arm64: Delete the space separator in __emit_instFangrui Song2020-04-151-1/+3
| |
| \
*-. \ Merge branches 'for-next/memory-hotremove', 'for-next/arm_sdei', 'for-next/am...Catalin Marinas2020-03-251-0/+48
|\ \ \ | |_|/ |/| |
| | * arm64: perf: Add support for ARMv8.5-PMU 64-bit countersAndrew Murray2020-03-171-0/+4
| | * KVM: arm64: limit PMU version to PMUv3 for ARMv8.1Andrew Murray2020-03-171-0/+6
| |/ |/|
| * arm64: add support for the AMU extension v1Ionela Voinescu2020-03-061-0/+38
|/
* Merge branch 'for-next/rng' into for-next/coreWill Deacon2020-01-221-0/+4
|\
| * arm64: Implement archrandom.h for ARMv8.5-RNGRichard Henderson2020-01-221-0/+4
| |
| \
| \
| \
*---. \ Merge branches 'for-next/acpi', 'for-next/cpufeatures', 'for-next/csum', 'for...Will Deacon2020-01-221-0/+34
|\ \ \ \ | |_|_|/ |/| | |
| | | * arm64: Use macros instead of hard-coded constants for MAIR_EL1Catalin Marinas2020-01-171-0/+12
| |_|/ |/| |
| | * arm64: Add initial support for E0PDMark Brown2020-01-151-0/+1
| |/ |/|
| * arm64: Introduce ID_ISAR6 CPU registerAnshuman Khandual2020-01-151-0/+9
| * arm64: cpufeature: Export matrix and other features to userspaceSteven Price2020-01-151-0/+12
|/