summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2021-06-18sched: Add get_current_state()Peter Zijlstra
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar
2021-06-17sched/fair: Age the average idle timePeter Zijlstra
2021-06-17sched/cpufreq: Consider reduced CPU capacity in energy calculationLukasz Luba
2021-06-17sched/fair: Take thermal pressure into account while estimating energyLukasz Luba
2021-06-17sched/fair: Return early from update_tg_cfs_load() if delta == 0Dietmar Eggemann
2021-06-17sched/pelt: Check that *_avg are null when *_sum areVincent Guittot
2021-06-14sched/fair: Correctly insert cfs_rq's to list on unthrottleOdin Ugedal
2021-06-04sched/debug: Remove obsolete init_schedstats()Eric Dumazet
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
2021-06-03sched/fair: Fix util_est UTIL_AVG_UNCHANGED handlingDietmar Eggemann
2021-06-03sched/pelt: Ensure that *_sum is always synced with *_avgVincent Guittot
2021-06-01sched: Don't defer CPU pick to migration_cpu_stop()Valentin Schneider
2021-06-01sched/fair: Fix ascii art by relpacing tabsOdin Ugedal
2021-06-01sched,init: Fix DEBUG_PREEMPT vs early bootPeter Zijlstra
2021-05-31sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot
2021-05-31sched/fair: Keep load_avg and load_sum syncedVincent Guittot
2021-05-19sched: Fix a stale comment in pick_next_task()Masahiro Yamada
2021-05-19sched/uclamp: Fix locking around cpu_util_update_eff()Qais Yousef
2021-05-19sched/uclamp: Fix wrong implementation of cpu.uclamp.minQais Yousef
2021-05-18sched: Make the idle task quack like a per-CPU kthreadValentin Schneider
2021-05-18sched,stats: Further simplify sched_infoPeter Zijlstra
2021-05-13sched/isolation: Reconcile rcu_nocbs= and nohz_full=Paul Gortmaker
2021-05-12sched: Make multiple runqueue task counters 32-bitAlexey Dobriyan
2021-05-12sched: Make nr_iowait_cpu() return 32-bit valueAlexey Dobriyan
2021-05-12sched: Make nr_iowait() return 32-bit valueAlexey Dobriyan
2021-05-12sched: Make nr_running() return 32-bit valueAlexey Dobriyan
2021-05-12sched: Fix leftover comment typosIngo Molnar
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider
2021-05-12sched: prctl() core-scheduling interfaceChris Hyser
2021-05-12sched: Inherit task cookie on fork()Peter Zijlstra
2021-05-12sched: Trivial core scheduling cookie managementPeter Zijlstra
2021-05-12sched: Migration changes for core schedulingAubrey Li
2021-05-12sched: Trivial forced-newidle balancerPeter Zijlstra
2021-05-12sched/fair: Snapshot the min_vruntime of CPUs on force idleJoel Fernandes (Google)
2021-05-12sched: Fix priority inversion of cookied task with siblingJoel Fernandes (Google)
2021-05-12sched/fair: Fix forced idle sibling starvation corner caseVineeth Pillai
2021-05-12sched: Add core wide task selection and schedulingPeter Zijlstra
2021-05-12sched: Basic tracking of matching tasksPeter Zijlstra
2021-05-12sched: Introduce sched_class::pick_task()Peter Zijlstra
2021-05-12sched: Allow sched_core_put() from atomic contextPeter Zijlstra
2021-05-12sched: Optimize rq_lockp() usagePeter Zijlstra
2021-05-12sched: Core-wide rq->lockPeter Zijlstra
2021-05-12sched: Prepare for Core-wide rq->lockPeter Zijlstra
2021-05-12sched: Wrap rq::lock accessPeter Zijlstra
2021-05-12sched: Provide raw_spin_rq_*lock*() helpersPeter Zijlstra
2021-05-12sched/fair: Add a few assertionsPeter Zijlstra
2021-05-12sched: Simplify sched_info_on()Peter Zijlstra
2021-05-12sched: Rename sched_info_{queued,dequeued}Peter Zijlstra