aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-03Merge tag 'cgroup-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-6/+13
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds3-6/+39
2022-08-02Merge tag 'for-5.20/io_uring-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2022-08-01Merge tag 'sched-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-427/+791
2022-07-24io_uring: move to separate directoryJens Axboe1-1/+1
2022-07-21Merge branch 'ctxt.2022.07.05a' into HEADPaul E. McKenney3-6/+7
2022-07-21sched/core: Fix the bug that task won't enqueue into core tree when update cookieCruz Zhao1-4/+5
2022-07-21nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()Nicolas Saenz Julienne1-6/+9
2022-07-21sched/deadline: Fix BUG_ON condition for deboosted tasksJuri Lelli1-1/+4
2022-07-13sched/core: Always flush pending blk_plugJohn Keeping1-2/+6
2022-07-13sched/fair: fix case with reduced capacity CPUVincent Guittot1-12/+42
2022-07-05context_tracking: Take idle eqs entrypoints over RCUFrederic Weisbecker2-5/+6
2022-07-04sched/core: Use try_cmpxchg in set_nr_{and_not,if}_pollingUros Bizjak1-15/+9
2022-07-04sched/core: add forced idle accounting for cgroupsJosh Don2-1/+20
2022-06-29context_tracking: Split user tracking KconfigFrederic Weisbecker1-1/+1
2022-06-28sched/fair: Remove the energy margin in feec()Vincent Donnefort1-15/+8
2022-06-28sched/fair: Remove task_util from effective utilization in feec()Vincent Donnefort1-63/+139
2022-06-28sched/fair: Use the same cpumask per-PD throughout find_energy_efficient_cpu()Dietmar Eggemann1-9/+13
2022-06-28sched/fair: Rename select_idle_mask to select_rq_maskDietmar Eggemann2-7/+7
2022-06-28sched, drivers: Remove max param from effective_cpu_util()/sched_cpu_util()Dietmar Eggemann4-20/+19
2022-06-28sched/fair: Decay task PELT values during wakeup migrationVincent Donnefort3-34/+172
2022-06-28sched/fair: Provide u64 read for 32-bits arch helperVincent Donnefort2-71/+54
2022-06-28sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avgChen Yu2-1/+89
2022-06-28sched: only perform capability check on privileged operationChristian Göttsche1-55/+83
2022-06-28sched: Remove unused function group_first_cpu()Zhang Qiao1-9/+0
2022-06-28sched/fair: Remove redundant word " *"Zhang Qiao1-1/+1
2022-06-21rcu-tasks: Eliminate RCU Tasks Trace IPIs to online CPUsPaul E. McKenney1-0/+32
2022-06-13sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idleTianchen Ding2-13/+14
2022-06-13sched: Fix the check of nr_running at queue wakelistTianchen Ding1-1/+5
2022-06-13sched: Allow newidle balancing to bail out of load_balanceJosh Don1-1/+7
2022-06-13sched/deadline: Use proc_douintvec_minmax() limit minimum valueYajun Deng1-2/+4
2022-06-13sched/fair: Optimize and simplify rq leaf_cfs_rq_listChengming Zhou1-64/+28
2022-06-13sched/fair: Consider CPU affinity when allowing NUMA imbalance in find_idlest_group()K Prateek Nayak1-3/+13
2022-06-13sched/numa: Adjust imb_numa_nr to a better approximation of memory channelsMel Gorman1-8/+15
2022-06-13sched/numa: Apply imbalance limitations consistentlyMel Gorman1-36/+45
2022-06-13sched/numa: Do not swap tasks between nodes when spare capacity is availableMel Gorman1-0/+9
2022-06-13sched/numa: Initialise numa_migrate_retryMel Gorman1-0/+1
2022-06-13sched: Fix balance_push() vs __sched_setscheduler()Peter Zijlstra2-3/+38
2022-06-07psi: dont alloc memory for psi by defaultChen Wandun1-6/+13
2022-06-05Merge tag 'sched-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2022-06-03Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-4/+1
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2022-05-30sched/autogroup: Fix sysctl movePeter Zijlstra1-1/+1
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds6-59/+240
2022-05-24Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-277/+146
2022-05-24Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+3
2022-05-23Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds1-0/+12
2022-05-19sched: Reverse sched_class layoutPeter Zijlstra2-13/+14
2022-05-19sched/clock: Use try_cmpxchg64 in sched_clock_{local,remote}Uros Bizjak1-2/+2
2022-05-12sched/tracing: Append prev_state to tp args insteadDelyan Kratunov1-1/+1