| Commit message (Expand) | Author | Age | Files | Lines |
* | arm64: KVM: PMU: Inject UNDEF on read access to PMSWINC_EL0 | Marc Zyngier | 2017-04-09 | 1 | -7/+6 |
* | arm64: KVM: Make unexpected reads from WO registers inject an undef | Marc Zyngier | 2017-04-09 | 1 | -0/+9 |
* | arm64: KVM: PMU: Inject UNDEF on non-privileged accesses | Marc Zyngier | 2017-04-09 | 1 | -2/+6 |
* | arm64: KVM: PMU: Inject UNDEF exception on illegal register access | Marc Zyngier | 2017-04-09 | 1 | -1/+6 |
* | arm64: KVM: PMU: Refactor pmu_*_el0_disabled | Marc Zyngier | 2017-04-09 | 1 | -14/+11 |
* | KVM: arm/arm64: Emulate the EL1 phys timer registers | Jintack Lim | 2017-02-08 | 1 | -3/+34 |
* | KVM: arm64: Add the EL1 physical timer access handler | Jintack Lim | 2017-02-08 | 1 | -0/+34 |
* | KVM: arm/arm64: vgic: Introduce find_reg_by_id() | Vijaya Kumar K | 2017-01-30 | 1 | -11/+16 |
* | arm64: KVM: pmu: Fix AArch32 cycle counter access | Wei Huang | 2016-11-18 | 1 | -2/+8 |
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2016-10-03 | 1 | -20/+11 |
|\ |
|
| * | arm64/kvm: use {read,write}_sysreg() | Mark Rutland | 2016-09-09 | 1 | -20/+11 |
* | | arm64: KVM: report configured SRE value to 32-bit world | Vladimir Murzin | 2016-08-17 | 1 | -1/+1 |
* | | arm64: KVM: remove misleading comment on pmu status | Vladimir Murzin | 2016-08-17 | 1 | -8/+0 |
|/ |
|
* | arm64: KVM: Clean up a condition | Dan Carpenter | 2016-07-14 | 1 | -2/+2 |
* | arm64: KVM: Make ICC_SRE_EL1 access return the configured SRE value | Marc Zyngier | 2016-05-31 | 1 | -1/+12 |
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2016-03-17 | 1 | -1/+1 |
|\ |
|
| * | arm64: Rename cpuid_feature field extract routines | Suzuki K Poulose | 2016-02-25 | 1 | -1/+1 |
* | | arm64: KVM: Switch the sys_reg search to be a binary search | Marc Zyngier | 2016-02-29 | 1 | -18/+22 |
* | | arm64: KVM: Add access handler for PMUSERENR register | Shannon Zhao | 2016-02-29 | 1 | -5/+96 |
* | | arm64: KVM: Add helper to handle PMCR register bits | Shannon Zhao | 2016-02-29 | 1 | -0/+1 |
* | | arm64: KVM: Add access handler for PMSWINC register | Shannon Zhao | 2016-02-29 | 1 | -1/+19 |
* | | arm64: KVM: Add access handler for PMOVSSET and PMOVSCLR register | Shannon Zhao | 2016-02-29 | 1 | -3/+26 |
* | | arm64: KVM: Add access handler for PMINTENSET and PMINTENCLR register | Shannon Zhao | 2016-02-29 | 1 | -4/+28 |
* | | arm64: KVM: Add access handler for event type register | Shannon Zhao | 2016-02-29 | 1 | -2/+124 |
* | | arm64: KVM: Add access handler for PMCNTENSET and PMCNTENCLR register | Shannon Zhao | 2016-02-29 | 1 | -4/+31 |
* | | arm64: KVM: Add access handler for event counter register | Shannon Zhao | 2016-02-29 | 1 | -4/+135 |
* | | arm64: KVM: Add access handler for PMCEID0 and PMCEID1 register | Shannon Zhao | 2016-02-29 | 1 | -4/+24 |
* | | arm64: KVM: Add access handler for PMSELR register | Shannon Zhao | 2016-02-29 | 1 | -2/+18 |
* | | arm64: KVM: Add access handler for PMCR register | Shannon Zhao | 2016-02-29 | 1 | -2/+40 |
|/ |
|
* | arm64: KVM: Fix guest dead loop when register accessor returns false | Shannon Zhao | 2016-01-24 | 1 | -3/+2 |
* | arm64: KVM: Fix comments of the CP handler | Shannon Zhao | 2016-01-24 | 1 | -2/+2 |
* | arm64: KVM: debug: Remove spurious inline attributes | Marc Zyngier | 2015-12-18 | 1 | -29/+29 |
* | arm64: KVM: Turn system register numbers to an enum | Marc Zyngier | 2015-12-14 | 1 | -0/+1 |
* | arm64: KVM: Correctly handle zero register in system register accesses | Pavel Fedin | 2015-12-04 | 1 | -45/+42 |
* | arm64: KVM: Remove const from struct sys_reg_params | Pavel Fedin | 2015-12-04 | 1 | -18/+18 |
* | arm64/kvm: Make use of the system wide safe values | Suzuki K. Poulose | 2015-10-21 | 1 | -6/+6 |
* | arm64: KVM: Remove all traces of the ThumbEE registers | Will Deacon | 2015-09-17 | 1 | -7/+0 |
* | arm64: KVM: Fix user access for debug registers | Marc Zyngier | 2015-09-16 | 1 | -4/+4 |
* | KVM: arm64: add trace points for guest_debug debug | Alex Bennée | 2015-07-21 | 1 | -0/+17 |
* | KVM: arm64: introduce vcpu->arch.debug_ptr | Alex Bennée | 2015-07-21 | 1 | -22/+252 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2015-02-13 | 1 | -2/+38 |
|\ |
|
| * | Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git... | Paolo Bonzini | 2015-01-23 | 1 | -2/+38 |
| |\ |
|
| | * | arm64: KVM: add SGI generation register emulation | Andre Przywara | 2015-01-20 | 1 | -0/+27 |
| | * | arm/arm64: KVM: rework MPIDR assignment and add accessors | Andre Przywara | 2015-01-20 | 1 | -2/+11 |
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2015-02-11 | 1 | -10/+13 |
|\| | |
|
| * | | arm64: kvm: move to ESR_ELx macros | Mark Rutland | 2015-01-15 | 1 | -10/+13 |
| |/ |
|
* / | arm/arm64: KVM: Use set/way op trapping to track the state of the caches | Marc Zyngier | 2015-01-29 | 1 | -65/+10 |
|/ |
|
* | arm64: KVM: Handle traps of ICC_SRE_EL1 as RAZ/WI | Christoffer Dall | 2014-11-26 | 1 | -0/+9 |
* | KVM: ARM/arm64: avoid returning negative error code as bool | Will Deacon | 2014-08-27 | 1 | -1/+1 |
* | arm64: KVM: fix 64bit CP15 VM access for 32bit guests | Marc Zyngier | 2014-08-01 | 1 | -2/+5 |