Age | Commit message (Expand) | Author |
2014-12-18 | KVM: move APIC types to arch/x86/ | Paolo Bonzini |
2014-12-15 | Merge tag 'kvm-arm-for-3.19-take2' of git://git.kernel.org/pub/scm/linux/kern... | Paolo Bonzini |
2014-12-15 | arm/arm64: KVM: Require in-kernel vgic for the arch timers | Christoffer Dall |
2014-12-13 | arm/arm64: KVM: Don't allow creating VCPUs after vgic_initialized | Christoffer Dall |
2014-12-13 | arm/arm64: KVM: Rename vgic_initialized to vgic_ready | Christoffer Dall |
2014-12-13 | arm/arm64: KVM: vgic: move reset initialization into vgic_init_maps() | Peter Maydell |
2014-12-13 | arm/arm64: KVM: Introduce stage2_unmap_vm | Christoffer Dall |
2014-12-13 | arm/arm64: KVM: Turn off vcpus on PSCI shutdown/reboot | Christoffer Dall |
2014-12-13 | arm/arm64: KVM: Clarify KVM_ARM_VCPU_INIT ABI | Christoffer Dall |
2014-12-13 | arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpu | Christoffer Dall |
2014-12-13 | arm/arm64: KVM: Correct KVM_ARM_VCPU_INIT power off option | Christoffer Dall |
2014-12-13 | arm/arm64: KVM: Don't clear the VCPU_POWER_OFF flag | Christoffer Dall |
2014-12-11 | KVM: x86: em_ret_far overrides cpl | Nadav Amit |
2014-12-11 | KVM: nVMX: Disable unrestricted mode if ept=0 | Bandan Das |
2014-12-10 | KVM: x86: Emulate should check #UD before #GP | Nadav Amit |
2014-12-10 | KVM: x86: Do not push eflags.vm on pushf | Nadav Amit |
2014-12-10 | KVM: x86: Remove prefix flag when GP macro is used | Nadav Amit |
2014-12-10 | x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefit | Andy Lutomirski |
2014-12-05 | KVM: cpuid: recompute CPUID 0xD.0:EBX,ECX | Radim Krčmář |
2014-12-05 | kvm: vmx: add nested virtualization support for xsaves | Wanpeng Li |
2014-12-05 | kvm: vmx: add MSR logic for XSAVES | Wanpeng Li |
2014-12-05 | kvm: x86: handle XSAVES vmcs and vmexit | Wanpeng Li |
2014-12-05 | KVM: cpuid: mask more bits in leaf 0xd and subleaves | Paolo Bonzini |
2014-12-05 | KVM: cpuid: set CPUID(EAX=0xd,ECX=1).EBX correctly | Paolo Bonzini |
2014-12-05 | kvm: x86: Add kvm_x86_ops hook that enables XSAVES for guest | Wanpeng Li |
2014-12-05 | KVM: x86: use F() macro throughout cpuid.c | Paolo Bonzini |
2014-12-05 | KVM: x86: support XSAVES usage in the host | Paolo Bonzini |
2014-12-05 | x86: export get_xsave_addr | Paolo Bonzini |
2014-12-05 | Merge tag 'kvm-s390-next-20141204' of git://git.kernel.org/pub/scm/linux/kern... | Paolo Bonzini |
2014-12-04 | KVM: s390: clean up return code handling in irq delivery code | Jens Freimann |
2014-12-04 | KVM: s390: use atomic bitops to access pending_irqs bitmap | Jens Freimann |
2014-12-04 | KVM: s390: some ext irqs have to clear the ext cpu addr | David Hildenbrand |
2014-12-04 | KVM: x86: allow 256 logical x2APICs again | Radim Krčmář |
2014-12-04 | KVM: x86: check bounds of APIC maps | Radim Krčmář |
2014-12-04 | KVM: x86: fix APIC physical destination wrapping | Radim Krčmář |
2014-12-04 | KVM: x86: deliver phys lowest-prio | Radim Krčmář |
2014-12-04 | KVM: x86: don't retry hopeless APIC delivery | Radim Krčmář |
2014-12-04 | KVM: x86: use MSR_ICR instead of a number | Radim Krčmář |
2014-12-04 | KVM: x86: Fix reserved x2apic registers | Nadav Amit |
2014-12-04 | KVM: x86: Generate #UD when memory operand is required | Nadav Amit |
2014-12-03 | Merge tag 'kvm-s390-next-20141128' of git://git.kernel.org/pub/scm/linux/kern... | Paolo Bonzini |
2014-11-28 | KVM: s390: allow injecting all kinds of machine checks | Jens Freimann |
2014-11-28 | KVM: s390: handle pending local interrupts via bitmap | Jens Freimann |
2014-11-28 | KVM: s390: add bitmap for handling cpu-local interrupts | Jens Freimann |
2014-11-28 | KVM: s390: refactor interrupt delivery code | Jens Freimann |
2014-11-28 | KVM: s390: add defines for virtio and pfault interrupt code | Jens Freimann |
2014-11-28 | KVM: s390: external param not valid for cpu timer and ckc | David Hildenbrand |
2014-11-28 | KVM: s390: refactor interrupt injection code | Jens Freimann |
2014-11-28 | KVM: S390: Create helper function get_guest_storage_key | Jason J. Herne |
2014-11-28 | KVM: s390: trigger the right CPU exit for floating interrupts | Christian Borntraeger |