summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2011-02-28KVM: better readability of efer_reserved_bitsLai Jiangshan
2011-02-28KVM: Clear async page fault hash after switching to real modeLai Jiangshan
2011-02-28KVM: VMX: Initialize vm86 TSS only once.Gleb Natapov
2011-02-28KVM: VMX: update live TR selector if it changes in real modeGleb Natapov
2011-02-28KVM: VMX: add the __noclone attribute to vmx_vcpu_runLai Jiangshan
2011-02-28KVM: x86: Convert tsc_write_lock to raw_spinlockJan Kiszka
2011-02-28KVM: remove isr_ack logic from PICGleb Natapov
2011-02-28KVM: VMX: fix detection of BIOS disabling VMXJoseph Cihula
2011-02-28KVM: Convert kvm_lock to raw_spinlockJan Kiszka
2011-02-28KVM: SVM: check for progress after IRET interceptionAvi Kivity
2011-02-28KVM: Fix race between nmi injection and enabling nmi windowAvi Kivity
2011-02-28KVM: Drop ad-hoc vendor specific instruction restrictionAvi Kivity
2011-02-28KVM: x86 emulator: vendor specific instructionsAvi Kivity
2011-02-28KVM: Drop bogus x86_decode_insn() error checkAvi Kivity
2011-02-28KVM: x86: Drop obsolete warning about INIT on runnable VCPUJan Kiszka
2011-02-28KVM: x86: release kvmclock page on resetGlauber Costa
2011-02-28KVM: x86: handle guest access to BBL_CR_CTL3 MSRjohn cooper
2011-02-28KVM: Add "exiting guest mode" stateXiao Guangrong
2011-02-28KVM: x86: Remove user space triggerable MCE error messageJan Kiszka
2011-02-28KVM: fix rcu usage warning in kvm_arch_vcpu_ioctl_set_sregs()Xiao Guangrong
2011-02-28KVM: VMX: Avoid atomic operation in vmx_vcpu_runAvi Kivity
2011-02-28KVM: VMX: Simplify saving guest rcx in vmx_vcpu_runAvi Kivity
2011-02-28KVM: VMX: increase ple_gap default to 128Rik van Riel
2011-02-28KVM: SVM: Add support for perf-kvmJoerg Roedel
2011-02-28KVM: VMX: Avoid leaking fake realmode state to userspaceAvi Kivity
2011-02-28KVM: VMX: Save and restore tr selector across mode switchesAvi Kivity
2011-02-28KVM: MMU: Don't flush shadow when enabling dirty trackingAvi Kivity
2011-02-22KVM: SVM: Advance instruction pointer in dr_interceptJoerg Roedel
2011-02-09KVM: SVM: Make sure KERNEL_GS_BASE is valid when loading gs_indexJoerg Roedel
2011-01-13thp: mmu_notifier_test_youngAndrea Arcangeli
2011-01-13thp: kvm mmu transparent hugepage supportAndrea Arcangeli
2011-01-13Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2011-01-12KVM: Initialize fpu state in preemptible contextAvi Kivity
2011-01-12KVM: VMX: when entering real mode align segment base to 16 bytesGleb Natapov
2011-01-12KVM: MMU: handle 'map_writable' in set_spte() functionXiao Guangrong
2011-01-12KVM: MMU: audit: allow audit more guests at the same timeXiao Guangrong
2011-01-12KVM: Fetch guest cr3 from hardware on demandAvi Kivity
2011-01-12KVM: Replace reads of vcpu->arch.cr3 by an accessorAvi Kivity
2011-01-12KVM: MMU: only write protect mappings at pagetable levelMarcelo Tosatti
2011-01-12KVM: VMX: Correct asm constraint in vmcs_load()/vmcs_clear()Avi Kivity
2011-01-12KVM: MMU: Initialize base_role for tdp mmusAvi Kivity
2011-01-12KVM: VMX: Optimize atomic EFER loadAvi Kivity
2011-01-12KVM: SVM: copy instruction bytes from VMCBAndre Przywara
2011-01-12KVM: SVM: implement enhanced INVLPG interceptAndre Przywara
2011-01-12KVM: SVM: enhance mov DR intercept handlerAndre Przywara
2011-01-12KVM: SVM: enhance MOV CR intercept handlerAndre Przywara
2011-01-12KVM: SVM: add new SVM feature bit namesAndre Przywara
2011-01-12KVM: cleanup emulate_instructionAndre Przywara
2011-01-12KVM: move complete_insn_gp() into x86.cAndre Przywara
2011-01-12KVM: x86: fix CR8 handlingAndre Przywara