summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2010-03-01KVM: x86: Use macros for x86_emulate_ops to avoid future mistakesTakuya Yoshikawa1-29/+36
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: VMX: Remove emulation failure reportSheng Yang1-1/+0
2010-03-01KVM: rename is_writeble_pte() to is_writable_pte()Takuya Yoshikawa2-10/+10
2010-03-01KVM: Implement NotifyLongSpinWait HYPER-V hypercallGleb Natapov1-1/+9
2010-03-01KVM: Add HYPER-V apic access MSRsGleb Natapov3-4/+77
2010-03-01KVM: Implement bare minimum of HYPER-V MSRsGleb Natapov2-1/+224
2010-03-01KVM: SVM: Lazy fpu with nptAvi Kivity1-8/+0
2010-03-01KVM: SVM: Selective cr0 interceptAvi Kivity1-6/+26
2010-03-01KVM: SVM: Restore unconditional cr0 intercept under nptAvi Kivity1-22/+7
2010-03-01KVM: SVM: Initialize fpu_active in init_vmcb()Avi Kivity1-1/+2
2010-03-01KVM: Set cr0.et when the guest writes cr0Avi Kivity1-0/+2
2010-03-01KVM: VMX: Give the guest ownership of cr0.ts when the fpu is activeAvi Kivity1-2/+9
2010-03-01KVM: Lazify fpu activation and deactivationAvi Kivity3-31/+36
2010-03-01KVM: VMX: Allow the guest to own some cr0 bitsAvi Kivity3-0/+16
2010-03-01KVM: Replace read accesses of vcpu->arch.cr0 by an accessorAvi Kivity7-27/+38
2010-03-01KVM: VMX: trace clts and lmsw instructions as cr accessesAvi Kivity1-1/+4
2010-03-01KVM: VMX: Enable EPT 1GB page supportSheng Yang2-4/+15
2010-03-01KVM: x86: Rename gb_page_enable() to get_lpage_level() in kvm_x86_opsSheng Yang3-7/+9
2010-03-01KVM: x86: Moving PT_*_LEVEL to mmu.hSheng Yang2-4/+4
2010-03-01KVM: Fill out ftrace exit reason stringsAvi Kivity1-19/+39
2010-03-01KVM: convert slots_lock to a mutexMarcelo Tosatti4-15/+15
2010-03-01KVM: switch vcpu context to use SRCUMarcelo Tosatti3-26/+30
2010-03-01KVM: convert io_bus to SRCUMarcelo Tosatti3-10/+13
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: introduce kvm->srcu and convert kvm_set_memory_region to SRCU updateMarcelo Tosatti2-15/+19
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 Tosatti3-9/+10
2010-03-01KVM: Add KVM_MMIO kconfig itemAvi Kivity1-0/+1
2010-03-01KVM: SVM: Adjust tsc_offset only if tsc_unstableJoerg Roedel1-8/+10
2010-03-01KVM: VMX: Add instruction rdtscp support for guestSheng Yang3-4/+66
2010-03-01KVM: Add cpuid_update() callback to kvm_x86_opsSheng Yang3-0/+15
2010-03-01KVM: Extended shared_msr_global to per CPUSheng Yang1-22/+33
2010-03-01KVM: VMX: Remove redundant variableSheng Yang1-2/+0
2010-03-01KVM: VMX: Fold ept_update_paging_mode_cr4() into its callerAvi Kivity1-12/+8
2010-03-01KVM: VMX: When using ept, allow the guest to own cr4.pgeAvi Kivity1-0/+2
2010-03-01KVM: VMX: Make guest cr4 mask more conservativeAvi Kivity1-4/+6
2010-03-01KVM: Add accessor for reading cr4 (or some bits of cr4)Avi Kivity4-17/+29
2010-03-01KVM: VMX: Move some cr[04] related constants to vmx.cAvi Kivity1-0/+13
2010-03-01KVM: VMX: Trap and invalid MWAIT/MONITOR instructionSheng Yang1-0/+10
2010-03-01KVM: MMU: Report spte not found in rmap before BUG()Avi Kivity1-0/+1
2010-03-01KVM: x86: raise TSS exception for NULL CS and SS segmentsMarcelo Tosatti1-0/+11
2010-03-01KVM: x86: make double/triple fault promotion generic to all exceptionsEddie Dong1-28/+61
2010-02-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller5-16/+21
2010-02-09KVM: PIT: control word is write-onlyMarcelo Tosatti1-0/+3
2010-02-09kvmclock: count total_sleep_time when updating guest clockJason Wang1-4/+3
2010-01-25KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init()Wei Yongjun1-2/+3