summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)Author
2019-08-16Merge branch 'pm-cpufreq'Rafael J. Wysocki
2019-08-10cpufreq: schedutil: Don't skip freq update when limits changeViresh Kumar
2019-08-06sched/psi: Do not require setsched permission from the trigger creatorSuren Baghdasaryan
2019-08-06sched/psi: Reduce psimon FIFO priorityPeter Zijlstra
2019-08-06sched/deadline: Fix double accounting of rq/running bw in push & pullDietmar Eggemann
2019-07-25sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn
2019-07-25sched/fair: Don't free p->numa_faults with concurrent readersJann Horn
2019-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-07-20KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li
2019-07-13sched/core: Fix preempt warning in ttwuPeter Zijlstra
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