index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: MMU: don't walk every parent pages while mark unsync
Xiao Guangrong
2010-08-01
1
-44
/
+17
*
KVM: MMU: clear unsync_child_bitmap completely
Xiao Guangrong
2010-08-01
1
-24
/
+29
*
KVM: MMU: cleanup for __mmu_unsync_walk()
Xiao Guangrong
2010-08-01
1
-4
/
+4
*
KVM: MMU: don't mark pte notrap if it's just sync transient
Xiao Guangrong
2010-08-01
1
-7
/
+4
*
KVM: MMU: avoid double write protected in sync page path
Xiao Guangrong
2010-08-01
1
-4
/
+2
*
KVM: Fix mov cr3 #GP at wrong instruction
Avi Kivity
2010-08-01
1
-1
/
+1
*
KVM: MMU: delay local tlb flush
Xiao Guangrong
2010-08-01
1
-1
/
+1
*
KVM: MMU: use wrapper function to flush local tlb
Xiao Guangrong
2010-08-01
1
-1
/
+1
*
KVM: MMU: remove unnecessary remote tlb flush
Xiao Guangrong
2010-08-01
1
-2
/
+0
*
KVM: MMU: reduce remote tlb flush in kvm_mmu_pte_write()
Xiao Guangrong
2010-08-01
1
-5
/
+15
*
KVM: MMU: traverse sp hlish safely
Xiao Guangrong
2010-08-01
1
-28
/
+23
*
KVM: MMU: gather remote tlb flush which occurs during page zapped
Xiao Guangrong
2010-08-01
1
-31
/
+53
*
KVM: MMU: don't get free page number in the loop
Xiao Guangrong
2010-08-01
1
-2
/
+5
*
KVM: MMU: split the operations of kvm_mmu_zap_page()
Xiao Guangrong
2010-08-01
1
-9
/
+43
*
KVM: MMU: introduce some macros to cleanup hlist traverseing
Xiao Guangrong
2010-08-01
1
-75
/
+47
*
KVM: MMU: skip invalid sp when unprotect page
Xiao Guangrong
2010-08-01
1
-1
/
+1
*
KVM: MMU: Don't calculate quadrant if tdp_enabled
Gui Jianfeng
2010-08-01
1
-1
/
+1
*
KVM: MMU: Allow spte.w=1 for gpte.w=0 and cr0.wp=0 only in shadow mode
Avi Kivity
2010-08-01
1
-1
/
+2
*
KVM: MMU: don't check PT_WRITABLE_MASK directly
Gui Jianfeng
2010-08-01
1
-4
/
+4
*
KVM: MMU: Calculate correct base gfn for direct non-DIR level
Lai Jiangshan
2010-08-01
1
-1
/
+4
*
KVM: MMU: Don't allocate gfns page for direct mmu pages
Lai Jiangshan
2010-08-01
1
-9
/
+29
*
KVM: MMU: allow more page become unsync at getting sp time
Xiao Guangrong
2010-08-01
1
-10
/
+37
*
KVM: MMU: allow more page become unsync at gfn mapping time
Xiao Guangrong
2010-08-01
1
-44
/
+38
*
KVM: Update Red Hat copyrights
Avi Kivity
2010-08-01
1
-0
/
+1
*
KVM: MMU: don't write-protect if have new mapping to unsync page
Xiao Guangrong
2010-08-01
1
-4
/
+14
*
KVM: MMU: split kvm_sync_page() function
Xiao Guangrong
2010-08-01
1
-4
/
+25
*
KVM: MMU: remove rmap before clear spte
Xiao Guangrong
2010-08-01
1
-0
/
+1
*
KVM: MMU: use proper cache object freeing function
Xiao Guangrong
2010-08-01
1
-8
/
+10
*
KVM: x86: Clean up duplicate assignment
Sheng Yang
2010-08-01
1
-3
/
+2
*
KVM: pass correct parameter to kvm_mmu_free_some_pages
Marcelo Tosatti
2010-08-01
1
-2
/
+2
*
KVM: MMU: Fix free memory accounting race in mmu_alloc_roots()
Avi Kivity
2010-08-01
1
-3
/
+2
*
KVM: inject #UD if instruction emulation fails and exit to userspace
Gleb Natapov
2010-08-01
1
-4
/
+1
*
KVM: MMU: make kvm_mmu_zap_page() return the number of pages it actually freed
Gui Jianfeng
2010-08-01
1
-2
/
+3
*
KVM: Avoid killing userspace through guest SRAO MCE on unmapped pages
Huang Ying
2010-08-01
1
-8
/
+26
*
mm: add context argument to shrinker callback
Dave Chinner
2010-07-19
1
-1
/
+1
*
KVM: MMU: flush remote tlbs when overwriting spte with different pfn
Xiao Guangrong
2010-07-12
1
-0
/
+2
*
KVM: MMU: Remove user access when allowing kernel access to gpte.w=0 page
Avi Kivity
2010-06-09
1
-0
/
+3
*
KVM: MMU: invalidate and flush on spte small->large page size change
Marcelo Tosatti
2010-06-09
1
-0
/
+2
*
KVM: MMU: Segregate shadow pages with different cr0.wp
Avi Kivity
2010-05-19
1
-1
/
+2
*
KVM: MMU: Don't read pdptrs with mmu spinlock held in mmu_alloc_roots
Avi Kivity
2010-05-19
1
-0
/
+7
*
KVM: MMU: move unsync/sync tracpoints to proper place
Xiao Guangrong
2010-05-19
1
-2
/
+2
*
KVM: Fix mmu shrinker error
Gui Jianfeng
2010-05-19
1
-5
/
+5
*
KVM: MMU: fix hashing for TDP and non-paging modes
Eric Northup
2010-05-19
1
-4
/
+8
*
KVM: MMU: cleanup for function unaccount_shadowed()
Wei Yongjun
2010-05-17
1
-1
/
+1
*
KVM: Get rid of dead function gva_to_page()
Gui Jianfeng
2010-05-17
1
-14
/
+0
*
KVM: MMU: Remove unused varialbe in rmap_next()
Gui Jianfeng
2010-05-17
1
-2
/
+0
*
KVM: use the correct RCU API for PROVE_RCU=y
Lai Jiangshan
2010-05-17
1
-3
/
+4
*
KVM: MMU: cleanup for hlist walk restart
Xiao Guangrong
2010-05-17
1
-5
/
+10
*
KVM: MMU: remove unused parameter in mmu_parent_walk()
Xiao Guangrong
2010-05-17
1
-13
/
+11
*
KVM: MMU: remove unused struct kvm_unsync_walk
Xiao Guangrong
2010-05-17
1
-5
/
+0
[next]