aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-08sched/fair: Cleanup task_util and capacity typeVincent Donnefort1-2/+3
2021-12-07sched/rt: Try to restart rt period timer when rt runtime exceededLi Hua1-5/+18
2021-12-07sched/fair: Document the slow path and fast path in select_task_rq_fairBarry Song1-0/+5
2021-12-04sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacityVincent Donnefort1-1/+2
2021-12-04sched/fair: Fix detection of per-CPU kthreads waking a taskVincent Donnefort1-0/+1
2021-11-23sched/cpuacct: Make user/system times in cpuacct.stat more preciseAndrey Ryabinin1-10/+15
2021-11-23sched/cpuacct: Fix user/system in shown cpuacct.usage*Andrey Ryabinin1-47/+32
2021-11-23cpuacct: Convert BUG_ON() to WARN_ON_ONCE()Andrey Ryabinin1-1/+2
2021-11-23cputime, cpuacct: Include guest time in user time in cpuacct.statAndrey Ryabinin1-2/+2
2021-11-17psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing reclaimBrian Chen2-18/+32
2021-11-17sched/core: Forced idle accountingJosh Don5-24/+162
2021-11-17psi: Add a missing SPDX license headerLiu Xinpeng1-0/+1
2021-11-17psi: Remove repeated verbose commentLiu Xinpeng1-1/+0
2021-11-11preempt: Restore preemption model selection configsValentin Schneider1-3/+3
2021-11-11sched/fair: Prevent dead task groups from regaining cfs_rq'sMathias Krause5-16/+49
2021-11-11sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort1-0/+3
2021-11-10Merge tag 'kernel.sys.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+4
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2021-11-06mm: move node_reclaim_distance to fix NUMA without SMPGeert Uytterhoeven1-1/+0
2021-11-01Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-4/+0
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds13-479/+980
2021-11-01Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-24/+43
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2-4/+4
2021-10-31sched/fair: Cleanup newidle_balanceVincent Guittot1-5/+3
2021-10-31sched/fair: Remove sysctl_sched_migration_cost conditionVincent Guittot1-2/+1
2021-10-31sched/fair: Wait before decaying max_newidle_lb_costVincent Guittot2-10/+28
2021-10-31sched/fair: Skip update_blocked_averages if we are defering load balanceVincent Guittot1-3/+6
2021-10-31sched/fair: Account update_blocked_averages in newidle_balance costVincent Guittot1-4/+7
2021-10-22sched/core: Remove rq_relock()Peng Wang1-8/+0
2021-10-20block: cleanup the flush plug helpersChristoph Hellwig1-2/+3
2021-10-19sched/scs: Reset the shadow stack when idle_task_exitWoody Lin1-0/+1
2021-10-18sched: move the <linux/blkdev.h> include out of kernel/sched/sched.hChristoph Hellwig2-2/+1
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 Qiao1-21/+22
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-07sched: Simplify wake_up_*idle*()Peter Zijlstra1-9/+5
2021-10-07sched,rcu: Rework try_invoke_on_locked_down_task()Peter Zijlstra1-3/+3
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 Gleixner1-6/+0
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