summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-09-10KVM: convert custom marker based tracing to event tracesMarcelo Tosatti10-86/+463
2009-09-10KVM: SVM: Improve nested interrupt injectionAlexander Graf1-15/+24
2009-09-10KVM: SVM: Implement INVLPGAAlexander Graf1-1/+14
2009-09-10KVM: Implement MSRs used by Hyper-VAlexander Graf1-0/+5
2009-09-10x86: Add definition for IGNNE MSRAlexander Graf1-0/+1
2009-09-10KVM: SVM: Don't save/restore host cr2Avi Kivity1-17/+0
2009-09-10KVM: VMX: Only reload guest cr2 if different from host cr2Avi Kivity1-2/+7
2009-09-10KVM: Drop useless atomic test from timer functionJan Kiszka1-2/+2
2009-09-10KVM: Fix racy event propagation in timerJan Kiszka1-6/+10
2009-09-10KVM: Optimize searching for highest IRRGleb Natapov2-3/+22
2009-09-10KVM: Replace pending exception by PF if it happens seriallyGleb Natapov1-7/+13
2009-09-10KVM: VMX: conditionally disable 2M pagesMarcelo Tosatti3-2/+16
2009-09-10KVM: VMX: EPT misconfiguration handlerMarcelo Tosatti1-1/+85
2009-09-10KVM: MMU: add kvm_mmu_get_spte_hierarchy helperMarcelo Tosatti2-0/+20
2009-09-10KVM: MMU: make for_each_shadow_entry aware of largepagesMarcelo Tosatti1-0/+5
2009-09-10KVM: VMX: more MSR_IA32_VMX_EPT_VPID_CAP capability bitsMarcelo Tosatti2-0/+27
2009-09-10KVM: Move performance counter MSR access interception to generic x86 pathAndre Przywara3-28/+30
2009-09-10KVM: MMU audit: largepage handlingMarcelo Tosatti1-8/+7
2009-09-10KVM: MMU audit: audit_mappings tweaksMarcelo Tosatti1-1/+7
2009-09-10KVM: MMU audit: nontrapping ptes in nonleaf levelMarcelo Tosatti1-6/+1
2009-09-10KVM: MMU audit: update audit_write_protectionMarcelo Tosatti1-3/+11
2009-09-10KVM: MMU audit: update count_writable_mappings / count_rmapsMarcelo Tosatti1-10/+94
2009-09-10KVM: MMU: introduce is_last_spte helperMarcelo Tosatti1-13/+13
2009-09-10KVM: Return to userspace on emulation failureAvi Kivity2-2/+10
2009-09-10KVM: Use macro to iterate over vcpus.Gleb Natapov9-74/+76
2009-09-10KVM: Break dependency between vcpu index in vcpus array and vcpu_id.Gleb Natapov9-33/+55
2009-09-10KVM: Use pointer to vcpu instead of vcpu_id in timer code.Gleb Natapov4-4/+4
2009-09-10KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov11-18/+28
2009-09-10KVM: MMU: s/shadow_pte/spte/Avi Kivity2-59/+59
2009-09-10KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pteAvi Kivity4-21/+21
2009-09-10KVM: MMU: Fix is_dirty_pte()Avi Kivity1-1/+1
2009-09-10KVM: VMX: Move rmode structure to vmx-specific codeAvi Kivity2-44/+44
2009-09-10KVM: Reorder ioctls in kvm.hAvi Kivity1-5/+5
2009-09-10KVM: VMX: Support Unrestricted Guest featureNitin A Kamble3-11/+62
2009-09-10KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti8-30/+58
2009-09-10KVM: introduce irq_lock, use it to protect ioapicMarcelo Tosatti3-1/+8
2009-09-10KVM: move coalesced_mmio locking to its own deviceMarcelo Tosatti2-6/+5
2009-09-10KVM: Grab pic lock in kvm_pic_clear_isr_ackMarcelo Tosatti1-0/+2
2009-09-10KVM: Cleanup LAPIC interfaceJan Kiszka1-12/+0
2009-09-10KVM: ppc: e500: Add MMUCFG and PVR emulationLiu Yu2-0/+5
2009-09-10KVM: ppc: e500: Directly pass pvr to guestLiu Yu3-5/+1
2009-09-10KVM: ppc: e500: Move to Book-3e MMU definitionsLiu Yu2-8/+8
2009-09-10KVM: Calculate available entries in coalesced mmio ringAvi Kivity1-5/+5
2009-09-10KVM: VMX: Fix reporting of unhandled EPT violationsAvi Kivity1-2/+2
2009-09-10KVM: Cache pdptrsAvi Kivity7-13/+63
2009-09-10KVM: VMX: Simplify pdptr and cr3 managementAvi Kivity1-6/+15
2009-09-10KVM: VMX: Avoid duplicate ept tlb flush when setting cr3Avi Kivity1-1/+0
2009-09-10KVM: do not register i8254 PIO regions until we are initializedGregory Haskins1-9/+8
2009-09-10KVM: cleanup io_device codeGregory Haskins8-53/+109
2009-09-10KVM: Clean up coalesced_mmio destructionGregory Haskins1-1/+4