aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+69
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-1/+1
2012-10-05sched: Update sched_domains_numa_masks[][] when new cpus are onlinedTang Chen1-0/+56
2012-10-05sched: Ensure 'sched_domains_numa_levels' is safe to use in other functionsTang Chen1-0/+13
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-693/+679
2012-10-01sanitize tsk_is_polling()Al Viro1-1/+1
2012-09-26rcu: Exit RCU extended QS on user preemptionFrederic Weisbecker1-0/+15
2012-09-26rcu: Exit RCU extended QS on kernel preemption after irq/exceptionFrederic Weisbecker1-0/+1
2012-09-26rcu: Switch task's syscall hooks on context switchFrederic Weisbecker1-0/+1
2012-09-25Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25bPaul E. McKenney4-62/+29
2012-09-25vtime: Consolidate system/idle context detectionFrederic Weisbecker1-0/+26
2012-09-25cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker2-5/+5
2012-09-23sched: Fix load avg vs cpu-hotplugPeter Zijlstra1-21/+20
2012-09-16Revert "sched: Improve scalability via 'CPU buddies', which withstand random perturbations"Linus Torvalds2-45/+22
2012-09-13sched: cpu_power: enable ARCH_POWERVincent Guittot1-1/+1
2012-09-13sched/nohz: Clean up select_nohz_load_balancer()Alex Shi1-15/+10
2012-09-13sched: Fix load avg vs. cpu-hotplugPeter Zijlstra1-0/+2
2012-09-13sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra3-50/+1
2012-09-13sched: Fix nohz_idle_balance()Vincent Guittot1-5/+6
2012-09-04sched: Remove useless code in yield_to()Michael Wang1-7/+0
2012-09-04sched/debug: Limit sd->*_idx range on sysctlNamhyung Kim1-13/+22
2012-09-04sched: Remove AFFINE_WAKEUPS feature flagNamhyung Kim1-8/+0
2012-09-04Merge branch 'sched/urgent' into sched/coreIngo Molnar4-29/+16
2012-09-04sched: Fix kernel-doc warnings in kernel/sched/fair.cRandy Dunlap1-2/+0
2012-09-04sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel4-6/+6
2012-09-04sched: Fix load avg vs cpu-hotplugPeter Zijlstra1-21/+10
2012-08-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-19/+70
2012-08-20cputime: Consolidate vtime handling on context switchFrederic Weisbecker1-0/+1
2012-08-20sched: Move cputime code to its own fileFrederic Weisbecker4-556/+570
2012-08-13sched: recover SD_WAKE_AFFINE in select_task_rq_fair and code clean upAlex Shi2-32/+3
2012-08-13sched: using dst_rq instead of this_rq during load balanceMichael Wang1-5/+4
2012-08-13sched: Document schedule() entry pointsPekka Enberg1-0/+34
2012-08-13sched: Fix __sched_period commentBorislav Petkov1-1/+1
2012-08-13Merge branch 'sched/urgent' into sched/coreThomas Gleixner5-19/+70
2012-08-13sched: Fix migration thread runtime bogosityMike Galbraith1-1/+21
2012-08-13sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttledMike Galbraith1-0/+13
2012-08-13sched,cgroup: Fix up task_groups listMike Galbraith2-1/+2
2012-08-13sched: fix divide by zero at {thread_group,task}_timesStanislaw Gruszka1-14/+20
2012-08-13sched, cgroup: Reduce rq->lock hold times for large cgroup hierarchiesPeter Zijlstra2-3/+14
2012-08-03Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-23/+20
2012-07-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-07-31sched/cleanups: Add load balance cpumask pointer to 'struct lb_env'Michael Wang1-15/+14
2012-07-26sched: Deliver sched_switch events to the current taskAndrew Vagin1-1/+1
2012-07-26sched: Fix minor code style issuesYing Xue1-5/+5
2012-07-26sched: Use task_rq_unlock() in __sched_setscheduler()Namhyung Kim1-3/+1
2012-07-24sched: Fix race in task_group()Peter Zijlstra2-14/+18
2012-07-24sched: Improve balance_cpu() to consider other cpus in its group as target of (pinned) taskSrivatsa Vaddagiri1-4/+74
2012-07-24sched: Reset loop counters if all tasks are pinned and we need to redo load balancePrashanth Nageshappa1-1/+4
2012-07-24sched: Reorder 'struct lb_env' members to reduce its sizePrashanth Nageshappa1-1/+1
2012-07-24sched: Improve scalability via 'CPU buddies', which withstand random perturbationsMike Galbraith2-22/+45