summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: MMU: Inform users of mmio generation wraparoundTakuya Yoshikawa2013-06-271-1/+3
* KVM: MMU: document clear_spte_countXiao Guangrong2013-06-271-3/+14
* KVM: MMU: drop kvm_mmu_zap_mmio_sptesXiao Guangrong2013-06-271-21/+1
* KVM: MMU: init kvm generation close to mmio wrap-around valueXiao Guangrong2013-06-271-1/+6
* KVM: MMU: add tracepoint for check_mmio_spteXiao Guangrong2013-06-271-2/+7
* KVM: MMU: fast invalidate all mmio sptesXiao Guangrong2013-06-271-8/+46
* KVM: MMU: make return value of mmio page fault handler more readableXiao Guangrong2013-06-271-10/+5
* KVM: MMU: store generation-number into mmio spteXiao Guangrong2013-06-271-12/+52
* KVM: MMU: reduce KVM_REQ_MMU_RELOAD when root page is zappedGleb Natapov2013-06-051-1/+7
* KVM: MMU: reclaim the zapped-obsolete page firstXiao Guangrong2013-06-051-4/+17
* KVM: MMU: collapse TLB flushes when zap all pagesXiao Guangrong2013-06-051-3/+30
* KVM: MMU: zap pages in batchXiao Guangrong2013-06-051-24/+11
* KVM: MMU: do not reuse the obsolete pageXiao Guangrong2013-06-051-0/+3
* KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pagesXiao Guangrong2013-06-051-0/+1
* KVM: x86: use the fast way to invalidate all pagesXiao Guangrong2013-06-051-15/+0
* KVM: MMU: fast invalidate all pagesXiao Guangrong2013-06-051-0/+90
* KVM: MMU: clenaup locking in mmu_free_roots()Gleb Natapov2013-05-161-2/+5
* KVM: MMU: Use kvm_mmu_sync_roots() in kvm_mmu_load()Takuya Yoshikawa2013-05-121-3/+1
* Revert "KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()"Takuya Yoshikawa2013-04-071-4/+7
* KVM: MMU: Rename kvm_mmu_free_some_pages() to make_mmu_pages_available()Takuya Yoshikawa2013-03-211-2/+7
* KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()Takuya Yoshikawa2013-03-211-6/+3
* KVM: x86: Optimize mmio spte zapping when creating/moving memslotTakuya Yoshikawa2013-03-141-0/+18
* KVM: MMU: Mark sp mmio cached when creating mmio spteTakuya Yoshikawa2013-03-141-0/+3
* KVM: MMU: Introduce a helper function for FIFO zappingTakuya Yoshikawa2013-03-071-32/+23
* KVM: MMU: Use list_for_each_entry_safe in kvm_mmu_commit_zap_page()Takuya Yoshikawa2013-03-071-4/+3
* KVM: MMU: Fix and clean up for_each_gfn_* macrosTakuya Yoshikawa2013-03-071-10/+8
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-16/+10
* Revert "KVM: MMU: lazily drop large spte"Marcelo Tosatti2013-02-201-7/+16
* KVM: MMU: cleanup __direct_mapXiao Guangrong2013-02-061-8/+4
* KVM: MMU: remove pt_access in mmu_set_spteXiao Guangrong2013-02-061-10/+7
* KVM: MMU: cleanup mapping-levelXiao Guangrong2013-02-061-2/+1
* KVM: MMU: lazily drop large spteXiao Guangrong2013-02-061-16/+7
* Revert "KVM: MMU: split kvm_mmu_free_page"Gleb Natapov2013-02-051-18/+3
* KVM: MMU: drop superfluous min() call.Gleb Natapov2013-02-041-1/+1
* KVM: MMU: set base_role.nxe during mmu initialization.Gleb Natapov2013-02-041-0/+1
* KVM: MMU: drop unneeded checks.Gleb Natapov2013-02-041-3/+2
* KVM: MMU: make spte_is_locklessly_modifiable() more clearGleb Natapov2013-02-041-1/+2
* KVM: MMU: Conditionally reschedule when kvm_mmu_slot_remove_write_access() ta...Takuya Yoshikawa2013-01-141-0/+5
* KVM: Make kvm_mmu_slot_remove_write_access() take mmu_lock by itselfTakuya Yoshikawa2013-01-141-0/+3
* KVM: Make kvm_mmu_change_mmu_pages() take mmu_lock by itselfTakuya Yoshikawa2013-01-141-0/+4
* KVM: Remove unused slot_bitmap from kvm_mmu_pageTakuya Yoshikawa2013-01-141-10/+0
* KVM: MMU: Make kvm_mmu_slot_remove_write_access() rmap basedTakuya Yoshikawa2013-01-141-13/+15
* KVM: MMU: Remove unused parameter level from __rmap_write_protect()Takuya Yoshikawa2013-01-141-3/+3
* KVM: MMU: fix infinite fault access retryXiao Guangrong2013-01-101-9/+4
* KVM: MMU: fix Dirty bit missed if CR0.WP = 0Xiao Guangrong2013-01-101-34/+13
* KVM: MMU: optimize for set_spteXiao Guangrong2012-12-061-4/+12
* KVM: do not treat noslot pfn as a error pfnXiao Guangrong2012-10-291-2/+2
* Merge remote-tracking branch 'master' into queueMarcelo Tosatti2012-10-291-2/+1
|\
| * KVM: MMU: fix release noslot pfnXiao Guangrong2012-10-221-2/+1
* | KVM: Take kvm instead of vcpu to mmu_notifier_retryChristoffer Dall2012-10-231-2/+2
OpenPOWER on IntegriCloud