aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-17sched/fair: Return early from update_tg_cfs_load() if delta == 0Dietmar Eggemann1-1/+4
2021-06-17sched/pelt: Check that *_avg are null when *_sum areVincent Guittot1-0/+9
2021-06-14sched/fair: Correctly insert cfs_rq's to list on unthrottleOdin Ugedal1-19/+25
2021-06-14Revert "cpufreq: CPPC: Add support for frequency invariance"Viresh Kumar1-1/+0
2021-06-08rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara1-2/+7
2021-06-08cgroup: make per-cgroup pressure stall tracking configurableSuren Baghdasaryan1-13/+17
2021-06-04sched/debug: Remove obsolete init_schedstats()Eric Dumazet1-17/+2
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar1-9/+14
2021-06-03sched/fair: Fix util_est UTIL_AVG_UNCHANGED handlingDietmar Eggemann3-13/+6
2021-06-03sched/pelt: Ensure that *_sum is always synced with *_avgVincent Guittot1-2/+8
2021-06-01sched: Don't defer CPU pick to migration_cpu_stop()Valentin Schneider1-8/+12
2021-06-01sched/fair: Fix ascii art by relpacing tabsOdin Ugedal1-4/+4
2021-06-01sched,init: Fix DEBUG_PREEMPT vs early bootPeter Zijlstra1-0/+1
2021-05-31sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot1-1/+1
2021-05-31sched/fair: Keep load_avg and load_sum syncedVincent Guittot1-6/+5
2021-05-19sched: Fix a stale comment in pick_next_task()Masahiro Yamada1-1/+1
2021-05-19sched/uclamp: Fix locking around cpu_util_update_eff()Qais Yousef1-0/+7
2021-05-19sched/uclamp: Fix wrong implementation of cpu.uclamp.minQais Yousef1-4/+17
2021-05-18sched: Make the idle task quack like a per-CPU kthreadValentin Schneider1-6/+15
2021-05-18sched,stats: Further simplify sched_infoPeter Zijlstra1-9/+12
2021-05-13tick/nohz: Call tick_nohz_task_switch() with interrupts disabledPeter Zijlstra1-1/+1
2021-05-13tick/nohz: Kick only _queued_ task whose tick dependency is updatedMarcelo Tosatti1-0/+5
2021-05-13sched/isolation: Reconcile rcu_nocbs= and nohz_full=Paul Gortmaker1-3/+1
2021-05-12sched: Make multiple runqueue task counters 32-bitAlexey Dobriyan2-7/+7
2021-05-12sched: Make nr_iowait_cpu() return 32-bit valueAlexey Dobriyan1-1/+1
2021-05-12sched: Make nr_iowait() return 32-bit valueAlexey Dobriyan1-2/+2
2021-05-12sched: Make nr_running() return 32-bit valueAlexey Dobriyan1-2/+2
2021-05-12sched: Fix leftover comment typosIngo Molnar2-5/+5
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+1
2021-05-12sched: prctl() core-scheduling interfaceChris Hyser1-0/+114
2021-05-12sched: Inherit task cookie on fork()Peter Zijlstra1-0/+6
2021-05-12sched: Trivial core scheduling cookie managementPeter Zijlstra4-3/+130
2021-05-12sched: Migration changes for core schedulingAubrey Li2-6/+96
2021-05-12sched: Trivial forced-newidle balancerPeter Zijlstra3-1/+136
2021-05-12sched/fair: Snapshot the min_vruntime of CPUs on force idleJoel Fernandes (Google)3-25/+117
2021-05-12sched: Fix priority inversion of cookied task with siblingJoel Fernandes (Google)1-39/+26
2021-05-12sched/fair: Fix forced idle sibling starvation corner caseVineeth Pillai3-8/+49
2021-05-12sched: Add core wide task selection and schedulingPeter Zijlstra2-2/+305
2021-05-12sched: Basic tracking of matching tasksPeter Zijlstra3-50/+203
2021-05-12sched: Introduce sched_class::pick_task()Peter Zijlstra6-9/+87
2021-05-12sched: Allow sched_core_put() from atomic contextPeter Zijlstra1-6/+27
2021-05-12sched: Optimize rq_lockp() usagePeter Zijlstra4-19/+36
2021-05-12sched: Core-wide rq->lockPeter Zijlstra2-4/+218
2021-05-12sched: Prepare for Core-wide rq->lockPeter Zijlstra2-33/+63
2021-05-12sched: Wrap rq::lock accessPeter Zijlstra10-138/+136
2021-05-12sched: Provide raw_spin_rq_*lock*() helpersPeter Zijlstra2-0/+65
2021-05-12sched/fair: Add a few assertionsPeter Zijlstra1-2/+9
2021-05-12sched: Simplify sched_info_on()Peter Zijlstra1-27/+10
2021-05-12sched: Rename sched_info_{queued,dequeued}Peter Zijlstra2-12/+12
2021-05-12sched/fair: Fix negative energy delta in find_energy_efficient_cpu()Pierre Gondois1-12/+15