aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-23sched: Pre-compute cpumask_weight(sched_domain_span(sd))Gravatar Peter Zijlstra 1-0/+3
2010-04-23sched: Cure load average vs NO_HZ woesGravatar Peter Zijlstra 1-13/+67
2010-04-23mutex: Don't spin when the owner CPU is offline or other weird casesGravatar Benjamin Herrenschmidt 1-4/+4
2010-04-15sched: Fix UP update_avg() build warningGravatar Mike Galbraith 1-6/+6
2010-04-15Merge branch 'linus' into sched/coreGravatar Ingo Molnar 1-2/+3
2010-04-08Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2010-04-08Merge branch 'linus' into perf/coreGravatar Ingo Molnar 1-1/+2
2010-04-06sched: Fix sched_getaffinity()Gravatar Anton Blanchard 1-1/+1
2010-04-05Merge branch 'master' into export-slabhGravatar Tejun Heo 1-1/+1
2010-04-02sched: Add enqueue/dequeue flagsGravatar Peter Zijlstra 1-15/+17
2010-04-02sched: Fix nr_uninterruptible countGravatar Peter Zijlstra 1-2/+6
2010-04-02sched: Optimize task_rq_lock()Gravatar Peter Zijlstra 1-8/+15
2010-04-02sched: Fix TASK_WAKING vs fork deadlockGravatar Peter Zijlstra 1-41/+24
2010-04-02sched: Make select_fallback_rq() cpuset friendlyGravatar Oleg Nesterov 1-3/+1
2010-04-02sched: _cpu_down(): Don't play with current->cpus_allowedGravatar Oleg Nesterov 1-1/+1
2010-04-02sched: sched_exec(): Remove the select_fallback_rq() logicGravatar Oleg Nesterov 1-17/+8
2010-04-02sched: move_task_off_dead_cpu(): Remove retry logicGravatar Oleg Nesterov 1-7/+6
2010-04-02sched: move_task_off_dead_cpu(): Take rq->lock around select_fallback_rq()Gravatar Oleg Nesterov 1-15/+15
2010-04-02sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke...Gravatar Oleg Nesterov 1-7/+3
2010-04-02sched: set_cpus_allowed_ptr(): Don't use rq->migration_thread after unlockGravatar Oleg Nesterov 1-1/+1
2010-04-02Merge branch 'linus' into sched/coreGravatar Ingo Molnar 1-8/+16
2010-04-02Merge branch 'perf/urgent' into perf/coreGravatar Ingo Molnar 1-4/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codeGravatar Peter Zijlstra 1-43/+0
2010-03-17sched: Use proper type in sched_getaffinity()Gravatar KOSAKI Motohiro 1-1/+1
2010-03-16kernel/sched.c: Suppress unused var warningGravatar Andrew Morton 1-1/+1
2010-03-15sched: sched_getaffinity(): Allow less than NR_CPUS lengthGravatar KOSAKI Motohiro 1-3/+7
2010-03-13Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+2
2010-03-11sched: Remove SYNC_WAKEUPS featureGravatar Mike Galbraith 1-3/+0
2010-03-11sched: Cleanup/optimize clock updatesGravatar Mike Galbraith 1-16/+16
2010-03-11sched: Remove avg_overlapGravatar Mike Galbraith 1-33/+0
2010-03-11sched: Remove avg_wakeupGravatar Mike Galbraith 1-22/+4
2010-03-11sched: Rate-limit nohzGravatar Mike Galbraith 1-0/+12
2010-03-11sched: Implement group scheduler statistics in one structGravatar Lucas De Marchi 1-38/+9
2010-03-11sched: Cleanup: remove unused variable in try_to_wake_up()Gravatar Dan Carpenter 1-2/+2
2010-03-07sysdev: Pass attribute in sysdev_class attributes show/storeGravatar Andi Kleen 1-0/+4
2010-03-06kernel core: use helpers for rlimitsGravatar Jiri Slaby 1-2/+2
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 1-2/+2
2010-02-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2009/+116
2010-02-28Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-28/+58
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-3/+9
2010-02-25sched: Better name for for_each_domain_rdGravatar Paul E. McKenney 1-2/+2
2010-02-25sched: Use lockdep-based checking on rcu_dereference()Gravatar Paul E. McKenney 1-3/+8
2010-02-17sched: Don't use possibly stale sched_classGravatar Thomas Gleixner 1-2/+4
2010-02-17percpu: add __percpu sparse annotations to core kernel subsystemsGravatar Tejun Heo 1-2/+2
2010-02-16Merge branch 'sched/urgent' into sched/coreGravatar Thomas Gleixner 1-27/+46
2010-02-16sched: Fix race between ttwu() and task_rq_lock()Gravatar Peter Zijlstra 1-27/+46
2010-02-16sched: Fix SMT scheduler regression in find_busiest_queue()Gravatar Suresh Siddha 1-2/+13
2010-02-08sched: cpuacct: Use bigger percpu counter batch values for stats countersGravatar Anton Blanchard 1-1/+19
2010-02-08Merge branch 'sched/urgent' into sched/coreGravatar Ingo Molnar 1-13/+31