index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
sched.h
Age
Commit message (
Expand
)
Author
3 days
Merge tag 'sched_ext-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-07-14
sched: Add an initial sketch of the find_proxy_task() function
John Stultz
2025-07-14
sched: Add CONFIG_SCHED_PROXY_EXEC & boot argument to enable/disable
John Stultz
2025-07-14
Merge branch 'tip/sched/urgent'
Peter Zijlstra
2025-07-14
sched/deadline: Initialize dl_servers after SMP
Juri Lelli
2025-07-14
sched: Change nr_uninterruptible type to unsigned long
Aruna Ramakrishna
2025-06-20
sched_ext: Add support for cgroup bandwidth control interface
Tejun Heo
2025-06-20
sched_ext, sched/core: Factor out struct scx_task_group
Tejun Heo
2025-06-18
sched/core: Reorganize cgroup bandwidth control interface file writes
Tejun Heo
2025-06-18
sched/fair: Move max_cfs_quota_period decl and default_cfs_period() def from ...
Tejun Heo
2025-06-13
sched/smp: Use the SMP version of double_rq_clock_clear_update()
Ingo Molnar
2025-06-13
sched/smp: Use the SMP version of add_nr_running()
Ingo Molnar
2025-06-13
sched/smp: Use the SMP version of ENQUEUE_MIGRATED
Ingo Molnar
2025-06-13
sched/smp: Use the SMP version of WF_ and SD_ flag sanity checks
Ingo Molnar
2025-06-13
sched/smp: Use the SMP version of task_on_cpu()
Ingo Molnar
2025-06-13
sched/smp: Use the SMP version of rq_pin_lock()
Ingo Molnar
2025-06-13
sched/smp: Use the SMP version of is_migration_disabled()
Ingo Molnar
2025-06-13
sched/smp: Use the SMP version of cpu_of()
Ingo Molnar
2025-06-13
sched/smp: Use the SMP version of the RT scheduling class
Ingo Molnar
2025-06-13
sched/smp: Always define rq->hrtick_csd
Ingo Molnar
2025-06-13
sched/smp: Make SMP unconditional
Ingo Molnar
2025-06-13
sched: Clean up and standardize #if/#else/#endif markers in sched/sched.h
Ingo Molnar
2025-06-11
sched: Make clangd usable
Peter Zijlstra
2025-05-27
Merge tag 'sched_ext-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-05-27
Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2025-05-07
cpufreq/sched: schedutil: Add helper for governor checks
Rafael J. Wysocki
2025-04-08
sched: Add annotations to RT_GROUP_SCHED fields
Michal Koutný
2025-04-08
sched: Skip non-root task_groups with disabled RT_GROUP_SCHED
Michal Koutný
2025-04-08
sched: Add commadline option for RT_GROUP_SCHED toggling
Michal Koutný
2025-04-08
sched: Always initialize rt_rq's task_group
Michal Koutný
2025-04-04
sched_ext: Drop "ops" from scx_ops_helper, scx_ops_enable_mutex and __scx_ops...
Tejun Heo
2025-03-19
sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditional
Ingo Molnar
2025-03-19
sched/debug: Make 'const_debug' tunables unconditional __read_mostly
Ingo Molnar
2025-03-19
sched/debug: Change SCHED_WARN_ON() to WARN_ON_ONCE()
Ingo Molnar
2025-03-17
sched/deadline: Generalize unique visiting of root domains
Juri Lelli
2025-03-17
sched: Add a generic function to return the preemption string
Sebastian Andrzej Siewior
2025-03-15
sched/uclamp: Optimize sched_uclamp_used static key enabling
Xuewen Yan
2025-03-15
sched/uclamp: Use the uclamp_is_used() helper instead of open-coding it
Xuewen Yan
2025-03-06
Merge branch 'sched/urgent' into sched/core, to pick up dependent commits
Ingo Molnar
2025-02-18
sched: Compact RSEQ concurrency IDs with reduced threads and affinity
Mathieu Desnoyers
2025-02-14
sched: Don't define sched_clock_irqtime as static key
Yafang Shao
2025-01-27
sched_ext: Fix incorrect autogroup migration detection
Tejun Heo
2025-01-23
Merge tag 'sched_ext-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-01-21
Merge tag 'sched-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-01-13
sched: Define sched_clock_irqtime as static key
Yafang Shao
2025-01-13
sched/fair: Encapsulate set custom slice in a __setparam_fair() function
Vincent Guittot
2025-01-10
sched_ext: Implement scx_bpf_now()
Changwoo Min
2025-01-10
sched_ext: Relocate scx_enabled() related code
Changwoo Min
2024-12-13
sched/dlserver: Fix dlserver double enqueue
Vineeth Pillai (Google)
2024-12-09
sched/fair: Rename cfs_rq.nr_running into nr_queued
Vincent Guittot
[next]