summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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: Improve wake_up_all_idle_cpus() take #2Peter Zijlstra2021-10-221-7/+5
* irq_work: Also rcuwait for !IRQ_WORK_HARD_IRQ on PREEMPT_RTSebastian Andrzej Siewior2021-10-151-2/+4
* irq_work: Handle some irq_work in a per-CPU thread on PREEMPT_RTSebastian Andrzej Siewior2021-10-151-12/+106
* irq_work: Allow irq_work_sync() to sleep if irq_work() no IRQ support.Sebastian Andrzej Siewior2021-10-151-0/+10
* 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-142-22/+23
* 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,livepatch: Use wake_up_if_idle()Peter Zijlstra2021-10-141-1/+4
* sched: Simplify wake_up_*idle*()Peter Zijlstra2021-10-072-12/+8
* sched,livepatch: Use task_call_func()Peter Zijlstra2021-10-071-46/+44
* sched,rcu: Rework try_invoke_on_locked_down_task()Peter Zijlstra2021-10-073-13/+13
* 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-053-10/+6
* 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
* kthread: Move prio/affinite change into the newly created threadSebastian Andrzej Siewior2021-10-051-8/+8
* sched: Provide Kconfig support for default dynamic preempt modeFrederic Weisbecker2021-10-052-12/+49
* 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