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