aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-07sched: Fix strncmp operationHillf Danton1-1/+1
2011-01-07sched: Fix struct autogroup memory leakMike Galbraith1-0/+1
2011-01-07sched: Consolidate the name of root_task_group and init_task_groupYong Zhang1-22/+20
2011-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-431/+138
2011-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+0
2011-01-05sched: Change wait_for_completion_*_timeout() to return a signed longNeilBrown1-2/+2
2011-01-05Merge commit 'v2.6.37' into sched/coreIngo Molnar1-51/+236
2011-01-04sched: Remove redundant CONFIG_CGROUP_SCHED ifdefYong Zhang1-4/+0
2010-12-23Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/rcuIngo Molnar1-69/+0
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-61/+263
2010-12-22Merge commit 'v2.6.37-rc7' into perf/coreIngo Molnar1-51/+236
2010-12-19sched: Remove debugging checkIngo Molnar1-1/+0
2010-12-16perf: Move perf_event_init() into main.cPeter Zijlstra1-2/+0
2010-12-16sched: Fix the irqtime code for 32bitPeter Zijlstra1-6/+45
2010-12-16sched: Fix the irqtime code to deal with u64 wrapsPeter Zijlstra1-33/+50
2010-12-08sched: Make pushable_tasks CONFIG_SMP dependantDario Faggioli1-0/+2
2010-12-08Sched: fix skip_clock_update optimizationMike Galbraith1-12/+14
2010-12-08sched: Cure more NO_HZ load average woesPeter Zijlstra1-11/+139
2010-11-30sched: Add 'autogroup' scheduling feature: automated per session task groupsMike Galbraith1-2/+11
2010-11-30sched: Fix unregister_fair_sched_group()Paul Turner1-2/+1
2010-11-29rcu,cleanup: move synchronize_sched_expedited() out of sched.cLai Jiangshan1-69/+0
2010-11-26sched: Remove unused argument dest_cpu to migrate_task()Nikanth Karthikesan1-5/+3
2010-11-26mutexes, sched: Introduce arch_mutex_cpu_relax()Gerald Schaefer1-1/+2
2010-11-26Merge commit 'v2.6.37-rc3' into sched/coreIngo Molnar1-11/+28
2010-11-23sched: Make task dump print all 15 chars of proc commErik Gilling1-1/+1
2010-11-18sched: Update tg->shares after cpu.shares writePaul Turner1-31/+11
2010-11-18sched: Implement demand based update_cfs_load()Paul Turner1-1/+8
2010-11-18sched: Fix update_cfs_load() synchronizationPaul Turner1-1/+1
2010-11-18sched: Make tg_shares_up() walk on-demandPeter Zijlstra1-67/+0
2010-11-18sched: Implement on-demand (active) cfs_rq listPeter Zijlstra1-77/+28
2010-11-18sched: Rewrite tg_shares_up)Peter Zijlstra1-129/+44
2010-11-18sched: Simplify cpu-hot-unplug task migrationPeter Zijlstra1-145/+61
2010-11-18Merge commit 'v2.6.37-rc2' into sched/coreIngo Molnar1-4/+4
2010-11-11sched: Fix cross-sched-class wakeup preemptionPeter Zijlstra1-11/+26
2010-11-10sched: Use group weight, idle cpu metrics to fix imbalances during idleSuresh Siddha1-0/+2
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-29Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+4
2010-10-23sched: Make sched_param argument static in sched_setscheduler() callersKOSAKI Motohiro1-3/+3
2010-10-22sched, cgroup: Fixup broken cgroup movementPeter Zijlstra1-4/+4
2010-10-21Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-45/+246
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-10-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+12
2010-10-21security: remove unused parameter from security_task_setscheduler()KOSAKI Motohiro1-2/+2
2010-10-18sched: Export account_system_vtime()Ingo Molnar1-0/+1
2010-10-18sched: Call tick_check_idle before __irq_enterVenkatesh Pallipadi1-1/+1
2010-10-18sched: Remove irq time from available CPU powerVenkatesh Pallipadi1-0/+18
2010-10-18sched: Do not account irq time to current taskVenkatesh Pallipadi1-3/+40
2010-10-18sched: Add IRQ_TIME_ACCOUNTING, finer accounting of irq timeVenkatesh Pallipadi1-0/+49
2010-10-18sched: Fix softirq time accountingVenkatesh Pallipadi1-1/+1