summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-31sched/fair: Cleanup newidle_balanceVincent Guittot
2021-10-31sched/fair: Remove sysctl_sched_migration_cost conditionVincent Guittot
2021-10-31sched/fair: Wait before decaying max_newidle_lb_costVincent Guittot
2021-10-31sched/fair: Skip update_blocked_averages if we are defering load balanceVincent Guittot
2021-10-31sched/fair: Account update_blocked_averages in newidle_balance costVincent Guittot
2021-10-26x86: Fix __get_wchan() for !STACKTRACEPeter Zijlstra
2021-10-22sched,x86: Fix L2 cache maskPeter Zijlstra
2021-10-22sched/core: Remove rq_relock()Peng Wang
2021-10-22sched: Improve wake_up_all_idle_cpus() take #2Peter Zijlstra
2021-10-15irq_work: Also rcuwait for !IRQ_WORK_HARD_IRQ on PREEMPT_RTSebastian Andrzej Siewior
2021-10-15irq_work: Handle some irq_work in a per-CPU thread on PREEMPT_RTSebastian Andrzej Siewior
2021-10-15irq_work: Allow irq_work_sync() to sleep if irq_work() no IRQ support.Sebastian Andrzej Siewior
2021-10-15sched/rt: Annotate the RT balancing logic irqwork as IRQ_WORK_HARD_IRQSebastian Andrzej Siewior
2021-10-15sched: Add cluster scheduler level for x86Tim Chen
2021-10-15sched: Add cluster scheduler level in core and related Kconfig for ARM64Barry Song
2021-10-15topology: Represent clusters of CPUs within a dieJonathan Cameron
2021-10-15sched: Disable -Wunused-but-set-variablePeter Zijlstra
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-10-15x86: Fix get_wchan() to support the ORC unwinderQi Zheng
2021-10-15proc: Use task_is_running() for wchan in /proc/$pid/statKees Cook
2021-10-15leaking_addresses: Always print a trailing newlineKees Cook
2021-10-15Revert "proc/wchan: use printk format instead of lookup_symbol_name()"Kees Cook
2021-10-14sched: Fill unconditional hole induced by sched_entityKees 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-14sched,livepatch: Use wake_up_if_idle()Peter Zijlstra
2021-10-07sched: Simplify wake_up_*idle*()Peter Zijlstra
2021-10-07sched,livepatch: Use task_call_func()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-05x86/sched: Decrease further the priorities of SMT siblingsRicardo Neri
2021-10-05kthread: Move prio/affinite change into the newly created threadSebastian Andrzej Siewior
2021-10-05sched: Provide Kconfig support for default dynamic preempt modeFrederic Weisbecker
2021-10-05sched: Remove unused inline function __rq_clock_broken()YueHaibing