aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2016-12-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-12-11sched/core: Use load_avg for selecting idlest groupVincent Guittot
2016-12-11sched/core: Fix find_idlest_group() for forkVincent Guittot
2016-12-11Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2016-12-02Merge branch 'locking/urgent' into locking/core, to pick up dependent fixesIngo Molnar
2016-11-24sched: Extend scheduler's asym packingTim Chen
2016-11-24sched/autogroup: Fix 64-bit kernel nice level adjustmentMike Galbraith
2016-11-23sched/fair: Clean up the tunable parameter definitionsIngo Molnar
2016-11-23sched/dl: Fix comment in pick_next_task_dl()T.Zhou
2016-11-23Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2016-11-22sched/autogroup: Do not use autogroup->tg in zombie threadsOleg Nesterov
2016-11-22sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task()Oleg Nesterov
2016-11-16sched/fair: Fix task group initializationVincent Guittot
2016-11-16sched/fair: Propagate asynchrous detachVincent Guittot
2016-11-16sched/fair: Propagate load during synchronous attach/detachVincent Guittot
2016-11-16sched/fair: Factorize PELT updateVincent Guittot
2016-11-16sched/fair: Fix hierarchical order in rq->leaf_cfs_rq_listVincent Guittot
2016-11-16sched/fair: Factorize attach/detach entityVincent Guittot
2016-11-16sched/fair: Fix incorrect comment for capacity_marginMorten Rasmussen
2016-11-16sched/fair: Avoid pulling tasks from non-overloaded higher capacity groupsMorten Rasmussen
2016-11-16sched/fair: Add per-CPU min capacity to sched_group_capacityMorten Rasmussen
2016-11-16sched/fair: Consider spare capacity in find_idlest_group()Morten Rasmussen
2016-11-16sched/fair: Compute task/cpu utilization at wake-up correctlyMorten Rasmussen
2016-11-16sched/cpuacct: Avoid %lld seq_printf warningMartin Schwidefsky
2016-11-15sched/cputime: Simplify task_cputime()Stanislaw Gruszka
2016-11-15sched/cputime, powerpc, s390: Make scaled cputime arch specificStanislaw Gruszka
2016-11-15sched/cputime, powerpc: Remove cputime_to_scaled()Stanislaw Gruszka
2016-11-11sched/deadline: Fix typo in a commentDaniel Bristot de Oliveira
2016-11-11Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2016-11-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2016-11-03sched/core: Remove pointless printout in sched_show_task()Linus Torvalds
2016-11-03sched/core: Fix oops in sched_show_task()Tetsuo Handa
2016-10-28Merge branches 'core-urgent-for-linus', 'irq-urgent-for-linus' and 'sched-urg...Linus Torvalds
2016-10-27mm: remove per-zone hashtable of bitlock waitqueuesLinus Torvalds
2016-10-27sched/fair: Remove unused but set variable 'rq'Tobias Klauser
2016-10-25locking/mutex: Rework mutex::ownerPeter Zijlstra
2016-10-25sched/core: Explain sleep/wakeup in a better wayPeter Zijlstra
2016-10-20sched/fair: Kill the unused 'sched_shares_window_ns' tunableMatt Fleming
2016-10-19sched/fair: Fix incorrect task group ->load_avgVincent Guittot
2016-10-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2016-10-11sched/fair: Fix sched domains NULL dereference in select_idle_sibling()Wanpeng Li
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-10-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-10-02Merge branch 'pm-cpufreq'Rafael J. Wysocki