aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2010-03-01KVM: mark segments accessed on HW task switchGleb Natapov
2010-03-01KVM: VMX: Pass cr0.mp through to the guest when the fpu is activeAvi Kivity
2010-03-01KVM: MMU: Remove some useless code from alloc_mmu_pages()Wei Yongjun
2010-03-01KVM: trace guest fpu loads and unloadsAvi Kivity
2010-03-01KVM: Optimize kvm_read_cr[04]_bits()Avi Kivity
2010-03-01KVM: Rename vcpu->shadow_efer to eferAvi Kivity
2010-03-01KVM: Move cr0/cr4/efer related helpers to x86.hAvi Kivity
2010-03-01KVM: Add a helper for checking if the guest is in protected modeAvi Kivity
2010-03-01KVM: Activate fpu on cltsAvi Kivity
2010-03-01KVM: Drop kvm_{load,put}_guest_fpu() exportsAvi Kivity
2010-03-01KVM: Allow kvm_load_guest_fpu() even when !vcpu->fpu_activeAvi Kivity
2010-03-01KVM: x86: fix checking of cr0 validityGleb Natapov
2010-03-01KVM: SVM: Trap all debug register accessesJan Kiszka
2010-03-01KVM: SVM: Clean up and enhance mov dr emulationJan Kiszka
2010-03-01KVM: VMX: Clean up DR6 emulationJan Kiszka
2010-03-01KVM: VMX: Fix emulation of DR4 and DR5Jan Kiszka
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: export <asm/hyperv.h>Avi Kivity
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: Add HYPER-V header fileGleb 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: SVM: Fix SVM_CR0_SELECTIVE_MASKAvi 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: Fix the explanation of write_emulatedTakuya Yoshikawa
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: Bump maximum vcpu count to 64Avi 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