aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAge
...
* KVM: fix load_guest_segment_descriptor() to return X86EMUL_*Takuya Yoshikawa2010-03-01
* KVM: enable PCI multiple-segments for pass-through deviceZhai, Edwin2010-03-01
* KVM: mark segments accessed on HW task switchGleb Natapov2010-03-01
* KVM: trace guest fpu loads and unloadsAvi Kivity2010-03-01
* KVM: Rename vcpu->shadow_efer to eferAvi Kivity2010-03-01
* KVM: Add a helper for checking if the guest is in protected modeAvi Kivity2010-03-01
* KVM: Activate fpu on cltsAvi Kivity2010-03-01
* KVM: Drop kvm_{load,put}_guest_fpu() exportsAvi Kivity2010-03-01
* KVM: Allow kvm_load_guest_fpu() even when !vcpu->fpu_activeAvi Kivity2010-03-01
* KVM: x86: fix checking of cr0 validityGleb Natapov2010-03-01
* KVM: SVM: Clean up and enhance mov dr emulationJan Kiszka2010-03-01
* KVM: fix cleanup_srcu_struct on vm destructionMarcelo Tosatti2010-03-01
* KVM: fix Hyper-V hypercall warnings and wrong mask valueGleb Natapov2010-03-01
* KVM: Implement NotifyLongSpinWait HYPER-V hypercallGleb Natapov2010-03-01
* KVM: Add HYPER-V apic access MSRsGleb Natapov2010-03-01
* KVM: Implement bare minimum of HYPER-V MSRsGleb Natapov2010-03-01
* KVM: Set cr0.et when the guest writes cr0Avi Kivity2010-03-01
* KVM: Lazify fpu activation and deactivationAvi Kivity2010-03-01
* KVM: Replace read accesses of vcpu->arch.cr0 by an accessorAvi Kivity2010-03-01
* KVM: x86: Rename gb_page_enable() to get_lpage_level() in kvm_x86_opsSheng Yang2010-03-01
* KVM: convert slots_lock to a mutexMarcelo Tosatti2010-03-01
* KVM: switch vcpu context to use SRCUMarcelo Tosatti2010-03-01
* KVM: convert io_bus to SRCUMarcelo Tosatti2010-03-01
* KVM: x86: switch kvm_set_memory_alias to SRCU updateMarcelo Tosatti2010-03-01
* KVM: use SRCU for dirty logMarcelo Tosatti2010-03-01
* KVM: split kvm_arch_set_memory_region into prepare and commitMarcelo Tosatti2010-03-01
* KVM: modify alias layout in x86s struct kvm_archMarcelo Tosatti2010-03-01
* KVM: modify memslots layout in struct kvmMarcelo Tosatti2010-03-01
* KVM: VMX: Add instruction rdtscp support for guestSheng Yang2010-03-01
* KVM: Add cpuid_update() callback to kvm_x86_opsSheng Yang2010-03-01
* KVM: Extended shared_msr_global to per CPUSheng Yang2010-03-01
* KVM: Add accessor for reading cr4 (or some bits of cr4)Avi Kivity2010-03-01
* KVM: x86: raise TSS exception for NULL CS and SS segmentsMarcelo Tosatti2010-03-01
* KVM: x86: make double/triple fault promotion generic to all exceptionsEddie Dong2010-03-01
* kvmclock: count total_sleep_time when updating guest clockJason Wang2010-02-09
* KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init()Wei Yongjun2010-01-25
* KVM: x86: Fix probable memory leak of vcpu->arch.mce_banksWei Yongjun2010-01-25
* KVM: x86: Extend KVM_SET_VCPU_EVENTS with selective updatesJan Kiszka2009-12-27
* Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-12-08
|\
| * KVM: VMX: Fix comparison of guest efer with stale host valueAvi Kivity2009-12-03
| * KVM: Drop user return notifier when disabling virtualization on a cpuAvi Kivity2009-12-03
| * KVM: x86: Add KVM_GET/SET_VCPU_EVENTSJan Kiszka2009-12-03
| * KVM: x86: Polish exception injection via KVM_SET_GUEST_DEBUGJan Kiszka2009-12-03
| * KVM: x86: disallow KVM_{SET,GET}_LAPIC without allocated in-kernel lapicMarcelo Tosatti2009-12-03
| * KVM: x86: disallow multiple KVM_CREATE_IRQCHIPMarcelo Tosatti2009-12-03
| * KVM: VMX: move CR3/PDPTR update to vmx_set_cr3Marcelo Tosatti2009-12-03
| * KVM: remove duplicated task_switch checkGleb Natapov2009-12-03
| * KVM: x86 shared msr infrastructureAvi Kivity2009-12-03
| * KVM: allow userspace to adjust kvmclock offsetGlauber Costa2009-12-03
| * KVM: x86: Fix guest single-stepping while interruptibleJan Kiszka2009-12-03