aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-03-25KVM: MMU: Fix memory leak on guest demand faultsAvi Kivity1-1/+1
2008-03-25KVM: VMX: convert init_rmode_tss() to slots_lockMarcelo Tosatti1-2/+2
2008-03-25KVM: MMU: handle page removal with shadow mappingMarcelo Tosatti1-1/+12
2008-03-25KVM: MMU: Fix is_rmap_pte() with io ptesAvi Kivity1-2/+1
2008-03-25KVM: VMX: Restore tss even on x86_64Avi Kivity1-3/+0
2008-03-04KVM: VMX: Avoid rearranging switched guest msrs while they are loadedAvi Kivity1-0/+1
2008-03-04KVM: MMU: Fix race when instantiating a shadow pteAvi Kivity2-11/+6
2008-03-04KVM: Avoid infinite-frequency local apic timerAvi Kivity1-0/+4
2008-03-04KVM: make MMU_DEBUG compile againMarcelo Tosatti2-2/+2
2008-03-04KVM: move alloc_apic_access_page() outside of non-preemptable regionMarcelo Tosatti1-3/+3
2008-03-04KVM: SVM: fix Windows XP 64 bit installation crashJoerg Roedel1-0/+22
2008-03-04KVM: remove the usage of the mmap_sem for the protection of the memory slots.Izik Eidus4-38/+71
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-03-03KVM: SVM: set NM intercept when enabling CR0.TS in the guestJoerg Roedel1-1/+3
2008-03-03KVM: SVM: Fix lazy FPU switchingJoerg Roedel1-0/+2
2008-02-05kvm: i386 fixAndrew Morton1-4/+4
2008-02-04virtio: Put the virtio under the virtualization menuAnthony Liguori1-0/+1
2008-01-30KVM: Move apic timer migration away from critical sectionAvi Kivity3-4/+6
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: MMU: Fix dirty page setting for pages removed from rmapIzik Eidus1-2/+6
2008-01-30KVM: x86 emulator: Only allow VMCALL/VMMCALL trapped by #UDSheng Yang3-5/+17
2008-01-30KVM: MMU: Merge shadow level check in FNAME(fetch)Dong, Eddie1-5/+2
2008-01-30KVM: MMU: Move kvm_free_some_pages() into critical sectionAvi Kivity2-6/+4
2008-01-30KVM: MMU: Switch to mmu spinlockMarcelo Tosatti3-28/+32
2008-01-30KVM: MMU: Avoid calling gfn_to_page() in mmu_set_spte()Avi Kivity2-10/+68
2008-01-30KVM: Add kvm_read_guest_atomic()Marcelo Tosatti1-12/+16
2008-01-30KVM: MMU: Concurrent guest walkersMarcelo Tosatti4-54/+112
2008-01-30KVM: Disable vapic support on Intel machines with FlexPriorityAvi Kivity3-2/+11
2008-01-30KVM: Accelerated apic supportAvi Kivity3-1/+111
2008-01-30KVM: local APIC TPR access reporting facilityAvi Kivity2-0/+46
2008-01-30KVM: Print data for unimplemented wrmsrAvi Kivity1-1/+1
2008-01-30KVM: MMU: Add cache miss statisticAvi Kivity2-0/+2
2008-01-30KVM: MMU: Coalesce remote tlb flushesEddie Dong1-2/+6
2008-01-30KVM: Move kvm_vcpu_kick() to x86.cZhang Xiantao3-22/+20
2008-01-30KVM: Move ioapic code to common directory.Zhang Xiantao3-502/+3
2008-01-30KVM: Move irqchip declarations into new ioapic.h and lapic.hZhang Xiantao4-111/+148
2008-01-30KVM: Move drivers/kvm/* to virt/kvm/Avi Kivity1-2/+2
2008-01-30KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity18-0/+14787