summary refs log tree commit diff
path: root/kernel/sched
AgeCommit message (Expand)Author
2021-10-18sched: move the <linux/blkdev.h> include out of kernel/sched/sched.hChristoph Hellwig
2021-10-15sched/rt: Annotate the RT balancing logic irqwork as IRQ_WORK_HARD_IRQSebastian Andrzej Siewior
2021-10-15sched: Add cluster scheduler level in core and related Kconfig for ARM64Barry Song
2021-10-15sched: Disable -Wunused-but-set-variablePeter Zijlstra
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-10-14kernel/sched: Fix sched_fork() access an invalid sched_task_groupZhang Qiao
2021-10-14sched/topology: Remove unused numa_distance in cpu_attach_domain()Yicong Yang
2021-10-14sched/numa: Fix a few commentsBharata B Rao
2021-10-14sched/numa: Remove the redundant member numa_group::fault_cpusBharata B Rao
2021-10-14sched/numa: Replace hard-coded number by a define in numa_task_group()Bharata B Rao
2021-10-07sched: Simplify wake_up_*idle*()Peter Zijlstra
2021-10-07sched,rcu: Rework try_invoke_on_locked_down_task()Peter Zijlstra
2021-10-07sched: Improve try_invoke_on_locked_down_task()Peter Zijlstra
2021-10-06sched: Fix DEBUG && !SCHEDSTATS warnPeter Zijlstra
2021-10-05sched/fair: Removed useless update of p->recent_used_cpuVincent Guittot
2021-10-05sched: Remove pointless preemption disable in sched_submit_work()Thomas Gleixner
2021-10-05sched: Move kprobes cleanup out of finish_task_switch()Thomas Gleixner
2021-10-05sched: Disable TTWU_QUEUE on RTThomas Gleixner
2021-10-05sched: Limit the number of task migrations per batch on RTThomas Gleixner
2021-10-05sched: Move mmdrop to RCU on RTThomas Gleixner
2021-10-05sched: Make cookie functions staticShaokun Zhang
2021-10-05sched/fair: Consider SMT in ASYM_PACKING load balanceRicardo Neri
2021-10-05sched/fair: Carve out logic to mark a group for asymmetric packingRicardo Neri
2021-10-05sched/fair: Provide update_sg_lb_stats() with sched domain statisticsRicardo Neri
2021-10-05sched/fair: Optimize checking for group_asym_packingRicardo Neri
2021-10-05sched/topology: Introduce sched_group::flagsRicardo Neri
2021-10-05sched: Provide Kconfig support for default dynamic preempt modeFrederic Weisbecker
2021-10-05sched: Remove unused inline function __rq_clock_broken()YueHaibing
2021-10-05sched/dl: Support schedstats for deadline sched classYafang Shao
2021-10-05sched/dl: Support sched_stat_runtime tracepoint for deadline sched classYafang Shao
2021-10-05sched/rt: Support schedstats for RT sched classYafang Shao
2021-10-05sched/rt: Support sched_stat_runtime tracepoint for RT sched classYafang Shao
2021-10-05sched: Introduce task block time in schedstatsYafang Shao
2021-10-05sched: Make schedstats helpers independent of fair sched classYafang Shao
2021-10-05sched: Make struct sched_statistics independent of fair sched classYafang Shao
2021-10-05sched/fair: Use __schedstat_set() in set_next_entity()Yafang Shao
2021-10-05sched/fair: Add cfs bandwidth burst statisticsHuaixin Chang
2021-10-05sched: adjust sleeper credit for SCHED_IDLE entitiesJosh Don
2021-10-05sched: reduce sched slice for SCHED_IDLE entitiesJosh Don
2021-10-05sched: Account number of SCHED_IDLE entities on each cfs_rqJosh Don
2021-10-05sched/core: Simplify core-wide task selectionPeter Zijlstra
2021-10-05sched: Switch wait_task_inactive to HRTIMER_MODE_REL_HARDSebastian Andrzej Siewior
2021-10-05sched/fair: Trigger nohz.next_balance updates when a CPU goes NOHZ-idleValentin Schneider
2021-10-05sched/fair: Add NOHZ balancer flag for nohz.next_balance updatesValentin Schneider
2021-10-01sched/fair: Null terminate buffer when updating tunable_scalingMel Gorman
2021-10-01sched/fair: Add ancestors of unthrottled undecayed cfs_rqMichal Koutný
2021-10-01sched: Make RCU nest depth distinct in __might_resched()Thomas Gleixner
2021-10-01sched: Make might_sleep() output less confusingThomas Gleixner
2021-10-01sched: Cleanup might_sleep() printksThomas Gleixner
2021-10-01sched: Remove preempt_offset argument from __might_sleep()Thomas Gleixner