Age | Commit message (Expand) | Author |
2017-03-07 | arm64: KVM: Survive unknown traps from guests | Mark Rutland |
2017-03-06 | arm64: KVM: VHE: Clear HCR_TGE when invalidating guest TLBs | Marc Zyngier |
2017-02-22 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2017-02-08 | KVM: arm/arm64: Emulate the EL1 phys timer registers | Jintack Lim |
2017-02-08 | KVM: arm64: Add the EL1 physical timer access handler | Jintack Lim |
2017-02-08 | KVM: arm/arm64: Initialize the emulated EL1 physical timer | Jintack Lim |
2017-02-02 | arm64: KVM: Save/restore the host SPE state when entering/leaving a VM | Will Deacon |
2017-01-30 | KVM: arm/arm64: vgic: Implement VGICv3 CPU interface access | Vijaya Kumar K |
2017-01-30 | KVM: arm/arm64: vgic: Introduce find_reg_by_id() | Vijaya Kumar K |
2017-01-27 | arm64: Use __tlbi() macros in KVM code | Christopher Covington |
2017-01-25 | KVM: arm/arm64: vgic: Add debugfs vgic-state file | Christoffer Dall |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds |
2016-12-13 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2016-12-13 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2016-12-09 | arm64: KVM: pmu: Reset PMSELR_EL0.SEL to a sane value before entering the guest | Marc Zyngier |
2016-11-18 | arm64: KVM: pmu: Fix AArch32 cycle counter access | Wei Huang |
2016-11-16 | arm64: Support systems without FP/ASIMD | Suzuki K Poulose |
2016-11-14 | ARM: KVM: Support vGICv3 ITS | Vladimir Murzin |
2016-11-04 | arm/arm64: KVM: Perform local TLB invalidation when multiplexing vcpus on a s... | Marc Zyngier |
2016-10-06 | Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2016-10-03 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2016-09-22 | ARM: KVM: Support vgic-v3 | Vladimir Murzin |
2016-09-22 | KVM: arm64: vgic-its: Introduce config option to guard ITS specific code | Vladimir Murzin |
2016-09-22 | arm64: KVM: Move vgic-v3 save/restore to virt/kvm/arm/hyp | Vladimir Murzin |
2016-09-22 | arm64: KVM: Move GIC accessors to arch_gicv3.h | Vladimir Murzin |
2016-09-22 | arm64: KVM: Use static keys for selecting the GIC backend | Vladimir Murzin |
2016-09-12 | arm64/kvm: use alternative auto-nop | Mark Rutland |
2016-09-09 | arm64/kvm: use {read,write}_sysreg() | Mark Rutland |
2016-09-08 | arm64: KVM: Inject a vSerror if detecting a bad GICV access at EL2 | Marc Zyngier |
2016-09-08 | arm64: KVM: Handle async aborts delivered while at EL2 | Marc Zyngier |
2016-09-08 | arm64: KVM: Inject a Virtual SError if it was pending | Marc Zyngier |
2016-09-08 | arm64: KVM: Route asynchronous aborts | Marc Zyngier |
2016-09-08 | arm64: KVM: Add EL1 async abort handler | Marc Zyngier |
2016-09-08 | arm64: KVM: Add Virtual Abort injection helper | Marc Zyngier |
2016-09-08 | arm64: KVM: Preserve pending vSError in world switch | Marc Zyngier |
2016-09-08 | arm64: KVM: vgic-v2: Add the GICV emulation infrastructure | Marc Zyngier |
2016-09-08 | arm64: KVM: Move the AArch32 conditional execution to common code | Marc Zyngier |
2016-09-08 | arm64: KVM: Move kvm_vcpu_get_condition out of emulate.c | Marc Zyngier |
2016-09-08 | arm64: KVM: VHE: reset PSTATE.PAN on entry to EL2 | Vladimir Murzin |
2016-09-08 | KVM: arm/arm64: Get rid of exported aliases to static functions | Christoffer Dall |
2016-09-08 | arm64: KVM: Optimize __guest_enter/exit() to save a few instructions | Shanker Donthineni |
2016-08-17 | arm64: KVM: report configured SRE value to 32-bit world | Vladimir Murzin |
2016-08-17 | arm64: KVM: remove misleading comment on pmu status | Vladimir Murzin |
2016-08-17 | arm64: Document workaround for Cortex-A72 erratum #853709 | Marc Zyngier |
2016-08-04 | Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kerne... | Paolo Bonzini |
2016-08-02 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2016-08-01 | arm64: KVM: Set cpsr before spsr on fault injection | Andrew Jones |
2016-07-27 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2016-07-23 | arm64: KVM: VHE: Context switch MDSCR_EL1 | Marc Zyngier |
2016-07-22 | KVM: arm/arm64: Enable irqchip routing | Eric Auger |