summaryrefslogtreecommitdiffstats
path: root/drivers/phy (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-27sched/fair: Remove SIS_AVG_CPUMel Gorman2-12/+9
2021-01-27sched: Correctly sort struct predeclarationsPeter Oskolkov1-1/+1
2021-01-27init/Kconfig: Correct thermal pressure help textYue Hu1-1/+1
2021-01-27sched/topology: Make sched_init_numa() use a set for the deduplicating sortValentin Schneider2-51/+49
2021-01-27sched/eas: Don't update misfit status if the task is pinnedQais Yousef1-1/+1
2021-01-14sched: Use task_current() instead of 'rq->curr == p'Hui Su4-6/+6
2021-01-14sched/fair: Reduce cases for active balanceVincent Guittot1-22/+23
2021-01-14sched/fair: Don't set LBF_ALL_PINNED unnecessarilyVincent Guittot1-2/+5
2021-01-14sched/fair: Skip idle cfs_rqVincent Guittot1-1/+4
2021-01-14sched/fair: Avoid stale CPU util_est value for schedutil in task dequeueXuewen Yan1-15/+28