Age | Commit message (Expand) | Author |
2016-04-06 | arm64: KVM: Warn when PARange is less than 40 bits | Marc Zyngier |
2016-03-30 | arm64: kvm: 4.6-rc1: Fix VTCR_EL2 VS setting | Suzuki K Poulose |
2016-03-21 | kvm: arm64: Disable compiler instrumentation for hypervisor code | Catalin Marinas |
2016-03-17 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2016-03-16 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2016-03-09 | arm64: KVM: vgic-v3: Only wipe LRs on vcpu exit | Marc Zyngier |
2016-03-09 | arm64: KVM: vgic-v3: Reset LRs at boot time | Marc Zyngier |
2016-03-09 | arm64: KVM: vgic-v3: Do not save an LR known to be empty | Marc Zyngier |
2016-03-09 | arm64: KVM: vgic-v3: Save maintenance interrupt state only if required | Marc Zyngier |
2016-03-09 | arm64: KVM: vgic-v3: Avoid accessing ICH registers | Marc Zyngier |
2016-02-29 | arm64: KVM: Switch the sys_reg search to be a binary search | Marc Zyngier |
2016-02-29 | arm64: KVM: Add a new vcpu device control group for PMUv3 | Shannon Zhao |
2016-02-29 | arm64: KVM: Introduce per-vcpu kvm device controls | Shannon Zhao |
2016-02-29 | arm64: KVM: Add a new feature bit for PMUv3 | Shannon Zhao |
2016-02-29 | arm64: KVM: Reset PMU state when resetting vcpu | Shannon Zhao |
2016-02-29 | arm64: KVM: Add access handler for PMUSERENR register | Shannon Zhao |
2016-02-29 | arm64: KVM: Add helper to handle PMCR register bits | Shannon Zhao |
2016-02-29 | arm64: KVM: Add access handler for PMSWINC register | Shannon Zhao |
2016-02-29 | arm64: KVM: Add access handler for PMOVSSET and PMOVSCLR register | Shannon Zhao |
2016-02-29 | arm64: KVM: Add access handler for PMINTENSET and PMINTENCLR register | Shannon Zhao |
2016-02-29 | arm64: KVM: Add access handler for event type register | Shannon Zhao |
2016-02-29 | arm64: KVM: Add access handler for PMCNTENSET and PMCNTENCLR register | Shannon Zhao |
2016-02-29 | arm64: KVM: Add access handler for event counter register | Shannon Zhao |
2016-02-29 | arm64: KVM: Add access handler for PMCEID0 and PMCEID1 register | Shannon Zhao |
2016-02-29 | arm64: KVM: Add access handler for PMSELR register | Shannon Zhao |
2016-02-29 | arm64: KVM: Add access handler for PMCR register | Shannon Zhao |
2016-02-29 | arm64: KVM: Define PMU data structure for each vcpu | Shannon Zhao |
2016-02-29 | arm64: KVM: Move vgic-v2 and timer save/restore to virt/kvm/arm/hyp | Marc Zyngier |
2016-02-29 | arm64: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.h | Marc Zyngier |
2016-02-29 | arm64: KVM: Move most of the fault decoding to C | Marc Zyngier |
2016-02-29 | arm64: KVM: VHE: Add alternative panic handling | Marc Zyngier |
2016-02-29 | arm64: KVM: VHE: Add fpsimd enabling on guest access | Marc Zyngier |
2016-02-29 | arm64: KVM: VHE: Use unified sysreg accessors for timer | Marc Zyngier |
2016-02-29 | arm64: KVM: VHE: Implement VHE activate/deactivate_traps | Marc Zyngier |
2016-02-29 | arm64: KVM: VHE: Make __fpsimd_enabled VHE aware | Marc Zyngier |
2016-02-29 | arm64: KVM: VHE: Enable minimal sysreg save/restore | Marc Zyngier |
2016-02-29 | arm64: KVM: VHE: Use unified system register accessors | Marc Zyngier |
2016-02-29 | arm64: KVM: VHE: Split save/restore of registers shared between guest and host | Marc Zyngier |
2016-02-29 | arm64: KVM: VHE: Differenciate host/guest sysreg save/restore | Marc Zyngier |
2016-02-29 | arm64: KVM: VHE: Introduce unified system register accessors | Marc Zyngier |
2016-02-29 | arm64: KVM: VHE: Patch out kern_hyp_va | Marc Zyngier |
2016-02-29 | arm64: KVM: VHE: Patch out use of HVC | Marc Zyngier |
2016-02-29 | arm64: KVM: Switch to C-based stage2 init | Marc Zyngier |
2016-02-29 | arm/arm64: KVM: Fix ioctl error handling | Michael S. Tsirkin |
2016-02-25 | arm64: Rename cpuid_feature field extract routines | Suzuki K Poulose |
2016-02-24 | arm64: KVM: vgic-v3: Restore ICH_APR0Rn_EL2 before ICH_APR1Rn_EL2 | Marc Zyngier |
2016-02-18 | arm64: kvm: deal with kernel symbols outside of linear mapping | Ard Biesheuvel |
2016-02-18 | arm64: prevent potential circular header dependencies in asm/bug.h | Ard Biesheuvel |
2016-02-11 | arm64: KVM: Configure TCR_EL2.PS at runtime | Tirumalesh Chalamarla |
2016-01-24 | arm64: KVM: Fix guest dead loop when register accessor returns false | Shannon Zhao |