summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2022-08-26wait_on_bit: add an acquire memory barrierMikulas Patocka-1/+1
2022-08-15sched/psi: Remove unused parameter nbytes of psi_trigger_create()Hao Jia-2/+2
2022-08-15sched/psi: Zero the memory of struct psi_groupHao Jia-5/+1
2022-08-06Merge tag 'sched-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-8/+15
2022-08-04sched/core: Do not requeue task on CPU excluded from cpus_maskMel Gorman-2/+6
2022-08-03Merge tag 'cgroup-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-6/+13
2022-08-03sched/rt: Fix Sparse warnings due to undefined rt.c declarationsBen Dooks-3/+4
2022-08-03sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long-3/+5
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-6/+39
2022-08-02Merge tag 'for-5.20/io_uring-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2022-08-01Merge tag 'sched-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-427/+791
2022-07-24io_uring: move to separate directoryJens Axboe-1/+1
2022-07-21Merge branch 'ctxt.2022.07.05a' into HEADPaul E. McKenney-6/+7
2022-07-21sched/core: Fix the bug that task won't enqueue into core tree when update co...Cruz Zhao-4/+5
2022-07-21nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()Nicolas Saenz Julienne-6/+9
2022-07-21sched/deadline: Fix BUG_ON condition for deboosted tasksJuri Lelli-1/+4
2022-07-13sched/core: Always flush pending blk_plugJohn Keeping-2/+6
2022-07-13sched/fair: fix case with reduced capacity CPUVincent Guittot-12/+42
2022-07-05context_tracking: Take idle eqs entrypoints over RCUFrederic Weisbecker-5/+6
2022-07-04sched/core: Use try_cmpxchg in set_nr_{and_not,if}_pollingUros Bizjak-15/+9
2022-07-04sched/core: add forced idle accounting for cgroupsJosh Don-1/+20
2022-06-29context_tracking: Split user tracking KconfigFrederic Weisbecker-1/+1
2022-06-28sched/fair: Remove the energy margin in feec()Vincent Donnefort-15/+8
2022-06-28sched/fair: Remove task_util from effective utilization in feec()Vincent Donnefort-63/+139
2022-06-28sched/fair: Use the same cpumask per-PD throughout find_energy_efficient_cpu()Dietmar Eggemann-9/+13
2022-06-28sched/fair: Rename select_idle_mask to select_rq_maskDietmar Eggemann-7/+7
2022-06-28sched, drivers: Remove max param from effective_cpu_util()/sched_cpu_util()Dietmar Eggemann-20/+19
2022-06-28sched/fair: Decay task PELT values during wakeup migrationVincent Donnefort-34/+172
2022-06-28sched/fair: Provide u64 read for 32-bits arch helperVincent Donnefort-71/+54
2022-06-28sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avgChen Yu-1/+89
2022-06-28sched: only perform capability check on privileged operationChristian Göttsche-55/+83
2022-06-28sched: Remove unused function group_first_cpu()Zhang Qiao-9/+0
2022-06-28sched/fair: Remove redundant word " *"Zhang Qiao-1/+1
2022-06-21rcu-tasks: Eliminate RCU Tasks Trace IPIs to online CPUsPaul E. McKenney-0/+32
2022-06-13sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idleTianchen Ding-13/+14
2022-06-13sched: Fix the check of nr_running at queue wakelistTianchen Ding-1/+5
2022-06-13sched: Allow newidle balancing to bail out of load_balanceJosh Don-1/+7
2022-06-13sched/deadline: Use proc_douintvec_minmax() limit minimum valueYajun Deng-2/+4
2022-06-13sched/fair: Optimize and simplify rq leaf_cfs_rq_listChengming Zhou-64/+28
2022-06-13sched/fair: Consider CPU affinity when allowing NUMA imbalance in find_idlest...K Prateek Nayak-3/+13
2022-06-13sched/numa: Adjust imb_numa_nr to a better approximation of memory channelsMel Gorman-8/+15
2022-06-13sched/numa: Apply imbalance limitations consistentlyMel Gorman-36/+45
2022-06-13sched/numa: Do not swap tasks between nodes when spare capacity is availableMel Gorman-0/+9
2022-06-13sched/numa: Initialise numa_migrate_retryMel Gorman-0/+1
2022-06-13sched: Fix balance_push() vs __sched_setscheduler()Peter Zijlstra-3/+38
2022-06-07psi: dont alloc memory for psi by defaultChen Wandun-6/+13
2022-06-05Merge tag 'sched-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2022-06-03Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-4/+1
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2022-05-30sched/autogroup: Fix sysctl movePeter Zijlstra-1/+1