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:
aa6bd18
)
KVM: MMU: split kvm_mmu_free_page
author
Xiao Guangrong
<xiaoguangrong@cn.fujitsu.com>
Mon, 11 Jul 2011 19:27:14 +0000
(
03:27
+0800)
committer
Avi Kivity
<avi@redhat.com>
Sun, 24 Jul 2011 08:50:32 +0000
(11:50 +0300)
Split kvm_mmu_free_page to kvm_mmu_isolate_page and
kvm_mmu_free_page
One is used to remove the page from cache under mmu lock and the other is
used to free page table out of mmu lock
Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
No differences found