summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
AgeCommit message (Expand)AuthorLines
2010-09-15sched: Fix user time incorrectly accounted as system time on 32-bitStanislaw Gruszka-4/+4
2010-09-09sched: Move sched_avg_update() to update_cpu_load()Suresh Siddha-0/+6
2010-08-23mutex: Improve the scalability of optimistic spinningTim Chen-1/+9
2010-08-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-98/+293
2010-08-05Merge branch 'sched/urgent' into sched/coreIngo Molnar-10/+0
2010-07-21Merge branch 'linus' into sched/coreIngo Molnar-5/+17
2010-07-17sched: No need for bootmem special casesPekka Enberg-12/+7
2010-07-17sched: Revert nohz_ratelimit() for nowPeter Zijlstra-10/+0
2010-07-05Merge commit 'v2.6.35-rc4' into perf/coreIngo Molnar-2/+2
2010-07-02Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+2
2010-07-01sched: Cure nr_iowait_cpu() usersPeter Zijlstra-2/+2
2010-06-28Merge branch 'linus' into perf/coreThomas Gleixner-59/+74
2010-06-28Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-59/+65
2010-06-25sched: Prevent compiler from optimising the sched_avg_update() loopWill Deacon-0/+6
2010-06-23sched: silence PROVE_RCU in sched_fork()Peter Zijlstra-0/+9
2010-06-22sched, cpuset: Drop __cpuexit from cpu hotplug callbacksTejun Heo-4/+4
2010-06-18Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar-18/+6
2010-06-18sched: __sched_setscheduler: Read the RLIMIT_RTPRIO value locklessOleg Nesterov-6/+2
2010-06-18sched: Fix over-scheduling bugAlex,Shi-3/+0
2010-06-09sched: Change nohz idle load balancing logic to push modelVenkatesh Pallipadi-3/+31
2010-06-09sched: Avoid side-effect of tickless idle on update_cpu_loadVenkatesh Pallipadi-5/+95
2010-06-09sched: Simplify the reacquire_kernel_lock() logicOleg Nesterov-7/+6
2010-06-09sched_clock: Add local_clock() API and improve documentationPeter Zijlstra-1/+1
2010-06-08Merge branch 'sched-wq' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/w...Ingo Molnar-54/+151
2010-06-08sched: add hooks for workqueueTejun Heo-2/+51
2010-06-08sched: refactor try_to_wake_up()Tejun Heo-34/+49
2010-06-08sched: adjust when cpu_active and cpuset configurations are updated during cp...Tejun Heo-17/+50
2010-06-08sched: define and use CPU_PRI_* enums for cpu notifier prioritiesTejun Heo-1/+1
2010-06-08Merge branch 'tip/perf/core-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar-3/+3
2010-06-08sched: Fix PROVE_RCU vs cpu_cgroupPeter Zijlstra-56/+59
2010-06-03tracing/sched: Make preempt_schedule() notraceSteven Rostedt-3/+3
2010-06-01sched: Fix wake_affine() vs RT tasksPeter Zijlstra-18/+6
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