| Commit message (Expand) | Author | Age | Files | Lines |
* | sched: CPU remove deadlock fix | Brian King | 2008-12-09 | 1 | -0/+2 |
* | sched: prevent divide by zero error in cpu_avg_load_per_task, update | Ingo Molnar | 2008-11-29 | 1 | -1/+1 |
* | sched: prevent divide by zero error in cpu_avg_load_per_task | Steven Rostedt | 2008-11-27 | 1 | -2/+3 |
* | cpuset: fix regression when failed to generate sched domains | Li Zefan | 2008-11-18 | 1 | -6/+7 |
* | sched: fix init_idle()'s use of sched_clock() | Ingo Molnar | 2008-11-12 | 1 | -1/+2 |
* | sched: fix stale value in average load per task | Balbir Singh | 2008-11-12 | 1 | -0/+2 |
* | fix for account_group_exec_runtime(), make sure ->signal can't be freed under... | Oleg Nesterov | 2008-11-11 | 1 | -0/+8 |
* | sched: clean up debug info | Peter Zijlstra | 2008-11-10 | 1 | -1/+1 |
* | sched: fix memory leak in a failure path | Li Zefan | 2008-11-07 | 1 | -0/+1 |
* | sched: fix a bug in sched domain degenerate | Li Zefan | 2008-11-07 | 1 | -2/+4 |
* | sched: backward looking buddy | Peter Zijlstra | 2008-11-05 | 1 | -2/+4 |
* | sched: virtual time buddy preemption | Peter Zijlstra | 2008-10-24 | 1 | -1/+0 |
* | sched: fix a find_busiest_group buglet | Peter Zijlstra | 2008-10-24 | 1 | -1/+1 |
* | Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya... | Linus Torvalds | 2008-10-23 | 1 | -0/+1 |
|\ |
|
| * | proc: move /proc/schedstat boilerplate to kernel/sched_stats.h | Alexey Dobriyan | 2008-10-23 | 1 | -0/+1 |
* | | Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc... | Linus Torvalds | 2008-10-23 | 1 | -4/+3 |
|\ \ |
|
| * \ | Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 | Thomas Gleixner | 2008-10-22 | 1 | -4/+3 |
| |\ \
| | |/
| |/| |
|
| | * | Merge commit 'linus/master' into merge-linus | Arjan van de Ven | 2008-10-17 | 1 | -146/+262 |
| | |\ |
|
| | * | | hrtimer: convert kernel/* to the new hrtimer apis | Arjan van de Ven | 2008-09-05 | 1 | -4/+3 |
* | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2008-10-23 | 1 | -25/+26 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | sched: optimize group load balancer | Peter Zijlstra | 2008-10-20 | 1 | -20/+25 |
| * | | | sched: only update rq->clock while holding rq->lock | Peter Zijlstra | 2008-10-15 | 1 | -5/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2008-10-20 | 1 | -11/+6 |
|\ \ \ |
|
| * | | | tracing, sched: LTTng instrumentation - scheduler | Mathieu Desnoyers | 2008-10-14 | 1 | -11/+6 |
| |/ / |
|
| | | | |
| \ \ | |
| \ \ | |
| \ \ | |
*---. \ \ | Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer... | Thomas Gleixner | 2008-10-20 | 1 | -152/+334 |
|\ \ \ \ \
| | |_|/ /
| |/| | /
| | | |/
| | |/| |
|
| | | * | timers: fix itimer/many thread hang, fix | Ingo Molnar | 2008-09-30 | 1 | -1/+5 |
| | | * | timers: fix itimer/many thread hang, v3 | Frank Mayhar | 2008-09-27 | 1 | -1/+0 |
| | | * | timers: fix itimer/many thread hang, v2 | Frank Mayhar | 2008-09-23 | 1 | -40/+7 |
| | | * | timers: fix itimer/many thread hang | Frank Mayhar | 2008-09-14 | 1 | -8/+45 |
| * | | | sched debug: add name to sched_domain sysctl entries | Ingo Molnar | 2008-10-09 | 1 | -2/+12 |
| * | | | sched: remove redundant code in cpu_cgroup_create() | Li Zefan | 2008-10-06 | 1 | -4/+0 |
| * | | | Merge branch 'linus' into sched/devel | Ingo Molnar | 2008-10-06 | 1 | -2/+2 |
| |\ \ \ |
|
| | * | | | hrtimer: prevent migration of per CPU hrtimers | Thomas Gleixner | 2008-09-29 | 1 | -2/+2 |
| * | | | | sched: more sanity checks on the bandwidth settings | Peter Zijlstra | 2008-09-23 | 1 | -5/+28 |
| | | | | | |
| | \ \ \ | |
| *-. \ \ \ | Merge branches 'sched/urgent' and 'sched/rt' into sched/devel | Ingo Molnar | 2008-09-23 | 1 | -96/+121 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| | | * | | | sched: compilation fix with gcc 3.4.6 | Krzysztof Helt | 2008-09-06 | 1 | -6/+4 |
| | | * | | | sched: extract walk_tg_tree(), fix | Ingo Molnar | 2008-08-28 | 1 | -1/+1 |
| | | * | | | sched: rt-bandwidth fixes | Peter Zijlstra | 2008-08-19 | 1 | -62/+63 |
| | | * | | | sched: extract walk_tg_tree() | Peter Zijlstra | 2008-08-19 | 1 | -33/+46 |
| | | * | | | sched: rt-bandwidth group disable fixes | Peter Zijlstra | 2008-08-19 | 1 | -1/+8 |
| |_|/ / /
|/| | | | |
|
| | * | | | sched: fix init_hrtick() section mismatch warning | Rakib Mullick | 2008-09-23 | 1 | -1/+1 |
| | * | | | sched: fix deadlock in setting scheduler parameter to zero | Hiroshi Shimamoto | 2008-09-11 | 1 | -0/+6 |
| | | |/
| | |/| |
|
| * | | | sched: clarify ifdef tangle | Andrew Morton | 2008-09-23 | 1 | -3/+3 |
| * | | | sched: wakeup preempt when small overlap | Peter Zijlstra | 2008-09-22 | 1 | -6/+6 |
| * | | | Merge commit 'v2.6.27-rc6' into sched/devel | Ingo Molnar | 2008-09-11 | 1 | -6/+13 |
| |\ \ \
| | |/ / |
|
| | * | | Merge branch 'sched/cpuset' into sched/urgent | Ingo Molnar | 2008-09-06 | 1 | -6/+13 |
| | |\ \
| | | |/
| | |/| |
|
| | | * | sched: arch_reinit_sched_domains() must destroy domains to force rebuild | Max Krasnyansky | 2008-09-06 | 1 | -6/+13 |
| * | | | Merge branch 'linus' into sched/devel | Ingo Molnar | 2008-09-06 | 1 | -0/+59 |
| |\ \ \
| | |/ / |
|
| | * | | sched: fix process time monotonicity | Balbir Singh | 2008-09-05 | 1 | -0/+59 |
| |/ /
|/| | |
|
| * | | sched: clean up __might_sleep() | Ingo Molnar | 2008-08-28 | 1 | -14/+19 |