aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2008-04-27KVM: Add trace markersFeng (Eric) Liu
2008-04-27KVM: Free apic access page on vm destructionAvi Kivity
2008-04-27KVM: MMU: unify slots_lock usageMarcelo Tosatti
2008-04-27KVM: x86: hardware task switching supportIzik Eidus
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-27KVM: add basic paravirt supportMarcelo Tosatti
2008-04-27KVM: Add save/restore supporting of in kernel PITSheng Yang
2008-04-27KVM: In kernel PIT modelSheng Yang
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: 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: paravirtualized clocksource: host partGlauber de Oliveira Costa
2008-04-27KVM: export the load_pdptrs() function to modulesJoerg Roedel
2008-04-27KVM: allow access to EFER in 32bit KVMJoerg Roedel
2008-04-27KVM: align valid EFER bits with the features of the host systemJoerg Roedel
2008-04-27KVM: make EFER_RESERVED_BITS configurable for architecture codeJoerg Roedel
2008-03-04KVM: remove the usage of the mmap_sem for the protection of the memory slots.Izik Eidus
2008-03-03KVM: emulate access to MSR_IA32_MCG_CTLJoerg Roedel
2008-03-03KVM: Make the supported cpuid list a host property rather than a vm propertyAvi Kivity
2008-03-03KVM: Fix kvm_arch_vcpu_ioctl_set_sregs so that set_cr0 works properlyPaul Knowles
2008-02-05kvm: i386 fixAndrew Morton
2008-01-30KVM: Move apic timer migration away from critical sectionAvi Kivity
2008-01-30KVM: Fix unbounded preemption latencyAvi Kivity
2008-01-30KVM: Initialize the mmu caches only after verifying cpu supportAvi Kivity
2008-01-30KVM: x86 emulator: Only allow VMCALL/VMMCALL trapped by #UDSheng Yang
2008-01-30KVM: MMU: Concurrent guest walkersMarcelo Tosatti
2008-01-30KVM: Disable vapic support on Intel machines with FlexPriorityAvi Kivity
2008-01-30KVM: Accelerated apic supportAvi Kivity
2008-01-30KVM: local APIC TPR access reporting facilityAvi Kivity
2008-01-30KVM: Print data for unimplemented wrmsrAvi Kivity
2008-01-30KVM: MMU: Add cache miss statisticAvi Kivity
2008-01-30KVM: Move kvm_vcpu_kick() to x86.cZhang Xiantao
2008-01-30KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity