KVM: MMU: improve invalid shadow root page handling
[safe/jmp/linux-2.6] / arch / x86 / kvm / mmu.c
2008-07-20 Marcelo TosattiKVM: MMU: improve invalid shadow root page handling
2008-07-20 Marcelo TosattiKVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock...
2008-07-20 Avi KivityKVM: MMU: Fix printk format
2008-07-20 Avi KivityKVM: MMU: When debug is enabled, make it a run-time...
2008-07-20 Avi KivityKVM: MMU: Avoid page prefetch on SVM
2008-07-20 Avi KivityKVM: MMU: Move nonpaging_prefetch_page()
2008-07-20 Avi KivityKVM: MMU: Fix false flooding when a pte points to page...
2008-07-20 Harvey HarrisonKVM: add statics were possible, function definition...
2008-06-24 Avi KivityKVM: MMU: Fix oops on guest userspace access to guest...
2008-06-24 Marcelo TosattiKVM: MMU: large page update_pte issue with non-PAE...
2008-06-24 Marcelo TosattiKVM: MMU: Fix rmap_write_protect() hugepage iteration bug
2008-06-06 Avi KivityKVM: MMU: Fix is_empty_shadow_page() check
2008-06-06 Avi KivityKVM: MMU: reschedule during shadow teardown
2008-05-23 Ingo Molnarnamespacecheck: automated fixes
2008-05-04 Avi KivityKVM: MMU: Allow more than PAGES_PER_HPAGE write protect...
2008-05-04 Sheng YangKVM: VMX: Enable EPT feature for KVM
2008-05-04 Sheng YangKVM: MMU: Remove #ifdef CONFIG_X86_64 to support 4...
2008-05-04 Sheng YangKVM: MMU: Add EPT support
2008-05-04 Sheng YangKVM: Add kvm_x86_ops get_tdp_level()
2008-05-04 Sheng YangKVM: MMU: Move some definitions to a header file
2008-04-27 Marcelo TosattiKVM: MMU: kvm_pv_mmu_op should not take mmap_sem
2008-04-27 Anthony LiguoriKVM: MMU: Don't assume struct page for x86
2008-04-27 Marcelo TosattiKVM: MMU: prepopulate guest pages after write-protecting
2008-04-27 Avi KivityKVM: MMU: Only mark_page_accessed() if the page was...
2008-04-27 Izik EidusKVM: MMU: allow the vm to shrink the kvm mmu shadow...
2008-04-27 Marcelo TosattiKVM: MMU: unify slots_lock usage
2008-04-27 Avi KivityKVM: MMU: Introduce and use spte_to_page()
2008-04-27 Izik EidusKVM: MMU: fix dirty bit setting when removing write...
2008-04-27 Avi KivityKVM: MMU: Set the accessed bit on non-speculative shado...
2008-04-27 Marcelo TosattiKVM: MMU: hypercall based pte updates and TLB flushes
2008-04-27 Harvey HarrisonKVM: replace remaining __FUNCTION__ occurances
2008-04-27 Marcelo TosattiKVM: MMU: large page support
2008-04-27 Marcelo TosattiKVM: MMU: ignore zapped root pagetables
2008-04-27 Joerg RoedelKVM: MMU: add TDP support to the KVM MMU
2008-04-27 Joerg RoedelKVM: MMU: make the __nonpaging_map function generic
2008-04-27 Joerg RoedelKVM: export information about NPT to generic x86 code
2008-04-27 Avi KivityKVM: MMU: Decouple mmio from shadow page tables
2008-04-27 Dong, EddieKVM: MMU: Simplify hash table indexing
2008-04-27 Dong, EddieKVM: MMU: Update shadow ptes on partial guest pte writes
2008-03-25 Avi KivityKVM: MMU: Fix memory leak on guest demand faults
2008-03-25 Marcelo TosattiKVM: MMU: handle page removal with shadow mapping
2008-03-25 Avi KivityKVM: MMU: Fix is_rmap_pte() with io ptes
2008-03-04 Avi KivityKVM: MMU: Fix race when instantiating a shadow pte
2008-03-04 Marcelo TosattiKVM: make MMU_DEBUG compile again
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...