index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-22
KVM: introduce gfn_to_pfn_memslot_atomic
Xiao Guangrong
1
-4
/
+1
2012-08-06
KVM: do not release the error pfn
Xiao Guangrong
1
-4
/
+3
2012-08-06
KVM: introduce KVM_PFN_ERR_HWPOISON
Xiao Guangrong
1
-1
/
+1
2012-08-06
KVM: introduce KVM_PFN_ERR_FAULT
Xiao Guangrong
1
-1
/
+1
2012-08-06
KVM: Push rmap into kvm_arch_memory_slot
Takuya Yoshikawa
1
-4
/
+1
2012-08-06
KVM: MMU: Use gfn_to_rmap() instead of directly reading rmap array
Takuya Yoshikawa
1
-1
/
+2
2012-07-26
KVM: MMU: use kvm_release_pfn_clean to release pfn
Xiao Guangrong
1
-1
/
+1
2012-07-26
Merge branch 'queue' into next
Avi Kivity
1
-39
/
+78
2012-07-24
Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-98
/
+261
2012-07-20
KVM: remove the unused parameter of gfn_to_pfn_memslot
Xiao Guangrong
1
-1
/
+1
2012-07-20
KVM: using get_fault_pfn to get the fault pfn
Xiao Guangrong
1
-4
/
+2
2012-07-20
KVM: MMU: track the refcount when unmap the page
Xiao Guangrong
1
-0
/
+8
2012-07-18
KVM: MMU: Avoid handling same rmap_pde in kvm_handle_hva_range()
Takuya Yoshikawa
1
-10
/
+18
2012-07-18
KVM: MMU: Push trace_kvm_age_page() into kvm_age_rmapp()
Takuya Yoshikawa
1
-13
/
+10
2012-07-18
KVM: MMU: Add memslot parameter to hva handlers
Takuya Yoshikawa
1
-7
/
+9
2012-07-18
KVM: Separate rmap_pde from kvm_lpage_info->write_count
Takuya Yoshikawa
1
-3
/
+3
2012-07-18
KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_st...
Takuya Yoshikawa
1
-0
/
+5
2012-07-18
KVM: MMU: Make kvm_handle_hva() handle range of addresses
Takuya Yoshikawa
1
-10
/
+32
2012-07-18
KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva()
Takuya Yoshikawa
1
-2
/
+1
2012-07-18
KVM: MMU: Use __gfn_to_rmap() to clean up kvm_handle_hva()
Takuya Yoshikawa
1
-6
/
+6
2012-07-11
KVM: MMU: trace fast page fault
Xiao Guangrong
1
-0
/
+2
2012-07-11
KVM: MMU: fast path of handling guest page fault
Xiao Guangrong
1
-17
/
+127
2012-07-11
KVM: MMU: introduce SPTE_MMU_WRITEABLE bit
Xiao Guangrong
1
-19
/
+38
2012-07-11
KVM: MMU: fold tlb flush judgement into mmu_spte_update
Xiao Guangrong
1
-13
/
+20
2012-07-11
KVM: MMU: cleanup spte_write_protect
Xiao Guangrong
1
-16
/
+29
2012-07-11
KVM: MMU: abstract spte write-protect
Xiao Guangrong
1
-27
/
+31
2012-07-11
KVM: MMU: return bool in __rmap_write_protect
Xiao Guangrong
1
-6
/
+7
2012-07-09
KVM: MMU: Force cr3 reload with two dimensional paging on mov cr3 emulation
Avi Kivity
1
-0
/
+2
2012-07-04
KVM: MMU: fix shrinking page from the empty mmu
Xiao Guangrong
1
-0
/
+3
2012-06-14
KVM: x86: change PT_FIRST_AVAIL_BITS_SHIFT to avoid conflict with EPT Dirty bit
Xudong Hao
1
-1
/
+1
2012-06-12
KVM: MMU: Remove unused parameter from mmu_memory_cache_alloc()
Takuya Yoshikawa
1
-9
/
+5
2012-06-06
KVM: disable uninitialized var warning
Michael S. Tsirkin
1
-1
/
+1
2012-06-05
KVM: MMU: do not iterate over all VMs in mmu_shrink()
Gleb Natapov
1
-10
/
+17
2012-06-05
KVM: VMX: Use EPT Access bit in response to memory notifiers
Xudong Hao
1
-6
/
+8
2012-05-28
KVM: MMU: fix huge page adapted on non-PAE host
Xiao Guangrong
1
-2
/
+1
2012-05-16
KVM: MMU: Don't use RCU for lockless shadow walking
Avi Kivity
1
-44
/
+29
2012-04-19
KVM: MMU: use page table level macro
Davidlohr Bueso
1
-1
/
+1
2012-04-08
KVM: MMU: Improve iteration through sptes from rmap
Takuya Yoshikawa
1
-77
/
+119
2012-04-08
KVM: MMU: Make pte_list_desc fit cache lines well
Takuya Yoshikawa
1
-2
/
+3
2012-04-08
KVM: Avoid checking huge page mappings in get_dirty_log()
Takuya Yoshikawa
1
-10
/
+30
2012-04-08
KVM: MMU: Split the main body of rmap_write_protect() off from others
Takuya Yoshikawa
1
-26
/
+27
2012-03-08
KVM: MMU: make use of ->root_level in reset_rsvds_bits_mask
Davidlohr Bueso
1
-16
/
+15
2012-03-08
KVM: Introduce kvm_memory_slot::arch and move lpage_info into it
Takuya Yoshikawa
1
-1
/
+1
2012-03-08
KVM: Introduce gfn_to_index() which returns the index for a given level
Takuya Yoshikawa
1
-2
/
+1
2012-03-05
KVM: MMU: Remove unused kvm parameter from rmap_next()
Takuya Yoshikawa
1
-13
/
+13
2012-03-05
KVM: MMU: Remove unused kvm parameter from __gfn_to_rmap()
Takuya Yoshikawa
1
-4
/
+4
2012-03-05
KVM: MMU: unnecessary NX state assignment
Davidlohr Bueso
1
-1
/
+0
2012-03-05
KVM: MMU: remove the redundant get_written_sptes
Xiao Guangrong
1
-4
/
+2
2012-03-05
KVM: MMU: Add missing large page accounting to drop_large_spte()
Takuya Yoshikawa
1
-0
/
+1
2012-03-05
KVM: MMU: Remove for_each_unsync_children() macro
Takuya Yoshikawa
1
-6
/
+1
[next]