summaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
2010-01-21sched: Reassign prev and switch_count when reacquire_kernel_lock() failYong Zhang
2009-12-23sched: Revert 738d2be, simplify set_task_cpu()Peter Zijlstra
2009-12-20sched: Fix hotplug hangPeter Zijlstra
2009-12-20sched: Restore printk sanityPeter Zijlstra
2009-12-17sched: Fix broken assertionPeter Zijlstra
2009-12-17sched: Teach might_sleep() about preemptible RCUFrederic Weisbecker
2009-12-17sched: Make warning less noisyIngo Molnar
2009-12-16sched: Simplify set_task_cpu()Peter Zijlstra
2009-12-16sched: Remove the cfs_rq dependency from set_task_cpu()Peter Zijlstra
2009-12-16sched: Add pre and post wakeup hooksPeter Zijlstra
2009-12-16sched: Move kthread_bind() back to kthread.cPeter Zijlstra
2009-12-16sched: Fix select_task_rq() vs hotplug issuesPeter Zijlstra
2009-12-16sched: Fix sched_exec() balancingPeter Zijlstra
2009-12-16sched: Ensure set_task_cpu() is never called on blocked tasksPeter Zijlstra
2009-12-16sched: Use TASK_WAKING for fork wakupsPeter Zijlstra
2009-12-16sched: Fix task_hot() test orderPeter Zijlstra
2009-12-16Merge branch 'linus' into sched/urgentIngo Molnar
2009-12-14sched: Convert pi_lock to raw_spinlockThomas Gleixner
2009-12-14sched: Convert rt_runtime_lock to raw_spinlockThomas Gleixner
2009-12-14sched: Convert rq->lock to raw_spinlockThomas Gleixner
2009-12-14locking: Further name space cleanupsThomas Gleixner
2009-12-14locking: Implement new raw_spinlockThomas Gleixner
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-12-14sched: Use rcu in sched_get_rr_param()Thomas Gleixner
2009-12-14sched: Use rcu in sched_get/set_affinity()Thomas Gleixner
2009-12-14sched: Use rcu in sys_sched_getscheduler/sys_sched_getparam()Thomas Gleixner
2009-12-13sched: Use pr_fmt() and pr_<level>()Joe Perches
2009-12-13sched: Make wakeup side and atomic variants of completion API irq safeRafael J. Wysocki
2009-12-12Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-12-10sched: Remove forced2_migrations statsIngo Molnar
2009-12-10sched: Fix memory leak in two error corner casesPhil Carmody
2009-12-10sched: Fix build warning in get_update_sysctl_factor()Mike Galbraith
2009-12-09sched: Update normalized values on user updates via procChristian Ehrhardt
2009-12-09sched: Make tunable scaling style configurableChristian Ehrhardt
2009-12-09sched: Fix missing sched tunable recalculation on cpu add/removeChristian Ehrhardt
2009-12-09sched: Fix task priority bugPeter Zijlstra
2009-12-09sched: cgroup: Implement different treatment for idle sharesPeter Zijlstra
2009-12-09sched: Discard some old bitsPeter Zijlstra
2009-12-09sched: Sanitize fork() handlingPeter Zijlstra
2009-12-09sched: Clean up ttwu() rq lockingPeter Zijlstra
2009-12-09sched: Remove rq->clock coupling from set_task_cpu()Peter Zijlstra
2009-12-09sched: Consolidate select_task_rq() callersPeter Zijlstra
2009-12-09sched: Protect sched_rr_get_param() access to task->sched_classThomas Gleixner
2009-12-09sched: Protect task->cpus_allowed access in sched_getaffinity()Thomas Gleixner
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds
2009-12-08Merge branch 'for-linus' into for-nextTejun Heo
2009-12-06sched: Fix balance vs hotplug racePeter Zijlstra
2009-12-05Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-12-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2009-12-03mutex: Fix missing conditions to build mutex_spin_on_owner()Frederic Weisbecker