summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/sysreg.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* arm64: sysreg: fix incorrect definition of SYS_PAR_EL1_FYang Yingliang2019-10-161-1/+1
*-. Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon2019-08-301-0/+3
|\ \
| | * arm64: sysreg: Add some field definitions for PAR_EL1Will Deacon2019-08-271-0/+3
| |/
* | arm64: sysreg: Remove unused and rotting SCTLR_ELx field definitionsWill Deacon2019-08-051-29/+0
|/
* arch: replace _BITUL() in kernel-space headers with BIT()Masahiro Yamada2019-07-161-41/+41
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-121-2/+33
|\
| * KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_sDave Martin2019-07-051-2/+33
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-081-0/+1
|\ \ | |/ |/|
| * arm64: Expose FRINT capabilities to userspaceMark Brown2019-06-251-0/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-171-0/+3
|\
| * KVM: arm64/sve: System register context switch and access supportDave Martin2019-03-291-0/+3
* | arm64: sysreg: Make mrs_s and msr_s macros work with Clang and LTOKees Cook2019-04-251-13/+32
* | arm64: Expose SVE2 features for userspaceDave Martin2019-04-231-0/+14
|/
* arm64: KVM: Expose sanitised cache type register to guestArd Biesheuvel2019-02-191-0/+1
* KVM: arm/arm64: consolidate arch timer trap handlersAndre Przywara2019-02-191-0/+4
* KVM: arm64: Fix ICH_ELRSR_EL2 sysreg namingMarc Zyngier2019-02-191-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-12-251-36/+73
|\
| * arm64: sysreg: Use _BITUL() when defining register bitsWill Deacon2018-12-131-40/+41
| * arm64: add pointer authentication register bitsMark Rutland2018-12-131-0/+30
| * arm64: Add support for SB barrier and patch in over DSB; ISB sequencesWill Deacon2018-12-061-0/+6
* | arm64: sysreg: fix sparse warningsSergey Matyukevich2018-11-231-2/+2
|/
* arm64: Trap WFI executed in userspaceMarc Zyngier2018-10-011-2/+2
* arm64: remove unused asm/compiler.h header fileArd Biesheuvel2018-10-011-1/+0
* arm64: sysreg: Clean up instructions for modifying PSTATE fieldsSuzuki K Poulose2018-09-171-10/+20
* arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3Will Deacon2018-09-141-0/+3
* arm64: cpufeature: Detect SSBS and advertise to userspaceWill Deacon2018-09-141-4/+12
* Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-08-221-0/+3
|\
| * KVM: arm64: vgic-v3: Add support for ICC_SGI0R_EL1 and ICC_ASGI1R_EL1 accessesMarc Zyngier2018-08-121-0/+2
| * arm64: KVM: Add support for Stage-2 control of memory types and cacheabilityMarc Zyngier2018-07-091-0/+1
* | arm64: kill config_sctlr_el1()Mark Rutland2018-07-121-10/+0
* | arm64: move SCTLR_EL{1,2} assertions to <asm/sysreg.h>Mark Rutland2018-07-121-10/+10
|/
* arm64: Introduce sysreg_clear_set()Mark Rutland2018-06-211-0/+11
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-091-0/+6
|\
| * arm64/kvm: Prohibit guest LOR accessesMark Rutland2018-02-261-0/+6
* | arm64: Expose Arm v8.4 featuresSuzuki K Poulose2018-03-191-0/+3
|/
* KVM: arm64: Emulate RAS error registers and set HCR_EL2's TERR & TEADongjiu Geng2018-01-161-0/+10
* KVM: arm64: Save/Restore guest DISR_EL1James Morse2018-01-161-0/+1
* KVM: arm64: Set an impdef ESR for Virtual-SError using VSESR_EL2.James Morse2018-01-161-0/+1
* arm64: kernel: Prepare for a DISR userJames Morse2018-01-161-0/+1
* arm64: Unconditionally enable IESB on exception entry/return for firmware-firstJames Morse2018-01-161-8/+9
* arm64: cpufeature: Detect CPU RAS ExtentionsXie XiuQi2018-01-161-0/+2
* arm64: sysreg: Move to use definitions for all the SCTLR bitsJames Morse2018-01-161-2/+63
OpenPOWER on IntegriCloud