summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-07nEPT: Nested INVEPTNadav Har'El1-0/+2
2013-08-07nEPT: MMU context for nested EPTNadav Har'El1-0/+27
2013-08-07nEPT: Add nEPT violation/misconfigration supportYang Zhang1-11/+50
2013-08-07nEPT: correctly check if remote tlb flush is needed for shadowed EPT tablesGleb Natapov1-4/+4
2013-08-07nEPT: Redefine EPT-specific link_shadow_page()Yang Zhang1-3/+9
2013-08-07nEPT: Add EPT tables support to paging_tmpl.hNadav Har'El1-0/+5
2013-08-07nEPT: Move common code to paging_tmpl.hNadav Har'El1-55/+0
2013-07-29KVM: x86: rename EMULATE_DO_MMIOPaolo Bonzini1-1/+1
2013-07-18KVM: x86: Avoid zapping mmio sptes twice for generation wraparoundTakuya Yoshikawa1-4/+1
2013-07-18KVM: MMU: avoid fast page fault fixing mmio page faultXiao Guangrong1-0/+7
2013-06-27KVM: MMU: Inform users of mmio generation wraparoundTakuya Yoshikawa1-1/+3
2013-06-27KVM: MMU: document clear_spte_countXiao Guangrong1-3/+14
2013-06-27KVM: MMU: drop kvm_mmu_zap_mmio_sptesXiao Guangrong1-21/+1
2013-06-27KVM: MMU: init kvm generation close to mmio wrap-around valueXiao Guangrong1-1/+6
2013-06-27KVM: MMU: add tracepoint for check_mmio_spteXiao Guangrong1-2/+7
2013-06-27KVM: MMU: fast invalidate all mmio sptesXiao Guangrong1-8/+46
2013-06-27KVM: MMU: make return value of mmio page fault handler more readableXiao Guangrong1-10/+5
2013-06-27KVM: MMU: store generation-number into mmio spteXiao Guangrong1-12/+52
2013-06-05KVM: MMU: reduce KVM_REQ_MMU_RELOAD when root page is zappedGleb Natapov1-1/+7
2013-06-05KVM: MMU: reclaim the zapped-obsolete page firstXiao Guangrong1-4/+17
2013-06-05KVM: MMU: collapse TLB flushes when zap all pagesXiao Guangrong1-3/+30
2013-06-05KVM: MMU: zap pages in batchXiao Guangrong1-24/+11
2013-06-05KVM: MMU: do not reuse the obsolete pageXiao Guangrong1-0/+3
2013-06-05KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pagesXiao Guangrong1-0/+1
2013-06-05KVM: x86: use the fast way to invalidate all pagesXiao Guangrong1-15/+0
2013-06-05KVM: MMU: fast invalidate all pagesXiao Guangrong1-0/+90
2013-05-16KVM: MMU: clenaup locking in mmu_free_roots()Gleb Natapov1-2/+5
2013-05-12KVM: MMU: Use kvm_mmu_sync_roots() in kvm_mmu_load()Takuya Yoshikawa1-3/+1
2013-04-07Revert "KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()"Takuya Yoshikawa1-4/+7
2013-03-22KVM: MMU: Rename kvm_mmu_free_some_pages() to make_mmu_pages_available()Takuya Yoshikawa1-2/+7
2013-03-22KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()Takuya Yoshikawa1-6/+3
2013-03-14KVM: x86: Optimize mmio spte zapping when creating/moving memslotTakuya Yoshikawa1-0/+18
2013-03-14KVM: MMU: Mark sp mmio cached when creating mmio spteTakuya Yoshikawa1-0/+3
2013-03-08KVM: MMU: Introduce a helper function for FIFO zappingTakuya Yoshikawa1-32/+23
2013-03-08KVM: MMU: Use list_for_each_entry_safe in kvm_mmu_commit_zap_page()Takuya Yoshikawa1-4/+3
2013-03-08KVM: MMU: Fix and clean up for_each_gfn_* macrosTakuya Yoshikawa1-10/+8
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin1-16/+10
2013-02-21Revert "KVM: MMU: lazily drop large spte"Marcelo Tosatti1-7/+16
2013-02-07KVM: MMU: cleanup __direct_mapXiao Guangrong1-8/+4
2013-02-07KVM: MMU: remove pt_access in mmu_set_spteXiao Guangrong1-10/+7
2013-02-07KVM: MMU: cleanup mapping-levelXiao Guangrong1-2/+1
2013-02-07KVM: MMU: lazily drop large spteXiao Guangrong1-16/+7
2013-02-06Revert "KVM: MMU: split kvm_mmu_free_page"Gleb Natapov1-18/+3
2013-02-05KVM: MMU: drop superfluous min() call.Gleb Natapov1-1/+1
2013-02-05KVM: MMU: set base_role.nxe during mmu initialization.Gleb Natapov1-0/+1
2013-02-05KVM: MMU: drop unneeded checks.Gleb Natapov1-3/+2
2013-02-05KVM: MMU: make spte_is_locklessly_modifiable() more clearGleb Natapov1-1/+2
2013-01-14KVM: MMU: Conditionally reschedule when kvm_mmu_slot_remove_write_access() ta...Takuya Yoshikawa1-0/+5
2013-01-14KVM: Make kvm_mmu_slot_remove_write_access() take mmu_lock by itselfTakuya Yoshikawa1-0/+3
2013-01-14KVM: Make kvm_mmu_change_mmu_pages() take mmu_lock by itselfTakuya Yoshikawa1-0/+4