summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2010-04-26KVM: x86: disable paravirt mmu reportingMarcelo Tosatti
2010-04-26KVM: VMX: Disable unrestricted guest when EPT disabledSheng Yang
2010-04-26KVM: SVM: Reset cr0 properly on vcpu resetEduardo Habkost
2010-04-26KVM: VMX: Use macros instead of hex value on cr0 initializationEduardo Habkost
2010-04-26KVM: VMX: Update instruction length on intercepted BPJan Kiszka
2010-04-26KVM: Fix segment descriptor loadingGleb Natapov
2010-04-26KVM: x86 emulator: Fix popf emulationGleb Natapov
2010-04-26KVM: x86 emulator: Check IOPL level during io instruction emulationGleb Natapov
2010-04-26KVM: x86 emulator: fix memory access during x86 emulationGleb Natapov
2010-04-26KVM: x86 emulator: Add Virtual-8086 mode of emulationGleb Natapov
2010-03-15KVM: x86 emulator: Check CPL level during privilege instruction emulationGleb Natapov
2010-03-15KVM: x86 emulator: Add group9 instruction decodingGleb Natapov
2010-03-15KVM: x86 emulator: Forbid modifying CS segment register by mov instructionGleb Natapov
2010-03-15KVM: x86 emulator: Add group8 instruction decodingGleb Natapov
2010-02-23KVM: PIT: control word is write-onlyMarcelo Tosatti
2010-02-23kvmclock: count total_sleep_time when updating guest clockJason Wang
2010-02-09KVM: allow userspace to adjust kvmclock offsetGlauber Costa
2010-01-28KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init()Wei Yongjun
2010-01-28KVM: x86: Fix probable memory leak of vcpu->arch.mce_banksWei Yongjun
2010-01-28KVM: x86: Fix host_mapping_level()Sheng Yang
2010-01-28KVM: MMU: bail out pagewalk on kvm_read_guest errorMarcelo Tosatti
2010-01-28KVM: Fix race between APIC TMR and IRRAvi Kivity
2010-01-06KVM: LAPIC: make sure IRR bitmap is scanned after vm loadMarcelo Tosatti
2010-01-06KVM: MMU: remove prefault from invlpg handlerMarcelo Tosatti
2009-12-18KVM: x86: include pvclock MSRs in msrs_to_saveGlauber Costa
2009-12-18KVM: x86 emulator: limit instructions to 15 bytesAvi Kivity
2009-11-04KVM: get_tss_base_addr() should return a gpa_tGleb Natapov
2009-11-04KVM: x86: Catch potential overrun in MCE setupJan Kiszka
2009-10-16KVM: MMU: fix pointer castFrederik Deweerdt
2009-10-16KVM: use proper hrtimer function to retrieve expiration timeMarcelo Tosatti
2009-10-04KVM: add support for change_pte mmu notifiersIzik Eidus
2009-10-04KVM: MMU: add SPTE_HOST_WRITEABLE flag to the shadow ptesIzik Eidus
2009-10-04KVM: MMU: dont hold pagecount reference for mapped sptes pagesIzik Eidus
2009-10-04KVM: Prevent overflow in KVM_GET_SUPPORTED_CPUIDAvi Kivity
2009-10-04KVM: VMX: flush TLB with INVEPT on cpu migrationMarcelo Tosatti
2009-10-04KVM: fix LAPIC timer period overflowAurelien Jarno
2009-10-04KVM: SVM: Handle tsc in svm_get_msr/svm_set_msr correctlyJoerg Roedel
2009-10-04KVM: SVM: Fix tsc offset adjustment when running nestedJoerg Roedel
2009-09-14Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2009-09-10KVM: VMX: Check cpl before emulating debug register accessAvi Kivity
2009-09-10KVM: fix misreporting of coalesced interrupts by kvm tracerGleb Natapov
2009-09-10KVM: x86: drop duplicate kvm_flush_remote_tlb callsMarcelo Tosatti
2009-09-10KVM: VMX: call vmx_load_host_state() only if msr is cachedGleb Natapov
2009-09-10KVM: VMX: Conditionally reload debug register 6Avi Kivity
2009-09-10KVM: Use thread debug register storage instead of kvm specific dataAvi Kivity
2009-09-10KVM: VMX: Fix cr8 exiting control clobbering by EPTGleb Natapov
2009-09-10KVM: Optimize kvm_mmu_unprotect_page_virt() for tdpAvi Kivity
2009-09-10KVM: Protect update_cr8_intercept() when running without an apicAvi Kivity
2009-09-10KVM: VMX: Fix EPT with WP bit change during pagingSheng Yang
2009-09-10KVM: Use kvm_{read,write}_guest_virt() to read and write segment descriptorsMikhail Ershov