summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-13KVM: x86: Call vcpu_load and vcpu_put in cpuid_updateDongxiao Xu1-0/+4
2010-04-21KVM: x86: Fix TSS size check for 16-bit tasksJan Kiszka1-1/+5
2010-04-20KVM: fix the handling of dirty bitmaps to avoid overflowsTakuya Yoshikawa1-2/+3
2010-04-20KVM: allow bit 10 to be cleared in MSR_IA32_MC4_CTLAndre Przywara1-2/+6
2010-04-20KVM: Don't spam kernel log when injecting exceptions due to bad cr writesAvi Kivity1-27/+0
2010-04-20KVM: take srcu lock before call to complete_pio()Gleb Natapov1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-01KVM: x86: Add KVM_CAP_X86_ROBUST_SINGLESTEPJan Kiszka1-0/+1
2010-03-01KVM: Fix segment descriptor loadingGleb Natapov1-35/+142
2010-03-01KVM: Fix load_guest_segment_descriptor() to inject page faultTakuya Yoshikawa1-3/+10
2010-03-01KVM: Convert i8254/i8259 locks to raw_spinlocksThomas Gleixner1-4/+4
2010-03-01KVM: x86 emulator: Check IOPL level during io instruction emulationGleb Natapov1-6/+4
2010-03-01KVM: x86 emulator: fix memory access during x86 emulationGleb Natapov1-31/+100
2010-03-01KVM: x86 emulator: Add Virtual-8086 mode of emulationGleb Natapov1-1/+2
2010-03-01KVM: cleanup the failure path of KVM_CREATE_IRQCHIP ioctrlWei Yongjun1-4/+4
2010-03-01KVM: Remove redundant reading of rax on OUT instructionsTakuya Yoshikawa1-2/+4
2010-03-01KVM: fix kvm_fix_hypercall() to return X86EMUL_*Takuya Yoshikawa1-6/+1
2010-03-01KVM: fix load_guest_segment_descriptor() to return X86EMUL_*Takuya Yoshikawa1-1/+1
2010-03-01KVM: enable PCI multiple-segments for pass-through deviceZhai, Edwin1-0/+1
2010-03-01KVM: mark segments accessed on HW task switchGleb Natapov1-13/+9
2010-03-01KVM: trace guest fpu loads and unloadsAvi Kivity1-0/+2
2010-03-01KVM: Rename vcpu->shadow_efer to eferAvi Kivity1-7/+7
2010-03-01KVM: Add a helper for checking if the guest is in protected modeAvi Kivity1-4/+3
2010-03-01KVM: Activate fpu on cltsAvi Kivity1-0/+1
2010-03-01KVM: Drop kvm_{load,put}_guest_fpu() exportsAvi Kivity1-2/+0
2010-03-01KVM: Allow kvm_load_guest_fpu() even when !vcpu->fpu_activeAvi Kivity1-2/+3
2010-03-01KVM: x86: fix checking of cr0 validityGleb Natapov1-1/+5
2010-03-01KVM: SVM: Clean up and enhance mov dr emulationJan Kiszka1-17/+2
2010-03-01KVM: fix cleanup_srcu_struct on vm destructionMarcelo Tosatti1-0/+1
2010-03-01KVM: fix Hyper-V hypercall warnings and wrong mask valueGleb Natapov1-6/+6
2010-03-01KVM: Implement NotifyLongSpinWait HYPER-V hypercallGleb Natapov1-1/+9
2010-03-01KVM: Add HYPER-V apic access MSRsGleb Natapov1-4/+38
2010-03-01KVM: Implement bare minimum of HYPER-V MSRsGleb Natapov1-1/+192
2010-03-01KVM: Set cr0.et when the guest writes cr0Avi Kivity1-0/+2
2010-03-01KVM: Lazify fpu activation and deactivationAvi Kivity1-1/+6
2010-03-01KVM: Replace read accesses of vcpu->arch.cr0 by an accessorAvi Kivity1-10/+10
2010-03-01KVM: x86: Rename gb_page_enable() to get_lpage_level() in kvm_x86_opsSheng Yang1-1/+3
2010-03-01KVM: convert slots_lock to a mutexMarcelo Tosatti1-8/+8
2010-03-01KVM: switch vcpu context to use SRCUMarcelo Tosatti1-19/+24
2010-03-01KVM: convert io_bus to SRCUMarcelo Tosatti1-6/+7
2010-03-01KVM: x86: switch kvm_set_memory_alias to SRCU updateMarcelo Tosatti1-9/+51
2010-03-01KVM: use SRCU for dirty logMarcelo Tosatti1-8/+41
2010-03-01KVM: split kvm_arch_set_memory_region into prepare and commitMarcelo Tosatti1-22/+29
2010-03-01KVM: modify alias layout in x86s struct kvm_archMarcelo Tosatti1-5/+16
2010-03-01KVM: modify memslots layout in struct kvmMarcelo Tosatti1-2/+2
2010-03-01KVM: VMX: Add instruction rdtscp support for guestSheng Yang1-1/+2
2010-03-01KVM: Add cpuid_update() callback to kvm_x86_opsSheng Yang1-0/+3
2010-03-01KVM: Extended shared_msr_global to per CPUSheng Yang1-22/+33
2010-03-01KVM: Add accessor for reading cr4 (or some bits of cr4)Avi Kivity1-10/+6
2010-03-01KVM: x86: raise TSS exception for NULL CS and SS segmentsMarcelo Tosatti1-0/+11