summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-05-301-0/+17
|\
| * sched: add wait_for_completion_killable_timeoutSage Weil2010-05-291-0/+17
* | signals: kill the awful task_rq_unlock_wait() hackOleg Nesterov2010-05-271-8/+0Star
* | Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-05-211-2/+5
|\ \
| * | kdb: core for kgdb back end (2 of 2)Jason Wessel2010-05-211-2/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-05-211-0/+1
|\ \ \ | |/ / |/| |
| * | wait_event_interruptible_locked() interfaceMichal Nazarewicz2010-05-201-0/+1
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-181-463/+263Star
|\ \
| * | sched, wait: Use wrapper functionsChangli Gao2010-05-111-2/+1Star
| * | Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/m...Ingo Molnar2010-05-081-225/+60Star
| |\ \
| | * | rcu: need barrier() in UP synchronize_sched_expedited()Paul E. McKenney2010-05-071-0/+1
| | * | sched: correctly place paranioa memory barriers in synchronize_sched_expedited()Paul E. McKenney2010-05-061-10/+11
| | * | sched: kill paranoia check in synchronize_sched_expedited()Tejun Heo2010-05-061-37/+3Star
| | * | sched: replace migration_thread with cpu_stopTejun Heo2010-05-061-224/+91Star
| * | | sched: Remove rq argument to the tracepointsPeter Zijlstra2010-05-071-4/+4
| |/ /
| * | sched: Pre-compute cpumask_weight(sched_domain_span(sd))Peter Zijlstra2010-04-231-0/+3
| * | sched: Cure load average vs NO_HZ woesPeter Zijlstra2010-04-231-13/+67
| * | sched: Fix UP update_avg() build warningMike Galbraith2010-04-151-6/+6
| * | Merge branch 'linus' into sched/coreIngo Molnar2010-04-151-2/+3
| |\ \
| * | | sched: Add enqueue/dequeue flagsPeter Zijlstra2010-04-021-15/+17
| * | | sched: Fix nr_uninterruptible countPeter Zijlstra2010-04-021-2/+6
| * | | sched: Optimize task_rq_lock()Peter Zijlstra2010-04-021-8/+15
| * | | sched: Fix TASK_WAKING vs fork deadlockPeter Zijlstra2010-04-021-41/+24Star
| * | | sched: Make select_fallback_rq() cpuset friendlyOleg Nesterov2010-04-021-3/+1Star
| * | | sched: _cpu_down(): Don't play with current->cpus_allowedOleg Nesterov2010-04-021-1/+1
| * | | sched: sched_exec(): Remove the select_fallback_rq() logicOleg Nesterov2010-04-021-17/+8Star
| * | | sched: move_task_off_dead_cpu(): Remove retry logicOleg Nesterov2010-04-021-7/+6Star
| * | | sched: move_task_off_dead_cpu(): Take rq->lock around select_fallback_rq()Oleg Nesterov2010-04-021-15/+15
| * | | sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke...Oleg Nesterov2010-04-021-7/+3Star
| * | | Merge branch 'linus' into sched/coreIngo Molnar2010-04-021-8/+16
| |\ \ \
| * | | | sched: Remove SYNC_WAKEUPS featureMike Galbraith2010-03-111-3/+0Star
| * | | | sched: Cleanup/optimize clock updatesMike Galbraith2010-03-111-16/+16
| * | | | sched: Remove avg_overlapMike Galbraith2010-03-111-33/+0Star
| * | | | sched: Remove avg_wakeupMike Galbraith2010-03-111-22/+4Star
| * | | | sched: Rate-limit nohzMike Galbraith2010-03-111-0/+12
| * | | | sched: Implement group scheduler statistics in one structLucas De Marchi2010-03-111-38/+9Star
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-181-43/+0Star
|\ \ \ \ \
| * \ \ \ \ Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-05-071-4/+14
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'linus' into perf/coreIngo Molnar2010-04-231-1/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'linus' into perf/coreIngo Molnar2010-04-081-1/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-04-021-4/+8
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra2010-03-261-43/+0Star
* | | | | | | rcu: refactor RCU's context-switch handlingPaul E. McKenney2010-05-101-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | rcu: Fix RCU lockdep splat in set_task_cpu on fork pathPeter Zijlstra2010-04-301-0/+10
* | | | | | mutex: Don't spin when the owner CPU is offline or other weird casesBenjamin Herrenschmidt2010-04-231-4/+4
| |_|_|/ / |/| | | |
* | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-04-081-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | sched: Fix sched_getaffinity()Anton Blanchard2010-04-061-1/+1
* | | | | Merge branch 'master' into export-slabhTejun Heo2010-04-051-1/+1
|\| | | |
| * | | | sched: set_cpus_allowed_ptr(): Don't use rq->migration_thread after unlockOleg Nesterov2010-04-021-1/+1
| | |/ / | |/| |
* / | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/ / /