summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Disable CR8 intercept if tpr patching is activeGleb Natapov2009-06-101-5/+6
* KVM: Do not migrate pending software interrupts.Gleb Natapov2009-06-101-1/+1
* KVM: Always request IRQ/NMI window if an interrupt is pendingGleb Natapov2009-06-101-18/+12
* KVM: Do not re-execute INTn instruction.Gleb Natapov2009-06-101-5/+6
* KVM: Remove irq_pending bitmapGleb Natapov2009-06-101-27/+11
* KVM: Do not allow interrupt injection from userspace if there is a pending ev...Gleb Natapov2009-06-101-2/+3
* KVM: x86: check for cr3 validity in mmu_alloc_rootsMarcelo Tosatti2009-06-101-0/+1
* KVM: MMU: protect kvm_mmu_change_mmu_pages with mmu_lockMarcelo Tosatti2009-06-101-0/+6
* KVM: Deal with interrupt shadow state for emulated instructionsGlauber Costa2009-06-101-1/+5
* KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow()Glauber Costa2009-06-101-1/+1
* KVM: use smp_send_reschedule in kvm_vcpu_kickMarcelo Tosatti2009-06-101-25/+11
* KVM: Update cpuid 1.ecx reportingAvi Kivity2009-06-101-1/+7
* KVM: Add AMD cpuid bit: cr8_legacy, abm, misaligned sse, sse4, 3dnow prefetchAvi Kivity2009-06-101-33/+38
* KVM: Fix cpuid feature misreportingAvi Kivity2009-06-101-2/+5
* KVM: Drop request_nmi from statsJan Kiszka2009-06-101-1/+0
* 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
OpenPOWER on IntegriCloud