summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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: 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: 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 Tosatti4-51/+25
2008-04-27KVM: VMX: Enable MSR Bitmap featureSheng Yang1-7/+60
2008-04-27s390: KVM guest: detect when running on kvmCarsten Otte3-3/+18
2008-04-27KVM: s390: add kvm to kconfig on s390Christian Borntraeger2-0/+46
2008-04-27KVM: s390: intercepts for diagnose instructionsChristian Borntraeger5-1/+73
2008-04-27KVM: s390: interprocessor communication via sigpChristian Borntraeger5-3/+323
2008-04-27KVM: s390: intercepts for privileged instructionsChristian Borntraeger5-1/+339
2008-04-27KVM: s390: interrupt subsystem, cpu timer, waitpswCarsten Otte5-3/+765
2008-04-27KVM: s390: sie intercept handlingChristian Borntraeger4-2/+133
2008-04-27KVM: s390: arch backend for the kvm kernel moduleHeiko Carstens7-1/+932
2008-04-27s390: KVM preparation: provide hook to enable pgstes in user pagetableCarsten Otte3-3/+70
2008-04-27KVM: x86: hardware task switching supportIzik Eidus5-3/+498
2008-04-27KVM: x86: add functions to get the cpl of vcpuIzik Eidus2-0/+23
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: MMU: Set the accessed bit on non-speculative shadow ptesAvi Kivity2-5/+7
2008-04-27x86: KVM guest: disable clock before rebooting.Glauber Costa1-0/+27
2008-04-27x86: make native_machine_shutdown non-staticGlauber Costa1-1/+1
2008-04-27x86: allow machine_crash_shutdown to be replacedGlauber Costa2-2/+12
2008-04-27x86: KVM guest: hypercall batchingMarcelo Tosatti1-2/+60
2008-04-27x86: KVM guest: hypercall based pte updates and TLB flushesMarcelo Tosatti1-0/+138
2008-04-27KVM: MMU: hypercall based pte updates and TLB flushesMarcelo Tosatti2-2/+152
2008-04-27KVM: Provide unlocked version of emulator_write_phys()Avi Kivity1-7/+14
2008-04-27x86: KVM guest: add basic paravirt supportMarcelo Tosatti5-0/+64
2008-04-27KVM: add basic paravirt supportMarcelo Tosatti1-0/+1
2008-04-27KVM: Add reset support for in kernel PITSheng Yang2-11/+20
2008-04-27KVM: Add save/restore supporting of in kernel PITSheng Yang3-0/+56
2008-04-27KVM: In kernel PIT modelSheng Yang5-1/+661
2008-04-27KVM: Remove pointless desc_ptr #ifdefAvi Kivity1-4/+0