summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: MMU: Fix memory leak on guest demand faultsAvi Kivity2008-03-251-1/+1
* KVM: VMX: convert init_rmode_tss() to slots_lockMarcelo Tosatti2008-03-251-2/+2
* KVM: MMU: handle page removal with shadow mappingMarcelo Tosatti2008-03-251-1/+12
* KVM: MMU: Fix is_rmap_pte() with io ptesAvi Kivity2008-03-251-2/+1Star
* KVM: VMX: Restore tss even on x86_64Avi Kivity2008-03-251-3/+0Star
* KVM: VMX: Avoid rearranging switched guest msrs while they are loadedAvi Kivity2008-03-041-0/+1
* KVM: MMU: Fix race when instantiating a shadow pteAvi Kivity2008-03-042-11/+6Star
* KVM: Avoid infinite-frequency local apic timerAvi Kivity2008-03-041-0/+4
* KVM: make MMU_DEBUG compile againMarcelo Tosatti2008-03-042-2/+2
* KVM: move alloc_apic_access_page() outside of non-preemptable regionMarcelo Tosatti2008-03-041-3/+3
* KVM: SVM: fix Windows XP 64 bit installation crashJoerg Roedel2008-03-041-0/+22
* KVM: remove the usage of the mmap_sem for the protection of the memory slots.Izik Eidus2008-03-044-38/+71
* 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: SVM: set NM intercept when enabling CR0.TS in the guestJoerg Roedel2008-03-031-1/+3
* KVM: SVM: Fix lazy FPU switchingJoerg Roedel2008-03-031-0/+2
* kvm: i386 fixAndrew Morton2008-02-051-4/+4
* virtio: Put the virtio under the virtualization menuAnthony Liguori2008-02-041-0/+1
* KVM: Move apic timer migration away from critical sectionAvi Kivity2008-01-303-4/+6
* KVM: Fix unbounded preemption latencyAvi Kivity2008-01-301-0/+7
* KVM: Initialize the mmu caches only after verifying cpu supportAvi Kivity2008-01-301-8/+6Star
* KVM: MMU: Fix dirty page setting for pages removed from rmapIzik Eidus2008-01-301-2/+6
* KVM: x86 emulator: Only allow VMCALL/VMMCALL trapped by #UDSheng Yang2008-01-303-5/+17
* KVM: MMU: Merge shadow level check in FNAME(fetch)Dong, Eddie2008-01-301-5/+2Star
* KVM: MMU: Move kvm_free_some_pages() into critical sectionAvi Kivity2008-01-302-6/+4Star
* KVM: MMU: Switch to mmu spinlockMarcelo Tosatti2008-01-303-28/+32
* KVM: MMU: Avoid calling gfn_to_page() in mmu_set_spte()Avi Kivity2008-01-302-10/+68
* KVM: Add kvm_read_guest_atomic()Marcelo Tosatti2008-01-301-12/+16
* KVM: MMU: Concurrent guest walkersMarcelo Tosatti2008-01-304-54/+112
* KVM: Disable vapic support on Intel machines with FlexPriorityAvi Kivity2008-01-303-2/+11
* KVM: Accelerated apic supportAvi Kivity2008-01-303-1/+111
* KVM: local APIC TPR access reporting facilityAvi Kivity2008-01-302-0/+46
* KVM: Print data for unimplemented wrmsrAvi Kivity2008-01-301-1/+1
* KVM: MMU: Add cache miss statisticAvi Kivity2008-01-302-0/+2
* KVM: MMU: Coalesce remote tlb flushesEddie Dong2008-01-301-2/+6
* KVM: Move kvm_vcpu_kick() to x86.cZhang Xiantao2008-01-303-22/+20Star
* KVM: Move ioapic code to common directory.Zhang Xiantao2008-01-303-502/+3Star
* KVM: Move irqchip declarations into new ioapic.h and lapic.hZhang Xiantao2008-01-304-111/+148
* KVM: Move drivers/kvm/* to virt/kvm/Avi Kivity2008-01-301-2/+2
* KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity2008-01-3018-0/+14787