aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-24KVM: fix sparse warnings: Should it be static?Hannes Eder1-4/+4
2009-03-24KVM: Report IRQ injection status to userspace.Gleb Natapov1-2/+11
2009-03-24KVM: Fix kvmclock on !constant_tsc boxesGerd Hoffmann1-9/+94
2009-03-24KVM: Add FFXSR supportAlexander Graf1-0/+12
2009-03-24KVM: Userspace controlled irq routingAvi Kivity1-0/+6
2009-03-24KVM: x86: Fix typos and whitespace errorsAmit Shah1-17/+16
2009-03-24KVM: MMU: Only enable cr4_pge role in shadow modeAvi Kivity1-1/+1
2009-03-24KVM: Properly lock PIT creationAvi Kivity1-0/+6
2009-03-24KVM: PIT: provide an option to disable interrupt reinjectionMarcelo Tosatti1-0/+21
2009-03-24KVM: Fallback support for MSR_VM_HSAVE_PAAvi Kivity1-0/+2
2009-03-24KVM: remove the vmap usageIzik Eidus1-49/+13
2009-03-24KVM: introduce kvm_read_guest_virt, kvm_write_guest_virtIzik Eidus1-14/+42
2009-03-24KVM: VMX: initialize TSC offset relative to vm creation timeMarcelo Tosatti1-0/+2
2009-03-24KVM: MMU: Segregate mmu pages created with different cr4.pge settingsAvi Kivity1-0/+1
2009-03-24KVM: x86: Wire-up hardware breakpoints for guest debuggingJan Kiszka1-1/+13
2009-03-24KVM: x86: Virtualize debug registersJan Kiszka1-0/+29
2009-03-24KVM: New guest debug interfaceJan Kiszka1-6/+8
2009-03-24KVM: SVM: Only allow setting of EFER_SVME when CPUID SVM is setAlexander Graf1-16/+42
2009-03-24KVM: SVM: Implement hsaveAlexander Graf1-1/+1
2009-02-15KVM: x86: disable kvmclock on non constant TSC hostsMarcelo Tosatti1-1/+3
2009-02-15KVM: Fix racy in kvm_free_assigned_irqSheng Yang1-1/+1
2009-02-15KVM: Add kvm_arch_sync_events to sync with asynchronize eventsSheng Yang1-0/+4
2009-01-03KVM: change KVM to use IOMMU APIJoerg Roedel1-1/+2
2008-12-31KVM: x86: Rework user space NMI injection as KVM_CAP_USER_NMIJan Kiszka1-26/+2
2008-12-31KVM: Consolidate userspace memory capability reporting into common codeAvi Kivity1-1/+0
2008-12-31KVM: MMU: prepopulate the shadow on invlpgMarcelo Tosatti1-1/+1
2008-12-31KVM: MMU: skip global pgtables on sync due to cr3 switchMarcelo Tosatti1-0/+4
2008-12-31KVM: Fix cpuid iteration on multiple leaves per eacNitin A Kamble1-1/+2
2008-12-31KVM: Fix cpuid leaf 0xb loop terminationNitin A Kamble1-1/+1
2008-12-31KVM: Enable Function Level Reset for assigned deviceSheng Yang1-1/+1
2008-12-31KVM: allow emulator to adjust rip for emulated pio instructionsGuillaume Thouvenin1-2/+0
2008-12-31KVM: x86: Fix typo in function nameAmit Shah1-5/+5
2008-12-31KVM: Enable MTRR for EPTSheng Yang1-1/+1
2008-12-31KVM: VMX: Add PAT support for EPTSheng Yang1-1/+1
2008-12-31KVM: Improve MTRR structureSheng Yang1-2/+59
2008-12-31KVM: call kvm_arch_vcpu_reset() instead of the kvm_x86_ops callbackGleb Natapov1-1/+1
2008-12-31KVM: x86: Support for user space injected NMIsJan Kiszka1-2/+44
2008-12-31KVM: x86: VCPU with pending NMI is runnabledJan Kiszka1-1/+2
2008-12-31KVM: x86: Reset pending/inject NMI state on CPU resetJan Kiszka1-0/+3
2008-10-28KVM: Fix guest shared interrupt with in-kernel irqchipSheng Yang1-1/+5
2008-10-16Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvmLinus Torvalds1-228/+324
2008-10-16misc: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-10-15KVM: Move device assignment logic to common codeXiantao Zhang1-255/+0
2008-10-15KVM: x86: Silence various LAPIC-related host kernel messagesJan Kiszka1-2/+2
2008-10-15KVM: PIC: enhance IPI avoidanceMarcelo Tosatti1-0/+1
2008-10-15KVM: MMU: out of sync shadow coreMarcelo Tosatti1-0/+3
2008-10-15KVM: x86: trap invlpgMarcelo Tosatti1-0/+1
2008-10-15KVM: MMU: sync roots on mmu reloadMarcelo Tosatti1-0/+1
2008-10-15KVM: don't enter guest after SIPI was received by a CPUGleb Natapov1-1/+1
2008-10-15KVM: x86.c make kvm_load_realmode_segment staticHarvey Harrison1-1/+1