summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/sys_regs.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm/arm64: Emulate the EL1 phys timer registersJintack Lim2017-02-081-3/+34
* KVM: arm64: Add the EL1 physical timer access handlerJintack Lim2017-02-081-0/+34
* KVM: arm/arm64: vgic: Introduce find_reg_by_id()Vijaya Kumar K2017-01-301-11/+16
* arm64: KVM: pmu: Fix AArch32 cycle counter accessWei Huang2016-11-181-2/+8
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-10-031-20/+11
|\
| * arm64/kvm: use {read,write}_sysreg()Mark Rutland2016-09-091-20/+11
* | arm64: KVM: report configured SRE value to 32-bit worldVladimir Murzin2016-08-171-1/+1
* | arm64: KVM: remove misleading comment on pmu statusVladimir Murzin2016-08-171-8/+0
|/
* arm64: KVM: Clean up a conditionDan Carpenter2016-07-141-2/+2
* arm64: KVM: Make ICC_SRE_EL1 access return the configured SRE valueMarc Zyngier2016-05-311-1/+12
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-171-1/+1
|\
| * arm64: Rename cpuid_feature field extract routinesSuzuki K Poulose2016-02-251-1/+1
* | arm64: KVM: Switch the sys_reg search to be a binary searchMarc Zyngier2016-02-291-18/+22
* | 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