aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2009-09-14Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2009-09-10KVM: VMX: Check cpl before emulating debug register accessAvi Kivity
2009-09-10KVM: fix misreporting of coalesced interrupts by kvm tracerGleb Natapov
2009-09-10KVM: x86: drop duplicate kvm_flush_remote_tlb callsMarcelo Tosatti
2009-09-10KVM: VMX: call vmx_load_host_state() only if msr is cachedGleb Natapov
2009-09-10KVM: VMX: Conditionally reload debug register 6Avi Kivity
2009-09-10KVM: Use thread debug register storage instead of kvm specific dataAvi Kivity
2009-09-10KVM: VMX: Fix cr8 exiting control clobbering by EPTGleb Natapov
2009-09-10KVM: Optimize kvm_mmu_unprotect_page_virt() for tdpAvi Kivity
2009-09-10KVM: Protect update_cr8_intercept() when running without an apicAvi Kivity
2009-09-10KVM: VMX: Fix EPT with WP bit change during pagingSheng Yang
2009-09-10KVM: Use kvm_{read,write}_guest_virt() to read and write segment descriptorsMikhail Ershov
2009-09-10KVM: x86 emulator: Add adc and sbb missing decoder flagsMohammed Gamal
2009-09-10KVM: Rename x86_emulate.c to emulate.cAvi Kivity
2009-09-10KVM: When switching to a vm8086 task, load segments as 16-bitAnthony Liguori
2009-09-10KVM: VMX: Adjust rflags if in real mode emulationAvi Kivity
2009-09-10KVM: SVM: Drop tlb flush workaround in nptAvi Kivity
2009-09-10KVM: Update cr8 intercept when APIC TPR is changed by userspaceGleb Natapov
2009-09-10KVM: SVM: enable nested svm by defaultJoerg Roedel
2009-09-10KVM: SVM: check for nested VINTR flag in svm_interrupt_allowedJoerg Roedel
2009-09-10KVM: SVM: move nested_svm_intr main logic out of if-clauseJoerg Roedel
2009-09-10KVM: SVM: remove unnecessary is_nested check from svm_cpu_runJoerg Roedel
2009-09-10KVM: SVM: move special nested exit handling to separate functionJoerg Roedel
2009-09-10KVM: SVM: handle errors in vmrun emulation path appropriatlyJoerg Roedel
2009-09-10KVM: SVM: remove nested_svm_do and helper functionsJoerg Roedel
2009-09-10KVM: SVM: clean up nested vmrun pathJoerg Roedel
2009-09-10KVM: SVM: clean up nestec vmload/vmsave pathsJoerg Roedel
2009-09-10KVM: SVM: clean up nested_svm_exit_handled_msrJoerg Roedel
2009-09-10KVM: SVM: get rid of nested_svm_vmexit_realJoerg Roedel
2009-09-10KVM: SVM: simplify nested_svm_check_exceptionJoerg Roedel
2009-09-10KVM: SVM: do nested vmexit in nested_svm_exit_handledJoerg Roedel
2009-09-10KVM: SVM: consolidate nested_svm_exit_handledJoerg Roedel
2009-09-10KVM: SVM: cache nested interceptsJoerg Roedel
2009-09-10KVM: SVM: move nested svm state into seperate structJoerg Roedel
2009-09-10KVM: SVM: complete interrupts after handling nested exitsJoerg Roedel
2009-09-10KVM: SVM: copy only necessary parts of the control area on vmrun/vmexitJoerg Roedel
2009-09-10KVM: SVM: optimize nested vmrunJoerg Roedel
2009-09-10KVM: SVM: optimize nested #vmexitJoerg Roedel
2009-09-10KVM: SVM: add helper functions for global interrupt flagJoerg Roedel
2009-09-10KVM: Replace pic_lock()/pic_unlock() with direct call to spinlock functionsGleb Natapov
2009-09-10KVM: Call ack notifiers from PIC when guest OS acks an IRQ.Gleb Natapov
2009-09-10KVM: Call kvm_vcpu_kick() inside pic spinlockGleb Natapov
2009-09-10KVM: fix EFER read buffer overflowRoel Kluin
2009-09-10KVM: ignore reads to perfctr msrsAmit Shah
2009-09-10KVM: VMX: Optimize vmx_get_cpl()Avi Kivity
2009-09-10KVM: x86: Disallow hypercalls for guest callers in rings > 0Jan Kiszka
2009-09-10KVM: MMU: fix bogus alloc_mmu_pages assignmentMarcelo Tosatti
2009-09-10KVM: MMU: make __kvm_mmu_free_some_pages handle empty listIzik Eidus
2009-09-10KVM: remove superfluous NULL pointer check in kvm_inject_pit_timer_irqs()Bartlomiej Zolnierkiewicz
2009-09-10KVM: report 1GB page support to userspaceJoerg Roedel