summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-27KVM: ia64: Stub out kvmtraceAvi Kivity1-0/+3
2008-04-27KVM: s390: Stub out kvmtraceAvi Kivity1-0/+3
2008-04-27KVM: Add trace markersFeng (Eric) Liu5-2/+147
2008-04-27KVM: SVM: add intercept for machine check exceptionJoerg Roedel2-1/+17
2008-04-27KVM: SVM: align shadow CR4.MCE with hostJoerg Roedel1-0/+3
2008-04-27KVM: SVM: indent svm_set_cr4 with tabs instead of spacesJoerg Roedel1-4/+4
2008-04-27KVM: Register ioctl rangeAvi Kivity1-0/+2
2008-04-27KVM: MMU: Don't assume struct page for x86Anthony Liguori6-68/+133
2008-04-27KVM: ia64: Add a guide about how to create kvm guests on ia64Xiantao Zhang1-0/+82
2008-04-27KVM: ia64: Enable kvm build for ia64Xiantao Zhang4-0/+111
2008-04-27KVM: ia64: Add kvm sal/pal virtulization supportXiantao Zhang1-0/+500
2008-04-27KVM: ia64: Add guest interruption injection supportXiantao Zhang1-0/+970
2008-04-27KVM: ia64: Generate offset values for assembly code useXiantao Zhang1-0/+251
2008-04-27KVM: ia64: Add optimization for some virtulization faultsXiantao Zhang1-0/+918
2008-04-27KVM: ia64: Add processor virtulization supportXiantao Zhang1-0/+2163
2008-04-27KVM: ia64: Add trampoline for guest/host mode switchXiantao Zhang1-0/+1038
2008-04-27KVM: ia64: Add mmio decoder for kvm/ia64Xiantao Zhang1-0/+341
2008-04-27KVM: ia64: Add interruption vector table for vmmXiantao Zhang1-0/+1424
2008-04-27KVM: ia64: Add TLB virtulization supportXiantao Zhang1-0/+636
2008-04-27KVM: ia64: VMM module interfacesXiantao Zhang1-0/+66
2008-04-27KVM: ia64: Add header files for kvm/ia64Xiantao Zhang5-0/+1421
2008-04-27KVM: ia64: Add kvm arch-specific core code for kvm/ia64Xiantao Zhang1-0/+1789
2008-04-27KVM: ia64: Add header files for kvm/ia64Xiantao Zhang3-3/+755
2008-04-27KVM: ia64: Prepare some structure and routines for kvm useXiantao Zhang2-0/+75
2008-04-27KVM: s390: Improve pgste accessesHeiko Carstens1-6/+6
2008-04-27KVM: s390: rename stfl to kvm_stflHeiko Carstens1-2/+2
2008-04-27KVM: s390: Fix incorrect return valueHeiko Carstens1-1/+1
2008-04-27KVM: MMU: prepopulate guest pages after write-protectingMarcelo Tosatti1-1/+1
2008-04-27KVM: MMU: Only mark_page_accessed() if the page was accessed by the guestAvi Kivity1-1/+2
2008-04-27KVM: add vm refcountingIzik Eidus2-1/+20
2008-04-27KVM: function declaration parameter name cleanupJoerg Roedel1-3/+3
2008-04-27KVM: Free apic access page on vm destructionAvi Kivity1-0/+2
2008-04-27KVM: MMU: allow the vm to shrink the kvm mmu shadow cachesIzik Eidus1-2/+56
2008-04-27KVM: MMU: unify slots_lock usageMarcelo Tosatti5-52/+26
2008-04-27KVM: VMX: Enable MSR Bitmap featureSheng Yang1-7/+60
2008-04-27s390: KVM guest: virtio device support, and kvm hypercallsChristian Borntraeger5-3/+523
2008-04-27s390: KVM guest: detect when running on kvmCarsten Otte4-3/+19
2008-04-27KVM: s390: update maintainersChristian Borntraeger1-0/+10
2008-04-27KVM: s390: API documentationCarsten Otte1-0/+125
2008-04-27KVM: s390: add kvm to kconfig on s390Christian Borntraeger2-0/+46
2008-04-27KVM: s390: intercepts for diagnose instructionsChristian Borntraeger7-2/+85
2008-04-27KVM: s390: interprocessor communication via sigpChristian Borntraeger6-3/+335
2008-04-27KVM: s390: intercepts for privileged instructionsChristian Borntraeger6-1/+352
2008-04-27KVM: s390: interrupt subsystem, cpu timer, waitpswCarsten Otte7-3/+857
2008-04-27KVM: s390: sie intercept handlingChristian Borntraeger6-2/+146
2008-04-27KVM: s390: arch backend for the kvm kernel moduleHeiko Carstens12-2/+1145
2008-04-27s390: KVM preparation: address of the 64bit extint parm in lowcoreChristian Borntraeger1-5/+10
2008-04-27s390: KVM preparation: host memory management changes for s390 kvmChristian Borntraeger2-6/+93
2008-04-27s390: KVM preparation: provide hook to enable pgstes in user pagetableCarsten Otte8-5/+82
2008-04-27KVM: x86: hardware task switching supportIzik Eidus6-3/+507