summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-27KVM: In kernel PIT modelSheng Yang1-0/+9
2008-04-27KVM: replace remaining __FUNCTION__ occurancesHarvey Harrison1-6/+6
2008-04-27KVM: detect if VCPU triple faultsJoerg Roedel1-5/+15
2008-04-27KVM: Prefix control register accessors with kvm_ to avoid namespace pollutionAvi Kivity1-23/+23
2008-04-27KVM: MMU: large page supportMarcelo Tosatti1-0/+1
2008-04-27KVM: MMU: ignore zapped root pagetablesMarcelo Tosatti1-0/+12
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: Add stat counter for hypercallsAmit Shah1-0/+2
2008-04-27KVM: Use x86's segment descriptor struct instead of private definitionAvi Kivity1-8/+7
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: paravirtualized clocksource: host partGlauber de Oliveira Costa1-1/+112
2008-04-27KVM: export the load_pdptrs() function to modulesJoerg Roedel1-0/+1
2008-04-27KVM: allow access to EFER in 32bit KVMJoerg Roedel1-10/+0
2008-04-27KVM: align valid EFER bits with the features of the host systemJoerg Roedel1-1/+9
2008-04-27KVM: make EFER_RESERVED_BITS configurable for architecture codeJoerg Roedel1-2/+9
2008-03-04KVM: remove the usage of the mmap_sem for the protection of the memory slots.Izik Eidus1-28/+37
2008-03-03KVM: emulate access to MSR_IA32_MCG_CTLJoerg Roedel1-0/+5
2008-03-03KVM: Make the supported cpuid list a host property rather than a vm propertyAvi Kivity1-20/+22
2008-03-03KVM: Fix kvm_arch_vcpu_ioctl_set_sregs so that set_cr0 works properlyPaul Knowles1-1/+1
2008-02-05kvm: i386 fixAndrew Morton1-4/+4
2008-01-30KVM: Move apic timer migration away from critical sectionAvi Kivity1-1/+4
2008-01-30KVM: Fix unbounded preemption latencyAvi Kivity1-0/+7
2008-01-30KVM: Initialize the mmu caches only after verifying cpu supportAvi Kivity1-8/+6
2008-01-30KVM: x86 emulator: Only allow VMCALL/VMMCALL trapped by #UDSheng Yang1-3/+15
2008-01-30KVM: MMU: Concurrent guest walkersMarcelo Tosatti1-37/+55
2008-01-30KVM: Disable vapic support on Intel machines with FlexPriorityAvi Kivity1-1/+3
2008-01-30KVM: Accelerated apic supportAvi Kivity1-0/+55
2008-01-30KVM: local APIC TPR access reporting facilityAvi Kivity1-0/+25
2008-01-30KVM: Print data for unimplemented wrmsrAvi Kivity1-1/+1
2008-01-30KVM: MMU: Add cache miss statisticAvi Kivity1-0/+1
2008-01-30KVM: Move kvm_vcpu_kick() to x86.cZhang Xiantao1-0/+20
2008-01-30KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity1-0/+3146