summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
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