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:
ae7bd11
)
x86-64, vdso: Do not allocate memory for the vDSO
author
Andy Lutomirski
<luto@mit.edu>
Thu, 21 Jul 2011 19:47:10 +0000
(15:47 -0400)
committer
H. Peter Anvin
<hpa@zytor.com>
Thu, 21 Jul 2011 20:41:53 +0000
(13:41 -0700)
We can map the vDSO straight from kernel data, saving a few page
allocations. As an added bonus, the deleted code contained a memory
leak.
Signed-off-by: Andy Lutomirski <luto@mit.edu>
Link:
http://lkml.kernel.org/r/2c4ed5c2c2e93603790229e0c3403ae506ccc0cb.1311277573.git.luto@mit.edu
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
No differences found