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
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
2024-08-19
sched/smt: Fix unbalance sched_smt_present dec/inc
Yang Yingliang
1
-0
/
+1
2024-08-19
sched/smt: Introduce sched_smt_present_inc/dec() helper
Yang Yingliang
1
-7
/
+19
2024-08-19
sched/cputime: Fix mul_u64_u64_div_u64() precision for cputime
Zheng Zucheng
1
-0
/
+6
2024-08-19
profiling: remove profile=sleep support
Tetsuo Handa
1
-10
/
+0
2024-08-19
sched/fair: Use all little CPUs for CPU-bound workloads
Pierre Gondois
1
-1
/
+1
2024-08-19
sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...
Tejun Heo
3
-18
/
+14
2024-06-16
sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_...
Cheng Yu
1
-1
/
+1
2024-06-16
sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_level
Vitalii Bursov
1
-1
/
+1
2024-06-16
sched/fair: Add EAS checks before updating root_domain::overutilized
Shrikanth Hegde
1
-19
/
+34
2024-03-26
sched/fair: Take the scheduling domain into account in select_idle_core()
Keisuke Nishimura
1
-2
/
+2
2024-03-01
sched/fair: Don't balance task to its current running CPU
Yicong Yang
1
-1
/
+1
2024-03-01
sched/rt: Disallow writing invalid values to sched_rt_period_us
Cyril Hrubis
1
-4
/
+1
2024-03-01
sched/rt: Fix sysctl_sched_rr_timeslice intial value
Cyril Hrubis
1
-1
/
+1
2024-03-01
sched/rt: sysctl_sched_rr_timeslice show default timeslice after reset
Cyril Hrubis
1
-0
/
+3
2024-02-23
sched/membarrier: reduce the ability to hammer on sys_membarrier
Linus Torvalds
1
-0
/
+9
2023-11-20
sched: Fix stop_one_cpu_nowait() vs hotplug
Peter Zijlstra
4
-3
/
+17
2023-11-20
sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0
Qais Yousef
1
-17
/
+1
2023-10-19
Revert "kernel/sched: Modify initial boot task idle setup"
Greg Kroah-Hartman
2
-2
/
+1
2023-10-06
sched/rt: Fix live lock between select_fallback_rq() and RT push
Joel Fernandes (Google)
1
-0
/
+1
2023-10-06
kernel/sched: Modify initial boot task idle setup
Liam R. Howlett
2
-1
/
+2
2023-10-06
sched/cpuacct: Optimize away RCU read lock
Chengming Zhou
1
-3
/
+1
2023-08-30
cgroup/cpuset: Free DL BW in case can_attach() fails
Dietmar Eggemann
1
-15
/
+2
2023-08-30
sched/deadline: Create DL BW alloc, free & check overflow interface
Dietmar Eggemann
3
-16
/
+43
2023-08-30
sched/cpuset: Keep track of SCHED_DEADLINE task in cpusets
Juri Lelli
1
-0
/
+13
2023-08-30
sched/cpuset: Bring back cpuset_mutex
Juri Lelli
1
-7
/
+15
2023-05-11
sched: Fix DEBUG && !SCHEDSTATS warn
Peter Zijlstra
1
-1
/
+2
2023-05-11
sched/rt: Fix bad task migration for rt tasks
Schspa Shi
2
-0
/
+5
2023-05-11
sched/fair: Fix inaccurate tally of ttwu_move_affine
Libo Chen
1
-1
/
+1
2023-05-11
sched: Make struct sched_statistics independent of fair sched class
Yafang Shao
7
-97
/
+140
2023-05-11
sched/fair: Use __schedstat_set() in set_next_entity()
Yafang Shao
1
-3
/
+3
2023-04-26
sched/fair: Fixes for capacity inversion detection
Qais Yousef
1
-2
/
+11
2023-04-26
sched/uclamp: Fix a uninitialized variable warnings
Qais Yousef
1
-19
/
+16
2023-04-26
sched/fair: Consider capacity inversion in util_fits_cpu()
Qais Yousef
1
-5
/
+9
2023-04-26
sched/fair: Detect capacity inversion
Qais Yousef
2
-3
/
+79
2023-04-26
sched/uclamp: Cater for uclamp in find_energy_efficient_cpu()'s early exit co...
Qais Yousef
1
-6
/
+8
2023-04-26
sched/uclamp: Make cpu_overutilized() use util_fits_cpu()
Qais Yousef
1
-1
/
+4
2023-04-26
sched/uclamp: Fix fits_capacity() check in feec()
Qais Yousef
3
-10
/
+68
2023-04-20
sched/fair: Fix imbalance overflow
Vincent Guittot
1
-0
/
+10
2023-04-20
sched/fair: Move calculate of avg_load to a better location
zgpeng
1
-2
/
+3
2023-04-05
sched_getaffinity: don't assume 'cpumask_size()' is fully initialized
Linus Torvalds
1
-2
/
+2
2023-03-30
sched/fair: Sanitize vruntime of entity being migrated
Vincent Guittot
2
-11
/
+47
2023-03-30
sched/fair: sanitize vruntime of entity being placed
Zhang Qiao
1
-2
/
+13
2023-03-10
sched/rt: pick_next_rt_entity(): check list_entry
Pietro Borrello
1
-1
/
+4
2023-03-10
sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity()
Dietmar Eggemann
2
-6
/
+4
2023-02-22
sched/psi: Fix use-after-free in ep_remove_wait_queue()
Munehisa Kamata
1
-3
/
+4
2023-02-01
panic: Consolidate open-coded panic_on_warn checks
Kees Cook
1
-2
/
+1
2023-01-18
sched/core: Fix use-after-free bug in dup_user_cpus_ptr()
Waiman Long
1
-4
/
+33
2022-12-31
sched/uclamp: Make asym_fits_capacity() use util_fits_cpu()
Qais Yousef
1
-8
/
+13
2022-12-31
sched/core: Introduce sched_asym_cpucap_active()
Dietmar Eggemann
5
-9
/
+14
2022-12-31
sched/fair: Removed useless update of p->recent_used_cpu
Vincent Guittot
1
-5
/
+0
[next]