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