aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/sys_regs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-17arm64: KVM: report configured SRE value to 32-bit worldVladimir Murzin1-1/+1
2016-08-17arm64: KVM: remove misleading comment on pmu statusVladimir Murzin1-8/+0
2016-07-14arm64: KVM: Clean up a conditionDan Carpenter1-2/+2
2016-05-31arm64: KVM: Make ICC_SRE_EL1 access return the configured SRE valueMarc Zyngier1-1/+12
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2016-02-29arm64: KVM: Switch the sys_reg search to be a binary searchMarc Zyngier1-18/+22
2016-02-29arm64: KVM: Add access handler for PMUSERENR registerShannon Zhao1-5/+96
2016-02-29arm64: KVM: Add helper to handle PMCR register bitsShannon Zhao1-0/+1
2016-02-29arm64: KVM: Add access handler for PMSWINC registerShannon Zhao1-1/+19
2016-02-29arm64: KVM: Add access handler for PMOVSSET and PMOVSCLR registerShannon Zhao1-3/+26
2016-02-29arm64: KVM: Add access handler for PMINTENSET and PMINTENCLR registerShannon Zhao1-4/+28
2016-02-29arm64: KVM: Add access handler for event type registerShannon Zhao1-2/+124
2016-02-29arm64: KVM: Add access handler for PMCNTENSET and PMCNTENCLR registerShannon Zhao1-4/+31
2016-02-29arm64: KVM: Add access handler for event counter registerShannon Zhao1-4/+135
2016-02-29arm64: KVM: Add access handler for PMCEID0 and PMCEID1 registerShannon Zhao1-4/+24
2016-02-29arm64: KVM: Add access handler for PMSELR registerShannon Zhao1-2/+18
2016-02-29arm64: KVM: Add access handler for PMCR registerShannon Zhao1-2/+40
2016-02-25arm64: Rename cpuid_feature field extract routinesSuzuki K Poulose1-1/+1
2016-01-24arm64: KVM: Fix guest dead loop when register accessor returns falseShannon Zhao1-3/+2
2016-01-24arm64: KVM: Fix comments of the CP handlerShannon Zhao1-2/+2
2015-12-18arm64: KVM: debug: Remove spurious inline attributesMarc Zyngier1-29/+29
2015-12-14arm64: KVM: Turn system register numbers to an enumMarc Zyngier1-0/+1
2015-12-04arm64: KVM: Correctly handle zero register in system register accessesPavel Fedin1-45/+42
2015-12-04arm64: KVM: Remove const from struct sys_reg_paramsPavel Fedin1-18/+18
2015-10-21arm64/kvm: Make use of the system wide safe valuesSuzuki K. Poulose1-6/+6
2015-09-17arm64: KVM: Remove all traces of the ThumbEE registersWill Deacon1-7/+0
2015-09-16arm64: KVM: Fix user access for debug registersMarc Zyngier1-4/+4
2015-07-21KVM: arm64: add trace points for guest_debug debugAlex Bennée1-0/+17
2015-07-21KVM: arm64: introduce vcpu->arch.debug_ptrAlex Bennée1-22/+252
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+38
2015-02-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-10/+13
2015-01-29arm/arm64: KVM: Use set/way op trapping to track the state of the cachesMarc Zyngier1-65/+10
2015-01-23Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-nextPaolo Bonzini1-2/+38
2015-01-20arm64: KVM: add SGI generation register emulationAndre Przywara1-0/+27
2015-01-20arm/arm64: KVM: rework MPIDR assignment and add accessorsAndre Przywara1-2/+11
2015-01-15arm64: kvm: move to ESR_ELx macrosMark Rutland1-10/+13
2014-11-26arm64: KVM: Handle traps of ICC_SRE_EL1 as RAZ/WIChristoffer Dall1-0/+9
2014-08-27KVM: ARM/arm64: avoid returning negative error code as boolWill Deacon1-1/+1
2014-08-01arm64: KVM: fix 64bit CP15 VM access for 32bit guestsMarc Zyngier1-2/+5
2014-07-11arm64: KVM: add trap handlers for AArch32 debug registersMarc Zyngier1-2/+142
2014-07-11arm64: KVM: check ordering of all system register tablesMarc Zyngier1-2/+20
2014-07-11arm64: KVM: use separate tables for AArch32 32 and 64bit trapsMarc Zyngier1-3/+10
2014-07-11arm64: KVM: common infrastructure for handling AArch32 CP14/CP15Marc Zyngier1-23/+110
2014-07-11arm64: KVM: add trap handlers for AArch64 debug registersMarc Zyngier1-2/+148
2014-07-11arm64: KVM: rename pm_fake handler to trap_raz_wiMarc Zyngier1-40/+43
2014-07-11ARM64: KVM: fix big endian issue in access_vm_reg for 32bit guestVictor Kamensky1-6/+4
2014-07-11ARM64: KVM: set and get of sys registers in BE caseVictor Kamensky1-4/+2
2014-07-11arm64: KVM: export demux regids as KVM_REG_ARM64Alex Bennée1-1/+1
2014-05-09arm64: barriers: make use of barrier options with explicit barriersWill Deacon1-2/+2
2014-03-03arm64: KVM: flush VM pages before letting the guest enable cachesMarc Zyngier1-1/+4