| Commit message (Expand) | Author | Age | Files | Lines |
* | sched: get rid of boutique sched.c allocations, use cpumask_var_t. | Rusty Russell | 2008-11-24 | 1 | -84/+55 |
* | sched: convert sched.c from for_each_cpu_mask to for_each_cpu. | Rusty Russell | 2008-11-24 | 1 | -18/+18 |
* | sched: reduce stack size requirements in kernel/sched.c | Mike Travis | 2008-11-24 | 1 | -6/+7 |
*-. | Merge branches 'sched/core', 'core/core' and 'tracing/core' into cpus4096 | Ingo Molnar | 2008-11-24 | 1 | -2/+8 |
|\ \ |
|
| | * | tracing/function-return-tracer: clean up task start/exit callbacks | Ingo Molnar | 2008-11-23 | 1 | -2/+0 |
| | * | tracing/function-return-tracer: store return stack into task_struct and alloc... | Frederic Weisbecker | 2008-11-23 | 1 | -0/+3 |
| | *-. | Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core | Ingo Molnar | 2008-11-19 | 1 | -7/+11 |
| | |\ \ |
|
| | * | | | tracepoints: add DECLARE_TRACE() and DEFINE_TRACE() | Mathieu Desnoyers | 2008-11-16 | 1 | -0/+6 |
| | |/ / |
|
| | | | | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| *---------. \ \ | Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'cor... | Ingo Molnar | 2008-11-24 | 1 | -2/+1 |
| |\ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|/
| |/| | | | | | | |
|
| | | | | | * | | | account_steal_time: kill the unneeded account_group_system_time() | Oleg Nesterov | 2008-11-17 | 1 | -1/+0 |
| | | | * | | | | | Merge branch 'linus' into core/locking | Ingo Molnar | 2008-11-12 | 1 | -7/+19 |
| | | | |\ \ \ \ \
| | | | | | |_|_|/
| | | | | |/| | | |
|
| | | | * | | | | | Merge commit 'v2.6.28-rc2' into core/locking | Ingo Molnar | 2008-10-28 | 1 | -185/+291 |
| | | | |\ \ \ \ \ |
|
| | | | * | | | | | | sched: improve preempt debugging | Nick Piggin | 2008-09-30 | 1 | -1/+1 |
* | | | | | | | | | | Merge branch 'sched/rt' into sched/core | Ingo Molnar | 2008-11-24 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | sched, lockdep: inline double_unlock_balance() | Sripathi Kodi | 2008-11-06 | 1 | -1/+1 |
| | |_|_|_|_|_|/ / /
| |/| | | | | | | | |
|
* | | | | | | | | | | sched: update comment for move_task_off_dead_cpu | Vegard Nossum | 2008-11-21 | 1 | -1/+0 |
* | | | | | | | | | | sched: fix inconsistency when redistribute per-cpu tg->cfs_rq shares | Ken Chen | 2008-11-19 | 1 | -26/+15 |
* | | | | | | | | | | Merge branch 'linus' into sched/core | Ingo Molnar | 2008-11-19 | 1 | -8/+20 |
|\ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / /
| |/| | | | | | | | |
|
| * | | | | | | | | | 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: add hierarchical accounting to cpu accounting controller | Bharata B Rao | 2008-11-11 | 1 | -3/+9 |
* | | | | | | | | sched: clean up SCHED_CPUMASK_ALLOC | Li Zefan | 2008-11-07 | 1 | -11/+18 |
* | | | | | | | | Merge branch 'sched/urgent' into sched/core | Ingo Molnar | 2008-11-07 | 1 | -4/+9 |
|\ \ \ \ \ \ \ \
| |/ / / / / / / |
|
| * | | | | | | | 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: add sanity check in partition_sched_domains() | Li Zefan | 2008-11-04 | 1 | -1/+1 |
* | | | | | | | sched: remove redundant call to unregister_sched_domain_sysctl() | Li Zefan | 2008-11-04 | 1 | -2/+0 |
* | | | | | | | sched debug: remove sd_level_to_string() | Li Zefan | 2008-11-04 | 1 | -24/+1 |
* | | | | | | | sched: switch sched_features to seqfile | Li Zefan | 2008-10-30 | 1 | -36/+16 |
* | | | | | | | sched: cleanup for alloc_rt/fair_sched_group() | Li Zefan | 2008-10-29 | 1 | -14/+12 |
|/ / / / / / |
|
* | | | | | | 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 |