aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
2010-09-09sched: Move sched_avg_update() to update_cpu_load()Suresh Siddha
2010-08-23mutex: Improve the scalability of optimistic spinningTim Chen
2010-08-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-08-05Merge branch 'sched/urgent' into sched/coreIngo Molnar
2010-07-21Merge branch 'linus' into sched/coreIngo Molnar
2010-07-17sched: No need for bootmem special casesPekka Enberg
2010-07-17sched: Revert nohz_ratelimit() for nowPeter Zijlstra
2010-07-05Merge commit 'v2.6.35-rc4' into perf/coreIngo Molnar
2010-07-02Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-07-01sched: Cure nr_iowait_cpu() usersPeter Zijlstra
2010-06-28Merge branch 'linus' into perf/coreThomas Gleixner
2010-06-28Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-06-25sched: Prevent compiler from optimising the sched_avg_update() loopWill Deacon
2010-06-23sched: silence PROVE_RCU in sched_fork()Peter Zijlstra
2010-06-22sched, cpuset: Drop __cpuexit from cpu hotplug callbacksTejun Heo
2010-06-18Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar
2010-06-18sched: __sched_setscheduler: Read the RLIMIT_RTPRIO value locklessOleg Nesterov
2010-06-18sched: Fix over-scheduling bugAlex,Shi
2010-06-09sched: Change nohz idle load balancing logic to push modelVenkatesh Pallipadi
2010-06-09sched: Avoid side-effect of tickless idle on update_cpu_loadVenkatesh Pallipadi
2010-06-09sched: Simplify the reacquire_kernel_lock() logicOleg Nesterov
2010-06-09sched_clock: Add local_clock() API and improve documentationPeter Zijlstra
2010-06-08Merge branch 'sched-wq' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/w...Ingo Molnar
2010-06-08sched: add hooks for workqueueTejun Heo
2010-06-08sched: refactor try_to_wake_up()Tejun Heo
2010-06-08sched: adjust when cpu_active and cpuset configurations are updated during cp...Tejun Heo
2010-06-08sched: define and use CPU_PRI_* enums for cpu notifier prioritiesTejun Heo
2010-06-08Merge branch 'tip/perf/core-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar
2010-06-08sched: Fix PROVE_RCU vs cpu_cgroupPeter Zijlstra
2010-06-03tracing/sched: Make preempt_schedule() notraceSteven Rostedt
2010-06-01sched: Fix wake_affine() vs RT tasksPeter Zijlstra
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-05-29sched: add wait_for_completion_killable_timeoutSage Weil
2010-05-27signals: kill the awful task_rq_unlock_wait() hackOleg Nesterov
2010-05-21Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2010-05-20kdb: core for kgdb back end (2 of 2)Jason Wessel
2010-05-20wait_event_interruptible_locked() interfaceMichal Nazarewicz
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-05-11sched, wait: Use wrapper functionsChangli Gao
2010-05-10rcu: refactor RCU's context-switch handlingPaul E. McKenney
2010-05-08Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/m...Ingo Molnar
2010-05-07Merge branch 'perf/urgent' into perf/coreIngo Molnar
2010-05-07sched: Remove rq argument to the tracepointsPeter Zijlstra
2010-05-07rcu: need barrier() in UP synchronize_sched_expedited()Paul E. McKenney
2010-05-06sched: correctly place paranioa memory barriers in synchronize_sched_expedited()Paul E. McKenney
2010-05-06sched: kill paranoia check in synchronize_sched_expedited()Tejun Heo
2010-05-06sched: replace migration_thread with cpu_stopTejun Heo
2010-04-30rcu: Fix RCU lockdep splat in set_task_cpu on fork pathPeter Zijlstra