aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-15sched: Fix user time incorrectly accounted as system time on 32-bitStanislaw Gruszka1-4/+4
2010-09-09sched: Move sched_avg_update() to update_cpu_load()Suresh Siddha1-0/+6
2010-08-23mutex: Improve the scalability of optimistic spinningTim Chen1-1/+9
2010-08-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-98/+293
2010-08-05Merge branch 'sched/urgent' into sched/coreIngo Molnar1-10/+0
2010-07-21Merge branch 'linus' into sched/coreIngo Molnar1-5/+17
2010-07-17sched: No need for bootmem special casesPekka Enberg1-12/+7
2010-07-17sched: Revert nohz_ratelimit() for nowPeter Zijlstra1-10/+0
2010-07-05Merge commit 'v2.6.35-rc4' into perf/coreIngo Molnar1-2/+2
2010-07-02Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2010-07-01sched: Cure nr_iowait_cpu() usersPeter Zijlstra1-2/+2
2010-06-28Merge branch 'linus' into perf/coreThomas Gleixner1-59/+74
2010-06-28Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-59/+65
2010-06-25sched: Prevent compiler from optimising the sched_avg_update() loopWill Deacon1-0/+6
2010-06-23sched: silence PROVE_RCU in sched_fork()Peter Zijlstra1-0/+9
2010-06-22sched, cpuset: Drop __cpuexit from cpu hotplug callbacksTejun Heo1-4/+4
2010-06-18Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar1-18/+6
2010-06-18sched: __sched_setscheduler: Read the RLIMIT_RTPRIO value locklessOleg Nesterov1-6/+2
2010-06-18sched: Fix over-scheduling bugAlex,Shi1-3/+0
2010-06-09sched: Change nohz idle load balancing logic to push modelVenkatesh Pallipadi1-3/+31
2010-06-09sched: Avoid side-effect of tickless idle on update_cpu_loadVenkatesh Pallipadi1-5/+95
2010-06-09sched: Simplify the reacquire_kernel_lock() logicOleg Nesterov1-7/+6
2010-06-09sched_clock: Add local_clock() API and improve documentationPeter Zijlstra1-1/+1
2010-06-08Merge branch 'sched-wq' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq into sched/coreIngo Molnar1-54/+151
2010-06-08sched: add hooks for workqueueTejun Heo1-2/+51
2010-06-08sched: refactor try_to_wake_up()Tejun Heo1-34/+49
2010-06-08sched: adjust when cpu_active and cpuset configurations are updated during cpu on/offliningTejun Heo1-17/+50
2010-06-08sched: define and use CPU_PRI_* enums for cpu notifier prioritiesTejun Heo1-1/+1
2010-06-08Merge branch 'tip/perf/core-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar1-3/+3
2010-06-08sched: Fix PROVE_RCU vs cpu_cgroupPeter Zijlstra1-56/+59
2010-06-03tracing/sched: Make preempt_schedule() notraceSteven Rostedt1-3/+3
2010-06-01sched: Fix wake_affine() vs RT tasksPeter Zijlstra1-18/+6
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-0/+17
2010-05-29sched: add wait_for_completion_killable_timeoutSage Weil1-0/+17
2010-05-27signals: kill the awful task_rq_unlock_wait() hackOleg Nesterov1-8/+0
2010-05-21Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds1-2/+5
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-0/+1
2010-05-20kdb: core for kgdb back end (2 of 2)Jason Wessel1-2/+5
2010-05-20wait_event_interruptible_locked() interfaceMichal Nazarewicz1-0/+1
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-463/+263
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-43/+0
2010-05-11sched, wait: Use wrapper functionsChangli Gao1-2/+1
2010-05-10rcu: refactor RCU's context-switch handlingPaul E. McKenney1-1/+1
2010-05-08Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into sched/coreIngo Molnar1-225/+60
2010-05-07Merge branch 'perf/urgent' into perf/coreIngo Molnar1-4/+14
2010-05-07sched: Remove rq argument to the tracepointsPeter Zijlstra1-4/+4
2010-05-07rcu: need barrier() in UP synchronize_sched_expedited()Paul E. McKenney1-0/+1
2010-05-06sched: correctly place paranioa memory barriers in synchronize_sched_expedited()Paul E. McKenney1-10/+11
2010-05-06sched: kill paranoia check in synchronize_sched_expedited()Tejun Heo1-37/+3
2010-05-06sched: replace migration_thread with cpu_stopTejun Heo1-224/+91