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.12.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
*
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
2020-02-04
1
-24
/
+24
*
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-01-28
15
-149
/
+298
|
\
|
*
sched/fair: Define sched_idle_cpu() only for SMP configurations
Viresh Kumar
2020-01-20
1
-0
/
+2
|
*
sched/topology: Assert non-NUMA topology masks don't (partially) overlap
Valentin Schneider
2020-01-17
1
-0
/
+39
|
*
idle: fix spelling mistake "iterrupts" -> "interrupts"
Hewenliang
2020-01-17
1
-1
/
+1
|
*
sched/fair: Remove redundant call to cpufreq_update_util()
Vincent Guittot
2020-01-17
1
-7
/
+7
|
*
sched/psi: create /proc/pressure and /proc/pressure/{io|memory|cpu} only when...
Wang Long
2020-01-17
1
-4
/
+6
|
*
sched/fair: Fix sgc->{min,max}_capacity calculation for SD_OVERLAP
Peng Liu
2020-01-17
1
-22
/
+4
|
*
sched/fair: calculate delta runnable load only when it's needed
Peng Wang
2020-01-17
1
-5
/
+6
|
*
sched/cputime: move rq parameter in irqtime_account_process_tick
Alex Shi
2020-01-17
1
-9
/
+6
|
*
sched/debug: Reset watchdog on all CPUs while processing sysrq-t
Wei Li
2020-01-17
1
-2
/
+9
|
*
sched/core: Fix size of rq::uclamp initialization
Li Guanglei
2020-01-17
1
-1
/
+2
|
*
sched/uclamp: Fix a bug in propagating uclamp value in new cgroups
Qais Yousef
2020-01-17
1
-0
/
+6
|
*
sched/fair: Load balance aggressively for SCHED_IDLE CPUs
Viresh Kumar
2020-01-17
1
-11
/
+21
|
*
sched/fair : Improve update_sd_pick_busiest for spare capacity case
Vincent Guittot
2020-01-17
1
-5
/
+9
|
*
sched/rt: Make RT capacity-aware
Qais Yousef
2019-12-25
3
-18
/
+94
|
*
sched/fair: Make EAS wakeup placement consider uclamp restrictions
Valentin Schneider
2019-12-25
1
-2
/
+10
|
*
sched/fair: Make task_fits_capacity() consider uclamp restrictions
Valentin Schneider
2019-12-25
1
-1
/
+15
|
*
sched/uclamp: Rename uclamp_util_with() into uclamp_rq_util_with()
Valentin Schneider
2019-12-25
2
-5
/
+6
|
*
sched/uclamp: Make uclamp util helpers use and return UL values
Valentin Schneider
2019-12-25
2
-10
/
+10
|
*
sched/uclamp: Remove uclamp_util()
Valentin Schneider
2019-12-25
1
-9
/
+0
|
*
sched/fair: Make sched-idle CPU selection consistent throughout
Viresh Kumar
2019-12-25
1
-22
/
+12
|
*
sched/core: Remove unused variable from set_user_nice()
Qian Cai
2019-12-25
1
-2
/
+1
|
*
Merge tag 'v5.5-rc3' into sched/core, to pick up fixes
Ingo Molnar
2019-12-25
4
-9
/
+37
|
|
\
|
*
|
schied/fair: Skip calculating @contrib without load
Peng Wang
2019-12-17
1
-3
/
+17
|
*
|
sched/fair: Optimize select_idle_cpu
Cheng Jian
2019-12-17
1
-3
/
+4
|
*
|
sched/wait: fix ___wait_var_event(exclusive)
Oleg Nesterov
2019-12-17
1
-0
/
+1
|
*
|
sched: Use fair:prio_changed() instead of ad-hoc implementation
Frederic Weisbecker
2019-12-17
1
-8
/
+8
|
*
|
sched: Spare resched IPI when prio changes on a single fair task
Frederic Weisbecker
2019-12-17
1
-0
/
+3
|
*
|
Merge branch 'linus' into sched/urgent, to pick up the latest before merging ...
Ingo Molnar
2019-12-08
2
-19
/
+42
|
|
\
\
|
*
|
|
sched/clock: Use static_branch_likely() with sched_clock_running
Zhenzhong Duan
2019-11-29
1
-3
/
+3
*
|
|
|
genirq, sched/isolation: Isolate from handling managed interrupts
Ming Lei
2020-01-22
1
-0
/
+6
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-12-21
2
-3
/
+15
|
\
\
\
|
*
|
|
sched/cfs: fix spurious active migration
Vincent Guittot
2019-12-17
1
-1
/
+8
|
*
|
|
sched/fair: Fix find_idlest_group() to handle CPU affinity
Vincent Guittot
2019-12-17
1
-0
/
+4
|
*
|
|
psi: Fix a division error in psi poll()
Johannes Weiner
2019-12-17
1
-1
/
+1
|
*
|
|
sched/psi: Fix sampling error and rare div0 crashes with cgroups and high uptime
Johannes Weiner
2019-12-17
1
-1
/
+2
*
|
|
|
cpufreq: Avoid leaving stale IRQ work items during CPU offline
Rafael J. Wysocki
2019-12-12
2
-5
/
+21
|
/
/
/
*
|
|
Merge branch 'thermal/next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-12-05
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
cpufreq: Initialize the governors in core_initcall
Amit Kucheria
2019-11-07
1
-1
/
+1
*
|
|
Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2019-11-30
1
-10
/
+27
|
\
\
\
|
*
|
|
Add wake_up_interruptible_sync_poll_locked()
David Howells
2019-10-31
1
-0
/
+23
|
*
|
|
Remove the nr_exclusive argument from __wake_up_sync_key()
David Howells
2019-10-23
1
-10
/
+4
*
|
|
|
Merge tag 'pm-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2019-11-26
1
-9
/
+15
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Merge branch 'pm-cpuidle'
Rafael J. Wysocki
2019-11-26
1
-9
/
+15
|
|
\
\
\
|
|
*
|
|
cpuidle: Pass exit latency limit to cpuidle_use_deepest_state()
Daniel Lezcano
2019-11-20
1
-1
/
+7
|
|
*
|
|
cpuidle: Allow idle injection to apply exit latency limit
Daniel Lezcano
2019-11-20
1
-7
/
+7
|
|
*
|
|
cpuidle: Use nanoseconds as the unit of time
Rafael J. Wysocki
2019-11-11
1
-1
/
+1
*
|
|
|
|
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-11-26
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
locking/lockdep: Remove unused @nested argument from lock_release()
Qian Cai
2019-10-09
1
-1
/
+1
|
|
|
_
|
/
/
|
|
/
|
|
|
[next]