aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
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
2010-04-15sched: Fix UP update_avg() build warningMike Galbraith
2010-04-15Merge branch 'linus' into sched/coreIngo Molnar
2010-04-08Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-04-08Merge branch 'linus' into perf/coreIngo Molnar
2010-04-06sched: Fix sched_getaffinity()Anton Blanchard
2010-04-05Merge branch 'master' into export-slabhTejun Heo
2010-04-02sched: Add enqueue/dequeue flagsPeter Zijlstra
2010-04-02sched: Fix nr_uninterruptible countPeter Zijlstra
2010-04-02sched: Optimize task_rq_lock()Peter Zijlstra
2010-04-02sched: Fix TASK_WAKING vs fork deadlockPeter Zijlstra
2010-04-02sched: Make select_fallback_rq() cpuset friendlyOleg Nesterov
2010-04-02sched: _cpu_down(): Don't play with current->cpus_allowedOleg Nesterov
2010-04-02sched: sched_exec(): Remove the select_fallback_rq() logicOleg Nesterov
2010-04-02sched: move_task_off_dead_cpu(): Remove retry logicOleg Nesterov
2010-04-02sched: move_task_off_dead_cpu(): Take rq->lock around select_fallback_rq()Oleg Nesterov
2010-04-02sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke...Oleg Nesterov
2010-04-02sched: set_cpus_allowed_ptr(): Don't use rq->migration_thread after unlockOleg Nesterov
2010-04-02Merge branch 'linus' into sched/coreIngo Molnar
2010-04-02Merge branch 'perf/urgent' into perf/coreIngo Molnar