summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/sys_regs.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: KVM: Add access handler for PMUSERENR registerShannon Zhao2016-02-291-5/+96
* arm64: KVM: Add helper to handle PMCR register bitsShannon Zhao2016-02-291-0/+1
* arm64: KVM: Add access handler for PMSWINC registerShannon Zhao2016-02-291-1/+19
* arm64: KVM: Add access handler for PMOVSSET and PMOVSCLR registerShannon Zhao2016-02-291-3/+26
* arm64: KVM: Add access handler for PMINTENSET and PMINTENCLR registerShannon Zhao2016-02-291-4/+28
* arm64: KVM: Add access handler for event type registerShannon Zhao2016-02-291-2/+124
* arm64: KVM: Add access handler for PMCNTENSET and PMCNTENCLR registerShannon Zhao2016-02-291-4/+31
* arm64: KVM: Add access handler for event counter registerShannon Zhao2016-02-291-4/+135
* arm64: KVM: Add access handler for PMCEID0 and PMCEID1 registerShannon Zhao2016-02-291-4/+24
* arm64: KVM: Add access handler for PMSELR registerShannon Zhao2016-02-291-2/+18
* arm64: KVM: Add access handler for PMCR registerShannon Zhao2016-02-291-2/+40
* arm64: KVM: Fix guest dead loop when register accessor returns falseShannon Zhao2016-01-241-3/+2
* arm64: KVM: Fix comments of the CP handlerShannon Zhao2016-01-241-2/+2
* arm64: KVM: debug: Remove spurious inline attributesMarc Zyngier2015-12-181-29/+29
* arm64: KVM: Turn system register numbers to an enumMarc Zyngier2015-12-141-0/+1
* arm64: KVM: Correctly handle zero register in system register accessesPavel Fedin2015-12-041-45/+42
* arm64: KVM: Remove const from struct sys_reg_paramsPavel Fedin2015-12-041-18/+18
* arm64/kvm: Make use of the system wide safe valuesSuzuki K. Poulose2015-10-211-6/+6
* arm64: KVM: Remove all traces of the ThumbEE registersWill Deacon2015-09-171-7/+0
* arm64: KVM: Fix user access for debug registersMarc Zyngier2015-09-161-4/+4
* KVM: arm64: add trace points for guest_debug debugAlex Bennée2015-07-211-0/+17
* KVM: arm64: introduce vcpu->arch.debug_ptrAlex Bennée2015-07-211-22/+252
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-02-131-2/+38
|\
| * 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
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-02-111-10/+13
|\ \ \ | |/ /
| * | arm64: kvm: move to ESR_ELx macrosMark Rutland2015-01-151-10/+13
| |/
* | arm/arm64: KVM: Use set/way op trapping to track the state of the cachesMarc Zyngier2015-01-291-65/+10
|/
* 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/+4
* ARM64: KVM: set and get of sys registers in BE caseVictor Kamensky2014-07-111-4/+2
* 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
OpenPOWER on IntegriCloud