summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Replace get_mt_mask_shift with get_mt_maskSheng Yang2009-06-101-1/+1
* KVM: Wake up waitqueue before calling get_cpu()Jan Blunck2009-06-101-1/+2
* KVM: Get rid of get_irq() callbackGleb Natapov2009-06-101-7/+5
* KVM: Fix userspace IRQ chip migrationGleb Natapov2009-06-101-6/+6
* KVM: SVM: Add NMI injection supportGleb Natapov2009-06-101-2/+69
* KVM: Remove inject_pending_vectors() callbackGleb Natapov2009-06-101-3/+1
* KVM: Remove exception_injected() callback.Gleb Natapov2009-06-101-2/+0
* KVM: Use kvm_arch_interrupt_allowed() instead of checking interrupt_window_op...Gleb Natapov2009-06-101-3/+2
* KVM: VMX: Consolidate userspace and kernel interrupt injection for VMXGleb Natapov2009-06-101-1/+1
* KVM: Make kvm_cpu_(has|get)_interrupt() work for userspace irqchip tooGleb Natapov2009-06-101-2/+2
* KVM: x86: check for cr3 validity in ioctl_set_sregsMarcelo Tosatti2009-06-101-1/+7
* KVM: Replace kvmclock open-coded get_cpu_var() with the real thingAvi Kivity2009-06-101-5/+6
* KVM: x86 emulator: Add new mode of instruction emulation: skipGleb Natapov2009-06-101-0/+5
* KVM: MMU: remove global page optimization logicMarcelo Tosatti2009-06-101-4/+0
* KVM: Fix unneeded instruction skipping during task switching.Gleb Natapov2009-06-101-1/+4
* KVM: Fix task switch back link handling.Gleb Natapov2009-06-101-8/+32
* KVM: Use rsvd_bits_mask in load_pdptrs()Dong, Eddie2009-06-101-1/+2
* KVM: remove pointless conditional before kfree() in lapic initializationWei Yongjun2009-06-101-2/+1
* KVM: MMU: Use different shadows when EFER.NXE changesAvi Kivity2009-06-101-0/+3
* KVM: MMU: Emulate #PF error code of reserved bits violationDong, Eddie2009-06-101-0/+10
* KVM: Fix interrupt unhalting a vcpu when it shouldn'tGleb Natapov2009-06-101-0/+5
* KVM: Timer event should not unconditionally unhalt vcpu.Gleb Natapov2009-06-101-23/+34
* KVM: x86: Ignore reads to EVNTSEL MSRsAmit Shah2009-06-101-0/+2
* KVM: Device assignment framework reworkSheng Yang2009-06-101-0/+1
* KVM: x86: silence preempt warning on kvm_write_guest_timeMatt T. Yourst2009-06-101-0/+2
* 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/+16
* 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/+13
* 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