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
2024-08-30
sched_ext: Use sched_clock_cpu() instead of rq_clock_task() in touch_core_sch...
Tejun Heo
1
-2
/
+6
2024-08-30
sched_ext: Use task_can_run_on_remote_rq() test in dispatch_to_local_dsq()
Tejun Heo
1
-20
/
+20
2024-08-27
sched_ext: Add missing cfi stub for ops.tick
Tejun Heo
1
-0
/
+2
2024-08-23
hrtimer: Use and report correct timerslack values for realtime tasks
Felix Moessbauer
1
-0
/
+8
2024-08-20
sched_ext: Allow dequeue_task_scx to fail
Yipeng Zou
1
-2
/
+3
2024-08-20
Merge branch 'tip/sched/core' into for-6.12
Tejun Heo
10
-162
/
+517
2024-08-20
softirq: Remove unused 'action' parameter from action callback
Caleb Sander Mateos
1
-1
/
+1
2024-08-17
sched/eevdf: Propagate min_slice up the cgroup hierarchy
Peter Zijlstra
1
-1
/
+56
2024-08-17
sched/eevdf: Use sched_attr::sched_runtime to set request/slice suggestion
Peter Zijlstra
4
-10
/
+32
2024-08-17
sched/eevdf: Allow shorter slices to wakeup-preempt
Peter Zijlstra
2
-8
/
+61
2024-08-17
sched/fair: Avoid re-setting virtual deadline on 'migrations'
Peter Zijlstra
2
-5
/
+22
2024-08-17
sched/eevdf: Fixup PELT vs DELAYED_DEQUEUE
Peter Zijlstra
2
-0
/
+8
2024-08-17
sched/fair: Implement DELAY_ZERO
Peter Zijlstra
2
-2
/
+21
2024-08-17
sched/fair: Implement delayed dequeue
Peter Zijlstra
3
-11
/
+79
2024-08-17
sched: Teach dequeue_task() about special task states
Peter Zijlstra
2
-2
/
+8
2024-08-17
sched/fair: Implement ENQUEUE_DELAYED
Peter Zijlstra
1
-2
/
+31
2024-08-17
sched/fair: Prepare pick_next_task() for delayed dequeue
Peter Zijlstra
1
-4
/
+19
2024-08-17
sched/fair: Prepare exit/cleanup paths for delayed_dequeue
Peter Zijlstra
1
-13
/
+46
2024-08-17
sched/fair: Assert {set_next,put_prev}_entity() are properly balanced
Peter Zijlstra
1
-0
/
+2
2024-08-17
sched/uclamg: Handle delayed dequeue
Peter Zijlstra
1
-1
/
+15
2024-08-17
sched: Prepare generic code for delayed dequeue
Peter Zijlstra
2
-1
/
+15
2024-08-17
sched: Split DEQUEUE_SLEEP from deactivate_task()
Peter Zijlstra
2
-10
/
+27
2024-08-17
sched/fair: Re-organize dequeue_task_fair()
Peter Zijlstra
1
-21
/
+41
2024-08-17
sched: Allow sched_class::dequeue_task() to fail
Peter Zijlstra
7
-9
/
+20
2024-08-17
sched/fair: Unify pick_{,next_}_task_fair()
Peter Zijlstra
1
-52
/
+8
2024-08-17
sched/fair: Cleanup pick_task_fair()'s curr
Peter Zijlstra
1
-8
/
+2
2024-08-17
sched/fair: Cleanup pick_task_fair() vs throttle
Peter Zijlstra
1
-3
/
+3
2024-08-17
sched/eevdf: Remove min_vruntime_copy
Peter Zijlstra
2
-7
/
+2
2024-08-17
sched/eevdf: Add feature comments
Peter Zijlstra
1
-0
/
+7
2024-08-15
rcu: Let dump_cpu_task() be used without preemption disabled
Ryo Takakura
1
-1
/
+1
2024-08-13
sched_ext: Don't use double locking to migrate tasks across CPUs
Tejun Heo
1
-88
/
+46
2024-08-13
sched_ext: define missing cfi stubs for sched_ext
Manu Bretelle
1
-0
/
+6
2024-08-08
sched_ext: Improve logging around enable/disable
Tejun Heo
1
-8
/
+12
2024-08-08
sched_ext: Make scx_rq_online() also test cpu_active() in addition to SCX_RQ_...
Tejun Heo
1
-1
/
+8
2024-08-08
sched_ext: Fix unsafe list iteration in process_ddsp_deferred_locals()
Tejun Heo
1
-4
/
+6
2024-08-07
sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()
Qais Yousef
2
-3
/
+3
2024-08-07
sched/rt: Clean up usage of rt_task()
Qais Yousef
2
-3
/
+3
2024-08-07
sched/debug: Fix fair_server_period_max value
Dan Carpenter
1
-1
/
+1
2024-08-07
sched/fair: Make balance_fair() test sched_fair_runnable() instead of rq->nr_...
Tejun Heo
1
-1
/
+1
2024-08-06
sched_ext: Make task_can_run_on_remote_rq() use common task_allowed_on_cpu()
Tejun Heo
3
-7
/
+36
2024-08-06
sched_ext: Improve comment on idle_sched_class exception in scx_task_iter_nex...
Tejun Heo
1
-2
/
+23
2024-08-06
sched_ext: Simplify UP support by enabling sched_class->balance() in UP
Tejun Heo
3
-44
/
+3
2024-08-06
sched_ext: Use update_curr_common() in update_curr_scx()
Tejun Heo
1
-10
/
+4
2024-08-06
sched_ext: Add scx_enabled() test to @start_class promotion in put_prev_task_...
Tejun Heo
1
-1
/
+1
2024-08-06
sched_ext: Simplify scx_can_stop_tick() invocation in sched_can_stop_tick()
Tejun Heo
1
-2
/
+2
2024-08-04
profiling: remove profile=sleep support
Tetsuo Handa
1
-10
/
+0
2024-08-04
Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Tejun Heo
10
-281
/
+879
2024-08-02
sched_ext: Allow p->scx.disallow only while loading
Tejun Heo
1
-15
/
+20
2024-08-01
sched_ext: Build fix on !CONFIG_STACKTRACE[_SUPPORT]
Tejun Heo
1
-1
/
+3
2024-07-31
scx: Allow calling sleepable kfuncs from BPF_PROG_TYPE_SYSCALL
David Vernet
1
-16
/
+11
[prev]
[next]