Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2021-01-27 | sched/fair: Remove SIS_AVG_CPU | Mel Gorman | 2 | -12/+9 |
2021-01-27 | sched: Correctly sort struct predeclarations | Peter Oskolkov | 1 | -1/+1 |
2021-01-27 | init/Kconfig: Correct thermal pressure help text | Yue Hu | 1 | -1/+1 |
2021-01-27 | sched/topology: Make sched_init_numa() use a set for the deduplicating sort | Valentin Schneider | 2 | -51/+49 |
2021-01-27 | sched/eas: Don't update misfit status if the task is pinned | Qais Yousef | 1 | -1/+1 |
2021-01-14 | sched: Use task_current() instead of 'rq->curr == p' | Hui Su | 4 | -6/+6 |
2021-01-14 | sched/fair: Reduce cases for active balance | Vincent Guittot | 1 | -22/+23 |
2021-01-14 | sched/fair: Don't set LBF_ALL_PINNED unnecessarily | Vincent Guittot | 1 | -2/+5 |
2021-01-14 | sched/fair: Skip idle cfs_rq | Vincent Guittot | 1 | -1/+4 |
2021-01-14 | sched/fair: Avoid stale CPU util_est value for schedutil in task dequeue | Xuewen Yan | 1 | -15/+28 |