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:
6aa0b9d
)
KVM: Use kmalloc() instead of vmalloc() for KVM_[GS]ET_MSR
author
Avi Kivity
<avi@redhat.com>
Thu, 22 Jul 2010 20:24:52 +0000
(23:24 +0300)
committer
Avi Kivity
<avi@redhat.com>
Fri, 23 Jul 2010 06:07:14 +0000
(09:07 +0300)
We don't need more than a page, and vmalloc() is slower (much
slower recently due to a regression).
Signed-off-by: Avi Kivity <avi@redhat.com>
No differences found