summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
AgeCommit message (Expand)AuthorLines
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-0/+17
2010-05-29sched: add wait_for_completion_killable_timeoutSage Weil-0/+17
2010-05-27signals: kill the awful task_rq_unlock_wait() hackOleg Nesterov-8/+0
2010-05-21Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds-2/+5
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds-0/+1
2010-05-20kdb: core for kgdb back end (2 of 2)Jason Wessel-2/+5
2010-05-20wait_event_interruptible_locked() interfaceMichal Nazarewicz-0/+1
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-463/+263
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-43/+0
2010-05-11sched, wait: Use wrapper functionsChangli Gao-2/+1
2010-05-10rcu: refactor RCU's context-switch handlingPaul E. McKenney-1/+1
2010-05-08Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/m...Ingo Molnar-225/+60
2010-05-07Merge branch 'perf/urgent' into perf/coreIngo Molnar-4/+14
2010-05-07sched: Remove rq argument to the tracepointsPeter Zijlstra-4/+4
2010-05-07rcu: need barrier() in UP synchronize_sched_expedited()Paul E. McKenney-0/+1
2010-05-06sched: correctly place paranioa memory barriers in synchronize_sched_expedited()Paul E. McKenney-10/+11
2010-05-06sched: kill paranoia check in synchronize_sched_expedited()Tejun Heo-37/+3
2010-05-06sched: replace migration_thread with cpu_stopTejun Heo-224/+91
2010-04-30rcu: Fix RCU lockdep splat in set_task_cpu on fork pathPeter Zijlstra-0/+10
2010-04-23Merge branch 'linus' into perf/coreIngo Molnar-1/+1
2010-04-23sched: Pre-compute cpumask_weight(sched_domain_span(sd))Peter Zijlstra-0/+3
2010-04-23sched: Cure load average vs NO_HZ woesPeter Zijlstra-13/+67
2010-04-23mutex: Don't spin when the owner CPU is offline or other weird casesBenjamin Herrenschmidt-4/+4
2010-04-15sched: Fix UP update_avg() build warningMike Galbraith-6/+6
2010-04-15Merge branch 'linus' into sched/coreIngo Molnar-2/+3
2010-04-08Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2010-04-08Merge branch 'linus' into perf/coreIngo Molnar-1/+2
2010-04-06sched: Fix sched_getaffinity()Anton Blanchard-1/+1
2010-04-05Merge branch 'master' into export-slabhTejun Heo-1/+1
2010-04-02sched: Add enqueue/dequeue flagsPeter Zijlstra-15/+17
2010-04-02sched: Fix nr_uninterruptible countPeter Zijlstra-2/+6
2010-04-02sched: Optimize task_rq_lock()Peter Zijlstra-8/+15
2010-04-02sched: Fix TASK_WAKING vs fork deadlockPeter Zijlstra-41/+24
2010-04-02sched: Make select_fallback_rq() cpuset friendlyOleg Nesterov-3/+1
2010-04-02sched: _cpu_down(): Don't play with current->cpus_allowedOleg Nesterov-1/+1
2010-04-02sched: sched_exec(): Remove the select_fallback_rq() logicOleg Nesterov-17/+8
2010-04-02sched: move_task_off_dead_cpu(): Remove retry logicOleg Nesterov-7/+6
2010-04-02sched: move_task_off_dead_cpu(): Take rq->lock around select_fallback_rq()Oleg Nesterov-15/+15
2010-04-02sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke...Oleg Nesterov-7/+3
2010-04-02sched: set_cpus_allowed_ptr(): Don't use rq->migration_thread after unlockOleg Nesterov-1/+1
2010-04-02Merge branch 'linus' into sched/coreIngo Molnar-8/+16
2010-04-02Merge branch 'perf/urgent' into perf/coreIngo Molnar-4/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra-43/+0
2010-03-17sched: Use proper type in sched_getaffinity()KOSAKI Motohiro-1/+1
2010-03-16kernel/sched.c: Suppress unused var warningAndrew Morton-1/+1
2010-03-15sched: sched_getaffinity(): Allow less than NR_CPUS lengthKOSAKI Motohiro-3/+7
2010-03-13Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+2
2010-03-11sched: Remove SYNC_WAKEUPS featureMike Galbraith-3/+0
2010-03-11sched: Cleanup/optimize clock updatesMike Galbraith-16/+16