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
/
fair.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-02
Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+2
2025-05-31
sched/numa: fix task swap by skipping kernel threads
Libo Chen
1
-1
/
+2
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+9
2025-05-26
Merge tag 'sched-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-14
/
+19
2025-05-21
sched/util_est: Simplify condition for util_est_{en,de}queue()
Xuewen Yan
1
-2
/
+2
2025-05-21
sched/fair: Fixup wake_up_sync() vs DELAYED_DEQUEUE
Xuewen Yan
1
-2
/
+11
2025-05-12
sched/numa: add tracepoint that tracks the skipping of numa balancing due to cpuset memory pinning
Libo Chen
1
-1
/
+3
2025-05-12
sched/numa: skip VMA scanning on memory pinned to one NUMA node via cpuset.mems
Libo Chen
1
-0
/
+7
2025-04-26
sched/eevdf: Fix se->slice being set to U64_MAX and resulting crash
Omar Sandoval
1
-3
/
+1
2025-04-16
sched/fair: Adhere to place_entity() constraints
Peter Zijlstra
1
-1
/
+3
2025-04-16
sched/fair: Use READ_ONCE() to read sg->asym_prefer_cpu
K Prateek Nayak
1
-2
/
+3
2025-04-08
sched/fair: Allow decaying util_est when util_avg > CPU capa
Pierre Gondois
1
-7
/
+0
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
/
+4
2025-03-19
sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditional
Ingo Molnar
1
-4
/
+0
2025-03-19
sched/debug: Make 'const_debug' tunables unconditional __read_mostly
Ingo Molnar
1
-1
/
+1
2025-03-19
sched/debug: Change SCHED_WARN_ON() to WARN_ON_ONCE()
Ingo Molnar
1
-29
/
+29
2025-03-06
Merge branch 'sched/urgent' into sched/core, to pick up dependent commits
Ingo Molnar
1
-2
/
+4
2025-03-05
sched/fair: Fix potential memory corruption in child_cfs_rq_on_list
Zecheng Li
1
-2
/
+4
2025-02-18
sched: Switch to use hrtimer_setup()
Nam Cao
1
-4
/
+4
2025-02-14
sched/fair: Refactor can_migrate_task() to elimate looping
I Hsin Cheng
1
-6
/
+5
2025-02-14
sched/eevdf: Force propagating min_slice of cfs_rq when {en,de}queue tasks
Tianchen Ding
1
-0
/
+4
2025-02-14
sched: Reduce the default slice to avoid tasks getting an extra tick
zihan zhou
1
-3
/
+3
2025-02-14
sched: Cancel the slice protection of the idle entity
zihan zhou
1
-13
/
+33
2025-02-08
Merge tag 'sched-urgent-2025-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+19
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
-187
/
+257
2025-01-21
sched/fair: Fix inaccurate h_nr_runnable accounting with delayed dequeue
K Prateek Nayak
1
-0
/
+19
2025-01-13
sched/fair: Do not compute overloaded status unnecessarily during lb
K Prateek Nayak
1
-3
/
+5
2025-01-13
sched/fair: Do not compute NUMA Balancing stats unnecessarily during lb
K Prateek Nayak
1
-6
/
+9
2025-01-13
sched/core: Prioritize migrating eligible tasks in sched_balance_rq()
Hao Jia
1
-0
/
+34
2025-01-13
sched/fair: Encapsulate set custom slice in a __setparam_fair() function
Vincent Guittot
1
-0
/
+19
2025-01-13
sched/fair: Fix update_cfs_group() vs DELAY_DEQUEUE
Peter Zijlstra
1
-1
/
+5
2025-01-09
sched/fair: Fix EEVDF entity placement bug causing scheduling lag
Peter Zijlstra
1
-127
/
+18
2024-12-20
sched: Report the different kinds of imbalances in /proc/schedstat
Swapnil Sapkal
1
-1
/
+23
2024-12-20
sched/fair: Cleanup in migrate_degrades_locality() to improve readability
Peter Zijlstra
1
-20
/
+21
2024-12-20
sched/fair: Fix value reported by hot tasks pulled in /proc/schedstat
Peter Zijlstra
1
-4
/
+13
2024-12-20
sched/fair: Update comments after sched_tick() rename.
Sebastian Andrzej Siewior
1
-2
/
+2
2024-12-17
sched/fair: Fix CPU bandwidth limit bypass during CPU hotplug
Vishal Chourasia
1
-7
/
+13
2024-12-15
Merge tag 'sched_urgent_for_v6.13_rc3-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-16
/
+57
2024-12-13
sched/dlserver: Fix dlserver time accounting
Vineeth Pillai (Google)
1
-6
/
+9
2024-12-09
Merge tag 'sched_urgent_for_v6.13_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2024-12-09
sched/fair: Untangle NEXT_BUDDY and pick_next_task()
Peter Zijlstra
1
-2
/
+2
2024-12-09
sched/fair: Mark m*_vruntime() with __maybe_unused
Andy Shevchenko
1
-2
/
+2
2024-12-09
sched/fair: Fix variable declaration position
Vincent Guittot
1
-2
/
+4
2024-12-09
sched/fair: Do not try to migrate delayed dequeue task
Vincent Guittot
1
-4
/
+8
2024-12-09
sched/fair: Rename cfs_rq.nr_running into nr_queued
Vincent Guittot
1
-19
/
+19
2024-12-09
sched/fair: Remove unused cfs_rq.idle_nr_running
Vincent Guittot
1
-13
/
+1
2024-12-09
sched/fair: Rename cfs_rq.idle_h_nr_running into h_nr_idle
Vincent Guittot
1
-26
/
+26
2024-12-09
sched/fair: Removed unsued cfs_rq.h_nr_delayed
Vincent Guittot
1
-28
/
+12
2024-12-09
sched/fair: Use the new cfs_rq.h_nr_runnable
Vincent Guittot
1
-9
/
+9
[next]