index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-14
sched: Add an initial sketch of the find_proxy_task() function
John Stultz
2
-6
/
+121
2025-07-14
sched: Fix runtime accounting w/ split exec & sched contexts
John Stultz
1
-14
/
+28
2025-07-14
sched: Move update_curr_task logic into update_curr_se
John Stultz
1
-17
/
+9
2025-07-14
sched: Add CONFIG_SCHED_PROXY_EXEC & boot argument to enable/disable
John Stultz
2
-0
/
+41
2025-07-14
Merge branch 'tip/sched/urgent'
Peter Zijlstra
7
-27
/
+30
2025-07-14
sched/topology: Remove sched_domain_topology_level::flags
K Prateek Nayak
2
-12
/
+13
2025-07-14
smpboot: introduce SDTL_INIT() helper to tidy sched topology setup
Li Chen
1
-16
/
+8
2025-07-14
sched/deadline: Fix accounting after global limits change
Juri Lelli
2
-1
/
+9
2025-07-14
sched/deadline: Reset extra_bw to max_bw when clearing root domains
Juri Lelli
1
-0
/
+7
2025-07-14
sched/deadline: Initialize dl_servers after SMP
Juri Lelli
3
-18
/
+33
2025-07-14
sched: Change nr_uninterruptible type to unsigned long
Aruna Ramakrishna
2
-2
/
+2
2025-07-09
Revert "sched/numa: add statistics of numa balance task"
Chen Yu
2
-11
/
+2
2025-07-09
sched/fair: Always trigger resched at the end of a protected period
Vincent Guittot
1
-9
/
+1
2025-07-09
sched/fair: Fix entity's lag with run to parity
Vincent Guittot
1
-3
/
+13
2025-07-09
sched/fair: Limit run to parity to the min slice of enqueued entities
Vincent Guittot
1
-4
/
+6
2025-07-09
sched/fair: Remove spurious shorter slice preemption
Vincent Guittot
1
-30
/
+14
2025-07-09
sched/fair: Fix NO_RUN_TO_PARITY case
Vincent Guittot
1
-11
/
+20
2025-07-09
sched/fair: Use protect_slice() instead of direct comparison
Vincent Guittot
1
-1
/
+1
2025-07-09
sched/deadline: Less agressive dl_server handling
Peter Zijlstra
2
-12
/
+22
2025-07-09
sched/psi: Optimize psi_group_change() cpu_clock() usage
Peter Zijlstra
1
-55
/
+66
2025-07-09
sched/fair: Bump sd->max_newidle_lb_cost when newidle balance fails
Chris Mason
1
-3
/
+16
2025-07-04
sched/deadline: Fix dl_server runtime calculation formula
kuyo chang
1
-5
/
+5
2025-07-01
sched/core: Fix migrate_swap() vs. hotplug
Peter Zijlstra
1
-0
/
+5
2025-07-01
sched: Fix preemption string of preempt_dynamic_none
Thomas Weißschuh
1
-1
/
+1
2025-06-18
sched/core: Reorganize cgroup bandwidth control interface file writes
Tejun Heo
3
-113
/
+106
2025-06-18
sched/core: Reorganize cgroup bandwidth control interface file reads
Tejun Heo
1
-18
/
+40
2025-06-18
sched/core: Relocate tg_get_cfs_*() and cpu_cfs_*_read_*()
Tejun Heo
1
-67
/
+67
2025-06-18
sched/fair: Move max_cfs_quota_period decl and default_cfs_period() def from ...
Tejun Heo
2
-11
/
+13
2025-06-17
sched_ext, sched/core: Don't call scx_group_set_weight() prematurely from sch...
Tejun Heo
3
-2
/
+9
2025-06-17
sched_ext: Make scx_group_set_weight() always update tg->scx.weight
Tejun Heo
1
-6
/
+6
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 stop-CPU scheduling class
Ingo Molnar
1
-4
/
+0
2025-06-13
sched/smp: Use the SMP version of the idle scheduling class
Ingo Molnar
1
-4
/
+0
2025-06-13
sched/smp: Use the SMP version of sched_update_asym_prefer_cpu()
Ingo Molnar
1
-2
/
+0
2025-06-13
sched/smp: Use the SMP version of the scheduler syscalls
Ingo Molnar
1
-5
/
+1
2025-06-13
sched/smp: Use the SMP version of schedstats
Ingo Molnar
1
-4
/
+0
2025-06-13
sched/smp: Use the SMP version of scheduler debugging data
Ingo Molnar
1
-14
/
+0
2025-06-13
sched/smp: Use the SMP version of the deadline scheduling class
Ingo Molnar
1
-8
/
+0
2025-06-13
sched/smp: Use the SMP version of the RT scheduling class
Ingo Molnar
2
-74
/
+0
2025-06-13
sched/smp: Use the SMP version of idle_thread_set_boot_cpu()
Ingo Molnar
1
-2
/
+0
2025-06-13
sched/smp: Use the SMP version of sched_exec()
Ingo Molnar
1
-4
/
+0
2025-06-13
sched/smp: Use the SMP version of wake_up_new_task()
Ingo Molnar
1
-2
/
+0
2025-06-13
sched/smp: Use the SMP version of __task_needs_rq_lock()
Ingo Molnar
1
-2
/
+0
[next]