KVM: remove the usage of the mmap_sem for the protection of the memory slots.
[safe/jmp/linux-2.6] / arch / x86 / kvm / mmu.c
2008-03-04 Izik EidusKVM: remove the usage of the mmap_sem for the protectio...
2008-01-30 Izik EidusKVM: MMU: Fix dirty page setting for pages removed...
2008-01-30 Avi KivityKVM: MMU: Move kvm_free_some_pages() into critical...
2008-01-30 Marcelo TosattiKVM: MMU: Switch to mmu spinlock
2008-01-30 Avi KivityKVM: MMU: Avoid calling gfn_to_page() in mmu_set_spte()
2008-01-30 Marcelo TosattiKVM: MMU: Concurrent guest walkers
2008-01-30 Avi KivityKVM: MMU: Add cache miss statistic
2008-01-30 Eddie DongKVM: MMU: Coalesce remote tlb flushes
2008-01-30 Avi KivityKVM: Move arch dependent files to new directory arch...