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:
1ba93d4
)
sched: Do not stop cpu in set_cpus_allowed_ptr() if task is not running
author
Kirill Tkhai
<ktkhai@parallels.com>
Fri, 12 Sep 2014 11:03:34 +0000
(15:03 +0400)
committer
Ingo Molnar
<mingo@kernel.org>
Fri, 19 Sep 2014 10:35:21 +0000
(12:35 +0200)
If a task is queued but not running on it rq, we can simply migrate
it without migration thread and switching of context.
Signed-off-by: Kirill Tkhai <ktkhai@parallels.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link:
http://lkml.kernel.org/r/1410519814.3569.7.camel@tkhai
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/core.c
patch
|
blob
|
history
diff --cc
kernel/sched/core.c
Simple merge