summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/sysreg.h
AgeCommit message (Expand)Author
2020-05-28Merge branch 'for-next/bti' into for-next/coreWill Deacon
2020-05-28KVM: arm64: Check advertised Stage-2 page size capabilityMarc Zyngier
2020-05-21arm64/cpufeature: Add remaining feature bits in ID_AA64PFR1 registerAnshuman Khandual
2020-05-21arm64/cpufeature: Add remaining feature bits in ID_AA64PFR0 registerAnshuman Khandual
2020-05-21arm64/cpufeature: Add remaining feature bits in ID_AA64ISAR0 registerAnshuman Khandual
2020-05-21arm64/cpufeature: Add remaining feature bits in ID_MMFR4 registerAnshuman Khandual
2020-05-21arm64/cpufeature: Add remaining feature bits in ID_PFR0 registerAnshuman Khandual
2020-05-21arm64/cpufeature: Introduce ID_MMFR5 CPU registerAnshuman Khandual
2020-05-21arm64/cpufeature: Introduce ID_DFR1 CPU registerAnshuman Khandual
2020-05-21arm64/cpufeature: Introduce ID_PFR2 CPU registerAnshuman Khandual
2020-05-21arm64/cpufeature: Add explicit ftr_id_isar0[] for ID_ISAR0 registerAnshuman Khandual
2020-05-05Merge branch 'for-next/bti-user' into for-next/btiWill Deacon
2020-05-05arm64: cpufeature: Group indexed system register definitions by nameWill Deacon
2020-04-28arm64: drop duplicate definitions of ID_AA64MMFR0_TGRAN constantsArd Biesheuvel
2020-04-28arm64: cpufeature: Add CPU capability for AArch32 EL1 supportWill Deacon
2020-04-28arm64: cpufeature: Spell out register fields for ID_ISAR4 and ID_PFR1Will Deacon
2020-04-15arm64: Delete the space separator in __emit_instFangrui Song
2020-03-25Merge branches 'for-next/memory-hotremove', 'for-next/arm_sdei', 'for-next/am...Catalin Marinas
2020-03-17arm64: perf: Add support for ARMv8.5-PMU 64-bit countersAndrew Murray
2020-03-17KVM: arm64: limit PMU version to PMUv3 for ARMv8.1Andrew Murray
2020-03-16arm64: Basic Branch Target Identification supportDave Martin
2020-03-06arm64: add support for the AMU extension v1Ionela Voinescu
2020-01-22Merge branch 'for-next/rng' into for-next/coreWill Deacon
2020-01-22Merge branches 'for-next/acpi', 'for-next/cpufeatures', 'for-next/csum', 'for...Will Deacon
2020-01-22arm64: Implement archrandom.h for ARMv8.5-RNGRichard Henderson
2020-01-17arm64: Use macros instead of hard-coded constants for MAIR_EL1Catalin Marinas
2020-01-15arm64: Add initial support for E0PDMark Brown
2020-01-15arm64: Introduce ID_ISAR6 CPU registerAnshuman Khandual
2020-01-15arm64: cpufeature: Export matrix and other features to userspaceSteven Price
2019-10-16arm64: sysreg: fix incorrect definition of SYS_PAR_EL1_FYang Yingliang
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon
2019-08-27arm64: sysreg: Add some field definitions for PAR_EL1Will Deacon
2019-08-05arm64: sysreg: Remove unused and rotting SCTLR_ELx field definitionsWill Deacon
2019-07-16arch: replace _BITUL() in kernel-space headers with BIT()Masahiro Yamada
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-07-05KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_sDave Martin
2019-06-25arm64: Expose FRINT capabilities to userspaceMark Brown
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-04-25arm64: sysreg: Make mrs_s and msr_s macros work with Clang and LTOKees Cook
2019-04-23arm64: Expose SVE2 features for userspaceDave Martin
2019-03-29KVM: arm64/sve: System register context switch and access supportDave Martin
2019-02-19arm64: KVM: Expose sanitised cache type register to guestArd Biesheuvel
2019-02-19KVM: arm/arm64: consolidate arch timer trap handlersAndre Przywara
2019-02-19KVM: arm64: Fix ICH_ELRSR_EL2 sysreg namingMarc Zyngier
2018-12-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-12-13arm64: sysreg: Use _BITUL() when defining register bitsWill Deacon
2018-12-13arm64: add pointer authentication register bitsMark Rutland
2018-12-06arm64: Add support for SB barrier and patch in over DSB; ISB sequencesWill Deacon