summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/sysreg.h
Commit message (Expand)AuthorAgeFilesLines
* arch: replace _BITUL() in kernel-space headers with BIT()Masahiro Yamada2019-07-171-41/+41
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-131-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/+1Star
|/
* 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-261-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/+0Star
* 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/+0Star
* | 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
* arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon2018-01-081-0/+1
* arm64: Take into account ID_AA64PFR0_EL1.CSV3Will Deacon2018-01-081-0/+1
* arm64: v8.4: Support for new floating point multiplication instructionsDongjiu Geng2018-01-051-0/+1
* arm64: limit PA size to supported rangeKristina Martsenko2017-12-221-0/+8
* arm64/sve: System register and exception syndrome definitionsDave Martin2017-11-031-0/+21
* arm64: KVM: Hide unsupported AArch64 CPU features from guestsDave Martin2017-11-031-0/+3
* Merge branch 'for-next/perf' into aarch64/for-next/coreWill Deacon2017-10-241-0/+93
|\
| * arm64: sysreg: Move SPE registers and PSB into common header filesWill Deacon2017-10-181-0/+93
* | arm64: Expose support for optional ARMv8-A featuresSuzuki K Poulose2017-10-111-0/+4
|/
* arm64: Expose DC CVAP to userspaceRobin Murphy2017-08-091-0/+1
* arm64: sysreg: Fix unprotected macro argmuent in write_sysregDave Martin2017-07-261-2/+2