summaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
2011-03-31ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt
2011-03-31sched: Use group weight, idle cpu metrics to fix imbalances during idleSuresh Siddha
2011-03-31sched, cgroup: Fixup broken cgroup movementPeter Zijlstra
2011-03-31sched: Export account_system_vtime()Ingo Molnar
2011-03-31sched: Call tick_check_idle before __irq_enterVenkatesh Pallipadi
2011-03-31sched: Remove irq time from available CPU powerVenkatesh Pallipadi
2011-03-31sched: Do not account irq time to current taskVenkatesh Pallipadi
2011-03-31sched: Add IRQ_TIME_ACCOUNTING, finer accounting of irq timeVenkatesh Pallipadi
2011-03-31sched: Fix softirq time accountingVenkatesh Pallipadi
2011-03-31sched: Do not consider SCHED_IDLE tasks to be cache hotNikhil Rao
2011-03-31sched: Move sched_avg_update() to update_cpu_load()Suresh Siddha
2011-02-06Sched: fix skip_clock_update optimizationMike Galbraith
2011-02-06sched: Cure more NO_HZ load average woesPeter Zijlstra
2010-12-14sched: fix RCU lockdep splat from task_group()Peter Zijlstra
2010-11-22sched: Fix string comparison in /proc/sched_featuresMathieu Desnoyers
2010-11-22sched: Drop all load weight manipulation for RT tasksLinus Walleij
2010-09-26sched: Fix user time incorrectly accounted as system time on 32-bitStanislaw Gruszka
2010-08-26mutex: Improve the scalability of optimistic spinningTim Chen
2010-08-13sched: Revert nohz_ratelimit() for nowPeter Zijlstra
2010-07-02Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-07-01sched: Cure nr_iowait_cpu() usersPeter Zijlstra
2010-06-28Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-06-25sched: Prevent compiler from optimising the sched_avg_update() loopWill Deacon
2010-06-23sched: silence PROVE_RCU in sched_fork()Peter Zijlstra
2010-06-18sched: Fix over-scheduling bugAlex,Shi
2010-06-08sched: Fix PROVE_RCU vs cpu_cgroupPeter Zijlstra
2010-06-01sched: Fix wake_affine() vs RT tasksPeter Zijlstra
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-05-29sched: add wait_for_completion_killable_timeoutSage Weil
2010-05-27signals: kill the awful task_rq_unlock_wait() hackOleg Nesterov
2010-05-21Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2010-05-20kdb: core for kgdb back end (2 of 2)Jason Wessel
2010-05-20wait_event_interruptible_locked() interfaceMichal Nazarewicz
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-05-11sched, wait: Use wrapper functionsChangli Gao
2010-05-10rcu: refactor RCU's context-switch handlingPaul E. McKenney
2010-05-08Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/m...Ingo Molnar
2010-05-07Merge branch 'perf/urgent' into perf/coreIngo Molnar
2010-05-07sched: Remove rq argument to the tracepointsPeter Zijlstra
2010-05-07rcu: need barrier() in UP synchronize_sched_expedited()Paul E. McKenney
2010-05-06sched: correctly place paranioa memory barriers in synchronize_sched_expedited()Paul E. McKenney
2010-05-06sched: kill paranoia check in synchronize_sched_expedited()Tejun Heo
2010-05-06sched: replace migration_thread with cpu_stopTejun Heo
2010-04-30rcu: Fix RCU lockdep splat in set_task_cpu on fork pathPeter Zijlstra
2010-04-23Merge branch 'linus' into perf/coreIngo Molnar
2010-04-23sched: Pre-compute cpumask_weight(sched_domain_span(sd))Peter Zijlstra
2010-04-23sched: Cure load average vs NO_HZ woesPeter Zijlstra
2010-04-23mutex: Don't spin when the owner CPU is offline or other weird casesBenjamin Herrenschmidt