summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2010-03-01KVM: VMX: Fix exceptions of mov to drJan Kiszka
2010-03-01KVM: x86: Use macros for x86_emulate_ops to avoid future mistakesTakuya Yoshikawa
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: VMX: Remove emulation failure reportSheng Yang
2010-03-01KVM: rename is_writeble_pte() to is_writable_pte()Takuya Yoshikawa
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: SVM: Lazy fpu with nptAvi Kivity
2010-03-01KVM: SVM: Selective cr0 interceptAvi Kivity
2010-03-01KVM: SVM: Restore unconditional cr0 intercept under nptAvi Kivity
2010-03-01KVM: SVM: Initialize fpu_active in init_vmcb()Avi Kivity
2010-03-01KVM: Set cr0.et when the guest writes cr0Avi Kivity
2010-03-01KVM: VMX: Give the guest ownership of cr0.ts when the fpu is activeAvi Kivity
2010-03-01KVM: Lazify fpu activation and deactivationAvi Kivity
2010-03-01KVM: VMX: Allow the guest to own some cr0 bitsAvi Kivity
2010-03-01KVM: Replace read accesses of vcpu->arch.cr0 by an accessorAvi Kivity
2010-03-01KVM: VMX: trace clts and lmsw instructions as cr accessesAvi Kivity
2010-03-01KVM: VMX: Enable EPT 1GB page supportSheng Yang
2010-03-01KVM: x86: Rename gb_page_enable() to get_lpage_level() in kvm_x86_opsSheng Yang
2010-03-01KVM: x86: Moving PT_*_LEVEL to mmu.hSheng Yang
2010-03-01KVM: Fill out ftrace exit reason stringsAvi Kivity
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: introduce kvm->srcu and convert kvm_set_memory_region to SRCU updateMarcelo 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: Add KVM_MMIO kconfig itemAvi Kivity
2010-03-01KVM: SVM: Adjust tsc_offset only if tsc_unstableJoerg Roedel
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: VMX: Remove redundant variableSheng Yang
2010-03-01KVM: VMX: Fold ept_update_paging_mode_cr4() into its callerAvi Kivity
2010-03-01KVM: VMX: When using ept, allow the guest to own cr4.pgeAvi Kivity
2010-03-01KVM: VMX: Make guest cr4 mask more conservativeAvi Kivity
2010-03-01KVM: Add accessor for reading cr4 (or some bits of cr4)Avi Kivity
2010-03-01KVM: VMX: Move some cr[04] related constants to vmx.cAvi Kivity
2010-03-01KVM: VMX: Trap and invalid MWAIT/MONITOR instructionSheng Yang
2010-03-01KVM: MMU: Report spte not found in rmap before BUG()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-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-02-09KVM: PIT: control word is write-onlyMarcelo Tosatti
2010-02-09kvmclock: count total_sleep_time when updating guest clockJason Wang