summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2021-12-09wait: add wake_up_pollfree()Eric Biggers
2021-12-04sched/uclamp: Fix rq->uclamp_max not set on first enqueueQais Yousef
2021-12-04preempt/dynamic: Fix setup_preempt_mode() return valueAndrew Halaney
2021-12-02sched/cputime: Fix getrusage(RUSAGE_THREAD) with nohz_fullFrederic Weisbecker
2021-11-24sched/scs: Reset task stack state in bringup_cpu()Mark Rutland
2021-11-11preempt: Restore preemption model selection configsValentin Schneider
2021-11-11sched/fair: Prevent dead task groups from regaining cfs_rq'sMathias Krause
2021-11-11sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort
2021-11-10Merge tag 'kernel.sys.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm: move node_reclaim_distance to fix NUMA without SMPGeert Uytterhoeven
2021-11-01Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-11-01Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
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-22sched/core: Remove rq_relock()Peng Wang
2021-10-20block: cleanup the flush plug helpersChristoph Hellwig
2021-10-19sched/scs: Reset the shadow stack when idle_task_exitWoody Lin
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