summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-06-24sched/uclamp: Add uclamp support to energy_compute()Patrick Bellasi
2019-06-24sched/uclamp: Add uclamp_util_with()Patrick Bellasi
2019-06-24sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasksPatrick Bellasi
2019-06-24sched/uclamp: Set default clamps for RT tasksPatrick Bellasi
2019-06-24sched/uclamp: Reset uclamp values on RESET_ON_FORKPatrick Bellasi
2019-06-24sched/uclamp: Extend sched_setattr() to support utilization clampingPatrick Bellasi
2019-06-24sched/core: Allow sched_setattr() to use the current policyPatrick Bellasi
2019-06-24sched/uclamp: Add system default clampsPatrick Bellasi
2019-06-24sched/uclamp: Enforce last task's UCLAMP_MAXPatrick Bellasi
2019-06-24sched/uclamp: Add bucket local max trackingPatrick Bellasi
2019-06-24sched/uclamp: Add CPU's clamp buckets refcountingPatrick Bellasi
2019-06-24sched/fair: Rename weighted_cpuload() to cpu_runnable_load()Dietmar Eggemann
2019-06-24sched/debug: Export the newly added tracepointsQais Yousef
2019-06-24sched/debug: Add sched_overutilized tracepointQais Yousef
2019-06-24sched/debug: Add new tracepoint to track PELT at se levelQais Yousef
2019-06-24sched/debug: Add new tracepoints to track PELT at rq levelQais Yousef
2019-06-24sched/debug: Add a new sched_trace_*() helper functionsQais Yousef
2019-06-24sched/autogroup: Make autogroup_path() always availableQais Yousef
2019-06-24sched/wait: Deduplicate code with do-whilePavel Begunkov
2019-06-24sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot
2019-06-24Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-17x86/percpu, sched/fair: Avoid local_clock()Peter Zijlstra
2019-06-17sched/fair: Don't push cfs_bandwith slack timers forwardbsegall@google.com
2019-06-17sched/core: Optimize try_to_wake_up() for local wakeupsPeter Zijlstra
2019-06-17sched/fair: Fix "runnable_avg_yN_inv" not used warningsQian Cai
2019-06-17sched/fair: Clean up definition of NOHZ blocked load functionsValentin Schneider
2019-06-17sched/core: Add __sched tag for io_schedule()Gao Xiang
2019-06-17Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar
2019-06-14docs: scheduler: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-06-03sched/fair: Remove sgs->sum_weighted_loadDietmar Eggemann
2019-06-03sched/core: Remove sd->*_idxDietmar Eggemann
2019-06-03sched/core: Remove rq->cpu_load[]Dietmar Eggemann
2019-06-03sched/debug: Remove sd->*_idx range on sysctlDietmar Eggemann
2019-06-03sched/fair: Replace source_load() & target_load() with weighted_cpuload()Dietmar Eggemann
2019-06-03sched/fair: Remove the rq->cpu_load[] update codeDietmar Eggemann
2019-06-03sched/fair: Remove rq->loadDietmar Eggemann
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-14kernel/sched/psi.c: expose pressure metrics on root cgroupDan Schatzberg
2019-05-14psi: introduce psi monitorSuren Baghdasaryan
2019-05-14psi: track changed statesSuren Baghdasaryan
2019-05-14psi: split update_stats into partsSuren Baghdasaryan
2019-05-14psi: rename psi fields in preparation for psi trigger additionSuren Baghdasaryan
2019-05-14psi: make psi_enable staticSuren Baghdasaryan