summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Fix PDPTR reloading on CR4 writesAvi Kivity2009-05-251-1/+5
* KVM: Make EFER reads safe when EFER does not existAvi Kivity2009-05-111-2/+2
* KVM: Fix NX support reportingAvi Kivity2009-05-111-1/+1
* KVM: Unregister cpufreq notifier on unloadJan Kiszka2009-04-221-0/+3
* KVM: x86: release time_page on vcpu destructionJoerg Roedel2009-04-221-0/+5
* KVM: fix sparse warnings: Should it be static?Hannes Eder2009-03-241-4/+4
* KVM: Report IRQ injection status to userspace.Gleb Natapov2009-03-241-2/+11
* KVM: Fix kvmclock on !constant_tsc boxesGerd Hoffmann2009-03-241-9/+94
* KVM: Add FFXSR supportAlexander Graf2009-03-241-0/+12
* KVM: Userspace controlled irq routingAvi Kivity2009-03-241-0/+6
* KVM: x86: Fix typos and whitespace errorsAmit Shah2009-03-241-17/+16Star
* KVM: MMU: Only enable cr4_pge role in shadow modeAvi Kivity2009-03-241-1/+1
* KVM: Properly lock PIT creationAvi Kivity2009-03-241-0/+6
* KVM: PIT: provide an option to disable interrupt reinjectionMarcelo Tosatti2009-03-241-0/+21
* KVM: Fallback support for MSR_VM_HSAVE_PAAvi Kivity2009-03-241-0/+2
* KVM: remove the vmap usageIzik Eidus2009-03-241-49/+13Star
* KVM: introduce kvm_read_guest_virt, kvm_write_guest_virtIzik Eidus2009-03-241-14/+42
* KVM: VMX: initialize TSC offset relative to vm creation timeMarcelo Tosatti2009-03-241-0/+2
* KVM: MMU: Segregate mmu pages created with different cr4.pge settingsAvi Kivity2009-03-241-0/+1
* KVM: x86: Wire-up hardware breakpoints for guest debuggingJan Kiszka2009-03-241-1/+13
* KVM: x86: Virtualize debug registersJan Kiszka2009-03-241-0/+29
* KVM: New guest debug interfaceJan Kiszka2009-03-241-6/+8
* KVM: SVM: Only allow setting of EFER_SVME when CPUID SVM is setAlexander Graf2009-03-241-16/+42
* KVM: SVM: Implement hsaveAlexander Graf2009-03-241-1/+1
* KVM: x86: disable kvmclock on non constant TSC hostsMarcelo Tosatti2009-02-151-1/+3
* KVM: Fix racy in kvm_free_assigned_irqSheng Yang2009-02-151-1/+1
* KVM: Add kvm_arch_sync_events to sync with asynchronize eventsSheng Yang2009-02-151-0/+4
* KVM: change KVM to use IOMMU APIJoerg Roedel2009-01-031-1/+2
* KVM: x86: Rework user space NMI injection as KVM_CAP_USER_NMIJan Kiszka2008-12-311-26/+2Star
* KVM: Consolidate userspace memory capability reporting into common codeAvi Kivity2008-12-311-1/+0Star
* KVM: MMU: prepopulate the shadow on invlpgMarcelo Tosatti2008-12-311-1/+1
* KVM: MMU: skip global pgtables on sync due to cr3 switchMarcelo Tosatti2008-12-311-0/+4
* KVM: Fix cpuid iteration on multiple leaves per eacNitin A Kamble2008-12-311-1/+2
* KVM: Fix cpuid leaf 0xb loop terminationNitin A Kamble2008-12-311-1/+1
* KVM: Enable Function Level Reset for assigned deviceSheng Yang2008-12-311-1/+1
* KVM: allow emulator to adjust rip for emulated pio instructionsGuillaume Thouvenin2008-12-311-2/+0Star
* KVM: x86: Fix typo in function nameAmit Shah2008-12-311-5/+5
* KVM: Enable MTRR for EPTSheng Yang2008-12-311-1/+1
* KVM: VMX: Add PAT support for EPTSheng Yang2008-12-311-1/+1
* KVM: Improve MTRR structureSheng Yang2008-12-311-2/+59
* KVM: call kvm_arch_vcpu_reset() instead of the kvm_x86_ops callbackGleb Natapov2008-12-311-1/+1
* KVM: x86: Support for user space injected NMIsJan Kiszka2008-12-311-2/+44
* KVM: x86: VCPU with pending NMI is runnabledJan Kiszka2008-12-311-1/+2
* KVM: x86: Reset pending/inject NMI state on CPU resetJan Kiszka2008-12-311-0/+3
* KVM: Fix guest shared interrupt with in-kernel irqchipSheng Yang2008-10-281-1/+5
* Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-10-171-228/+324
|\
| * KVM: Move device assignment logic to common codeXiantao Zhang2008-10-151-255/+0Star
| * KVM: x86: Silence various LAPIC-related host kernel messagesJan Kiszka2008-10-151-2/+2
| * KVM: PIC: enhance IPI avoidanceMarcelo Tosatti2008-10-151-0/+1
| * KVM: MMU: out of sync shadow coreMarcelo Tosatti2008-10-151-0/+3