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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-05
psi: Fix uaf issue when psi trigger is destroyed while being polled
Suren Baghdasaryan
1
-37
/
+29
2022-02-01
sched/pelt: Relax the sync of util_sum with util_avg
Vincent Guittot
2
-4
/
+16
2022-02-01
kernel: delete repeated words in comments
Randy Dunlap
2
-2
/
+2
2022-02-01
sched/membarrier: Fix membarrier-rseq fence command missing from query bitmask
Mathieu Desnoyers
1
-4
/
+5
2022-01-27
cputime, cpuacct: Include guest time in user time in cpuacct.stat
Andrey Ryabinin
1
-2
/
+2
2022-01-27
sched/rt: Try to restart rt period timer when rt runtime exceeded
Li Hua
1
-5
/
+18
2022-01-27
sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacity
Vincent Donnefort
1
-1
/
+2
2022-01-27
sched/fair: Fix detection of per-CPU kthreads waking a task
Vincent Donnefort
1
-0
/
+1
2021-12-14
wait: add wake_up_pollfree()
Eric Biggers
1
-0
/
+7
2021-12-08
sched/uclamp: Fix rq->uclamp_max not set on first enqueue
Qais Yousef
1
-1
/
+1
2021-12-01
sched/scs: Reset task stack state in bringup_cpu()
Mark Rutland
1
-4
/
+0
2021-11-26
sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()
Vincent Donnefort
1
-0
/
+3
2021-11-18
kernel/sched: Fix sched_fork() access an invalid sched_task_group
Zhang Qiao
1
-21
/
+22
2021-10-27
sched/scs: Reset the shadow stack when idle_task_exit
Woody Lin
1
-0
/
+1
2021-10-06
cpufreq: schedutil: Use kobject release() method to free sugov_tunables
Kevin Hao
1
-5
/
+11
2021-09-26
sched/idle: Make the idle timer expire in hard interrupt context
Sebastian Andrzej Siewior
1
-2
/
+2
2021-09-15
sched: Fix UCLAMP_FLAG_IDLE setting
Quentin Perret
1
-6
/
+19
2021-09-15
sched/numa: Fix is_core_idle()
Mika Penttilä
1
-1
/
+1
2021-09-15
sched/deadline: Fix missing clock update in migrate_task_rq_dl()
Dietmar Eggemann
1
-0
/
+1
2021-09-15
sched/deadline: Fix reset_on_fork reporting of DL tasks
Quentin Perret
2
-3
/
+6
2021-09-03
kthread: Fix PF_KTHREAD vs to_kthread() race
Peter Zijlstra
1
-1
/
+1
2021-08-12
sched/rt: Fix double enqueue caused by rt_effective_prio
Peter Zijlstra
1
-55
/
+35
2021-07-25
sched/fair: Fix CFS bandwidth hrtimer expiry type
Odin Ugedal
1
-2
/
+2
2021-07-20
sched/uclamp: Ignore max aggregation if rq is idle
Xuewen Yan
1
-7
/
+14
2021-07-19
rq-qos: fix missed wake-ups in rq_qos_throttle try two
Jan Kara
1
-2
/
+7
2021-07-19
sched/fair: Ensure _sum and _avg values stay consistent
Odin Ugedal
1
-3
/
+3
2021-07-14
psi: Fix race between psi_trigger_create/destroy
Zhaoyang Huang
1
-6
/
+6
2021-07-14
sched/uclamp: Fix uclamp_tg_restrict()
Qais Yousef
1
-31
/
+18
2021-07-14
sched/rt: Fix Deadline utilization tracking during policy change
Vincent Donnefort
1
-0
/
+2
2021-07-14
sched/rt: Fix RT utilization tracking during policy change
Vincent Donnefort
1
-5
/
+12
2021-07-14
sched/uclamp: Fix locking around cpu_util_update_eff()
Qais Yousef
1
-0
/
+7
2021-07-14
sched/uclamp: Fix wrong implementation of cpu.uclamp.min
Qais Yousef
1
-4
/
+17
2021-07-14
sched/fair: Fix ascii art by relpacing tabs
Odin Ugedal
1
-4
/
+4
2021-07-14
sched/core: Initialize the idle task with preemption disabled
Valentin Schneider
1
-1
/
+1
2021-06-23
sched/pelt: Ensure that *_sum is always synced with *_avg
Vincent Guittot
1
-2
/
+8
2021-06-16
sched/fair: Fix util_est UTIL_AVG_UNCHANGED handling
Dietmar Eggemann
3
-13
/
+6
2021-06-16
sched/fair: Make sure to update tg contrib for blocked load
Vincent Guittot
1
-1
/
+1
2021-06-16
sched/fair: Keep load_avg and load_sum synced
Vincent Guittot
1
-6
/
+5
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
smp: Fix smp_call_function_single_async prototype
Arnd Bergmann
1
-1
/
+1
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-11
sched,psi: Handle potential task count underflow bugs more gracefully
Charan Teja Reddy
1
-2
/
+3
2021-05-11
sched,fair: Alternative sched_slice()
Peter Zijlstra
2
-1
/
+14
2021-05-11
sched/fair: Ignore percpu threads for imbalance pulls
Lingutla Chandrasekhar
1
-0
/
+4
2021-05-11
sched/pelt: Fix task util_est update filtering
Vincent Donnefort
1
-3
/
+12
2021-03-17
sched/membarrier: fix missing local execution of ipi_sync_rq_state()
Mathieu Desnoyers
1
-3
/
+1
2021-03-07
sched/features: Fix hrtick reprogramming
Juri Lelli
2
-5
/
+4
2021-03-07
sched/core: Allow try_invoke_on_locked_down_task() with irqs disabled
Peter Zijlstra
1
-5
/
+4
[next]