aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-10KVM: VMX: Rename rmode.active to rmode.vm86_activeNitin A Kamble1-1/+1
2009-06-10KVM: inject NMI after IRET from a previous NMI, not before.Gleb Natapov1-0/+2
2009-06-10KVM: Do not re-execute INTn instruction.Gleb Natapov1-1/+4
2009-06-10KVM: Remove irq_pending bitmapGleb Natapov1-2/+0
2009-06-10KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow()Glauber Costa1-1/+2
2009-06-10KVM: Drop request_nmi from statsJan Kiszka1-1/+0
2009-06-10KVM: Enable snooping control for supported hardwareSheng Yang1-0/+1
2009-06-10KVM: Replace get_mt_mask_shift with get_mt_maskSheng Yang1-2/+3
2009-06-10KVM: Get rid of get_irq() callbackGleb Natapov1-1/+0
2009-06-10KVM: SVM: Add NMI injection supportGleb Natapov1-1/+7
2009-06-10KVM: Get rid of arch.interrupt_window_open & arch.nmi_window_openGleb Natapov1-2/+0
2009-06-10KVM: Remove inject_pending_vectors() callbackGleb Natapov1-2/+0
2009-06-10KVM: Remove exception_injected() callback.Gleb Natapov1-1/+0
2009-06-10KVM: VMX: Consolidate userspace and kernel interrupt injection for VMXGleb Natapov1-1/+1
2009-06-10KVM: x86 emulator: Add new mode of instruction emulation: skipGleb Natapov1-0/+1
2009-06-10KVM: MMU: remove global page optimization logicMarcelo Tosatti1-4/+0
2009-06-10KVM: MMU: Use different shadows when EFER.NXE changesAvi Kivity1-0/+1
2009-06-10KVM: MMU: Emulate #PF error code of reserved bits violationDong, Eddie1-0/+2
2009-06-10KVM: Fix interrupt unhalting a vcpu when it shouldn'tGleb Natapov1-1/+1
2009-06-10KVM: change the way how lowest priority vcpu is calculatedGleb Natapov1-1/+1
2009-03-24KVM: Report IRQ injection status to userspace.Gleb Natapov1-1/+1
2009-03-24KVM: MMU: Rename "metaphysical" attribute to "direct"Avi Kivity1-2/+3
2009-03-24KVM: Move struct kvm_pio_request into x86 kvm_host.hAvi Kivity1-0/+12
2009-03-24KVM: introduce kvm_read_guest_virt, kvm_write_guest_virtIzik Eidus1-4/+0
2009-03-24KVM: VMX: initialize TSC offset relative to vm creation timeMarcelo Tosatti1-0/+1
2009-03-24KVM: MMU: Segregate mmu pages created with different cr4.pge settingsAvi Kivity1-0/+1
2009-03-24KVM: MMU: Inherit a shadow page's guest level count from vcpu setupAvi Kivity1-0/+1
2009-03-24KVM: x86: Virtualize debug registersJan Kiszka1-0/+22
2009-03-24KVM: New guest debug interfaceJan Kiszka1-8/+1
2009-03-24KVM: SVM: Add VMRUN handlerAlexander Graf1-0/+2
2009-03-24KVM: SVM: Implement GIF, clgi and stgiAlexander Graf1-0/+3
2009-03-24KVM: SVM: Move EFER and MSR constants to generic x86 codeAlexander Graf1-0/+1
2009-01-03KVM: change KVM to use IOMMU APIJoerg Roedel1-1/+1
2008-12-31KVM: MMU: prepopulate the shadow on invlpgMarcelo Tosatti1-1/+2
2008-12-31KVM: MMU: skip global pgtables on sync due to cr3 switchMarcelo Tosatti1-0/+6
2008-12-31KVM: MMU: use page array in unsync walkMarcelo Tosatti1-1/+1
2008-12-31KVM: VMX: move ASM_VMX_* definitions from asm/kvm_host.h to asm/vmx.hEduardo Habkost1-12/+0
2008-12-31KVM: MMU: Fix aliased gfns treated as unaliasedIzik Eidus1-0/+2
2008-12-31KVM: x86: Optimize NMI watchdog deliveryJan Kiszka1-0/+1
2008-12-31KVM: MMU: Extend kvm_mmu_page->slot_bitmap sizeSheng Yang1-3/+5
2008-12-31KVM: Enable MTRR for EPTSheng Yang1-1/+2
2008-12-31KVM: Improve MTRR structureSheng Yang1-1/+4
2008-12-31KVM: x86: Support for user space injected NMIsJan Kiszka1-0/+2
2008-12-31KVM: VMX: refactor/fix IRQ and NMI injectability determinationJan Kiszka1-0/+1
2008-10-28KVM: Fix guest shared interrupt with in-kernel irqchipSheng Yang1-0/+3
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin1-3/+3
2008-10-22x86, um: ... and asm-x86 moveAl Viro1-0/+752