aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c
Commit message (Expand)AuthorAge
* KVM: mmu: change useless int return types to voidPaolo Bonzini2013-10-03
* KVM: mmu: unify destroy_kvm_mmu with kvm_mmu_unloadPaolo Bonzini2013-10-03
* KVM: mmu: remove uninteresting MMU "new_cr3" callbacksPaolo Bonzini2013-10-03
* KVM: mmu: remove uninteresting MMU "free" callbacksPaolo Bonzini2013-10-03
* KVM: Convert kvm_lock back to non-raw spinlockPaolo Bonzini2013-09-30
* shrinker: convert remaining shrinkers to count/scan APIDave Chinner2013-09-10
* KVM: MMU: remove unused parameterXiao Guangrong2013-08-29
* nEPT: Nested INVEPTNadav Har'El2013-08-07
* nEPT: MMU context for nested EPTNadav Har'El2013-08-07
* nEPT: Add nEPT violation/misconfigration supportYang Zhang2013-08-07
* nEPT: correctly check if remote tlb flush is needed for shadowed EPT tablesGleb Natapov2013-08-07
* nEPT: Redefine EPT-specific link_shadow_page()Yang Zhang2013-08-07
* nEPT: Add EPT tables support to paging_tmpl.hNadav Har'El2013-08-07
* nEPT: Move common code to paging_tmpl.hNadav Har'El2013-08-07
* KVM: x86: rename EMULATE_DO_MMIOPaolo Bonzini2013-07-29
* KVM: x86: Avoid zapping mmio sptes twice for generation wraparoundTakuya Yoshikawa2013-07-18
* KVM: MMU: avoid fast page fault fixing mmio page faultXiao Guangrong2013-07-18
* KVM: MMU: Inform users of mmio generation wraparoundTakuya Yoshikawa2013-06-27
* KVM: MMU: document clear_spte_countXiao Guangrong2013-06-27
* KVM: MMU: drop kvm_mmu_zap_mmio_sptesXiao Guangrong2013-06-27
* KVM: MMU: init kvm generation close to mmio wrap-around valueXiao Guangrong2013-06-27
* KVM: MMU: add tracepoint for check_mmio_spteXiao Guangrong2013-06-27
* KVM: MMU: fast invalidate all mmio sptesXiao Guangrong2013-06-27
* KVM: MMU: make return value of mmio page fault handler more readableXiao Guangrong2013-06-27
* KVM: MMU: store generation-number into mmio spteXiao Guangrong2013-06-27
* KVM: MMU: reduce KVM_REQ_MMU_RELOAD when root page is zappedGleb Natapov2013-06-05
* KVM: MMU: reclaim the zapped-obsolete page firstXiao Guangrong2013-06-05
* KVM: MMU: collapse TLB flushes when zap all pagesXiao Guangrong2013-06-05
* KVM: MMU: zap pages in batchXiao Guangrong2013-06-05
* KVM: MMU: do not reuse the obsolete pageXiao Guangrong2013-06-05
* KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pagesXiao Guangrong2013-06-05
* KVM: x86: use the fast way to invalidate all pagesXiao Guangrong2013-06-05
* KVM: MMU: fast invalidate all pagesXiao Guangrong2013-06-05
* KVM: MMU: clenaup locking in mmu_free_roots()Gleb Natapov2013-05-16
* KVM: MMU: Use kvm_mmu_sync_roots() in kvm_mmu_load()Takuya Yoshikawa2013-05-12
* Revert "KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()"Takuya Yoshikawa2013-04-07
* KVM: MMU: Rename kvm_mmu_free_some_pages() to make_mmu_pages_available()Takuya Yoshikawa2013-03-21
* KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()Takuya Yoshikawa2013-03-21
* KVM: x86: Optimize mmio spte zapping when creating/moving memslotTakuya Yoshikawa2013-03-14
* KVM: MMU: Mark sp mmio cached when creating mmio spteTakuya Yoshikawa2013-03-14
* KVM: MMU: Introduce a helper function for FIFO zappingTakuya Yoshikawa2013-03-07
* KVM: MMU: Use list_for_each_entry_safe in kvm_mmu_commit_zap_page()Takuya Yoshikawa2013-03-07
* KVM: MMU: Fix and clean up for_each_gfn_* macrosTakuya Yoshikawa2013-03-07
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* Revert "KVM: MMU: lazily drop large spte"Marcelo Tosatti2013-02-20
* KVM: MMU: cleanup __direct_mapXiao Guangrong2013-02-06
* KVM: MMU: remove pt_access in mmu_set_spteXiao Guangrong2013-02-06
* KVM: MMU: cleanup mapping-levelXiao Guangrong2013-02-06
* KVM: MMU: lazily drop large spteXiao Guangrong2013-02-06
* Revert "KVM: MMU: split kvm_mmu_free_page"Gleb Natapov2013-02-05