Age | Commit message (Expand) | Author |
2013-05-09 | KVM: emulator: emulate SALC | Paolo Bonzini |
2013-05-09 | KVM: emulator: emulate XLAT | Paolo Bonzini |
2013-05-09 | KVM: emulator: emulate AAM | Paolo Bonzini |
2013-05-09 | KVM: VMX: fix halt emulation while emulating invalid guest sate | Gleb Natapov |
2013-05-08 | KVM: x86: fix maintenance of guest/host xcr0 state | Marcelo Tosatti |
2013-05-05 | Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2013-05-02 | KVM: x86: Account for failing enable_irq_window for NMI window request | Jan Kiszka |
2013-04-30 | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2013-04-30 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2013-04-29 | kvm: KVM_CAP_IOMMU only available with device assignment | Alex Williamson |
2013-04-28 | KVM: nVMX: Skip PF interception check when queuing during nested run | Jan Kiszka |
2013-04-28 | kvm: Allow build-time configuration of KVM device assignment | Alex Williamson |
2013-04-28 | Merge git://github.com/agraf/linux-2.6.git kvm-ppc-next into queue | Gleb Natapov |
2013-04-28 | KVM: x86: Rework request for immediate exit | Jan Kiszka |
2013-04-28 | kvm, svm: Fix typo in printk message | Borislav Petkov |
2013-04-28 | KVM: VMX: remove unprintable characters from comment | Jan Kiszka |
2013-04-26 | KVM: Move irqfd resample cap handling to generic code | Alexander Graf |
2013-04-26 | KVM: Extract generic irqchip logic into irqchip.c | Alexander Graf |
2013-04-26 | KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTING | Alexander Graf |
2013-04-25 | KVM: X86 emulator: fix source operand decoding for 8bit mov[zs]x instructions | Gleb Natapov |
2013-04-22 | KVM: nVMX: VM_ENTRY/EXIT_LOAD_IA32_EFER overrides EFER.LMA settings | Jan Kiszka |
2013-04-22 | KVM: nVMX: Validate EFER values for VM_ENTRY/EXIT_LOAD_IA32_EFER | Jan Kiszka |
2013-04-22 | KVM: nVMX: Fix conditions for NMI injection | Jan Kiszka |
2013-04-22 | KVM: VMX: Move vmx_nmi_allowed after vmx_set_nmi_mask | Jan Kiszka |
2013-04-22 | KVM: x86: Fix memory leak in vmx.c | Andrew Honig |
2013-04-22 | KVM: x86: fix error return code in kvm_arch_vcpu_init() | Wei Yongjun |
2013-04-22 | KVM: nVMX: Enable and disable shadow vmcs functionality | Abel Gordon |
2013-04-22 | KVM: nVMX: Synchronize VMCS12 content with the shadow vmcs | Abel Gordon |
2013-04-22 | KVM: nVMX: Copy VMCS12 to processor-specific shadow vmcs | Abel Gordon |
2013-04-22 | KVM: nVMX: Copy processor-specific shadow-vmcs to VMCS12 | Abel Gordon |
2013-04-22 | KVM: nVMX: Release shadow vmcs | Abel Gordon |
2013-04-22 | KVM: nVMX: Allocate shadow vmcs | Abel Gordon |
2013-04-22 | KVM: nVMX: Fix VMXON emulation | Abel Gordon |
2013-04-22 | KVM: nVMX: Refactor handle_vmwrite | Abel Gordon |
2013-04-22 | KVM: nVMX: Introduce vmread and vmwrite bitmaps | Abel Gordon |
2013-04-22 | KVM: nVMX: Detect shadow-vmcs capability | Abel Gordon |
2013-04-17 | KVM: x86: Fix posted interrupt with CONFIG_SMP=n | Zhang, Yang Z |
2013-04-16 | KVM: VMX: Fix check guest state validity if a guest is in VM86 mode | Gleb Natapov |
2013-04-16 | KVM: nVMX: check vmcs12 for valid activity state | Paolo Bonzini |
2013-04-16 | KVM: VMX: Use posted interrupt to deliver virtual interrupt | Yang Zhang |
2013-04-16 | KVM: VMX: Add the deliver posted interrupt algorithm | Yang Zhang |
2013-04-16 | KVM: Set TMR when programming ioapic entry | Yang Zhang |
2013-04-16 | KVM: Call common update function when ioapic entry changed. | Yang Zhang |
2013-04-16 | KVM: VMX: Check the posted interrupt capability | Yang Zhang |
2013-04-16 | KVM: VMX: Enable acknowledge interupt on vmexit | Yang Zhang |
2013-04-15 | KVM: Let ioapic know the irq line status | Yang Zhang |
2013-04-15 | KVM: Add reset/restore rtc_status support | Yang Zhang |
2013-04-15 | KVM: Return destination vcpu on interrupt injection | Yang Zhang |
2013-04-15 | KVM: Add vcpu info to ioapic_update_eoi() | Yang Zhang |
2013-04-14 | KVM: nVMX: Avoid reading VM_EXIT_INTR_ERROR_CODE needlessly on nested exits | Jan Kiszka |