summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-06-281-59/+65
| |\ \ \ \ | | |/ / /
| | * | | sched: Prevent compiler from optimising the sched_avg_update() loopWill Deacon2010-06-251-0/+6
| | * | | sched: Fix over-scheduling bugAlex,Shi2010-06-181-3/+0
| | |/ /
| | * | sched: Fix PROVE_RCU vs cpu_cgroupPeter Zijlstra2010-06-081-56/+59
| | |/
| * | sched: silence PROVE_RCU in sched_fork()Peter Zijlstra2010-06-231-0/+9
| |/
* | Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar2010-06-181-18/+6
|\ \ | |/
| * sched: Fix wake_affine() vs RT tasksPeter Zijlstra2010-06-011-18/+6
* | Merge branch 'tip/perf/core-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2010-06-081-3/+3
|\ \ | |/ |/|
| * tracing/sched: Make preempt_schedule() notraceSteven Rostedt2010-06-031-3/+3
* | 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/+0
* | 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-201-2/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-05-201-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/+263
|\ \
| * | sched, wait: Use wrapper functionsChangli Gao2010-05-111-2/+1
| * | Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/m...Ingo Molnar2010-05-081-225/+60
| |\ \
| | * | 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/+3
| | * | sched: replace migration_thread with cpu_stopTejun Heo2010-05-061-224/+91
| * | | 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/+24
| * | | sched: Make select_fallback_rq() cpuset friendlyOleg Nesterov2010-04-021-3/+1
| * | | 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/+8
| * | | sched: move_task_off_dead_cpu(): Remove retry logicOleg Nesterov2010-04-021-7/+6
| * | | 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/+3
| * | | Merge branch 'linus' into sched/coreIngo Molnar2010-04-021-8/+16
| |\ \ \
| * | | | sched: Remove SYNC_WAKEUPS featureMike Galbraith2010-03-111-3/+0
| * | | | sched: Cleanup/optimize clock updatesMike Galbraith2010-03-111-16/+16
| * | | | sched: Remove avg_overlapMike Galbraith2010-03-111-33/+0
| * | | | sched: Remove avg_wakeupMike Galbraith2010-03-111-22/+4
| * | | | sched: Rate-limit nohzMike Galbraith2010-03-111-0/+12
| * | | | sched: Implement group scheduler statistics in one structLucas De Marchi2010-03-111-38/+9
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-181-43/+0
|\ \ \ \ \
| * \ \ \ \ 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
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
OpenPOWER on IntegriCloud