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: handle case of task_h_load() returning 0
Vincent Guittot
2020-07-22
1
-1
/
+9
*
sched/core: Fix PI boosting between RT and DEADLINE tasks
Juri Lelli
2020-06-30
1
-1
/
+2
*
sched/fair: Don't NUMA balance for kthreads
Jens Axboe
2020-06-20
1
-1
/
+1
*
sched: Avoid scale real weight down to zero
Michael Wang
2020-04-24
1
-1
/
+7
*
sched/fair: Scale bandwidth quota and period without losing quota/period rati...
Xuewei Zhang
2019-12-17
1
-14
/
+22
*
sched/core: Avoid spurious lock dependencies
Peter Zijlstra
2019-12-17
1
-1
/
+2
*
sched/fair: Don't increase sd->balance_interval on newidle balance
Valentin Schneider
2019-12-01
1
-2
/
+11
*
sched/topology: Fix off by one bug
Peter Zijlstra
2019-12-01
1
-1
/
+1
*
sched/fair: Fix -Wunused-but-set-variable warnings
Qian Cai
2019-11-12
1
-10
/
+5
*
sched/fair: Fix low cpu usage with high throttling by removing expiration of ...
Dave Chiluk
2019-11-12
2
-67
/
+7
*
sched/wake_q: Fix wakeup ordering for wake_q
Peter Zijlstra
2019-11-10
1
-3
/
+4
*
sched/vtime: Fix guest/system mis-accounting on task switch
Frederic Weisbecker
2019-11-06
1
-3
/
+3
*
sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()
KeMeng Shi
2019-10-11
1
-2
/
+2
*
sched/fair: Use rq_lock/unlock in online_fair_sched_group
Phil Auld
2019-10-05
1
-3
/
+3
*
sched/core: Fix CPU controller for !RT_GROUP_SCHED
Juri Lelli
2019-10-05
1
-4
/
+0
*
sched/fair: Fix imbalance due to CPU affinity
Vincent Guittot
2019-10-05
1
-2
/
+3
*
sched/fair: Don't assign runtime for throttled cfs_rq
Liangyan
2019-09-16
1
-0
/
+5
*
sched/fair: Don't free p->numa_faults with concurrent readers
Jann Horn
2019-08-04
1
-4
/
+20
*
sched/core: Add __sched tag for io_schedule()
Gao Xiang
2019-07-31
1
-1
/
+1
*
sched/core: Handle overflow in cpu_shares_write_u64
Konstantin Khlebnikov
2019-05-31
1
-0
/
+2
*
sched/rt: Check integer overflow at usec to nsec conversion
Konstantin Khlebnikov
2019-05-31
1
-0
/
+5
*
sched/core: Check quota and period overflow at usec to nsec conversion
Konstantin Khlebnikov
2019-05-31
1
-1
/
+6
*
sched/cpufreq: Fix kobject memleak
Tobin C. Harding
2019-05-25
1
-0
/
+1
*
sched/deadline: Correctly handle active 0-lag timers
luca abeni
2019-05-02
1
-2
/
+1
*
sched/numa: Fix a possible divide-by-zero
Xie XiuQi
2019-05-02
1
-0
/
+4
*
sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockup
Phil Auld
2019-04-27
1
-0
/
+25
*
sched/fair: Do not re-read ->h_load_next during hierarchical load calculation
Mel Gorman
2019-04-17
1
-3
/
+3
*
sched/debug: Initialize sd_sysctl_cpus if !CONFIG_CPUMASK_OFFSTACK
Hidetoshi Seto
2019-04-05
1
-0
/
+4
*
sched/topology: Fix percpu data types in struct sd_data & struct s_data
Luc Van Oostenryck
2019-04-05
1
-1
/
+1
*
sched/cpufreq/schedutil: Fix error path mutex unlock
Jules Maselbas
2019-03-27
1
-2
/
+1
*
cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM
Josh Poimboeuf
2019-02-12
1
-0
/
+1
*
sched/fair: Fix bandwidth timer clock drift condition
Xunlei Pang
2019-01-23
2
-7
/
+11
*
sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...
Linus Torvalds
2019-01-13
1
-34
/
+9
*
sched/smt: Expose sched_smt_present static key
Thomas Gleixner
2018-12-05
1
-3
/
+1
*
sched/smt: Make sched_smt_present track topology
Peter Zijlstra (Intel)
2018-12-05
1
-8
/
+11
*
sched/core: Fix cpu.max vs. cpuhotplug deadlock
Peter Zijlstra
2018-12-05
1
-2
/
+2
*
sched/core: Take the hotplug lock in sched_init_smp()
Valentin Schneider
2018-11-27
1
-1
/
+4
*
sched/fair: Fix the min_vruntime update logic in dequeue_entity()
Song Muchun
2018-11-13
1
-1
/
+1
*
sched/fair: Fix throttle_list starvation with low CFS quota
Phil Auld
2018-11-10
2
-3
/
+21
*
sched/fair: Fix vruntime_normalized() for remote non-migration wakeup
Steve Muckle
2018-09-29
1
-1
/
+2
*
sched/fair: Fix util_avg of new tasks for asymmetric systems
Quentin Perret
2018-09-26
1
-4
/
+6
*
sched/core: Use smp_mb() in wake_woken_function()
Andrea Parri
2018-09-26
1
-26
/
+21
*
sched/deadline: Fix switching to -deadline
Luca Abeni
2018-09-15
1
-7
/
+4
*
sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHARE
Hailong Liu
2018-09-05
1
-0
/
+2
*
sched/smt: Update sched_smt_present at runtime
Peter Zijlstra
2018-08-15
2
-18
/
+13
*
sched/core: Require cpu_active() in select_task_rq(), for user tasks
Paul Burton
2018-07-08
1
-2
/
+1
*
sched/core: Fix rules for running on online && !active CPUs
Peter Zijlstra
2018-07-08
1
-12
/
+30
*
sched/deadline: Make the grub_reclaim() function static
Mathieu Malaterre
2018-06-21
1
-1
/
+1
*
sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...
Mathieu Malaterre
2018-06-21
3
-6
/
+3
*
sched/core: Introduce set_special_state()
Peter Zijlstra
2018-06-21
1
-16
/
+1
[next]