summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-01KVM: x86: Add KVM_CAP_X86_ROBUST_SINGLESTEPJan Kiszka
2010-03-01KVM: Fix segment descriptor loadingGleb Natapov
2010-03-01KVM: Fix load_guest_segment_descriptor() to inject page faultTakuya Yoshikawa
2010-03-01KVM: Convert i8254/i8259 locks to raw_spinlocksThomas Gleixner
2010-03-01KVM: x86 emulator: Check IOPL level during io instruction emulationGleb Natapov
2010-03-01KVM: x86 emulator: fix memory access during x86 emulationGleb Natapov
2010-03-01KVM: x86 emulator: Add Virtual-8086 mode of emulationGleb Natapov
2010-03-01KVM: cleanup the failure path of KVM_CREATE_IRQCHIP ioctrlWei Yongjun
2010-03-01KVM: Remove redundant reading of rax on OUT instructionsTakuya Yoshikawa
2010-03-01KVM: fix kvm_fix_hypercall() to return X86EMUL_*Takuya Yoshikawa
2010-03-01KVM: fix load_guest_segment_descriptor() to return X86EMUL_*Takuya Yoshikawa
2010-03-01KVM: enable PCI multiple-segments for pass-through deviceZhai, Edwin
2010-03-01KVM: mark segments accessed on HW task switchGleb Natapov
2010-03-01KVM: trace guest fpu loads and unloadsAvi Kivity
2010-03-01KVM: Rename vcpu->shadow_efer to eferAvi Kivity
2010-03-01KVM: Add a helper for checking if the guest is in protected modeAvi Kivity
2010-03-01KVM: Activate fpu on cltsAvi Kivity
2010-03-01KVM: Drop kvm_{load,put}_guest_fpu() exportsAvi Kivity
2010-03-01KVM: Allow kvm_load_guest_fpu() even when !vcpu->fpu_activeAvi Kivity
2010-03-01KVM: x86: fix checking of cr0 validityGleb Natapov
2010-03-01KVM: SVM: Clean up and enhance mov dr emulationJan Kiszka
2010-03-01KVM: fix cleanup_srcu_struct on vm destructionMarcelo Tosatti
2010-03-01KVM: fix Hyper-V hypercall warnings and wrong mask valueGleb Natapov
2010-03-01KVM: Implement NotifyLongSpinWait HYPER-V hypercallGleb Natapov
2010-03-01KVM: Add HYPER-V apic access MSRsGleb Natapov
2010-03-01KVM: Implement bare minimum of HYPER-V MSRsGleb Natapov
2010-03-01KVM: Set cr0.et when the guest writes cr0Avi Kivity
2010-03-01KVM: Lazify fpu activation and deactivationAvi Kivity
2010-03-01KVM: Replace read accesses of vcpu->arch.cr0 by an accessorAvi Kivity
2010-03-01KVM: x86: Rename gb_page_enable() to get_lpage_level() in kvm_x86_opsSheng Yang
2010-03-01KVM: convert slots_lock to a mutexMarcelo Tosatti
2010-03-01KVM: switch vcpu context to use SRCUMarcelo Tosatti
2010-03-01KVM: convert io_bus to SRCUMarcelo Tosatti
2010-03-01KVM: x86: switch kvm_set_memory_alias to SRCU updateMarcelo Tosatti
2010-03-01KVM: use SRCU for dirty logMarcelo Tosatti
2010-03-01KVM: split kvm_arch_set_memory_region into prepare and commitMarcelo Tosatti
2010-03-01KVM: modify alias layout in x86s struct kvm_archMarcelo Tosatti
2010-03-01KVM: modify memslots layout in struct kvmMarcelo Tosatti
2010-03-01KVM: VMX: Add instruction rdtscp support for guestSheng Yang
2010-03-01KVM: Add cpuid_update() callback to kvm_x86_opsSheng Yang
2010-03-01KVM: Extended shared_msr_global to per CPUSheng Yang
2010-03-01KVM: Add accessor for reading cr4 (or some bits of cr4)Avi Kivity
2010-03-01KVM: x86: raise TSS exception for NULL CS and SS segmentsMarcelo Tosatti
2010-03-01KVM: x86: make double/triple fault promotion generic to all exceptionsEddie Dong
2010-02-09kvmclock: count total_sleep_time when updating guest clockJason Wang
2010-01-25KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init()Wei Yongjun
2010-01-25KVM: x86: Fix probable memory leak of vcpu->arch.mce_banksWei Yongjun
2009-12-27KVM: x86: Extend KVM_SET_VCPU_EVENTS with selective updatesJan Kiszka
2009-12-08Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds