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
2023-07-13
sched/fair: Stabilize asym cpu capacity system idle cpu selection
Vincent Guittot
1
-1
/
+1
2023-07-13
sched/debug: Dump domains' sched group flags
Peter Zijlstra
1
-0
/
+1
2023-07-13
sched/fair: Consider the idle state of the whole core for load balance
Ricardo Neri
1
-1
/
+15
2023-07-13
sched/fair: Implement prefer sibling imbalance calculation between asymmetric...
Tim C Chen
1
-4
/
+37
2023-07-13
sched/topology: Record number of cores in sched group
Tim C Chen
2
-1
/
+12
2023-07-13
sched/fair: Determine active load balance for SMT sched groups
Tim C Chen
1
-3
/
+77
2023-07-13
sched/psi: make psi_cgroups_enabled static
Miaohe Lin
1
-1
/
+1
2023-07-13
sched/core: introduce sched_core_idle_cpu()
Cruz Zhao
1
-0
/
+13
2023-07-13
sched: add throttled time stat for throttled children
Josh Don
3
-1
/
+66
2023-07-13
sched: don't account throttle time for empty groups
Josh Don
1
-3
/
+15
2023-07-10
sched/psi: use kernfs polling functions for PSI trigger polling
Suren Baghdasaryan
1
-8
/
+21
2023-07-10
sched/fair: Use recent_used_cpu to test p->cpus_ptr
Miaohe Lin
1
-1
/
+1
2023-06-27
Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
3
-37
/
+73
2023-06-27
Merge tag 'wq-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-0
/
+3
2023-06-27
Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2023-06-27
Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
10
-363
/
+471
2023-06-16
sched/core: Avoid multiple calling update_rq_clock() in __cfsb_csd_unthrottle()
Hao Jia
2
-0
/
+40
2023-06-16
sched/core: Avoid double calling update_rq_clock() in __balance_push_cpu_stop()
Hao Jia
1
-3
/
+4
2023-06-16
sched/core: Fixed missing rq clock update before calling set_rq_offline()
Hao Jia
2
-4
/
+4
2023-06-16
sched/deadline: Fix bandwidth reclaim equation in GRUB
Vineeth Pillai
2
-27
/
+29
2023-06-16
sched/wait: Fix a kthread_park race with wait_woken()
Arve Hjønnevåg
1
-6
/
+1
2023-06-16
sched/topology: Mark set_sched_topology() __init
Miaohe Lin
1
-1
/
+1
2023-06-16
sched/fair: Rename variable cpu_util eff_util
Tom Rix
1
-3
/
+3
2023-06-05
sched/fair, cpufreq: Introduce 'runnable boosting'
Dietmar Eggemann
3
-9
/
+33
2023-06-05
sched/fair: Refactor CPU utilization functions
Dietmar Eggemann
2
-60
/
+50
2023-06-05
sched/clock: Provide local_clock_noinstr()
Peter Zijlstra
1
-6
/
+13
2023-06-05
sched: Consider task_struct::saved_state in wait_task_inactive()
Peter Zijlstra
1
-11
/
+48
2023-06-05
sched: Unconditionally use full-fat wait_task_inactive()
Peter Zijlstra
1
-108
/
+108
2023-06-05
sched/fair: Don't balance task to its current running CPU
Yicong Yang
1
-1
/
+1
2023-06-05
locking/atomic: treewide: use raw_atomic*_<op>()
Mark Rutland
1
-1
/
+1
2023-05-30
sched/deadline: remove unused dl_bandwidth
Miaohe Lin
2
-14
/
+0
2023-05-30
sched/fair: Move unused stub functions to header
Arnd Bergmann
2
-5
/
+3
2023-05-30
sched: Make task_vruntime_update() prototype visible
Arnd Bergmann
1
-0
/
+1
2023-05-30
sched/fair: Hide unused init_cfs_bandwidth() stub
Arnd Bergmann
1
-2
/
+1
2023-05-30
sched: Add schedule_user() declaration
Arnd Bergmann
1
-0
/
+1
2023-05-30
sched: Hide unused sched_update_scaling()
Arnd Bergmann
1
-1
/
+2
2023-05-20
sched/psi: Avoid resetting the min update period when it is unnecessary
Yang Yang
1
-5
/
+10
2023-05-17
workqueue: Automatically mark CPU-hogging work items CPU_INTENSIVE
Tejun Heo
1
-0
/
+3
2023-05-08
cgroup/cpuset: Free DL BW in case can_attach() fails
Dietmar Eggemann
1
-15
/
+2
2023-05-08
sched/deadline: Create DL BW alloc, free & check overflow interface
Dietmar Eggemann
3
-16
/
+43
2023-05-08
sched/cpuset: Keep track of SCHED_DEADLINE task in cpusets
Juri Lelli
1
-0
/
+14
2023-05-08
sched/cpuset: Bring back cpuset_mutex
Juri Lelli
1
-7
/
+15
2023-05-08
sched/debug: Correct printing for rq->nr_uninterruptible
晏艳(采苓)
1
-1
/
+1
2023-05-08
sched/topology: Propagate SMT flags when removing degenerate domain
Tim C Chen
1
-1
/
+6
2023-05-08
psi: remove 500ms min window size limitation for triggers
Suren Baghdasaryan
1
-3
/
+1
2023-05-08
sched/topology: Check SDF_SHARED_CHILD in highest_flag_domain()
Ricardo Neri
1
-3
/
+19
2023-05-08
sched/fair: Do not even the number of busy CPUs via asym_packing
Ricardo Neri
1
-65
/
+21
2023-05-08
sched/fair: Use the busiest group to set prefer_sibling
Ricardo Neri
1
-4
/
+11
2023-05-08
sched/fair: Keep a fully_busy SMT sched group as busiest
Ricardo Neri
1
-2
/
+14
2023-05-08
sched/fair: Let low-priority cores help high-priority busy SMT cores
Ricardo Neri
1
-2
/
+14
[prev]
[next]