summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: MMU: Optimize is_last_gpte()Avi Kivity2012-09-201-0/+31
* KVM: MMU: Optimize pte permission checksAvi Kivity2012-09-201-0/+38
* KVM: MMU: Move gpte_access() out of paging_tmpl.hAvi Kivity2012-09-201-0/+10
* KVM: MMU: Push clean gpte write protection out of gpte_access()Avi Kivity2012-09-201-0/+12
* KVM: MMU: remove unnecessary checkXiao Guangrong2012-09-101-5/+0
* Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti2012-08-261-4/+9
|\
| * KVM: MMU: Fix mmu_shrink() so that it can free mmu pages as intendedTakuya Yoshikawa2012-08-221-4/+9
* | KVM: introduce readonly memslotXiao Guangrong2012-08-221-0/+9
* | KVM: introduce gfn_to_pfn_memslot_atomicXiao Guangrong2012-08-221-4/+1
* | KVM: do not release the error pfnXiao Guangrong2012-08-061-4/+3
* | KVM: introduce KVM_PFN_ERR_HWPOISONXiao Guangrong2012-08-061-1/+1
* | KVM: introduce KVM_PFN_ERR_FAULTXiao Guangrong2012-08-061-1/+1
* | KVM: Push rmap into kvm_arch_memory_slotTakuya Yoshikawa2012-08-061-4/+1
* | KVM: MMU: Use gfn_to_rmap() instead of directly reading rmap arrayTakuya Yoshikawa2012-08-061-1/+2
* | KVM: MMU: use kvm_release_pfn_clean to release pfnXiao Guangrong2012-07-261-1/+1
* | Merge branch 'queue' into nextAvi Kivity2012-07-261-39/+78
|\ \ | |/ |/|
| * KVM: remove the unused parameter of gfn_to_pfn_memslotXiao Guangrong2012-07-191-1/+1
| * KVM: using get_fault_pfn to get the fault pfnXiao Guangrong2012-07-191-4/+2
| * KVM: MMU: track the refcount when unmap the pageXiao Guangrong2012-07-191-0/+8
| * KVM: MMU: Avoid handling same rmap_pde in kvm_handle_hva_range()Takuya Yoshikawa2012-07-181-10/+18
| * KVM: MMU: Push trace_kvm_age_page() into kvm_age_rmapp()Takuya Yoshikawa2012-07-181-13/+10
| * KVM: MMU: Add memslot parameter to hva handlersTakuya Yoshikawa2012-07-181-7/+9
| * KVM: Separate rmap_pde from kvm_lpage_info->write_countTakuya Yoshikawa2012-07-181-3/+3
| * KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_st...Takuya Yoshikawa2012-07-181-0/+5
| * KVM: MMU: Make kvm_handle_hva() handle range of addressesTakuya Yoshikawa2012-07-181-10/+32
| * KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva()Takuya Yoshikawa2012-07-181-2/+1
| * KVM: MMU: Use __gfn_to_rmap() to clean up kvm_handle_hva()Takuya Yoshikawa2012-07-181-6/+6
* | Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-241-98/+261
|\ \ | |/
| * KVM: MMU: trace fast page faultXiao Guangrong2012-07-111-0/+2
| * KVM: MMU: fast path of handling guest page faultXiao Guangrong2012-07-111-17/+127
| * KVM: MMU: introduce SPTE_MMU_WRITEABLE bitXiao Guangrong2012-07-111-19/+38
| * KVM: MMU: fold tlb flush judgement into mmu_spte_updateXiao Guangrong2012-07-111-13/+20
| * KVM: MMU: cleanup spte_write_protectXiao Guangrong2012-07-111-16/+29
| * KVM: MMU: abstract spte write-protectXiao Guangrong2012-07-111-27/+31
| * KVM: MMU: return bool in __rmap_write_protectXiao Guangrong2012-07-111-6/+7
| * KVM: MMU: Force cr3 reload with two dimensional paging on mov cr3 emulationAvi Kivity2012-07-091-0/+2
| * KVM: x86: change PT_FIRST_AVAIL_BITS_SHIFT to avoid conflict with EPT Dirty bitXudong Hao2012-06-131-1/+1
| * KVM: MMU: Remove unused parameter from mmu_memory_cache_alloc()Takuya Yoshikawa2012-06-111-9/+5
| * KVM: disable uninitialized var warningMichael S. Tsirkin2012-06-061-1/+1
| * KVM: MMU: do not iterate over all VMs in mmu_shrink()Gleb Natapov2012-06-051-10/+17
| * KVM: VMX: Use EPT Access bit in response to memory notifiersXudong Hao2012-06-051-6/+8
* | KVM: MMU: fix shrinking page from the empty mmuXiao Guangrong2012-07-031-0/+3
|/
* KVM: MMU: fix huge page adapted on non-PAE hostXiao Guangrong2012-05-281-2/+1
* KVM: MMU: Don't use RCU for lockless shadow walkingAvi Kivity2012-05-161-44/+29
* KVM: MMU: use page table level macroDavidlohr Bueso2012-04-181-1/+1
* KVM: MMU: Improve iteration through sptes from rmapTakuya Yoshikawa2012-04-081-77/+119
* KVM: MMU: Make pte_list_desc fit cache lines wellTakuya Yoshikawa2012-04-081-2/+3
* KVM: Avoid checking huge page mappings in get_dirty_log()Takuya Yoshikawa2012-04-081-10/+30
* KVM: MMU: Split the main body of rmap_write_protect() off from othersTakuya Yoshikawa2012-04-081-26/+27
* KVM: MMU: make use of ->root_level in reset_rsvds_bits_maskDavidlohr Bueso2012-03-081-16/+15
OpenPOWER on IntegriCloud