index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu.c
Age
Commit message (
Expand
)
Author
2012-07-26
KVM: MMU: use kvm_release_pfn_clean to release pfn
Xiao Guangrong
2012-07-26
Merge branch 'queue' into next
Avi Kivity
2012-07-24
Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2012-07-19
KVM: remove the unused parameter of gfn_to_pfn_memslot
Xiao Guangrong
2012-07-19
KVM: using get_fault_pfn to get the fault pfn
Xiao Guangrong
2012-07-19
KVM: MMU: track the refcount when unmap the page
Xiao Guangrong
2012-07-18
KVM: MMU: Avoid handling same rmap_pde in kvm_handle_hva_range()
Takuya Yoshikawa
2012-07-18
KVM: MMU: Push trace_kvm_age_page() into kvm_age_rmapp()
Takuya Yoshikawa
2012-07-18
KVM: MMU: Add memslot parameter to hva handlers
Takuya Yoshikawa
2012-07-18
KVM: Separate rmap_pde from kvm_lpage_info->write_count
Takuya Yoshikawa
2012-07-18
KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_st...
Takuya Yoshikawa
2012-07-18
KVM: MMU: Make kvm_handle_hva() handle range of addresses
Takuya Yoshikawa
2012-07-18
KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva()
Takuya Yoshikawa
2012-07-18
KVM: MMU: Use __gfn_to_rmap() to clean up kvm_handle_hva()
Takuya Yoshikawa
2012-07-11
KVM: MMU: trace fast page fault
Xiao Guangrong
2012-07-11
KVM: MMU: fast path of handling guest page fault
Xiao Guangrong
2012-07-11
KVM: MMU: introduce SPTE_MMU_WRITEABLE bit
Xiao Guangrong
2012-07-11
KVM: MMU: fold tlb flush judgement into mmu_spte_update
Xiao Guangrong
2012-07-11
KVM: MMU: cleanup spte_write_protect
Xiao Guangrong
2012-07-11
KVM: MMU: abstract spte write-protect
Xiao Guangrong
2012-07-11
KVM: MMU: return bool in __rmap_write_protect
Xiao Guangrong
2012-07-09
KVM: MMU: Force cr3 reload with two dimensional paging on mov cr3 emulation
Avi Kivity
2012-07-03
KVM: MMU: fix shrinking page from the empty mmu
Xiao Guangrong
2012-06-13
KVM: x86: change PT_FIRST_AVAIL_BITS_SHIFT to avoid conflict with EPT Dirty bit
Xudong Hao
2012-06-11
KVM: MMU: Remove unused parameter from mmu_memory_cache_alloc()
Takuya Yoshikawa
2012-06-06
KVM: disable uninitialized var warning
Michael S. Tsirkin
2012-06-05
KVM: MMU: do not iterate over all VMs in mmu_shrink()
Gleb Natapov
2012-06-05
KVM: VMX: Use EPT Access bit in response to memory notifiers
Xudong Hao
2012-05-28
KVM: MMU: fix huge page adapted on non-PAE host
Xiao Guangrong
2012-05-16
KVM: MMU: Don't use RCU for lockless shadow walking
Avi Kivity
2012-04-18
KVM: MMU: use page table level macro
Davidlohr Bueso
2012-04-08
KVM: MMU: Improve iteration through sptes from rmap
Takuya Yoshikawa
2012-04-08
KVM: MMU: Make pte_list_desc fit cache lines well
Takuya Yoshikawa
2012-04-08
KVM: Avoid checking huge page mappings in get_dirty_log()
Takuya Yoshikawa
2012-04-08
KVM: MMU: Split the main body of rmap_write_protect() off from others
Takuya Yoshikawa
2012-03-08
KVM: MMU: make use of ->root_level in reset_rsvds_bits_mask
Davidlohr Bueso
2012-03-08
KVM: Introduce kvm_memory_slot::arch and move lpage_info into it
Takuya Yoshikawa
2012-03-08
KVM: Introduce gfn_to_index() which returns the index for a given level
Takuya Yoshikawa
2012-03-05
KVM: MMU: Remove unused kvm parameter from rmap_next()
Takuya Yoshikawa
2012-03-05
KVM: MMU: Remove unused kvm parameter from __gfn_to_rmap()
Takuya Yoshikawa
2012-03-05
KVM: MMU: unnecessary NX state assignment
Davidlohr Bueso
2012-03-05
KVM: MMU: remove the redundant get_written_sptes
Xiao Guangrong
2012-03-05
KVM: MMU: Add missing large page accounting to drop_large_spte()
Takuya Yoshikawa
2012-03-05
KVM: MMU: Remove for_each_unsync_children() macro
Takuya Yoshikawa
2012-01-13
module_param: make bool parameters really bool (arch)
Rusty Russell
2011-12-27
KVM: MMU: Drop unused return value of kvm_mmu_remove_some_alloc_mmu_pages
Jan Kiszka
2011-12-27
KVM: MMU: audit: inline audit function
Xiao Guangrong
2011-12-27
KVM: MMU: remove oos_shadow parameter
Xiao Guangrong
2011-12-27
KVM: MMU: move the relevant mmu code to mmu.c
Xiao Guangrong
2011-12-27
KVM: MMU: audit: replace mmu audit tracepoint with jump-label
Xiao Guangrong
[next]