summaryrefslogtreecommitdiff
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-1/+0
|\
| * mm: move node_reclaim_distance to fix NUMA without SMPGeert Uytterhoeven2021-11-061-1/+0
* | Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-11-011-4/+0
|\ \
| * | sched: move CPU field back into thread_info if THREAD_INFO_IN_TASK=yArd Biesheuvel2021-09-301-4/+0
* | | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-0113-479/+980
|\ \ \
| * | | sched/fair: Cleanup newidle_balanceVincent Guittot2021-10-311-5/+3
| * | | sched/fair: Remove sysctl_sched_migration_cost conditionVincent Guittot2021-10-311-2/+1
| * | | sched/fair: Wait before decaying max_newidle_lb_costVincent Guittot2021-10-312-10/+28
| * | | sched/fair: Skip update_blocked_averages if we are defering load balanceVincent Guittot2021-10-311-3/+6
| * | | sched/fair: Account update_blocked_averages in newidle_balance costVincent Guittot2021-10-311-4/+7
| * | | sched/core: Remove rq_relock()Peng Wang2021-10-221-8/+0
| * | | sched/rt: Annotate the RT balancing logic irqwork as IRQ_WORK_HARD_IRQSebastian Andrzej Siewior2021-10-151-1/+1
| * | | sched: Add cluster scheduler level in core and related Kconfig for ARM64Barry Song2021-10-151-0/+5
| * | | sched: Disable -Wunused-but-set-variablePeter Zijlstra2021-10-151-0/+4
| * | | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-0/+19
| * | | kernel/sched: Fix sched_fork() access an invalid sched_task_groupZhang Qiao2021-10-141-21/+22
| * | | sched/topology: Remove unused numa_distance in cpu_attach_domain()Yicong Yang2021-10-141-4/+0
| * | | sched/numa: Fix a few commentsBharata B Rao2021-10-141-2/+2
| * | | sched/numa: Remove the redundant member numa_group::fault_cpusBharata B Rao2021-10-141-7/+5
| * | | sched/numa: Replace hard-coded number by a define in numa_task_group()Bharata B Rao2021-10-141-1/+2
| * | | sched: Simplify wake_up_*idle*()Peter Zijlstra2021-10-071-9/+5
| * | | sched,rcu: Rework try_invoke_on_locked_down_task()Peter Zijlstra2021-10-071-3/+3
| * | | sched: Improve try_invoke_on_locked_down_task()Peter Zijlstra2021-10-071-24/+39
| * | | sched: Fix DEBUG && !SCHEDSTATS warnPeter Zijlstra2021-10-061-1/+2
| * | | sched/fair: Removed useless update of p->recent_used_cpuVincent Guittot2021-10-051-5/+0
| * | | sched: Remove pointless preemption disable in sched_submit_work()Thomas Gleixner2021-10-051-8/+2
| * | | sched: Move kprobes cleanup out of finish_task_switch()Thomas Gleixner2021-10-051-6/+0
| * | | sched: Disable TTWU_QUEUE on RTThomas Gleixner2021-10-051-0/+5
| * | | sched: Limit the number of task migrations per batch on RTThomas Gleixner2021-10-051-0/+4
| * | | sched: Move mmdrop to RCU on RTThomas Gleixner2021-10-051-1/+1
| * | | sched: Make cookie functions staticShaokun Zhang2021-10-052-9/+5
| * | | sched/fair: Consider SMT in ASYM_PACKING load balanceRicardo Neri2021-10-051-0/+92
| * | | sched/fair: Carve out logic to mark a group for asymmetric packingRicardo Neri2021-10-051-7/+13
| * | | sched/fair: Provide update_sg_lb_stats() with sched domain statisticsRicardo Neri2021-10-051-2/+3
| * | | sched/fair: Optimize checking for group_asym_packingRicardo Neri2021-10-051-1/+1
| * | | sched/topology: Introduce sched_group::flagsRicardo Neri2021-10-052-3/+19
| * | | sched: Provide Kconfig support for default dynamic preempt modeFrederic Weisbecker2021-10-051-3/+26
| * | | sched: Remove unused inline function __rq_clock_broken()YueHaibing2021-10-051-5/+0
| * | | sched/dl: Support schedstats for deadline sched classYafang Shao2021-10-051-0/+93
| * | | sched/dl: Support sched_stat_runtime tracepoint for deadline sched classYafang Shao2021-10-051-0/+2
| * | | sched/rt: Support schedstats for RT sched classYafang Shao2021-10-051-0/+124
| * | | sched/rt: Support sched_stat_runtime tracepoint for RT sched classYafang Shao2021-10-051-0/+2
| * | | sched: Introduce task block time in schedstatsYafang Shao2021-10-052-2/+5
| * | | sched: Make schedstats helpers independent of fair sched classYafang Shao2021-10-053-115/+152
| * | | sched: Make struct sched_statistics independent of fair sched classYafang Shao2021-10-057-97/+140
| * | | sched/fair: Use __schedstat_set() in set_next_entity()Yafang Shao2021-10-051-3/+3
| * | | sched/fair: Add cfs bandwidth burst statisticsHuaixin Chang2021-10-053-3/+22
| * | | sched: adjust sleeper credit for SCHED_IDLE entitiesJosh Don2021-10-051-1/+6
| * | | sched: reduce sched slice for SCHED_IDLE entitiesJosh Don2021-10-053-5/+27
| * | | sched: Account number of SCHED_IDLE entities on each cfs_rqJosh Don2021-10-053-1/+27