summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
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-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
2010-01-25KVM: x86: Fix probable memory leak of vcpu->arch.mce_banksWei Yongjun1-0/+1
2010-01-25KVM: MMU: bail out pagewalk on kvm_read_guest errorMarcelo Tosatti1-1/+3
2010-01-25KVM: x86: Fix host_mapping_level()Sheng Yang1-4/+2
2010-01-25KVM: Fix race between APIC TMR and IRRAvi Kivity1-5/+6
2009-12-27KVM: x86: Extend KVM_SET_VCPU_EVENTS with selective updatesJan Kiszka1-4/+8
2009-12-27KVM: LAPIC: make sure IRR bitmap is scanned after vm loadMarcelo Tosatti1-0/+1
2009-12-27KVM: MMU: remove prefault from invlpg handlerMarcelo Tosatti1-18/+0
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-33/+31
2009-12-10x86: i8254.c: Add pr_fmt(fmt)Joe Perches1-5/+7
2009-12-08Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-483/+1239
2009-12-03KVM: VMX: Fix comparison of guest efer with stale host valueAvi Kivity2-6/+7
2009-12-03KVM: Drop user return notifier when disabling virtualization on a cpuAvi Kivity1-0/+9
2009-12-03KVM: VMX: Disable unrestricted guest when EPT disabledSheng Yang1-1/+3
2009-12-03KVM: x86 emulator: limit instructions to 15 bytesAvi Kivity1-1/+4
2009-12-03KVM: x86: Add KVM_GET/SET_VCPU_EVENTSJan Kiszka3-0/+129
2009-12-03KVM: VMX: Report unexpected simultaneous exceptions as internal errorsAvi Kivity1-3/+8
2009-12-03KVM: Allow internal errors reported to userspace to carry extra dataAvi Kivity2-0/+2
2009-12-03KVM: x86: Polish exception injection via KVM_SET_GUEST_DEBUGJan Kiszka1-6/+14
2009-12-03KVM: x86: disallow KVM_{SET,GET}_LAPIC without allocated in-kernel lapicMarcelo Tosatti1-0/+6
2009-12-03KVM: x86: disallow multiple KVM_CREATE_IRQCHIPMarcelo Tosatti2-9/+27
2009-12-03KVM: VMX: Remove vmx->msr_offset_eferAvi Kivity1-7/+3
2009-12-03KVM: MMU: update invlpg handler commentMarcelo Tosatti1-1/+0
2009-12-03KVM: VMX: move CR3/PDPTR update to vmx_set_cr3Marcelo Tosatti2-5/+4
2009-12-03KVM: remove duplicated task_switch checkGleb Natapov1-5/+0