summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/sys_regs.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm/arm64: PMU: Fix overflow interrupt injectionAndrew Jones2017-07-251-1/+1
* KVM: arm64: Log an error if trapping a write-to-read-only GICv3 accessMarc Zyngier2017-06-151-0/+15
* KVM: arm64: Log an error if trapping a read-from-write-only GICv3 accessMarc Zyngier2017-06-151-4/+8
* Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini2017-05-091-4/+4
|\
| * arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accessesMarc Zyngier2017-05-021-4/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-081-316/+180Star
|\|
| * Merge remote-tracking branch 'rutland/kvm/common-sysreg' into next-fixChristoffer Dall2017-04-091-252/+106Star
| |\
| | * KVM: arm64: Use common Set/Way sys definitionsMark Rutland2017-03-221-9/+3Star
| | * KVM: arm64: Use common sysreg definitionsMark Rutland2017-03-221-70/+24Star
| | * KVM: arm64: use common invariant sysreg definitionsMark Rutland2017-03-221-38/+19Star
| | * KVM: arm64: Use common physical timer sysreg definitionsMark Rutland2017-03-221-9/+3Star
| | * KVM: arm64: Use common GICv3 sysreg definitionsMark Rutland2017-03-221-6/+2Star
| | * KVM: arm64: Use common performance monitor sysreg definitionsMark Rutland2017-03-221-56/+22Star
| | * KVM: arm64: Use common debug sysreg definitionsMark Rutland2017-03-221-52/+21Star
| * | arm64: KVM: Do not corrupt registers on failed 64bit CP readMarc Zyngier2017-04-091-11/+16
| * | arm64: KVM: Treat sysreg accessors returning false as successfulMarc Zyngier2017-04-091-29/+20Star
| * | arm64: KVM: PMU: Inject UNDEF on read access to PMSWINC_EL0Marc Zyngier2017-04-091-7/+6Star
| * | arm64: KVM: Make unexpected reads from WO registers inject an undefMarc Zyngier2017-04-091-0/+9
| * | arm64: KVM: PMU: Inject UNDEF on non-privileged accessesMarc Zyngier2017-04-091-2/+6
| * | arm64: KVM: PMU: Inject UNDEF exception on illegal register accessMarc Zyngier2017-04-091-1/+6
| * | arm64: KVM: PMU: Refactor pmu_*_el0_disabledMarc Zyngier2017-04-091-14/+11Star
| |/
* / arm64: cpufeature: Make ID reg accessor naming less counterintuitiveDave Martin2017-04-041-2/+2
|/
* 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/+11Star
|\
| * arm64/kvm: use {read,write}_sysreg()Mark Rutland2016-09-091-20/+11Star
* | 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/+0Star
|/
* 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-181-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/+2Star
* 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