summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/sys_regs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2015-01-231-2/+38
|\
| * arm64: KVM: add SGI generation register emulationAndre Przywara2015-01-201-0/+27
| * arm/arm64: KVM: rework MPIDR assignment and add accessorsAndre Przywara2015-01-201-2/+11
* | arm64: kvm: move to ESR_ELx macrosMark Rutland2015-01-151-10/+13
|/
* arm64: KVM: Handle traps of ICC_SRE_EL1 as RAZ/WIChristoffer Dall2014-11-261-0/+9
* KVM: ARM/arm64: avoid returning negative error code as boolWill Deacon2014-08-271-1/+1
* arm64: KVM: fix 64bit CP15 VM access for 32bit guestsMarc Zyngier2014-08-011-2/+5
* arm64: KVM: add trap handlers for AArch32 debug registersMarc Zyngier2014-07-111-2/+142
* arm64: KVM: check ordering of all system register tablesMarc Zyngier2014-07-111-2/+20
* arm64: KVM: use separate tables for AArch32 32 and 64bit trapsMarc Zyngier2014-07-111-3/+10
* arm64: KVM: common infrastructure for handling AArch32 CP14/CP15Marc Zyngier2014-07-111-23/+110
* arm64: KVM: add trap handlers for AArch64 debug registersMarc Zyngier2014-07-111-2/+148
* arm64: KVM: rename pm_fake handler to trap_raz_wiMarc Zyngier2014-07-111-40/+43
* ARM64: KVM: fix big endian issue in access_vm_reg for 32bit guestVictor Kamensky2014-07-111-6/+4Star
* ARM64: KVM: set and get of sys registers in BE caseVictor Kamensky2014-07-111-4/+2Star
* arm64: KVM: export demux regids as KVM_REG_ARM64Alex Bennée2014-07-111-1/+1
* arm64: barriers: make use of barrier options with explicit barriersWill Deacon2014-05-091-2/+2
* arm64: KVM: flush VM pages before letting the guest enable cachesMarc Zyngier2014-03-031-1/+4
* arm64: KVM: trap VM system registers until MMU and caches are ONMarc Zyngier2014-03-031-12/+78
* arm64: KVM: allows discrimination of AArch32 sysreg accessMarc Zyngier2014-03-031-0/+6
* arm64: KVM: perform save/restore of PAR_EL1Marc Zyngier2013-08-091-0/+3
* arm64: KVM: 32bit handling of coprocessor trapsMarc Zyngier2013-06-121-7/+174
* arm64: KVM: system register handlingMarc Zyngier2013-06-071-0/+883