summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-27KVM: x86: add functions to get the cpl of vcpuIzik Eidus3-0/+24
2008-04-27KVM: VMX: Add module option to disable flexpriorityAvi Kivity1-2/+6
2008-04-27KVM: no longer EXPERIMENTALAvi Kivity1-1/+1
2008-04-27KVM: MMU: Introduce and use spte_to_page()Avi Kivity1-5/+12
2008-04-27KVM: MMU: fix dirty bit setting when removing write permissionsIzik Eidus1-0/+8
2008-04-27KVM: Move some x86 specific constants and structures to include/asm-x86Avi Kivity2-13/+13
2008-04-27KVM: MMU: Set the accessed bit on non-speculative shadow ptesAvi Kivity2-5/+7
2008-04-27KVM: kvm.h: __user requires compiler.hChristian Borntraeger1-0/+1
2008-04-27x86: KVM guest: disable clock before rebooting.Glauber Costa1-0/+27
2008-04-27x86: make native_machine_shutdown non-staticGlauber Costa2-1/+2
2008-04-27x86: allow machine_crash_shutdown to be replacedGlauber Costa3-2/+13
2008-04-27x86: KVM guest: hypercall batchingMarcelo Tosatti1-2/+60