aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-27KVM: VMX: Don't adjust tsc offset forwardAvi Kivity1-3/+6
2008-04-27KVM: replace remaining __FUNCTION__ occurancesHarvey Harrison6-45/+44
2008-04-27KVM: detect if VCPU triple faultsJoerg Roedel1-5/+15
2008-04-27KVM: Prefix control register accessors with kvm_ to avoid namespace pollutionAvi Kivity2-30/+30
2008-04-27KVM: MMU: large page supportMarcelo Tosatti3-31/+224
2008-04-27KVM: MMU: ignore zapped root pagetablesMarcelo Tosatti2-2/+22
2008-04-27KVM: Implement dummy values for MSR_PERF_STATUSAlexander Graf1-1/+7
2008-04-27KVM: sparse fixes for kvm/x86.cHarvey Harrison1-13/+13
2008-04-27KVM: SVM: make iopm_base staticHarvey Harrison1-1/+1
2008-04-27KVM: x86 emulator: fix sparse warnings in x86_emulate.cHarvey Harrison1-2/+2
2008-04-27KVM: Add stat counter for hypercallsAmit Shah1-0/+2
2008-04-27KVM: Use x86's segment descriptor struct instead of private definitionAvi Kivity3-39/+8
2008-04-27KVM: Add API for determining the number of supported memory slotsAvi Kivity1-0/+3
2008-04-27KVM: Add API to retrieve the number of supported vcpus per vmAvi Kivity1-0/+3
2008-04-27KVM: x86 emulator: make register_address_increment and JMP_REL static inlinesHarvey Harrison1-30/+26
2008-04-27KVM: x86 emulator: make register_address, address_mask static inlinesHarvey Harrison1-19/+29
2008-04-27KVM: x86 emulator: add ad_mask static inlineHarvey Harrison1-3/+8
2008-04-27x86: KVM guest: paravirtualized clocksourceGlauber de Oliveira Costa5-0/+182
2008-04-27KVM: paravirtualized clocksource: host partGlauber de Oliveira Costa1-1/+112
2008-04-27KVM: SVM: enable LBR virtualizationJoerg Roedel1-2/+37
2008-04-27KVM: SVM: allocate the MSR permission map per VCPUJoerg Roedel2-35/+34