index
:
linux-stable.git
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.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/psi: Correct overly pessimistic size calculation
Miles Chen
2019-10-05
1
-1
/
+1
*
sched/cpufreq: Align trace event behavior of fast switching
Douglas RAILLARD
2019-10-05
1
-1
/
+6
*
idle: Prevent late-arriving interrupts from disrupting offline
Peter Zijlstra
2019-10-05
1
-2
/
+3
*
sched/fair: Use rq_lock/unlock in online_fair_sched_group
Phil Auld
2019-10-05
1
-3
/
+3
*
sched/deadline: Fix bandwidth accounting at all levels after offline migration
Juri Lelli
2019-10-05
1
-0
/
+33
*
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
*
time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaint
Paul E. McKenney
2019-10-05
1
-8
/
+49
*
sched/fair: Don't assign runtime for throttled cfs_rq
Liangyan
2019-09-16
1
-0
/
+5
*
sched/core: Schedule new worker even if PI-blocked
Sebastian Andrzej Siewior
2019-09-10
1
-1
/
+4
*
psi: get poll_work to run when calling poll syscall next time
Jason Xing
2019-08-29
1
-0
/
+8
*
sched/psi: Do not require setsched permission from the trigger creator
Suren Baghdasaryan
2019-08-29
1
-1
/
+1
*
sched/psi: Reduce psimon FIFO priority
Peter Zijlstra
2019-08-29
1
-1
/
+1
*
sched/deadline: Fix double accounting of rq/running bw in push & pull
Dietmar Eggemann
2019-08-29
1
-8
/
+0
*
cpufreq: schedutil: Don't skip freq update when limits change
Viresh Kumar
2019-08-25
1
-4
/
+10
*
sched/fair: Use RCU accessors consistently for ->numa_group
Jann Horn
2019-08-04
1
-39
/
+81
*
sched/fair: Don't free p->numa_faults with concurrent readers
Jann Horn
2019-08-04
1
-4
/
+20
*
sched/fair: Fix "runnable_avg_yN_inv" not used warnings
Qian Cai
2019-07-26
1
-1
/
+1
*
sched/core: Add __sched tag for io_schedule()
Gao Xiang
2019-07-26
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
2019-06-05
2
-10
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2019-05-30
1
-10
/
+1
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
7
-0
/
+7
*
kernel/sched/psi.c: expose pressure metrics on root cgroup
Dan Schatzberg
2019-05-14
1
-1
/
+1
*
psi: introduce psi monitor
Suren Baghdasaryan
2019-05-14
1
-16
/
+478
*
psi: track changed states
Suren Baghdasaryan
2019-05-14
1
-6
/
+18
*
psi: split update_stats into parts
Suren Baghdasaryan
2019-05-14
1
-23
/
+34
*
psi: rename psi fields in preparation for psi trigger addition
Suren Baghdasaryan
2019-05-14
1
-20
/
+21
*
psi: make psi_enable static
Suren Baghdasaryan
2019-05-14
1
-2
/
+2
*
psi: introduce state_mask to represent stalled psi states
Suren Baghdasaryan
2019-05-14
1
-10
/
+19
*
Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-05-07
1
-2
/
+3
|
\
|
*
cpufreq: schedutil: Replace default_attrs field with groups
Kimberly Brown
2019-04-25
1
-2
/
+3
*
|
Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2019-05-06
1
-11
/
+10
|
\
\
|
*
\
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2019-05-06
1
-11
/
+10
|
|
\
\
|
|
*
|
cpufreq: schedutil: Simplify iowait boosting
Rafael J. Wysocki
2019-04-08
1
-11
/
+10
|
|
|
/
*
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-05-06
8
-127
/
+101
|
\
\
\
|
*
|
|
sched/isolation: Require a present CPU in housekeeping mask
Nicholas Piggin
2019-05-03
1
-5
/
+13
|
*
|
|
sched/core: Allow the remote scheduler tick to be started on CPU0
Nicholas Piggin
2019-05-03
1
-1
/
+1
|
*
|
|
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
2019-05-03
2
-2
/
+30
|
|
\
|
|
|
*
|
|
sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUs
Nicholas Piggin
2019-04-29
1
-6
/
+10
|
*
|
|
sched/debug: Fix spelling mistake "logaritmic" -> "logarithmic"
Colin Ian King
2019-04-19
1
-1
/
+1
|
*
|
|
sched/topology: Update init_sched_domains() comment
Juri Lelli
2019-04-19
1
-3
/
+2
|
*
|
|
sched/core: Check quota and period overflow at usec to nsec conversion
Konstantin Khlebnikov
2019-04-19
1
-1
/
+6
|
*
|
|
sched/core: Handle overflow in cpu_shares_write_u64
Konstantin Khlebnikov
2019-04-19
1
-0
/
+2
|
*
|
|
sched/rt: Check integer overflow at usec to nsec conversion
Konstantin Khlebnikov
2019-04-19
1
-0
/
+5
|
*
|
|
sched/core: Fix typo in comment
Joel Savitz
2019-04-19
1
-1
/
+1
|
*
|
|
sched/core: Make some functions static
YueHaibing
2019-04-18
2
-6
/
+6
|
*
|
|
sched/core: Unify p->on_rq updates
Peter Zijlstra
2019-04-16
2
-7
/
+4
|
*
|
|
sched/core: Remove ttwu_activate()
Peter Zijlstra
2019-04-16
1
-7
/
+2
|
*
|
|
sched/core, workqueues: Distangle worker accounting from rq lock
Thomas Gleixner
2019-04-16
1
-67
/
+21
[next]