KVM: MMU: invalidate and flush on spte small->large page size change
[safe/jmp/linux-2.6] / arch / x86 / kvm / mmu.c
2008-12-31 Marcelo TosattiKVM: MMU: handle large host sptes on invlpg/resync
2008-12-31 Avi KivityKVM: MMU: Don't treat a global pte as such if cr4.pge...
2008-12-31 Marcelo TosattiKVM: MMU: check for present pdptr shadow page in walk_s...
2008-12-31 Marcelo TosattiKVM: MMU: prepopulate the shadow on invlpg
2008-12-31 Marcelo TosattiKVM: MMU: skip global pgtables on sync due to cr3 switch
2008-12-31 Marcelo TosattiKVM: MMU: collapse remote TLB flushes on root sync
2008-12-31 Marcelo TosattiKVM: MMU: use page array in unsync walk
2008-12-31 Marcelo TosattiKVM: MMU: optimize set_spte for page sync
2008-12-31 Eduardo HabkostKVM: VMX: move vmx.h to include/asm
2008-12-31 Izik EidusKVM: MMU: Fix aliased gfns treated as unaliased
2008-12-31 Sheng YangKVM: MMU: Extend kvm_mmu_page->slot_bitmap size
2008-12-31 Sheng YangKVM: Enable MTRR for EPT
2008-12-31 Sheng YangKVM: Add local get_mtrr_type() to support MTRR
2008-11-23 Marcelo TosattiKVM: MMU: fix sync of ptes addressed at owner pagetable
2008-11-11 Marcelo TosattiKVM: MMU: increase per-vcpu rmap cache alloc size
2008-10-28 Marcelo TosattiKVM: MMU: sync root on paravirt TLB flush
2008-10-15 Marcelo TosattiKVM: MMU: add "oos_shadow" parameter to disable oos
2008-10-15 Marcelo TosattiKVM: MMU: speed up mmu_unsync_walk
2008-10-15 Marcelo TosattiKVM: MMU: out of sync shadow core
2008-10-15 Marcelo TosattiKVM: MMU: mmu_convert_notrap helper
2008-10-15 Marcelo TosattiKVM: MMU: awareness of new kvm_mmu_zap_page behaviour
2008-10-15 Marcelo TosattiKVM: MMU: mmu_parent_walk
2008-10-15 Marcelo TosattiKVM: x86: trap invlpg
2008-10-15 Marcelo TosattiKVM: MMU: sync roots on mmu reload
2008-10-15 Marcelo TosattiKVM: MMU: mode specific sync_page
2008-10-15 Marcelo TosattiKVM: MMU: do not write-protect large mappings
2008-10-15 Marcelo TosattiKVM: MMU: move local TLB flush to mmu_set_spte
2008-10-15 Marcelo TosattiKVM: MMU: split mmu_set_spte
2008-10-15 Marcelo TosattiKVM: switch to get_user_pages_fast
2008-10-15 Sheng YangKVM: MMU: Modify kvm_shadow_walk.entry to accept u64...
2008-10-15 Avi KivityKVM: MMU: Fix setting the accessed bit on non-speculati...
2008-10-15 Avi KivityKVM: MMU: Flush tlbs after clearing write permission...
2008-10-15 Avi KivityKVM: MMU: Add locking around kvm_mmu_slot_remove_write_...
2008-10-15 Avi KivityKVM: MMU: Account for npt/ept/realmode page faults
2008-10-15 Avi KivityKVM: MMU: Convert direct maps to use the generic shadow...
2008-10-15 Avi KivityKVM: MMU: Add generic shadow walker
2008-10-15 Avi KivityKVM: MMU: Infer shadow root level in direct_map()
2008-10-15 Avi KivityKVM: MMU: Unify direct map 4K and large page paths
2008-10-15 Avi KivityKVM: MMU: Move SHADOW_PT_INDEX to mmu.c
2008-10-15 Dave HansenKVM: Reduce stack usage in kvm_pv_mmu_op()
2008-10-15 Avi KivityKVM: MMU: Simplify kvm_mmu_zap_page()
2008-10-15 Avi KivityKVM: MMU: Separate the code for unlinking a shadow...
2008-09-11 Sheng YangKVM: VMX: Always return old for clear_flush_young(...
2008-07-29 Andrea ArcangeliKVM: Synchronize guest physical memory map to host...
2008-07-27 Avi KivityKVM: Avoid instruction emulation when event delivery...
2008-07-27 Joerg RoedelKVM: SVM: allow enabling/disabling NPT by reloading...
2008-07-20 Avi KivityKVM: MMU: Fix potential race setting upper shadow ptes...
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...