Age | Commit message (Expand) | Author |
2020-05-26 | sched/fair: Don't NUMA balance for kthreads | Jens Axboe |
2020-05-19 | sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq list | Vincent Guittot |
2020-05-19 | sched/debug: Fix requested task uclamp values shown in procfs | Pavankumar Kondeti |
2020-05-19 | sched/fair: Fix enqueue_task_fair() warning some more | Phil Auld |
2020-04-22 | sched/core: Fix reset-on-fork from RT with uclamp | Quentin Perret |
2020-04-15 | sched/vtime: Work around an unitialized variable warning | Borislav Petkov |
2020-04-15 | sched/isolation: Allow "isolcpus=" to skip unknown sub-parameters | Peter Xu |
2020-04-08 | sched/debug: Add task uclamp values to SCHED_DEBUG procfs | Valentin Schneider |
2020-04-08 | sched/debug: Factor out printing formats into common macros | Valentin Schneider |
2020-04-08 | sched/debug: Remove redundant macro define | Valentin Schneider |
2020-04-08 | sched/core: Remove unused rq::last_load_update_tick | Vincent Donnefort |
2020-04-08 | workqueue: Remove the warning in wq_worker_sleeping() | Sebastian Andrzej Siewior |
2020-04-08 | sched/fair: Fix negative imbalance in imbalance calculation | Aubrey Li |
2020-04-08 | sched/fair: Fix race between runtime distribution and assignment | Huaixin Chang |
2020-04-08 | sched/fair: Align rq->avg_idle and rq->avg_scan_cost | Valentin Schneider |
2020-04-07 | mm/vma: make vma_is_accessible() available for general use | Anshuman Khandual |
2020-03-30 | Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-03-30 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-03-30 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2020-03-23 | completion: Use lockdep_assert_RT_in_threaded_ctx() in complete_all() | Sebastian Siewior |
2020-03-21 | completion: Use simple wait queues | Thomas Gleixner |
2020-03-21 | sched/swait: Prepare usage in completions | Thomas Gleixner |
2020-03-20 | sched/fair: Fix condition of avg_load calculation | Tao Zhou |
2020-03-20 | sched/rt: cpupri_find: Trigger a full search as fallback | Qais Yousef |
2020-03-20 | sched/fair: Improve spreading of utilization | Vincent Guittot |
2020-03-20 | sched: Avoid scale real weight down to zero | Michael Wang |
2020-03-20 | psi: Move PF_MEMSTALL out of task->flags | Yafang Shao |
2020-03-20 | psi: Optimize switching tasks inside shared cgroups | Johannes Weiner |
2020-03-20 | psi: Fix cpu.pressure for cpu.max and competing cgroups | Johannes Weiner |
2020-03-20 | sched/core: Distribute tasks within affinity masks | Paul Turner |
2020-03-20 | sched/fair: Fix enqueue_task_fair warning | Vincent Guittot |
2020-03-06 | thermal/cpu-cooling, sched/core: Move the arch_set_thermal_pressure() API to ... | Ingo Molnar |
2020-03-06 | sched/core: Remove rq.hrtick_csd_pending | Peter Xu |
2020-03-06 | sched/rt: Remove unnecessary push for unfit tasks | Qais Yousef |
2020-03-06 | sched/rt: Allow pulling unfitting task | Qais Yousef |
2020-03-06 | sched/rt: Optimize cpupri_find() on non-heterogenous systems | Qais Yousef |
2020-03-06 | sched/rt: Re-instate old behavior in select_task_rq_rt() | Qais Yousef |
2020-03-06 | sched/rt: cpupri_find: Implement fallback mechanism for !fit case | Qais Yousef |
2020-03-06 | sched/fair: Fix reordering of enqueue/dequeue_task_fair() | Vincent Guittot |
2020-03-06 | sched/fair: Fix runnable_avg for throttled cfs | Vincent Guittot |
2020-03-06 | sched/deadline: Make two functions static | Yu Chen |
2020-03-06 | sched/topology: Don't enable EAS on SMT systems | Valentin Schneider |
2020-03-06 | sched/numa: Acquire RCU lock for checking idle cores during NUMA balancing | Mel Gorman |
2020-03-06 | sched/fair: Fix kernel build warning in test_idle_cores() for !SMT NUMA | Valentin Schneider |
2020-03-06 | sched/fair: Enable tuning of decay period | Thara Gopinath |
2020-03-06 | sched/fair: Update cpu_capacity to reflect thermal pressure | Thara Gopinath |
2020-03-06 | sched/fair: Enable periodic update of average thermal pressure | Thara Gopinath |
2020-03-06 | sched/pelt: Add support to track thermal pressure | Thara Gopinath |
2020-03-06 | sched/vtime: Prevent unstable evaluation of WARN(vtime->state) | Chris Wilson |
2020-03-06 | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar |