summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2022-08-01Merge tag 'sched-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-07-21sched/core: Fix the bug that task won't enqueue into core tree when update co...Cruz Zhao
2022-07-21nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()Nicolas Saenz Julienne
2022-07-21sched/deadline: Fix BUG_ON condition for deboosted tasksJuri Lelli
2022-07-13sched/core: Always flush pending blk_plugJohn Keeping
2022-07-13sched/fair: fix case with reduced capacity CPUVincent Guittot
2022-07-04sched/core: Use try_cmpxchg in set_nr_{and_not,if}_pollingUros Bizjak
2022-07-04sched/core: add forced idle accounting for cgroupsJosh Don
2022-06-28sched/fair: Remove the energy margin in feec()Vincent Donnefort
2022-06-28sched/fair: Remove task_util from effective utilization in feec()Vincent Donnefort
2022-06-28sched/fair: Use the same cpumask per-PD throughout find_energy_efficient_cpu()Dietmar Eggemann
2022-06-28sched/fair: Rename select_idle_mask to select_rq_maskDietmar Eggemann
2022-06-28sched, drivers: Remove max param from effective_cpu_util()/sched_cpu_util()Dietmar Eggemann
2022-06-28sched/fair: Decay task PELT values during wakeup migrationVincent Donnefort
2022-06-28sched/fair: Provide u64 read for 32-bits arch helperVincent Donnefort
2022-06-28sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avgChen Yu
2022-06-28sched: only perform capability check on privileged operationChristian Göttsche
2022-06-28sched: Remove unused function group_first_cpu()Zhang Qiao
2022-06-28sched/fair: Remove redundant word " *"Zhang Qiao
2022-06-13sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idleTianchen Ding
2022-06-13sched: Fix the check of nr_running at queue wakelistTianchen Ding
2022-06-13sched: Allow newidle balancing to bail out of load_balanceJosh Don
2022-06-13sched/deadline: Use proc_douintvec_minmax() limit minimum valueYajun Deng
2022-06-13sched/fair: Optimize and simplify rq leaf_cfs_rq_listChengming Zhou
2022-06-13sched/fair: Consider CPU affinity when allowing NUMA imbalance in find_idlest...K Prateek Nayak
2022-06-13sched/numa: Adjust imb_numa_nr to a better approximation of memory channelsMel Gorman
2022-06-13sched/numa: Apply imbalance limitations consistentlyMel Gorman
2022-06-13sched/numa: Do not swap tasks between nodes when spare capacity is availableMel Gorman
2022-06-13sched/numa: Initialise numa_migrate_retryMel Gorman
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