aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: remove the usage of the mmap_sem for the protection of the memory slots.Izik Eidus2008-03-041-28/+37
* KVM: emulate access to MSR_IA32_MCG_CTLJoerg Roedel2008-03-031-0/+5
* KVM: Make the supported cpuid list a host property rather than a vm propertyAvi Kivity2008-03-031-20/+22
* KVM: Fix kvm_arch_vcpu_ioctl_set_sregs so that set_cr0 works properlyPaul Knowles2008-03-031-1/+1
* kvm: i386 fixAndrew Morton2008-02-051-4/+4
* KVM: Move apic timer migration away from critical sectionAvi Kivity2008-01-301-1/+4
* KVM: Fix unbounded preemption latencyAvi Kivity2008-01-301-0/+7
* KVM: Initialize the mmu caches only after verifying cpu supportAvi Kivity2008-01-301-8/+6
* KVM: x86 emulator: Only allow VMCALL/VMMCALL trapped by #UDSheng Yang2008-01-301-3/+15
* KVM: MMU: Concurrent guest walkersMarcelo Tosatti2008-01-301-37/+55
* KVM: Disable vapic support on Intel machines with FlexPriorityAvi Kivity2008-01-301-1/+3
* KVM: Accelerated apic supportAvi Kivity2008-01-301-0/+55
* KVM: local APIC TPR access reporting facilityAvi Kivity2008-01-301-0/+25
* KVM: Print data for unimplemented wrmsrAvi Kivity2008-01-301-1/+1
* KVM: MMU: Add cache miss statisticAvi Kivity2008-01-301-0/+1
* KVM: Move kvm_vcpu_kick() to x86.cZhang Xiantao2008-01-301-0/+20
* KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity2008-01-301-0/+3146