index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched/fair: Take the scheduling domain into account in select_idle_core()
Keisuke Nishimura
2024-03-26
1
-2
/
+2
*
sched/fair: Don't balance task to its current running CPU
Yicong Yang
2024-03-01
1
-1
/
+1
*
sched/rt: Disallow writing invalid values to sched_rt_period_us
Cyril Hrubis
2024-03-01
1
-4
/
+1
*
sched/rt: Fix sysctl_sched_rr_timeslice intial value
Cyril Hrubis
2024-03-01
1
-1
/
+1
*
sched/rt: sysctl_sched_rr_timeslice show default timeslice after reset
Cyril Hrubis
2024-03-01
1
-0
/
+3
*
sched/membarrier: reduce the ability to hammer on sys_membarrier
Linus Torvalds
2024-02-23
1
-0
/
+9
*
sched: Fix stop_one_cpu_nowait() vs hotplug
Peter Zijlstra
2023-11-20
4
-3
/
+17
*
sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0
Qais Yousef
2023-11-20
1
-17
/
+1
*
Revert "kernel/sched: Modify initial boot task idle setup"
Greg Kroah-Hartman
2023-10-19
2
-2
/
+1
*
sched/rt: Fix live lock between select_fallback_rq() and RT push
Joel Fernandes (Google)
2023-10-06
1
-0
/
+1
*
kernel/sched: Modify initial boot task idle setup
Liam R. Howlett
2023-10-06
2
-1
/
+2
*
sched/cpuacct: Optimize away RCU read lock
Chengming Zhou
2023-10-06
1
-3
/
+1
*
cgroup/cpuset: Free DL BW in case can_attach() fails
Dietmar Eggemann
2023-08-30
1
-15
/
+2
*
sched/deadline: Create DL BW alloc, free & check overflow interface
Dietmar Eggemann
2023-08-30
3
-16
/
+43
*
sched/cpuset: Keep track of SCHED_DEADLINE task in cpusets
Juri Lelli
2023-08-30
1
-0
/
+13
*
sched/cpuset: Bring back cpuset_mutex
Juri Lelli
2023-08-30
1
-7
/
+15
*
sched: Fix DEBUG && !SCHEDSTATS warn
Peter Zijlstra
2023-05-11
1
-1
/
+2
*
sched/rt: Fix bad task migration for rt tasks
Schspa Shi
2023-05-11
2
-0
/
+5
*
sched/fair: Fix inaccurate tally of ttwu_move_affine
Libo Chen
2023-05-11
1
-1
/
+1
*
sched: Make struct sched_statistics independent of fair sched class
Yafang Shao
2023-05-11
7
-97
/
+140
*
sched/fair: Use __schedstat_set() in set_next_entity()
Yafang Shao
2023-05-11
1
-3
/
+3
*
sched/fair: Fixes for capacity inversion detection
Qais Yousef
2023-04-26
1
-2
/
+11
*
sched/uclamp: Fix a uninitialized variable warnings
Qais Yousef
2023-04-26
1
-19
/
+16
*
sched/fair: Consider capacity inversion in util_fits_cpu()
Qais Yousef
2023-04-26
1
-5
/
+9
*
sched/fair: Detect capacity inversion
Qais Yousef
2023-04-26
2
-3
/
+79
*
sched/uclamp: Cater for uclamp in find_energy_efficient_cpu()'s early exit co...
Qais Yousef
2023-04-26
1
-6
/
+8
*
sched/uclamp: Make cpu_overutilized() use util_fits_cpu()
Qais Yousef
2023-04-26
1
-1
/
+4
*
sched/uclamp: Fix fits_capacity() check in feec()
Qais Yousef
2023-04-26
3
-10
/
+68
*
sched/fair: Fix imbalance overflow
Vincent Guittot
2023-04-20
1
-0
/
+10
*
sched/fair: Move calculate of avg_load to a better location
zgpeng
2023-04-20
1
-2
/
+3
*
sched_getaffinity: don't assume 'cpumask_size()' is fully initialized
Linus Torvalds
2023-04-05
1
-2
/
+2
*
sched/fair: Sanitize vruntime of entity being migrated
Vincent Guittot
2023-03-30
2
-11
/
+47
*
sched/fair: sanitize vruntime of entity being placed
Zhang Qiao
2023-03-30
1
-2
/
+13
*
sched/rt: pick_next_rt_entity(): check list_entry
Pietro Borrello
2023-03-10
1
-1
/
+4
*
sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity()
Dietmar Eggemann
2023-03-10
2
-6
/
+4
*
sched/psi: Fix use-after-free in ep_remove_wait_queue()
Munehisa Kamata
2023-02-22
1
-3
/
+4
*
panic: Consolidate open-coded panic_on_warn checks
Kees Cook
2023-02-01
1
-2
/
+1
*
sched/core: Fix use-after-free bug in dup_user_cpus_ptr()
Waiman Long
2023-01-18
1
-4
/
+33
*
sched/uclamp: Make asym_fits_capacity() use util_fits_cpu()
Qais Yousef
2022-12-31
1
-8
/
+13
*
sched/core: Introduce sched_asym_cpucap_active()
Dietmar Eggemann
2022-12-31
5
-9
/
+14
*
sched/fair: Removed useless update of p->recent_used_cpu
Vincent Guittot
2022-12-31
1
-5
/
+0
*
sched/uclamp: Make select_idle_capacity() use util_fits_cpu()
Qais Yousef
2022-12-31
1
-3
/
+5
*
sched/uclamp: Make task_fits_capacity() use util_fits_cpu()
Qais Yousef
2022-12-31
2
-10
/
+25
*
sched/uclamp: Fix relationship between uclamp and migration margin
Qais Yousef
2022-12-31
1
-0
/
+123
*
sched/fair: Cleanup task_util and capacity type
Vincent Donnefort
2022-12-31
1
-2
/
+3
*
io_uring: move to separate directory
Jens Axboe
2022-12-14
1
-1
/
+1
*
sched/core: Fix comparison in sched_group_cookie_match()
Lin Shengwang
2022-11-03
1
-9
/
+9
*
lockdep: Fix -Wunused-parameter for _THIS_IP_
Nick Desaulniers
2022-09-20
1
-1
/
+1
*
sched/debug: fix dentry leak in update_sched_domain_debugfs
Greg Kroah-Hartman
2022-09-15
1
-1
/
+1
*
sched/core: Do not requeue task on CPU excluded from cpus_mask
Mel Gorman
2022-08-17
1
-2
/
+6
[next]