summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-11Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-01-11Merge tag 'sched_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-11Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-10Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-08kthread: Generalize pf_io_worker so it can point to struct kthreadEric W. Biederman
2021-12-22kthread: Never put_user the set_child_tid addressEric W. Biederman
2021-12-21kthread: Warn about failed allocations for the init kthreadEric W. Biederman
2021-12-13kthread: Ensure struct kthread is present for all kthreadsEric W. Biederman
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar
2021-12-11sched/fair: Replace CFS internal cpu_util() with cpu_util_cfs()Dietmar Eggemann
2021-12-09sched, kcsan: Enable memory barrier instrumentationMarco Elver
2021-12-09wait: add wake_up_pollfree()Eric Biggers
2021-12-08sched/fair: Cleanup task_util and capacity typeVincent Donnefort
2021-12-07sched/rt: Try to restart rt period timer when rt runtime exceededLi Hua
2021-12-07sched/fair: Document the slow path and fast path in select_task_rq_fairBarry Song
2021-12-04sched: Trigger warning if ->migration_disabled counter underflows.Sebastian Andrzej Siewior
2021-12-04sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacityVincent Donnefort
2021-12-04sched/fair: Fix detection of per-CPU kthreads waking a taskVincent Donnefort
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-12-01sched: Snapshot thread flagsMark Rutland
2021-11-24sched/scs: Reset task stack state in bringup_cpu()Mark Rutland
2021-11-23sched/cpuacct: Make user/system times in cpuacct.stat more preciseAndrey Ryabinin
2021-11-23sched/cpuacct: Fix user/system in shown cpuacct.usage*Andrey Ryabinin
2021-11-23cpuacct: Convert BUG_ON() to WARN_ON_ONCE()Andrey Ryabinin
2021-11-23cputime, cpuacct: Include guest time in user time in cpuacct.statAndrey Ryabinin
2021-11-17psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing reclaimBrian Chen
2021-11-17sched/core: Forced idle accountingJosh Don
2021-11-17psi: Add a missing SPDX license headerLiu Xinpeng
2021-11-17psi: Remove repeated verbose commentLiu Xinpeng
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