aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
2011-03-23ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt
2011-03-10SUNRPC: Close a race in __rpc_wait_for_completion_task()Trond Myklebust
2011-01-20Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-01-19sched, cgroup: Use exit hook to avoid use-after-free crashPeter Zijlstra
2011-01-18sched: Replace rq->bkl_count with rq->rq_sched_info.bkl_countYong Zhang
2011-01-18sched, autogroup: Fix CONFIG_RT_GROUP_SCHED sched_setscheduler() failureMike Galbraith
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2011-01-07sched: Fix strncmp operationHillf Danton
2011-01-07sched: Fix struct autogroup memory leakMike Galbraith
2011-01-07sched: Consolidate the name of root_task_group and init_task_groupYong Zhang
2011-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-01-05sched: Change wait_for_completion_*_timeout() to return a signed longNeilBrown
2011-01-05Merge commit 'v2.6.37' into sched/coreIngo Molnar
2011-01-04sched: Remove redundant CONFIG_CGROUP_SCHED ifdefYong Zhang
2010-12-23Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2010-12-22Merge branch 'master' into for-nextJiri Kosina
2010-12-22Merge commit 'v2.6.37-rc7' into perf/coreIngo Molnar
2010-12-19sched: Remove debugging checkIngo Molnar
2010-12-16perf: Move perf_event_init() into main.cPeter Zijlstra
2010-12-16sched: Fix the irqtime code for 32bitPeter Zijlstra
2010-12-16sched: Fix the irqtime code to deal with u64 wrapsPeter Zijlstra
2010-12-08sched: Make pushable_tasks CONFIG_SMP dependantDario Faggioli
2010-12-08Sched: fix skip_clock_update optimizationMike Galbraith
2010-12-08sched: Cure more NO_HZ load average woesPeter Zijlstra
2010-11-30sched: Add 'autogroup' scheduling feature: automated per session task groupsMike Galbraith
2010-11-30sched: Fix unregister_fair_sched_group()Paul Turner
2010-11-29rcu,cleanup: move synchronize_sched_expedited() out of sched.cLai Jiangshan
2010-11-26sched: Remove unused argument dest_cpu to migrate_task()Nikanth Karthikesan
2010-11-26mutexes, sched: Introduce arch_mutex_cpu_relax()Gerald Schaefer
2010-11-26Merge commit 'v2.6.37-rc3' into sched/coreIngo Molnar
2010-11-23sched: Make task dump print all 15 chars of proc commErik Gilling
2010-11-18sched: Update tg->shares after cpu.shares writePaul Turner
2010-11-18sched: Implement demand based update_cfs_load()Paul Turner
2010-11-18sched: Fix update_cfs_load() synchronizationPaul Turner
2010-11-18sched: Make tg_shares_up() walk on-demandPeter Zijlstra
2010-11-18sched: Implement on-demand (active) cfs_rq listPeter Zijlstra
2010-11-18sched: Rewrite tg_shares_up)Peter Zijlstra
2010-11-18sched: Simplify cpu-hot-unplug task migrationPeter Zijlstra
2010-11-18Merge commit 'v2.6.37-rc2' into sched/coreIngo Molnar
2010-11-11sched: Fix cross-sched-class wakeup preemptionPeter Zijlstra
2010-11-10sched: Use group weight, idle cpu metrics to fix imbalances during idleSuresh Siddha
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2010-10-29Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-10-23sched: Make sched_param argument static in sched_setscheduler() callersKOSAKI Motohiro
2010-10-22sched, cgroup: Fixup broken cgroup movementPeter Zijlstra
2010-10-21Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-10-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2010-10-21security: remove unused parameter from security_task_setscheduler()KOSAKI Motohiro