summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
AgeCommit message (Expand)Author
2013-01-16sched: fix divide by zero at {thread_group,task}_timesStanislaw Gruszka
2011-06-26ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt
2011-06-26sched: Fix wake_affine() vs RT tasksPeter Zijlstra
2011-06-26sched, cgroup: Fixup broken cgroup movementPeter Zijlstra
2011-06-26sched: fix RCU lockdep splat from task_group()Peter Zijlstra
2011-06-26sched: Move sched_avg_update() to update_cpu_load()Suresh Siddha
2011-01-06sched: Fix string comparison in /proc/sched_featuresMathieu Desnoyers
2011-01-06sched: Fix user time incorrectly accounted as system time on 32-bitStanislaw Gruszka
2011-01-06sched: Pre-compute cpumask_weight(sched_domain_span(sd))Peter Zijlstra
2011-01-06sched: Fix nr_uninterruptible countPeter Zijlstra
2011-01-06sched: Optimize task_rq_lock()Peter Zijlstra
2011-01-06sched: Fix TASK_WAKING vs fork deadlockPeter Zijlstra
2011-01-06sched: Make select_fallback_rq() cpuset friendlyOleg Nesterov
2011-01-06sched: _cpu_down(): Don't play with current->cpus_allowedOleg Nesterov
2011-01-06sched: sched_exec(): Remove the select_fallback_rq() logicOleg Nesterov
2011-01-06sched: move_task_off_dead_cpu(): Remove retry logicOleg Nesterov
2011-01-06sched: move_task_off_dead_cpu(): Take rq->lock around select_fallback_rq()Oleg Nesterov
2011-01-06sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke...Oleg Nesterov
2010-08-02sched: Fix over-scheduling bugAlex,Shi
2010-08-02sched: Prevent compiler from optimising the sched_avg_update() loopWill Deacon
2010-04-30rcu: Fix RCU lockdep splat in set_task_cpu on fork pathPeter Zijlstra
2010-04-23mutex: Don't spin when the owner CPU is offline or other weird casesBenjamin Herrenschmidt
2010-04-08Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-04-06sched: Fix sched_getaffinity()Anton Blanchard
2010-04-05Merge branch 'master' into export-slabhTejun Heo
2010-04-02sched: set_cpus_allowed_ptr(): Don't use rq->migration_thread after unlockOleg Nesterov
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-17sched: Use proper type in sched_getaffinity()KOSAKI Motohiro
2010-03-16kernel/sched.c: Suppress unused var warningAndrew Morton
2010-03-15sched: sched_getaffinity(): Allow less than NR_CPUS lengthKOSAKI Motohiro
2010-03-13Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-03-11sched: Cleanup: remove unused variable in try_to_wake_up()Dan Carpenter
2010-03-07sysdev: Pass attribute in sysdev_class attributes show/storeAndi Kleen
2010-03-06kernel core: use helpers for rlimitsJiri Slaby
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2010-02-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-02-28Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-02-25sched: Better name for for_each_domain_rdPaul E. McKenney
2010-02-25sched: Use lockdep-based checking on rcu_dereference()Paul E. McKenney
2010-02-17sched: Don't use possibly stale sched_classThomas Gleixner
2010-02-17percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo
2010-02-16Merge branch 'sched/urgent' into sched/coreThomas Gleixner
2010-02-16sched: Fix race between ttwu() and task_rq_lock()Peter Zijlstra
2010-02-16sched: Fix SMT scheduler regression in find_busiest_queue()Suresh Siddha
2010-02-08sched: cpuacct: Use bigger percpu counter batch values for stats countersAnton Blanchard
2010-02-08Merge branch 'sched/urgent' into sched/coreIngo Molnar
2010-02-08kernel/sched.c: Suppress unused var warningAndrew Morton
2010-02-04sched: Remove member rt_se from struct rt_rqYong Zhang
2010-02-02sched: Remove unused update_shares_locked()Peter Zijlstra