summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2021-03-06psi: Add PSI_CPU_FULL stateChengming Zhou1-3/+11
2021-03-06sched/topology: fix the issue groups don't span domain->span for NUMA diamete...Barry Song1-30/+61
2021-03-06sched/pelt: Fix task util_est update filteringVincent Donnefort1-3/+12
2021-03-06sched/fair: Fix shift-out-of-bounds in load_balance()Valentin Schneider2-2/+8
2021-03-06sched/fair: use lsub_positive in cpu_util_next()Vincent Donnefort1-1/+1
2021-03-06sched/fair: Fix task utilization accountability in compute_energy()Vincent Donnefort1-4/+20
2021-03-06sched/fair: Reduce the window for duplicated updateVincent Guittot1-3/+8
2021-03-06sched/fair: Trigger the update of blocked load on newly idle cpuVincent Guittot4-4/+35
2021-03-06sched/membarrier: fix missing local execution of ipi_sync_rq_state()Mathieu Desnoyers1-3/+1
2021-03-06sched/fair: Reorder newidle_balance pulled_task testsVincent Guittot1-5/+5
2021-03-06sched: Simplify set_affinity_pending refcountsPeter Zijlstra1-12/+20
2021-03-06sched/fair: Merge for each idle cpu loop of ILBVincent Guittot1-25/+7
2021-03-06sched: Fix affine_move_task() self-concurrencyPeter Zijlstra1-3/+12
2021-03-06sched/fair: Remove unused parameter of update_nohz_statsVincent Guittot1-3/+3
2021-03-06sched: Optimize migration_cpu_stop()Peter Zijlstra1-1/+12
2021-03-06sched/fair: Remove unused return of _nohz_idle_balanceVincent Guittot1-9/+1
2021-03-06sched: Collate affine_move_task() stoppersPeter Zijlstra1-15/+8
2021-03-06sched/fair: Remove update of blocked load from newidle_balanceVincent Guittot1-28/+5
2021-03-06sched: Simplify migration_cpu_stop()Valentin Schneider1-9/+18
2021-03-06sched: Simplify migration_cpu_stop()Peter Zijlstra1-48/+8
2021-03-06sched: Fix migration_cpu_stop() requeueingPeter Zijlstra1-11/+28
2021-02-26kernel: delete repeated words in commentsRandy Dunlap2-2/+2
2021-02-24Merge tag 'pm-5.12-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-8/+6
2021-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+40
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-416/+622
2021-02-19cpufreq: schedutil: Remove update_lock comment from struct sugov_policy defin...Yue Hu1-1/+1
2021-02-19cpufreq: schedutil: Remove needless sg_policy parameter from ignore_dl_rate_l...Yue Hu1-7/+5
2021-02-17rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker1-0/+1
2021-02-17sched/features: Distinguish between NORMAL and DEADLINE hrtickJuri Lelli5-7/+30
2021-02-17sched/features: Fix hrtick reprogrammingJuri Lelli2-5/+4
2021-02-17sched/deadline: Reduce rq lock contention in dl_add_task_root_domain()Dietmar Eggemann1-4/+7
2021-02-17sched: Harden PREEMPT_DYNAMICPeter Zijlstra1-4/+4
2021-02-17sched: Add /debug/sched_preemptPeter Zijlstra1-9/+126
2021-02-17preempt/dynamic: Support dynamic preempt with preempt= boot optionPeter Zijlstra (Intel)1-1/+67
2021-02-17preempt/dynamic: Provide preempt_schedule[_notrace]() static callsPeter Zijlstra (Intel)1-0/+12
2021-02-17preempt/dynamic: Provide cond_resched() and might_resched() static callsPeter Zijlstra (Intel)1-3/+13
2021-02-17sched/core: Update task_prio() function headerDietmar Eggemann1-2/+6
2021-02-17sched: Remove USER_PRIO, TASK_USER_PRIO and MAX_USER_PRIODietmar Eggemann1-1/+1
2021-02-17sched: Remove MAX_USER_RT_PRIODietmar Eggemann1-4/+3
2021-02-17sched/topology: Fix sched_domain_topology_level alloc in sched_init_numa()Dietmar Eggemann1-1/+1
2021-02-17rbtree, sched/deadline: Use rb_add_cached()Peter Zijlstra1-49/+28
2021-02-17rbtree, sched/fair: Use rb_add_cached()Peter Zijlstra1-32/+14
2021-02-17sched/fair: Merge select_idle_core/cpu()Mel Gorman1-40/+59
2021-02-17sched/fair: Remove select_idle_smt()Mel Gorman1-30/+0
2021-02-17Merge tag 'v5.11' into sched/core, to pick up fixes & refresh the branchIngo Molnar2-23/+89
2021-02-12Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-5/+4
2021-02-04sched: Add cond_resched_rwlockBen Gardon1-0/+40
2021-01-27sched/fair: Move avg_scan_cost calculations under SIS_PROPMel Gorman1-6/+8
2021-01-27sched/fair: Remove SIS_AVG_CPUMel Gorman2-12/+9
2021-01-27sched/topology: Make sched_init_numa() use a set for the deduplicating sortValentin Schneider1-51/+48