index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
fair.c
Age
Commit message (
Expand
)
Author
Files
Lines
7 days
sched/fair: Bump sd->max_newidle_lb_cost when newidle balance fails
Chris Mason
1
-3
/
+16
2025-06-27
sched/fair: Adhere to place_entity() constraints
Peter Zijlstra
1
-1
/
+3
2025-06-19
sched/fair: Fixup wake_up_sync() vs DELAYED_DEQUEUE
Xuewen Yan
1
-2
/
+11
2025-04-26
sched/eevdf: Fix se->slice being set to U64_MAX and resulting crash
Omar Sandoval
1
-3
/
+1
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
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/ker...
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/kerne...
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/lin...
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/...
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
2024-12-09
sched/fair: Add new cfs_rq.h_nr_runnable
Vincent Guittot
1
-2
/
+18
2024-12-09
sched/fair: Rename h_nr_running into h_nr_queued
Vincent Guittot
1
-44
/
+44
2024-12-09
Merge branch 'sched/urgent'
Peter Zijlstra
1
-10
/
+48
2024-12-09
sched/eevdf: More PELT vs DELAYED_DEQUEUE
Peter Zijlstra
1
-5
/
+46
2024-12-09
sched/fair: Fix NEXT_BUDDY
K Prateek Nayak
1
-5
/
+2
2024-12-05
sched/numa: fix memory leak due to the overwritten vma->numab_state
Adrian Huang
1
-3
/
+9
2024-12-02
sched: Unify HK_TYPE_{TIMER|TICK|MISC} to HK_TYPE_KERNEL_NOISE
Waiman Long
1
-2
/
+3
2024-12-02
sched/core: Remove HK_TYPE_SCHED
Waiman Long
1
-14
/
+0
[next]