summaryrefslogtreecommitdiff
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell2021-04-0820-273/+337
|\
| * Merge branch 'irq/core'Ingo Molnar2021-03-301-2/+2
| |\
| | * irqtime: Make accounting correct on RTThomas Gleixner2021-03-171-2/+2
| * | sched/topology: Remove redundant cpumask_and() in init_overlap_sched_group()Barry Song2021-03-251-1/+1
| * | sched/core: Use -EINVAL in sched_dynamic_mode()Rasmus Villemoes2021-03-251-1/+1
| * | sched/core: Stop using magic values in sched_dynamic_mode()Rasmus Villemoes2021-03-251-3/+3
| * | sched/fair: Reduce long-tail newly idle balance costAubrey Li2021-03-231-0/+9
| * | sched/fair: Optimize test_idle_cores() for !SMTBarry Song2021-03-231-3/+5
| * | psi: Reduce calls to sched_clock() in psiShakeel Butt2021-03-231-9/+10
| * | sched: Fix various typosIngo Molnar2021-03-2219-41/+41
| * | sched: Remove unnecessary variable from schedule_tail()Edmundo Carmona Antoranz2021-03-101-3/+1
| * | sched: Optimize __calc_delta()Clement Courbet2021-03-102-8/+12
| * | psi: Optimize task switch inside shared cgroupsChengming Zhou2021-03-062-26/+37
| * | psi: Pressure states are unlikelyJohannes Weiner2021-03-061-7/+7
| * | psi: Use ONCPU state tracking machinery to detect reclaimChengming Zhou2021-03-063-51/+24
| * | psi: Add PSI_CPU_FULL stateChengming Zhou2021-03-061-3/+11
| * | sched/topology: fix the issue groups don't span domain->span for NUMA diamete...Barry Song2021-03-061-30/+61
| * | sched/pelt: Fix task util_est update filteringVincent Donnefort2021-03-061-3/+12
| * | sched/fair: Fix shift-out-of-bounds in load_balance()Valentin Schneider2021-03-062-2/+8
| * | sched/fair: use lsub_positive in cpu_util_next()Vincent Donnefort2021-03-061-1/+1
| * | sched/fair: Fix task utilization accountability in compute_energy()Vincent Donnefort2021-03-061-4/+20
| * | sched/fair: Reduce the window for duplicated updateVincent Guittot2021-03-061-3/+8
| * | sched/fair: Trigger the update of blocked load on newly idle cpuVincent Guittot2021-03-064-4/+35
| * | sched/fair: Reorder newidle_balance pulled_task testsVincent Guittot2021-03-061-5/+5
| * | sched/fair: Merge for each idle cpu loop of ILBVincent Guittot2021-03-061-25/+7
| * | sched/fair: Remove unused parameter of update_nohz_statsVincent Guittot2021-03-061-3/+3
| * | sched/fair: Remove unused return of _nohz_idle_balanceVincent Guittot2021-03-061-9/+1
| * | sched/fair: Remove update of blocked load from newidle_balanceVincent Guittot2021-03-061-28/+5
| * | sched: Simplify migration_cpu_stop()Valentin Schneider2021-03-061-9/+18
* | | Merge remote-tracking branch 'cpufreq-arm/cpufreq/arm/linux-next'Stephen Rothwell2021-04-081-0/+1
|\ \ \
| * | | cpufreq: CPPC: Add support for frequency invarianceViresh Kumar2021-03-221-0/+1
| | |/ | |/|
* | | cpufreq: schedutil: Call sugov_update_next_freq() before check to fast_switch...Yue Hu2021-03-181-17/+12
| |/ |/|
* | sched/membarrier: fix missing local execution of ipi_sync_rq_state()Mathieu Desnoyers2021-03-061-3/+1
* | sched: Simplify set_affinity_pending refcountsPeter Zijlstra2021-03-061-12/+20
* | sched: Fix affine_move_task() self-concurrencyPeter Zijlstra2021-03-061-3/+12
* | sched: Optimize migration_cpu_stop()Peter Zijlstra2021-03-061-1/+12
* | sched: Collate affine_move_task() stoppersPeter Zijlstra2021-03-061-15/+8
* | sched: Simplify migration_cpu_stop()Peter Zijlstra2021-03-061-48/+8
* | sched: Fix migration_cpu_stop() requeueingPeter Zijlstra2021-03-061-11/+28
|/
* kernel: delete repeated words in commentsRandy Dunlap2021-02-262-2/+2
* Merge tag 'pm-5.12-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-02-231-8/+6
|\
| * cpufreq: schedutil: Remove update_lock comment from struct sugov_policy defin...Yue Hu2021-02-191-1/+1
| * cpufreq: schedutil: Remove needless sg_policy parameter from ignore_dl_rate_l...Yue Hu2021-02-191-7/+5
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-02-211-0/+40
|\ \
| * | sched: Add cond_resched_rwlockBen Gardon2021-02-041-0/+40
* | | Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-2110-416/+622
|\ \ \
| * | | rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker2021-02-171-0/+1
| * | | sched/features: Distinguish between NORMAL and DEADLINE hrtickJuri Lelli2021-02-175-7/+30
| * | | sched/features: Fix hrtick reprogrammingJuri Lelli2021-02-172-5/+4
| * | | sched/deadline: Reduce rq lock contention in dl_add_task_root_domain()Dietmar Eggemann2021-02-171-4/+7