- 2815610 sched: Fix the check of nr_running at queue wakelist by Tianchen Ding · 2 years, 9 months ago
- 67850b7 Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 2 years, 9 months ago
- 44d3572 Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux by Linus Torvalds · 2 years, 9 months ago
- 6f3f04c Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 2 years, 10 months ago
- 1e57930 Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 2 years, 10 months ago
- 546a3fe sched: Reverse sched_class layout by Peter Zijlstra · 2 years, 10 months ago
- 9c2136b sched/tracing: Append prev_state to tp args instead by Delyan Kratunov · 2 years, 10 months ago
- 2500ad1 ptrace: Don't change __state by Eric W. Biederman · 2 years, 10 months ago
- 2679a83 sched/core: Avoid obvious double update_rq_clock warning by Hao Jia · 2 years, 10 months ago
- 494dcdf sched: Fix build warning without CONFIG_SYSCTL by YueHaibing · 2 years, 10 months ago
- d70522f Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflict by Ingo Molnar · 2 years, 10 months ago
- 16bf5a5 smp: Rename flush_smp_call_function_from_idle() by Thomas Gleixner · 2 years, 11 months ago
- d664e39 sched: Fix missing prototype warnings by Thomas Gleixner · 2 years, 11 months ago
- 3267e01 sched: Move uclamp_util sysctls to core.c by Zhen Ni · 3 years, 1 month ago
- d9ab0e6 sched: Move rt_period/runtime sysctls to rt.c by Zhen Ni · 3 years, 1 month ago
- f5ef06d sched: Move schedstats sysctls to core.c by Zhen Ni · 3 years, 1 month ago
- cfe43f4 preempt/dynamic: Introduce preemption model accessors by Valentin Schneider · 3 years, 4 months ago
- 386ef21 sched: Teach the forced-newidle balancer about CPU affinity limitation. by Sebastian Andrzej Siewior · 3 years ago
- 5b6547e sched/core: Fix forceidle balancing by Peter Zijlstra · 3 years ago
- 3bf03b9 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
- c574bbe NUMA balancing: optimize page placement for memory tiering system by Huang Ying · 3 years ago
- 3fe2f74 Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
- 616355c Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years ago
- a7b2553 sched/headers: Only include <linux/entry-common.h> when CONFIG_GENERIC_ENTRY=y by Ingo Molnar · 3 years ago
- ccacfe5 Merge branch 'sched/fast-headers' into sched/core by Ingo Molnar · 3 years ago
- 772b6539 sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy() by Dietmar Eggemann · 3 years ago
- eb77cf1 sched/deadline: Remove unused def_dl_bandwidth by Dietmar Eggemann · 3 years ago
- fa2c325 sched/tracing: Don't re-read p->state when emitting sched_switch event by Valentin Schneider · 3 years, 2 months ago
- e66f648 sched/headers: Reorganize, clean up and optimize kernel/sched/core.c dependencies by Ingo Molnar · 3 years ago
- b9e9c6ca sched/headers: Standardize kernel/sched/sched.h header dependencies by Ingo Molnar · 3 years, 1 month ago
- 6255b48 Merge tag 'v5.17-rc5' into sched/core, to resolve conflicts by Ingo Molnar · 3 years ago
- 99cf983c sched/preempt: Add PREEMPT_DYNAMIC using static keys by Mark Rutland · 3 years, 1 month ago
- 33c6473 sched/preempt: Decouple HAVE_PREEMPT_DYNAMIC from GENERIC_ENTRY by Mark Rutland · 3 years, 1 month ago
- 8a69fe0 sched/preempt: Refactor sched_dynamic_update() by Mark Rutland · 3 years, 1 month ago
- 4c74855 sched/preempt: Move PREEMPT_DYNAMIC logic later by Mark Rutland · 3 years, 1 month ago
- b1e8206 sched: Fix yet more sched_fork() races by Peter Zijlstra · 3 years, 1 month ago
- 04d4e66 sched/isolation: Use single feature type while referring to housekeeping cpumask by Frederic Weisbecker · 3 years, 1 month ago
- 0fb3978b sched/numa: Fix NUMA topology for systems with CPU-less nodes by Huang Ying · 3 years, 1 month ago
- 1087ad4 sched: replace cpumask_weight with cpumask_empty where appropriate by Yury Norov · 3 years, 1 month ago
- 13765de sched/fair: Fix fault in reweight_entity by Tadeusz Struk · 3 years, 1 month ago
- aa8dccc block: check that there is a plug in blk_flush_plug by Christoph Hellwig · 3 years, 1 month ago
- b1f866b block: remove blk_needs_flush_plug by Christoph Hellwig · 3 years, 1 month ago
- 77cf151 sched/core: Export pelt_thermal_tp by Qais Yousef · 3 years, 4 months ago
- 10c64a0f2 Merge tag 'sched_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 1 month ago
- 7e406d1f sched: Avoid double preemption in __cond_resched_*lock*() by Peter Zijlstra · 3 years, 2 months ago
- b171501 sched/core: Accounting forceidle time for all tasks except idle task by Cruz Zhao · 3 years, 2 months ago
- 35ce8ae Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 2 months ago
- daadb3b Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
- 6ae7143 Merge tag 'sched_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
- 48a60bd Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
- e32cf5d kthread: Generalize pf_io_worker so it can point to struct kthread by Eric W. Biederman · 3 years, 2 months ago
- 00580f0 kthread: Never put_user the set_child_tid address by Eric W. Biederman · 3 years, 2 months ago
- dd621ee kthread: Warn about failed allocations for the init kthread by Eric W. Biederman · 3 years, 3 months ago
- 40966e3 kthread: Ensure struct kthread is present for all kthreads by Eric W. Biederman · 3 years, 3 months ago
- 6773cc3 Merge tag 'v5.16-rc5' into locking/core, to pick up fixes by Ingo Molnar · 3 years, 3 months ago
- 82762d2 sched/fair: Replace CFS internal cpu_util() with cpu_util_cfs() by Dietmar Eggemann · 3 years, 4 months ago
- 9d0df37 sched: Trigger warning if ->migration_disabled counter underflows. by Sebastian Andrzej Siewior · 3 years, 3 months ago
- 315c4f8 sched/uclamp: Fix rq->uclamp_max not set on first enqueue by Qais Yousef · 3 years, 3 months ago
- 9ed20ba preempt/dynamic: Fix setup_preempt_mode() return value by Andrew Halaney · 3 years, 3 months ago
- 0569b24 sched: Snapshot thread flags by Mark Rutland · 3 years, 3 months ago
- dce1ca0 sched/scs: Reset task stack state in bringup_cpu() by Mark Rutland · 3 years, 3 months ago
- 4feee7d1 sched/core: Forced idle accounting by Josh Don · 3 years, 5 months ago
- a8b7691 preempt: Restore preemption model selection configs by Valentin Schneider · 3 years, 4 months ago
- b027789 sched/fair: Prevent dead task groups from regaining cfs_rq's by Mathias Krause · 3 years, 4 months ago
- 42dc938 sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain() by Vincent Donnefort · 3 years, 4 months ago
- 9a7e0a9 Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
- 595b28f Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
- 33c8846c Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
- 008f75a block: cleanup the flush plug helpers by Christoph Hellwig · 3 years, 5 months ago
- 63acd42 sched/scs: Reset the shadow stack when idle_task_exit by Woody Lin · 3 years, 5 months ago
- 6a5850d sched: move the <linux/blkdev.h> include out of kernel/sched/sched.h by Christoph Hellwig · 3 years, 6 months ago
- 42a20f8 sched: Add wrapper for get_wchan() to keep task blocked by Kees Cook · 3 years, 5 months ago
- 4ef0c5c kernel/sched: Fix sched_fork() access an invalid sched_task_group by Zhang Qiao · 3 years, 6 months ago
- 8850cb6 sched: Simplify wake_up_*idle*() by Peter Zijlstra · 3 years, 6 months ago
- 9b3c4ab sched,rcu: Rework try_invoke_on_locked_down_task() by Peter Zijlstra · 3 years, 6 months ago
- f6ac18f sched: Improve try_invoke_on_locked_down_task() by Peter Zijlstra · 3 years, 6 months ago
- b945efc sched: Remove pointless preemption disable in sched_submit_work() by Thomas Gleixner · 3 years, 5 months ago
- 670721c sched: Move kprobes cleanup out of finish_task_switch() by Thomas Gleixner · 3 years, 5 months ago
- 691925f sched: Limit the number of task migrations per batch on RT by Thomas Gleixner · 3 years, 5 months ago
- 8d491de sched: Move mmdrop to RCU on RT by Thomas Gleixner · 3 years, 5 months ago
- c597bfd sched: Provide Kconfig support for default dynamic preempt mode by Frederic Weisbecker · 3 years, 6 months ago
- ceeadb8 sched: Make struct sched_statistics independent of fair sched class by Yafang Shao · 3 years, 6 months ago
- bcb1704 sched/fair: Add cfs bandwidth burst statistics by Huaixin Chang · 3 years, 6 months ago
- bc9ffef sched/core: Simplify core-wide task selection by Peter Zijlstra · 3 years, 6 months ago
- c33627e sched: Switch wait_task_inactive to HRTIMER_MODE_REL_HARD by Sebastian Andrzej Siewior · 3 years, 6 months ago
- 50e081b sched: Make RCU nest depth distinct in __might_resched() by Thomas Gleixner · 3 years, 5 months ago
- 8d713b6 sched: Make might_sleep() output less confusing by Thomas Gleixner · 3 years, 5 months ago
- a45ed30 sched: Cleanup might_sleep() printks by Thomas Gleixner · 3 years, 5 months ago
- 42a3875 sched: Remove preempt_offset argument from __might_sleep() by Thomas Gleixner · 3 years, 5 months ago
- 874f670 sched: Clean up the might_sleep() underscore zoo by Thomas Gleixner · 3 years, 5 months ago
- 56c2443 Merge tag 'sched_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
- 868ad33 sched: Prevent balance_push() on remote runqueues by Thomas Gleixner · 3 years, 6 months ago
- e5e726f Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
- 5d3c0db Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
- 4ca4256 Merge branch 'core-rcu.2021.08.28a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 3 years, 6 months ago
- 234b8ab sched: Introduce dl_task_check_affinity() to check proposed affinity by Will Deacon · 3 years, 7 months ago
- 07ec77a sched: Allow task CPU affinity to be restricted on asymmetric systems by Will Deacon · 3 years, 7 months ago
- db3b02a sched: Split the guts of sched_setaffinity() into a helper function by Will Deacon · 3 years, 7 months ago
- b90ca8b sched: Introduce task_struct::user_cpus_ptr to track requested affinity by Will Deacon · 3 years, 7 months ago
- 234a503 sched: Reject CPU affinity changes based on task_cpu_possible_mask() by Will Deacon · 3 years, 7 months ago