summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
...
* sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idleTianchen Ding2022-08-172-13/+14
* sched: Fix the check of nr_running at queue wakelistTianchen Ding2022-08-171-1/+5
* sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long2022-08-171-3/+5
* sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()Dietmar Eggemann2022-08-173-44/+24
* nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()Nicolas Saenz Julienne2022-08-171-6/+9
* sched/core: Always flush pending blk_plugJohn Keeping2022-08-171-2/+6
* sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avgChen Yu2022-08-172-1/+89
* sched/deadline: Fix BUG_ON condition for deboosted tasksJuri Lelli2022-07-291-1/+4
* sched: Fix balance_push() vs __sched_setscheduler()Peter Zijlstra2022-06-222-3/+38
* sched/psi: report zeroes for CPU full at the system levelChengming Zhou2022-06-091-6/+9
* sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou2022-06-093-8/+8
* sched/core: Avoid obvious double update_rq_clock warningHao Jia2022-06-094-11/+33
* sched/pelt: Fix attach_entity_load_avg() corner casekuyo chang2022-04-271-5/+5
* sched: Teach the forced-newidle balancer about CPU affinity limitation.Sebastian Andrzej Siewior2022-04-131-1/+1
* sched/rt: Plug rt_mutex_setprio() vs push_rt_task() raceValentin Schneider2022-04-082-16/+28
* sched/cpuacct: Fix charge percpu cpuusageChengming Zhou2022-04-081-1/+2
* sched/fair: Improve consistency of allowed NUMA balance calculationsMel Gorman2022-04-081-8/+10
* sched/uclamp: Fix iowait boost escaping uclamp restrictionQais Yousef2022-04-081-0/+1
* sched/core: Export pelt_thermal_tpQais Yousef2022-04-081-0/+1
* sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numaBharata B Rao2022-04-081-10/+0
* sched: Fix yet more sched_fork() racesPeter Zijlstra2022-03-081-13/+21
* sched/fair: Fix fault in reweight_entityTadeusz Struk2022-03-081-5/+6
* sched: Avoid double preemption in __cond_resched_*lock*()Peter Zijlstra2022-02-161-9/+3
* psi: fix "defined but not used" warnings when CONFIG_PROC_FS=nSuren Baghdasaryan2022-02-011-38/+41
* sched/pelt: Relax the sync of util_sum with util_avgVincent Guittot2022-02-012-4/+16
* sched/membarrier: Fix membarrier-rseq fence command missing from query bitmaskMathieu Desnoyers2022-02-011-4/+5
* psi: Fix uaf issue when psi trigger is destroyed while being polledSuren Baghdasaryan2022-02-011-37/+29
* sched/cpuacct: Fix user/system in shown cpuacct.usage*Andrey Ryabinin2022-01-271-47/+32
* cputime, cpuacct: Include guest time in user time in cpuacct.statAndrey Ryabinin2022-01-271-2/+2
* psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing reclaimBrian Chen2022-01-272-18/+32
* sched/rt: Try to restart rt period timer when rt runtime exceededLi Hua2022-01-271-5/+18
* sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacityVincent Donnefort2022-01-271-1/+2
* sched/fair: Fix detection of per-CPU kthreads waking a taskVincent Donnefort2022-01-271-0/+1
* wait: add wake_up_pollfree()Eric Biggers2021-12-141-0/+7
* sched/uclamp: Fix rq->uclamp_max not set on first enqueueQais Yousef2021-12-081-1/+1
* preempt/dynamic: Fix setup_preempt_mode() return valueAndrew Halaney2021-12-081-2/+2
* sched/scs: Reset task stack state in bringup_cpu()Mark Rutland2021-12-011-4/+0
* sched/fair: Prevent dead task groups from regaining cfs_rq'sMathias Krause2021-11-255-16/+49
* sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort2021-11-251-0/+3
* kernel/sched: Fix sched_fork() access an invalid sched_task_groupZhang Qiao2021-11-181-21/+22
* sched/scs: Reset the shadow stack when idle_task_exitWoody Lin2021-10-191-0/+1
* sched/fair: Null terminate buffer when updating tunable_scalingMel Gorman2021-10-011-1/+7
* sched/fair: Add ancestors of unthrottled undecayed cfs_rqMichal Koutný2021-10-011-1/+5
* Merge tag 'sched_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-09-122-5/+5
|\
| * sched: Prevent balance_push() on remote runqueuesThomas Gleixner2021-09-091-3/+3
| * sched/idle: Make the idle timer expire in hard interrupt contextSebastian Andrzej Siewior2021-09-091-2/+2
* | Merge tag 'pm-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-08-311-5/+11
|\ \
| * \ Merge back cpufreq changes for v5.15.Rafael J. Wysocki2021-08-231-5/+11
| |\ \
| | * | cpufreq: schedutil: Use kobject release() method to free sugov_tunablesKevin Hao2021-08-061-5/+11
* | | | Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-08-301-17/+92
|\ \ \ \