aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* sched: Fix user time incorrectly accounted as system time on 32-bitStanislaw Gruszka2010-09-151-4/+4
* sched: Move sched_avg_update() to update_cpu_load()Suresh Siddha2010-09-091-0/+6
* mutex: Improve the scalability of optimistic spinningTim Chen2010-08-231-1/+9
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-061-98/+293
|\
| * Merge branch 'sched/urgent' into sched/coreIngo Molnar2010-08-051-10/+0
| |\
| | * sched: Revert nohz_ratelimit() for nowPeter Zijlstra2010-07-171-10/+0
| * | Merge branch 'linus' into sched/coreIngo Molnar2010-07-211-5/+17
| |\ \ | | |/
| * | sched: No need for bootmem special casesPekka Enberg2010-07-171-12/+7
| * | sched, cpuset: Drop __cpuexit from cpu hotplug callbacksTejun Heo2010-06-221-4/+4
| * | sched: __sched_setscheduler: Read the RLIMIT_RTPRIO value locklessOleg Nesterov2010-06-181-6/+2
| * | sched: Change nohz idle load balancing logic to push modelVenkatesh Pallipadi2010-06-091-3/+31
| * | sched: Avoid side-effect of tickless idle on update_cpu_loadVenkatesh Pallipadi2010-06-091-5/+95
| * | sched: Simplify the reacquire_kernel_lock() logicOleg Nesterov2010-06-091-7/+6
| * | sched_clock: Add local_clock() API and improve documentationPeter Zijlstra2010-06-091-1/+1
| * | Merge branch 'sched-wq' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/w...Ingo Molnar2010-06-081-54/+151
| |\ \
| | * | sched: add hooks for workqueueTejun Heo2010-06-081-2/+51
| | * | sched: refactor try_to_wake_up()Tejun Heo2010-06-081-34/+49
| | * | sched: adjust when cpu_active and cpuset configurations are updated during cp...Tejun Heo2010-06-081-17/+50
| | * | sched: define and use CPU_PRI_* enums for cpu notifier prioritiesTejun Heo2010-06-081-1/+1
* | | | Merge commit 'v2.6.35-rc4' into perf/coreIngo Molnar2010-07-051-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-07-021-2/+2
| |\ \ \
| | * | | sched: Cure nr_iowait_cpu() usersPeter Zijlstra2010-07-011-2/+2
* | | | | Merge branch 'linus' into perf/coreThomas Gleixner2010-06-281-59/+74
|\ \ \ \ \ | |/ / / /
| * | | | 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