index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-03
sched_ext: Replace SCX_TASK_BAL_KEEP with SCX_RQ_BAL_KEEP
Tejun Heo
2
-11
/
+10
2024-09-03
sched_ext: Don't call put_prev_task_scx() before picking the next task
Tejun Heo
1
-68
/
+62
2024-09-03
sched/numa: Fix the vma scan starving issue
Yujie Liu
1
-0
/
+9
2024-09-03
Merge branch 'tip/sched/core' into for-6.12
Tejun Heo
8
-217
/
+180
2024-09-03
sched: Add put_prev_task(.next)
Peter Zijlstra
6
-8
/
+8
2024-09-03
sched: Rework dl_server
Peter Zijlstra
4
-34
/
+32
2024-09-03
sched: Combine the last put_prev_task() and the first set_next_task()
Peter Zijlstra
3
-16
/
+14
2024-09-03
sched: Rework pick_next_task()
Peter Zijlstra
7
-74
/
+37
2024-09-03
sched: Split up put_prev_task_balance()
Peter Zijlstra
1
-6
/
+6
2024-09-03
sched: Clean up DL server vs core sched
Peter Zijlstra
3
-24
/
+8
2024-09-03
sched: Fixup set_next_task() implementations
Peter Zijlstra
2
-34
/
+34
2024-09-03
sched: Use set_next_task(.first) where required
Peter Zijlstra
2
-2
/
+6
2024-09-03
sched/fair: Properly deactivate sched_delayed task upon class change
Valentin Schneider
1
-8
/
+17
2024-09-03
sched/deadline: Fix schedstats vs deadline servers
Huang Shijie
1
-22
/
+16
2024-09-01
mm: create promo_wmark_pages and clean up open-coded sites
Kaiyang Zhao
1
-1
/
+1
2024-09-01
task_stack: uninline stack_not_used
Pasha Tatashin
1
-3
/
+1
2024-09-01
memory tiering: introduce folio_use_access_time() check
Zi Yan
1
-2
/
+1
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
[prev]
[next]