index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-19
sched/fair: Fix clearing of has_idle_cores flag in select_idle_cpu()
Gautham R. Shenoy
1
-1
/
+1
2021-05-19
sched/fair: Fix unfairness caused by missing load decay
Odin Ugedal
1
-3
/
+9
2021-05-19
sched: Fix out-of-bound access in uclamp
Quentin Perret
1
-1
/
+1
2021-05-14
kthread: Fix PF_KTHREAD vs to_kthread() race
Peter Zijlstra
2
-2
/
+2
2021-05-14
sched/debug: Fix cgroup_path[] serialization
Waiman Long
1
-13
/
+29
2021-05-14
sched/fair: Fix shift-out-of-bounds in load_balance()
Valentin Schneider
2
-2
/
+8
2021-05-12
sched,psi: Handle potential task count underflow bugs more gracefully
Charan Teja Reddy
1
-2
/
+3
2021-05-12
sched,fair: Alternative sched_slice()
Peter Zijlstra
2
-1
/
+14
2021-05-12
sched/fair: Ignore percpu threads for imbalance pulls
Lingutla Chandrasekhar
1
-0
/
+4
2021-05-12
sched/fair: Bring back select_idle_smt(), but differently
Rik van Riel
1
-7
/
+40
2021-05-12
sched/topology: fix the issue groups don't span domain->span for NUMA diamete...
Barry Song
1
-30
/
+61
2021-05-12
sched/pelt: Fix task util_est update filtering
Vincent Donnefort
1
-3
/
+12
2021-05-12
sched/fair: Fix task utilization accountability in compute_energy()
Vincent Donnefort
1
-4
/
+20
2021-03-06
sched/membarrier: fix missing local execution of ipi_sync_rq_state()
Mathieu Desnoyers
1
-3
/
+1
2021-03-06
sched: Simplify set_affinity_pending refcounts
Peter Zijlstra
1
-12
/
+20
2021-03-06
sched: Fix affine_move_task() self-concurrency
Peter Zijlstra
1
-3
/
+12
2021-03-06
sched: Optimize migration_cpu_stop()
Peter Zijlstra
1
-1
/
+12
2021-03-06
sched: Collate affine_move_task() stoppers
Peter Zijlstra
1
-15
/
+8
2021-03-06
sched: Simplify migration_cpu_stop()
Peter Zijlstra
1
-48
/
+8
2021-03-06
sched: Fix migration_cpu_stop() requeueing
Peter Zijlstra
1
-11
/
+28
2021-02-26
kernel: delete repeated words in comments
Randy Dunlap
2
-2
/
+2
2021-02-23
Merge tag 'pm-5.12-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-8
/
+6
2021-02-21
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+40
2021-02-21
Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
10
-416
/
+622
2021-02-19
cpufreq: schedutil: Remove update_lock comment from struct sugov_policy defin...
Yue Hu
1
-1
/
+1
2021-02-19
cpufreq: schedutil: Remove needless sg_policy parameter from ignore_dl_rate_l...
Yue Hu
1
-7
/
+5
2021-02-17
rcu/nocb: Perform deferred wake up before last idle's need_resched() check
Frederic Weisbecker
1
-0
/
+1
2021-02-17
sched/features: Distinguish between NORMAL and DEADLINE hrtick
Juri Lelli
5
-7
/
+30
2021-02-17
sched/features: Fix hrtick reprogramming
Juri Lelli
2
-5
/
+4
2021-02-17
sched/deadline: Reduce rq lock contention in dl_add_task_root_domain()
Dietmar Eggemann
1
-4
/
+7
2021-02-17
sched: Harden PREEMPT_DYNAMIC
Peter Zijlstra
1
-4
/
+4
2021-02-17
sched: Add /debug/sched_preempt
Peter Zijlstra
1
-9
/
+126
2021-02-17
preempt/dynamic: Support dynamic preempt with preempt= boot option
Peter Zijlstra (Intel)
1
-1
/
+67
2021-02-17
preempt/dynamic: Provide preempt_schedule[_notrace]() static calls
Peter Zijlstra (Intel)
1
-0
/
+12
2021-02-17
preempt/dynamic: Provide cond_resched() and might_resched() static calls
Peter Zijlstra (Intel)
1
-3
/
+13
2021-02-17
sched/core: Update task_prio() function header
Dietmar Eggemann
1
-2
/
+6
2021-02-17
sched: Remove USER_PRIO, TASK_USER_PRIO and MAX_USER_PRIO
Dietmar Eggemann
1
-1
/
+1
2021-02-17
sched: Remove MAX_USER_RT_PRIO
Dietmar Eggemann
1
-4
/
+3
2021-02-17
sched/topology: Fix sched_domain_topology_level alloc in sched_init_numa()
Dietmar Eggemann
1
-1
/
+1
2021-02-17
rbtree, sched/deadline: Use rb_add_cached()
Peter Zijlstra
1
-49
/
+28
2021-02-17
rbtree, sched/fair: Use rb_add_cached()
Peter Zijlstra
1
-32
/
+14
2021-02-17
sched/fair: Merge select_idle_core/cpu()
Mel Gorman
1
-40
/
+59
2021-02-17
sched/fair: Remove select_idle_smt()
Mel Gorman
1
-30
/
+0
2021-02-17
Merge tag 'v5.11' into sched/core, to pick up fixes & refresh the branch
Ingo Molnar
2
-23
/
+89
2021-02-12
Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
1
-5
/
+4
2021-02-04
sched: Add cond_resched_rwlock
Ben Gardon
1
-0
/
+40
2021-01-27
sched/fair: Move avg_scan_cost calculations under SIS_PROP
Mel Gorman
1
-6
/
+8
2021-01-27
sched/fair: Remove SIS_AVG_CPU
Mel Gorman
2
-12
/
+9
2021-01-27
sched/topology: Make sched_init_numa() use a set for the deduplicating sort
Valentin Schneider
1
-51
/
+48
2021-01-27
sched/eas: Don't update misfit status if the task is pinned
Qais Yousef
1
-1
/
+1
[next]