aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2008-04-27KVM: MMU: Don't assume struct page for x86Anthony Liguori
2008-04-27KVM: MMU: prepopulate guest pages after write-protectingMarcelo Tosatti
2008-04-27KVM: MMU: Only mark_page_accessed() if the page was accessed by the guestAvi Kivity
2008-04-27KVM: Free apic access page on vm destructionAvi Kivity
2008-04-27KVM: MMU: allow the vm to shrink the kvm mmu shadow cachesIzik Eidus
2008-04-27KVM: MMU: unify slots_lock usageMarcelo Tosatti
2008-04-27KVM: VMX: Enable MSR Bitmap featureSheng Yang
2008-04-27KVM: x86: hardware task switching supportIzik Eidus
2008-04-27KVM: x86: add functions to get the cpl of vcpuIzik Eidus
2008-04-27KVM: VMX: Add module option to disable flexpriorityAvi Kivity
2008-04-27KVM: no longer EXPERIMENTALAvi Kivity
2008-04-27KVM: MMU: Introduce and use spte_to_page()Avi Kivity
2008-04-27KVM: MMU: fix dirty bit setting when removing write permissionsIzik Eidus
2008-04-27KVM: MMU: Set the accessed bit on non-speculative shadow ptesAvi Kivity
2008-04-27x86: KVM guest: disable clock before rebooting.Glauber Costa
2008-04-27x86: make native_machine_shutdown non-staticGlauber Costa
2008-04-27x86: allow machine_crash_shutdown to be replacedGlauber Costa
2008-04-27x86: KVM guest: hypercall batchingMarcelo Tosatti
2008-04-27x86: KVM guest: hypercall based pte updates and TLB flushesMarcelo Tosatti
2008-04-27KVM: MMU: hypercall based pte updates and TLB flushesMarcelo Tosatti
2008-04-27KVM: Provide unlocked version of emulator_write_phys()Avi Kivity
2008-04-27x86: KVM guest: add basic paravirt supportMarcelo Tosatti
2008-04-27KVM: add basic paravirt supportMarcelo Tosatti
2008-04-27KVM: Add reset support for in kernel PITSheng Yang
2008-04-27KVM: Add save/restore supporting of in kernel PITSheng Yang
2008-04-27KVM: In kernel PIT modelSheng Yang
2008-04-27KVM: Remove pointless desc_ptr #ifdefAvi Kivity
2008-04-27KVM: VMX: Don't adjust tsc offset forwardAvi Kivity
2008-04-27KVM: replace remaining __FUNCTION__ occurancesHarvey Harrison
2008-04-27KVM: detect if VCPU triple faultsJoerg Roedel
2008-04-27KVM: Prefix control register accessors with kvm_ to avoid namespace pollutionAvi Kivity
2008-04-27KVM: MMU: large page supportMarcelo Tosatti
2008-04-27KVM: MMU: ignore zapped root pagetablesMarcelo Tosatti
2008-04-27KVM: Implement dummy values for MSR_PERF_STATUSAlexander Graf
2008-04-27KVM: sparse fixes for kvm/x86.cHarvey Harrison
2008-04-27KVM: SVM: make iopm_base staticHarvey Harrison
2008-04-27KVM: x86 emulator: fix sparse warnings in x86_emulate.cHarvey Harrison
2008-04-27KVM: Add stat counter for hypercallsAmit Shah
2008-04-27KVM: Use x86's segment descriptor struct instead of private definitionAvi Kivity
2008-04-27KVM: Add API for determining the number of supported memory slotsAvi Kivity
2008-04-27KVM: Add API to retrieve the number of supported vcpus per vmAvi Kivity
2008-04-27KVM: x86 emulator: make register_address_increment and JMP_REL static inlinesHarvey Harrison
2008-04-27KVM: x86 emulator: make register_address, address_mask static inlinesHarvey Harrison
2008-04-27KVM: x86 emulator: add ad_mask static inlineHarvey Harrison
2008-04-27x86: KVM guest: paravirtualized clocksourceGlauber de Oliveira Costa
2008-04-27KVM: paravirtualized clocksource: host partGlauber de Oliveira Costa
2008-04-27KVM: SVM: enable LBR virtualizationJoerg Roedel
2008-04-27KVM: SVM: allocate the MSR permission map per VCPUJoerg Roedel
2008-04-27KVM: SVM: let init_vmcb() take struct vcpu_svm as parameterJoerg Roedel
2008-04-27KVM: VMX: fix typo in VMX header defineRyan Harper