aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/sys_regs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-09arm64: KVM: PMU: Inject UNDEF on non-privileged accessesMarc Zyngier1-2/+6
2017-04-09arm64: KVM: PMU: Inject UNDEF exception on illegal register accessMarc Zyngier1-1/+6
2017-04-09arm64: KVM: PMU: Refactor pmu_*_el0_disabledMarc Zyngier1-14/+11
2017-02-08KVM: arm/arm64: Emulate the EL1 phys timer registersJintack Lim1-3/+34
2017-02-08KVM: arm64: Add the EL1 physical timer access handlerJintack Lim1-0/+34
2017-01-30KVM: arm/arm64: vgic: Introduce find_reg_by_id()Vijaya Kumar K1-11/+16
2016-11-18arm64: KVM: pmu: Fix AArch32 cycle counter accessWei Huang1-2/+8
2016-10-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-20/+11
2016-09-09arm64/kvm: use {read,write}_sysreg()Mark Rutland1-20/+11
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