index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
deadline.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2024-07-29
sched/fair: Fair server interface
Daniel Bristot de Oliveira
1
-17
/
+86
2024-07-29
sched/deadline: Deferrable dl server
Daniel Bristot de Oliveira
1
-40
/
+261
2024-07-29
sched/fair: Add trivial fair server
Peter Zijlstra
1
-0
/
+23
2024-07-11
Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the branch
Ingo Molnar
1
-1
/
+6
2024-07-01
sched/deadline: Fix task_struct reference leak
Wander Lairson Costa
1
-1
/
+6
2024-05-27
sched: Fix spelling in comments
Ingo Molnar
1
-4
/
+4
2024-04-24
scheduler: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-1
/
+0
2023-11-15
sched/deadline: Introduce deadline servers
Peter Zijlstra
1
-107
/
+225
2023-11-15
sched/deadline: Move bandwidth accounting into {en,de}queue_dl_entity
Peter Zijlstra
1
-58
/
+72
2023-11-15
sched/deadline: Collect sched_dl_entity initialization
Peter Zijlstra
1
-7
/
+15
2023-11-15
sched: Unify runtime accounting across classes
Peter Zijlstra
1
-12
/
+3
2023-10-13
sched: Fix stop_one_cpu_nowait() vs hotplug
Peter Zijlstra
1
-0
/
+2
2023-10-09
sched/topology: Consolidate and clean up access to a CPU's max compute capacity
Vincent Guittot
1
-2
/
+2
2023-09-29
sched/deadline: Make dl_rq->pushable_dl_tasks update drive dl_rq->overloaded
Valentin Schneider
1
-43
/
+14
2023-09-19
sched/fair: Rename check_preempt_curr() to wakeup_preempt()
Ingo Molnar
1
-5
/
+5
2023-06-27
Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
1
-13
/
+54
2023-06-16
sched/deadline: Fix bandwidth reclaim equation in GRUB
Vineeth Pillai
1
-27
/
+23
2023-05-30
sched/deadline: remove unused dl_bandwidth
Miaohe Lin
1
-7
/
+0
[next]