git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f74a24
)
KVM: MMU: Avoid unnecessary remote tlb flushes when guest updates a pte
author
Avi Kivity
<avi@qumranet.com>
Wed, 21 Nov 2007 00:06:21 +0000
(
02:06
+0200)
committer
Avi Kivity
<avi@qumranet.com>
Wed, 30 Jan 2008 15:53:10 +0000
(17:53 +0200)
If all we're doing is increasing permissions on a pte (typical for demand
paging), then there's not need to flush remote tlbs. Worst case they'll
get a spurious page fault.
Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/mmu.c
patch
|
blob
|
history
diff --cc
drivers/kvm/mmu.c
Simple merge