summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: report 1GB page support to userspaceJoerg Roedel2009-09-101-0/+2
* KVM: MMU: enable gbpages by increasing nr of pagesizesJoerg Roedel2009-09-101-1/+1
* KVM: MMU: shadow support for 1gb pagesJoerg Roedel2009-09-101-1/+0
* KVM: MMU: make direct mapping paths aware of mapping levelsJoerg Roedel2009-09-101-1/+1
* KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctlSheng Yang2009-09-101-0/+1
* KVM: Reduce runnability interface with arch support codeGleb Natapov2009-09-101-0/+2
* KVM: Move kvm_cpu_get_interrupt() declaration to x86 codeGleb Natapov2009-09-101-0/+1
* KVM: Prepare memslot data structures for multiple hugepage sizesJoerg Roedel2009-09-101-6/+6
* KVM: convert custom marker based tracing to event tracesMarcelo Tosatti2009-09-101-0/+2
* KVM: VMX: Move rmode structure to vmx-specific codeAvi Kivity2009-09-101-10/+0
* KVM: VMX: Support Unrestricted Guest featureNitin A Kamble2009-09-101-5/+7
* KVM: Cache pdptrsAvi Kivity2009-09-101-0/+4
* KVM: Add MCE supportHuang Ying2009-09-101-0/+5
* KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.hJaswinder Singh Rajput2009-09-101-2/+0
* KVM: VMX: Rename rmode.active to rmode.vm86_activeNitin A Kamble2009-06-101-1/+1
* KVM: inject NMI after IRET from a previous NMI, not before.Gleb Natapov2009-06-101-0/+2
* KVM: Do not re-execute INTn instruction.Gleb Natapov2009-06-101-1/+4
* KVM: Remove irq_pending bitmapGleb Natapov2009-06-101-2/+0
* KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow()Glauber Costa2009-06-101-1/+2
* KVM: Drop request_nmi from statsJan Kiszka2009-06-101-1/+0
* KVM: Enable snooping control for supported hardwareSheng Yang2009-06-101-0/+1
* KVM: Replace get_mt_mask_shift with get_mt_maskSheng Yang2009-06-101-2/+3
* KVM: Get rid of get_irq() callbackGleb Natapov2009-06-101-1/+0
* KVM: SVM: Add NMI injection supportGleb Natapov2009-06-101-1/+7
* KVM: Get rid of arch.interrupt_window_open & arch.nmi_window_openGleb Natapov2009-06-101-2/+0
* KVM: Remove inject_pending_vectors() callbackGleb Natapov2009-06-101-2/+0
* KVM: Remove exception_injected() callback.Gleb Natapov2009-06-101-1/+0
* KVM: VMX: Consolidate userspace and kernel interrupt injection for VMXGleb Natapov2009-06-101-1/+1
* KVM: x86 emulator: Add new mode of instruction emulation: skipGleb Natapov2009-06-101-0/+1
* KVM: MMU: remove global page optimization logicMarcelo Tosatti2009-06-101-4/+0
* KVM: MMU: Use different shadows when EFER.NXE changesAvi Kivity2009-06-101-0/+1
* KVM: MMU: Emulate #PF error code of reserved bits violationDong, Eddie2009-06-101-0/+2
* KVM: Fix interrupt unhalting a vcpu when it shouldn'tGleb Natapov2009-06-101-1/+1
* KVM: change the way how lowest priority vcpu is calculatedGleb Natapov2009-06-101-1/+1
* KVM: Report IRQ injection status to userspace.Gleb Natapov2009-03-241-1/+1
* KVM: MMU: Rename "metaphysical" attribute to "direct"Avi Kivity2009-03-241-2/+3
* KVM: Move struct kvm_pio_request into x86 kvm_host.hAvi Kivity2009-03-241-0/+12
* KVM: introduce kvm_read_guest_virt, kvm_write_guest_virtIzik Eidus2009-03-241-4/+0
* KVM: VMX: initialize TSC offset relative to vm creation timeMarcelo Tosatti2009-03-241-0/+1
* KVM: MMU: Segregate mmu pages created with different cr4.pge settingsAvi Kivity2009-03-241-0/+1
* KVM: MMU: Inherit a shadow page's guest level count from vcpu setupAvi Kivity2009-03-241-0/+1
* KVM: x86: Virtualize debug registersJan Kiszka2009-03-241-0/+22
* KVM: New guest debug interfaceJan Kiszka2009-03-241-8/+1
* KVM: SVM: Add VMRUN handlerAlexander Graf2009-03-241-0/+2
* KVM: SVM: Implement GIF, clgi and stgiAlexander Graf2009-03-241-0/+3
* KVM: SVM: Move EFER and MSR constants to generic x86 codeAlexander Graf2009-03-241-0/+1
* KVM: change KVM to use IOMMU APIJoerg Roedel2009-01-031-1/+1
* KVM: MMU: prepopulate the shadow on invlpgMarcelo Tosatti2008-12-311-1/+2
* KVM: MMU: skip global pgtables on sync due to cr3 switchMarcelo Tosatti2008-12-311-0/+6
* KVM: MMU: use page array in unsync walkMarcelo Tosatti2008-12-311-1/+1