aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)Author
2022-09-18Merge tag 'v5.19.9' into v5.19/standard/baseBruce Ashfield
2022-09-15sched/debug: fix dentry leak in update_sched_domain_debugfsGreg Kroah-Hartman
2022-08-22Merge tag 'v5.19.2' into v5.19/standard/baseBruce Ashfield
2022-08-17sched/core: Do not requeue task on CPU excluded from cpus_maskMel Gorman
2022-08-17sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idleTianchen Ding
2022-08-17sched: Fix the check of nr_running at queue wakelistTianchen Ding
2022-08-17sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long
2022-08-17io_uring: move to separate directoryJens Axboe
2022-08-17sched/numa: Initialise numa_migrate_retryMel Gorman
2022-08-17sched: only perform capability check on privileged operationChristian Göttsche
2022-08-17nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()Nicolas Saenz Julienne
2022-08-17sched/core: Always flush pending blk_plugJohn Keeping
2022-08-17sched/fair: fix case with reduced capacity CPUVincent Guittot
2022-08-17sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avgChen Yu
2022-08-01sched/isolation: really align nohz_full with rcu_nocbsPaul Gortmaker
2022-07-21sched/deadline: Fix BUG_ON condition for deboosted tasksJuri Lelli
2022-06-13sched: Fix balance_push() vs __sched_setscheduler()Peter Zijlstra
2022-06-05Merge tag 'sched-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-06-03Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-30sched/autogroup: Fix sysctl movePeter Zijlstra
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-24Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-24Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-05-23Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-19sched: Reverse sched_class layoutPeter Zijlstra
2022-05-19sched/clock: Use try_cmpxchg64 in sched_clock_{local,remote}Uros Bizjak
2022-05-12sched/tracing: Append prev_state to tp args insteadDelyan Kratunov
2022-05-11ptrace: Don't change __stateEric W. Biederman
2022-05-11sched: Update task_tick_numa to ignore tasks without an mmEric W. Biederman
2022-05-11sched/deadline: Remove superfluous rq clock update in push_dl_task()Hao Jia
2022-05-11sched/core: Avoid obvious double update_rq_clock warningHao Jia
2022-05-09sched: Fix build warning without CONFIG_SYSCTLYueHaibing
2022-05-06Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflictIngo Molnar
2022-05-01smp: Rename flush_smp_call_function_from_idle()Thomas Gleixner
2022-05-01sched: Fix missing prototype warningsThomas Gleixner
2022-04-29sched/fair: Remove cfs_rq_tg_path()Dietmar Eggemann
2022-04-29sched/fair: Remove sched_trace_*() helper functionsDietmar Eggemann
2022-04-29sched/fair: Refactor cpu_util_without()Dietmar Eggemann
2022-04-22sched/fair: Revise comment about lb decision matrixTao Zhou
2022-04-22sched/psi: report zeroes for CPU full at the system levelChengming Zhou
2022-04-22sched/fair: Delete useless condition in tg_unthrottle_up()Chengming Zhou
2022-04-22sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou
2022-04-22sched/fair: Move calculate of avg_load to a better locationzgpeng
2022-04-22psi: Fix trigger being fired unexpectedly at initialHailong Liu
2022-04-19sched/pelt: Fix attach_entity_load_avg() corner casekuyo chang
2022-04-06sched: Move energy_aware sysctls to topology.cZhen Ni
2022-04-06sched: Move cfs_bandwidth_slice sysctls to fair.cZhen Ni
2022-04-06sched: Move uclamp_util sysctls to core.cZhen Ni
2022-04-06sched/rt: fix build error when CONFIG_SYSCTL is disableBaisong Zhong