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
/
deadline.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-23
sched/deadline: Stop dl_server before CPU goes offline
Peter Zijlstra (Intel)
1
-0
/
+3
2025-10-19
sched/deadline: Fix race in push_dl_task()
Harshit Agarwal
1
-24
/
+49
2025-09-25
sched/deadline: Fix dl_server behaviour
Peter Zijlstra
1
-21
/
+2
2025-09-25
sched/deadline: Fix dl_server getting stuck
Peter Zijlstra
1
-11
/
+1
2025-08-26
sched/deadline: Don't count nr_running for dl_server proxy tasks
Yicong Yang
1
-2
/
+6
2025-08-26
sched/deadline: Fix RT task potential starvation when expiry time passed
kuyo chang
1
-3
/
+5
2025-08-26
sched/deadline: Fix dl_server_stopped()
Huacai Chen
1
-1
/
+1
2025-07-14
sched: Fix proxy/current (push,pull)ability
Valentin Schneider
1
-0
/
+7
2025-07-14
Merge branch 'tip/sched/urgent'
Peter Zijlstra
1
-5
/
+5
2025-07-14
sched/deadline: Fix accounting after global limits change
Juri Lelli
1
-1
/
+3
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
1
-18
/
+30
2025-07-09
sched/deadline: Less agressive dl_server handling
Peter Zijlstra
1
-3
/
+22
2025-07-04
sched/deadline: Fix dl_server runtime calculation formula
kuyo chang
1
-5
/
+5
2025-06-13
sched/smp: Use the SMP version of the deadline scheduling class
Ingo Molnar
1
-8
/
+0
2025-06-13
sched/smp: Make SMP unconditional
Ingo Molnar
1
-95
/
+0
2025-06-13
sched: Clean up and standardize #if/#else/#endif markers in sched/deadline.c
Ingo Molnar
1
-18
/
+18
2025-06-11
sched: Make clangd usable
Peter Zijlstra
1
-0
/
+4
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-4
/
+2
2025-03-19
sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditional
Ingo Molnar
1
-2
/
+0
2025-03-19
sched/debug: Change SCHED_WARN_ON() to WARN_ON_ONCE()
Ingo Molnar
1
-6
/
+6
2025-03-17
sched/deadline: Rebuild root domain accounting after every update
Juri Lelli
1
-6
/
+10
2025-03-17
sched/deadline: Generalize unique visiting of root domains
Juri Lelli
1
-10
/
+13
2025-03-17
sched/deadline: Ignore special tasks when rebuilding domains
Juri Lelli
1
-1
/
+1
2025-03-06
sched/deadline: Use online cpus for validating runtime
Shrikanth Hegde
1
-1
/
+1
2025-02-18
sched: Switch to use hrtimer_setup()
Nam Cao
1
-4
/
+2
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
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
-30
/
+89
2024-12-13
sched/dlserver: Fix dlserver double enqueue
Vineeth Pillai (Google)
1
-2
/
+6
2024-12-10
sched: deadline: Cleanup goto label in pick_earliest_pushable_dl_task
John Stultz
1
-4
/
+1
2024-12-02
sched/deadline: Consolidate Timer Cancellation
Wander Lairson Costa
1
-14
/
+27
2024-12-02
sched/deadline: Check bandwidth overflow earlier for hotplug
Juri Lelli
1
-2
/
+10
2024-12-02
sched/deadline: Correctly account for allocated bandwidth during hotplug
Juri Lelli
1
-9
/
+39
2024-12-02
sched/deadline: Restore dl_server bandwidth on non-destructive root domain changes
Juri Lelli
1
-3
/
+14
2024-12-02
sched/deadline: Fix warning in migrate_enable for boosted tasks
Wander Lairson Costa
1
-0
/
+1
2024-12-02
sched/deadline: Fix replenish_dl_new_period dl_server condition
Juri Lelli
1
-1
/
+1
2024-10-14
sched: Split scheduler and execution contexts
Peter Zijlstra
1
-19
/
+20
2024-10-14
sched: Consolidate pick_*_task to task_is_pushable helper
Connor O'Brien
1
-9
/
+1
2024-10-14
sched: Add move_queued_task_locked helper
Connor O'Brien
1
-6
/
+2
2024-10-11
sched/deadline: Use hrtick_enabled_dl() before start_hrtick_dl()
Phil Auld
1
-1
/
+1
2024-09-03
sched: Add put_prev_task(.next)
Peter Zijlstra
1
-1
/
+1
2024-09-03
sched: Rework dl_server
Peter Zijlstra
1
-1
/
+1
2024-09-03
sched: Rework pick_next_task()
Peter Zijlstra
1
-20
/
+1
2024-09-03
sched: Clean up DL server vs core sched
Peter Zijlstra
1
-11
/
+7
2024-09-03
sched: Fixup set_next_task() implementations
Peter Zijlstra
1
-3
/
+3
2024-09-03
sched/deadline: Fix schedstats vs deadline servers
Huang Shijie
1
-22
/
+16
2024-08-17
sched/fair: Implement delayed dequeue
Peter Zijlstra
1
-1
/
+0
2024-08-17
sched: Allow sched_class::dequeue_task() to fail
Peter Zijlstra
1
-1
/
+3
2024-07-29
sched/rt: Remove default bandwidth control
Peter Zijlstra
1
-2
/
+3
2024-07-29
sched/core: Fix picking of tasks for core scheduling with DL server
Joel Fernandes (Google)
1
-5
/
+22
[next]