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:
723ad1d
)
percpu: speed alloc_pcpu_area() up
author
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 7 Mar 2014 01:52:32 +0000
(20:52 -0500)
committer
Tejun Heo
<tj@kernel.org>
Fri, 7 Mar 2014 12:52:26 +0000
(07:52 -0500)
If we know that first N areas are all in use, we can obviously skip
them when searching for a free one. And that kind of hint is very
easy to maintain.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Tejun Heo <tj@kernel.org>
mm/percpu.c
patch
|
blob
|
history
diff --cc
mm/percpu.c
Simple merge