aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-15irq_work: Allow irq_work_sync() to sleep if irq_work() no IRQ support.Sebastian Andrzej Siewior1-0/+10
2021-10-15sched/rt: Annotate the RT balancing logic irqwork as IRQ_WORK_HARD_IRQSebastian Andrzej Siewior1-1/+1
2021-10-15sched: Add cluster scheduler level in core and related Kconfig for ARM64Barry Song1-0/+5
2021-10-15sched: Disable -Wunused-but-set-variablePeter Zijlstra1-0/+4
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-0/+19
2021-10-14kernel/sched: Fix sched_fork() access an invalid sched_task_groupZhang Qiao2-22/+23
2021-10-14sched/topology: Remove unused numa_distance in cpu_attach_domain()Yicong Yang1-4/+0
2021-10-14sched/numa: Fix a few commentsBharata B Rao1-2/+2
2021-10-14sched/numa: Remove the redundant member numa_group::fault_cpusBharata B Rao1-7/+5
2021-10-14sched/numa: Replace hard-coded number by a define in numa_task_group()Bharata B Rao1-1/+2
2021-10-14sched,livepatch: Use wake_up_if_idle()Peter Zijlstra1-1/+4
2021-10-07sched: Simplify wake_up_*idle*()Peter Zijlstra2-12/+8
2021-10-07sched,livepatch: Use task_call_func()Peter Zijlstra1-46/+44
2021-10-07sched,rcu: Rework try_invoke_on_locked_down_task()Peter Zijlstra3-13/+13
2021-10-07sched: Improve try_invoke_on_locked_down_task()Peter Zijlstra1-24/+39
2021-10-06sched: Fix DEBUG && !SCHEDSTATS warnPeter Zijlstra1-1/+2
2021-10-05sched/fair: Removed useless update of p->recent_used_cpuVincent Guittot1-5/+0
2021-10-05sched: Remove pointless preemption disable in sched_submit_work()Thomas Gleixner1-8/+2
2021-10-05sched: Move kprobes cleanup out of finish_task_switch()Thomas Gleixner3-10/+6
2021-10-05sched: Disable TTWU_QUEUE on RTThomas Gleixner1-0/+5
2021-10-05sched: Limit the number of task migrations per batch on RTThomas Gleixner1-0/+4
2021-10-05sched: Move mmdrop to RCU on RTThomas Gleixner1-1/+1
2021-10-05sched: Make cookie functions staticShaokun Zhang2-9/+5
2021-10-05sched/fair: Consider SMT in ASYM_PACKING load balanceRicardo Neri1-0/+92
2021-10-05sched/fair: Carve out logic to mark a group for asymmetric packingRicardo Neri1-7/+13
2021-10-05sched/fair: Provide update_sg_lb_stats() with sched domain statisticsRicardo Neri1-2/+3
2021-10-05sched/fair: Optimize checking for group_asym_packingRicardo Neri1-1/+1
2021-10-05sched/topology: Introduce sched_group::flagsRicardo Neri2-3/+19
2021-10-05kthread: Move prio/affinite change into the newly created threadSebastian Andrzej Siewior1-8/+8
2021-10-05sched: Provide Kconfig support for default dynamic preempt modeFrederic Weisbecker2-12/+49
2021-10-05sched: Remove unused inline function __rq_clock_broken()YueHaibing1-5/+0
2021-10-05sched/dl: Support schedstats for deadline sched classYafang Shao1-0/+93
2021-10-05sched/dl: Support sched_stat_runtime tracepoint for deadline sched classYafang Shao1-0/+2
2021-10-05sched/rt: Support schedstats for RT sched classYafang Shao1-0/+124
2021-10-05sched/rt: Support sched_stat_runtime tracepoint for RT sched classYafang Shao1-0/+2
2021-10-05sched: Introduce task block time in schedstatsYafang Shao2-2/+5
2021-10-05sched: Make schedstats helpers independent of fair sched classYafang Shao3-115/+152
2021-10-05sched: Make struct sched_statistics independent of fair sched classYafang Shao7-97/+140
2021-10-05sched/fair: Use __schedstat_set() in set_next_entity()Yafang Shao1-3/+3
2021-10-05sched/fair: Add cfs bandwidth burst statisticsHuaixin Chang3-3/+22
2021-10-05sched: adjust sleeper credit for SCHED_IDLE entitiesJosh Don1-1/+6
2021-10-05sched: reduce sched slice for SCHED_IDLE entitiesJosh Don3-5/+27
2021-10-05sched: Account number of SCHED_IDLE entities on each cfs_rqJosh Don3-1/+27
2021-10-05sched/core: Simplify core-wide task selectionPeter Zijlstra1-111/+45
2021-10-05sched: Switch wait_task_inactive to HRTIMER_MODE_REL_HARDSebastian Andrzej Siewior1-1/+1
2021-10-05sched/fair: Trigger nohz.next_balance updates when a CPU goes NOHZ-idleValentin Schneider1-2/+13
2021-10-05sched/fair: Add NOHZ balancer flag for nohz.next_balance updatesValentin Schneider2-11/+21
2021-10-03Merge tag 'sched_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+12
2021-10-03Merge tag 'perf_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+30
2021-10-01sched/fair: Null terminate buffer when updating tunable_scalingMel Gorman1-1/+7