summaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
2011-03-21sched: Fix user time incorrectly accounted as system time on 32-bitStanislaw Gruszka
2011-03-21ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt
2011-03-21sched: Fix string comparison in /proc/sched_featuresMathieu Desnoyers
2010-08-02sched: Fix over-scheduling bugAlex,Shi
2010-08-02sched: Prevent compiler from optimising the sched_avg_update() loopWill Deacon
2010-04-26sched: Use proper type in sched_getaffinity()KOSAKI Motohiro
2010-04-26sched: Fix sched_getaffinity()Anton Blanchard
2010-04-26sched: sched_getaffinity(): Allow less than NR_CPUS lengthKOSAKI Motohiro
2010-04-01sched: Fix SCHED_MC regression caused by change in sched cpu_powerSuresh Siddha
2010-03-15sched: Don't use possibly stale sched_classThomas Gleixner
2010-03-15sched: Fix SMT scheduler regression in find_busiest_queue()Suresh Siddha
2010-01-21sched: Fix fork vs hotplug vs cpuset namespacesPeter Zijlstra
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