aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-21sched: Fix fork vs hotplug vs cpuset namespacesPeter Zijlstra1-12/+27
2010-01-21sched: Reassign prev and switch_count when reacquire_kernel_lock() failYong Zhang1-1/+4
2009-12-23sched: Revert 738d2be, simplify set_task_cpu()Peter Zijlstra1-5/+4
2009-12-20sched: Fix hotplug hangPeter Zijlstra1-1/+1
2009-12-20sched: Restore printk sanityPeter Zijlstra1-40/+49
2009-12-17sched: Fix broken assertionPeter Zijlstra1-1/+2
2009-12-17sched: Teach might_sleep() about preemptible RCUFrederic Weisbecker1-1/+1
2009-12-17sched: Make warning less noisyIngo Molnar1-1/+1
2009-12-16sched: Simplify set_task_cpu()Peter Zijlstra1-8/+5
2009-12-16sched: Remove the cfs_rq dependency from set_task_cpu()Peter Zijlstra1-5/+1
2009-12-16sched: Add pre and post wakeup hooksPeter Zijlstra1-4/+8
2009-12-16sched: Move kthread_bind() back to kthread.cPeter Zijlstra1-26/+0
2009-12-16sched: Fix select_task_rq() vs hotplug issuesPeter Zijlstra1-35/+40
2009-12-16sched: Fix sched_exec() balancingPeter Zijlstra1-22/+23
2009-12-16sched: Ensure set_task_cpu() is never called on blocked tasksPeter Zijlstra1-19/+66
2009-12-16sched: Use TASK_WAKING for fork wakupsPeter Zijlstra1-9/+9
2009-12-16sched: Fix task_hot() test orderPeter Zijlstra1-3/+3
2009-12-16Merge branch 'linus' into sched/urgentIngo Molnar1-114/+117
2009-12-14sched: Convert pi_lock to raw_spinlockThomas Gleixner1-6/+6
2009-12-14sched: Convert rt_runtime_lock to raw_spinlockThomas Gleixner1-14/+14
2009-12-14sched: Convert rq->lock to raw_spinlockThomas Gleixner1-90/+93
2009-12-14locking: Further name space cleanupsThomas Gleixner1-1/+1
2009-12-14locking: Implement new raw_spinlockThomas Gleixner1-1/+1
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-4/+4
2009-12-14sched: Use rcu in sched_get_rr_param()Thomas Gleixner1-3/+3
2009-12-14sched: Use rcu in sched_get/set_affinity()Thomas Gleixner1-10/+6
2009-12-14sched: Use rcu in sys_sched_getscheduler/sys_sched_getparam()Thomas Gleixner1-5/+5
2009-12-13sched: Use pr_fmt() and pr_<level>()Joe Perches1-52/+42
2009-12-13sched: Make wakeup side and atomic variants of completion API irq safeRafael J. Wysocki1-4/+6
2009-12-12Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-104/+114
2009-12-10sched: Remove forced2_migrations statsIngo Molnar1-6/+0
2009-12-10sched: Fix memory leak in two error corner casesPhil Carmody1-2/+6
2009-12-10sched: Fix build warning in get_update_sysctl_factor()Mike Galbraith1-1/+1
2009-12-09sched: Update normalized values on user updates via procChristian Ehrhardt1-2/+10
2009-12-09sched: Make tunable scaling style configurableChristian Ehrhardt1-1/+14
2009-12-09sched: Fix missing sched tunable recalculation on cpu add/removeChristian Ehrhardt1-13/+16
2009-12-09sched: Fix task priority bugPeter Zijlstra1-6/+0
2009-12-09sched: cgroup: Implement different treatment for idle sharesPeter Zijlstra1-2/+6
2009-12-09sched: Discard some old bitsPeter Zijlstra1-10/+7
2009-12-09sched: Sanitize fork() handlingPeter Zijlstra1-29/+18
2009-12-09sched: Clean up ttwu() rq lockingPeter Zijlstra1-8/+5
2009-12-09sched: Remove rq->clock coupling from set_task_cpu()Peter Zijlstra1-12/+1
2009-12-09sched: Consolidate select_task_rq() callersPeter Zijlstra1-3/+11
2009-12-09sched: Protect sched_rr_get_param() access to task->sched_classThomas Gleixner1-1/+5
2009-12-09sched: Protect task->cpus_allowed access in sched_getaffinity()Thomas Gleixner1-0/+4
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds1-3/+2
2009-12-08Merge branch 'for-linus' into for-nextTejun Heo1-11/+11
2009-12-06sched: Fix balance vs hotplug racePeter Zijlstra1-15/+17
2009-12-05Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-96/+174
2009-12-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1