summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2020-07-22sched/fair: handle case of task_h_load() returning 0Vincent Guittot
2020-07-22sched: Fix unreliable rseq cpu_id for new tasksMathieu Desnoyers
2020-07-16sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix...Scott Wood
2020-07-09sched/debug: Make sd->flags sysctl read-onlyValentin Schneider
2020-06-30sched/cfs: change initial value of runnable_avgVincent Guittot
2020-06-30sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli
2020-06-30sched/deadline: Initialize ->dl_boostedJuri Lelli
2020-06-22sched: Defend cfs and rt bandwidth quota against overflowHuaixin Chang
2020-06-22sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra
2020-06-22sched/fair: Refill bandwidth before scalingHuaixin Chang
2020-05-26sched/fair: Don't NUMA balance for kthreadssched-urgent-2020-05-31Jens Axboe
2020-05-19sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq listsched-urgent-2020-05-24Vincent Guittot
2020-05-19sched/debug: Fix requested task uclamp values shown in procfsPavankumar Kondeti
2020-05-19sched/fair: Fix enqueue_task_fair() warning some morePhil Auld
2020-04-22sched/core: Fix reset-on-fork from RT with uclampsched-urgent-2020-04-25Quentin Perret
2020-04-15sched/vtime: Work around an unitialized variable warningsched-urgent-2020-04-19Borislav Petkov
2020-04-15sched/isolation: Allow "isolcpus=" to skip unknown sub-parametersPeter Xu
2020-04-08sched/debug: Add task uclamp values to SCHED_DEBUG procfssched-urgent-2020-04-12Valentin Schneider
2020-04-08sched/debug: Factor out printing formats into common macrosValentin Schneider
2020-04-08sched/debug: Remove redundant macro defineValentin Schneider
2020-04-08sched/core: Remove unused rq::last_load_update_tickVincent Donnefort
2020-04-08workqueue: Remove the warning in wq_worker_sleeping()Sebastian Andrzej Siewior
2020-04-08sched/fair: Fix negative imbalance in imbalance calculationAubrey Li
2020-04-08sched/fair: Fix race between runtime distribution and assignmentHuaixin Chang
2020-04-08sched/fair: Align rq->avg_idle and rq->avg_scan_costValentin Schneider
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual
2020-03-30Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-03-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-03-23completion: Use lockdep_assert_RT_in_threaded_ctx() in complete_all()Sebastian Siewior
2020-03-21completion: Use simple wait queuesThomas Gleixner
2020-03-21sched/swait: Prepare usage in completionsThomas Gleixner
2020-03-20sched/fair: Fix condition of avg_load calculationTao Zhou
2020-03-20sched/rt: cpupri_find: Trigger a full search as fallbackQais Yousef
2020-03-20sched/fair: Improve spreading of utilizationVincent Guittot
2020-03-20sched: Avoid scale real weight down to zeroMichael Wang
2020-03-20psi: Move PF_MEMSTALL out of task->flagsYafang Shao
2020-03-20psi: Optimize switching tasks inside shared cgroupsJohannes Weiner
2020-03-20psi: Fix cpu.pressure for cpu.max and competing cgroupsJohannes Weiner
2020-03-20sched/core: Distribute tasks within affinity masksPaul Turner
2020-03-20sched/fair: Fix enqueue_task_fair warningVincent Guittot
2020-03-06thermal/cpu-cooling, sched/core: Move the arch_set_thermal_pressure() API to ...Ingo Molnar
2020-03-06sched/core: Remove rq.hrtick_csd_pendingPeter Xu
2020-03-06sched/rt: Remove unnecessary push for unfit tasksQais Yousef
2020-03-06sched/rt: Allow pulling unfitting taskQais Yousef
2020-03-06sched/rt: Optimize cpupri_find() on non-heterogenous systemsQais Yousef
2020-03-06sched/rt: Re-instate old behavior in select_task_rq_rt()Qais Yousef
2020-03-06sched/rt: cpupri_find: Implement fallback mechanism for !fit caseQais Yousef
2020-03-06sched/fair: Fix reordering of enqueue/dequeue_task_fair()Vincent Guittot
2020-03-06sched/fair: Fix runnable_avg for throttled cfsVincent Guittot