summaryrefslogtreecommitdiff
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sched-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-062-8/+15
|\
| * sched/core: Do not requeue task on CPU excluded from cpus_maskMel Gorman2022-08-041-2/+6
| * sched/rt: Fix Sparse warnings due to undefined rt.c declarationsBen Dooks2022-08-031-3/+4
| * sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long2022-08-031-3/+5
* | Merge tag 'cgroup-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-031-6/+13
|\ \
| * | psi: dont alloc memory for psi by defaultChen Wandun2022-06-071-6/+13
* | | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-023-6/+39
|\ \ \
| * \ \ Merge branch 'ctxt.2022.07.05a' into HEADPaul E. McKenney2022-07-213-6/+7
| |\ \ \
| | * | | context_tracking: Take idle eqs entrypoints over RCUFrederic Weisbecker2022-07-052-5/+6
| | * | | context_tracking: Split user tracking KconfigFrederic Weisbecker2022-06-291-1/+1
| * | | | rcu-tasks: Eliminate RCU Tasks Trace IPIs to online CPUsPaul E. McKenney2022-06-211-0/+32
| |/ / /
* | | | Merge tag 'for-5.20/io_uring-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-021-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | io_uring: move to separate directoryJens Axboe2022-07-241-1/+1
* | | | Merge tag 'sched-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-0111-427/+791
|\ \ \ \ | |/ / / |/| | |
| * | | sched/core: Fix the bug that task won't enqueue into core tree when update co...Cruz Zhao2022-07-211-4/+5
| * | | nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()Nicolas Saenz Julienne2022-07-211-6/+9
| * | | sched/core: Always flush pending blk_plugJohn Keeping2022-07-131-2/+6
| * | | sched/fair: fix case with reduced capacity CPUVincent Guittot2022-07-131-12/+42
| * | | sched/core: Use try_cmpxchg in set_nr_{and_not,if}_pollingUros Bizjak2022-07-041-15/+9
| * | | sched/core: add forced idle accounting for cgroupsJosh Don2022-07-042-1/+20
| * | | sched/fair: Remove the energy margin in feec()Vincent Donnefort2022-06-281-15/+8
| * | | sched/fair: Remove task_util from effective utilization in feec()Vincent Donnefort2022-06-281-63/+139
| * | | sched/fair: Use the same cpumask per-PD throughout find_energy_efficient_cpu()Dietmar Eggemann2022-06-281-9/+13
| * | | sched/fair: Rename select_idle_mask to select_rq_maskDietmar Eggemann2022-06-282-7/+7
| * | | sched, drivers: Remove max param from effective_cpu_util()/sched_cpu_util()Dietmar Eggemann2022-06-284-20/+19
| * | | sched/fair: Decay task PELT values during wakeup migrationVincent Donnefort2022-06-283-34/+172
| * | | sched/fair: Provide u64 read for 32-bits arch helperVincent Donnefort2022-06-282-71/+54
| * | | sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avgChen Yu2022-06-282-1/+89
| * | | sched: only perform capability check on privileged operationChristian Göttsche2022-06-281-55/+83
| * | | sched: Remove unused function group_first_cpu()Zhang Qiao2022-06-281-9/+0
| * | | sched/fair: Remove redundant word " *"Zhang Qiao2022-06-281-1/+1
| * | | sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idleTianchen Ding2022-06-132-13/+14
| * | | sched: Fix the check of nr_running at queue wakelistTianchen Ding2022-06-131-1/+5
| * | | sched: Allow newidle balancing to bail out of load_balanceJosh Don2022-06-131-1/+7
| * | | sched/deadline: Use proc_douintvec_minmax() limit minimum valueYajun Deng2022-06-131-2/+4
| * | | sched/fair: Optimize and simplify rq leaf_cfs_rq_listChengming Zhou2022-06-131-64/+28
| * | | sched/fair: Consider CPU affinity when allowing NUMA imbalance in find_idlest...K Prateek Nayak2022-06-131-3/+13
| * | | sched/numa: Adjust imb_numa_nr to a better approximation of memory channelsMel Gorman2022-06-131-8/+15
| * | | sched/numa: Apply imbalance limitations consistentlyMel Gorman2022-06-131-36/+45
| * | | sched/numa: Do not swap tasks between nodes when spare capacity is availableMel Gorman2022-06-131-0/+9
| * | | sched/numa: Initialise numa_migrate_retryMel Gorman2022-06-131-0/+1
| | |/ | |/|
* | | sched/deadline: Fix BUG_ON condition for deboosted tasksJuri Lelli2022-07-211-1/+4
| |/ |/|
* | sched: Fix balance_push() vs __sched_setscheduler()Peter Zijlstra2022-06-132-3/+38
|/
* Merge tag 'sched-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-06-051-1/+1
|\
| * sched/autogroup: Fix sysctl movePeter Zijlstra2022-05-301-1/+1
* | Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-031-4/+1
|\ \
| * | ptrace: Don't change __stateEric W. Biederman2022-05-111-4/+1
* | | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-1/+1
|\ \ \ | |_|/ |/| |
| * | sched: Update task_tick_numa to ignore tasks without an mmEric W. Biederman2022-05-111-1/+1
| |/
* | Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-266-59/+240
|\ \