summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-10KVM: correct error-handling codeJulia Lawall
2009-09-10KVM: fix compile warnings on s390Heiko Carstens
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 guest: do not batch pte updates from interrupt contextMarcelo Tosatti
2009-09-10KVM: Fix coalesced interrupt reporting in IOAPICGleb Natapov
2009-09-10KVM guest: fix bogus wallclock physical address calculationGlauber Costa
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: Document KVM_CAP_IRQCHIPAvi 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: Add missing #includeAvi Kivity
2009-09-10KVM: Add __KERNEL__ guards to exported headersAvi Kivity
2009-09-10KVM: export kvm_para.hMichael S. Tsirkin
2009-09-10Documentation: Update KVM list email addressAmit Shah
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: Move #endif KVM_CAP_IRQ_ROUTING to correct placeAvi 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-10x86: Export kmap_atomic_to_page()Avi Kivity