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.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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2018-06-05
2
-48
/
+94
|
\
|
*
workqueue: move function definitions within CONFIG_SMP block
Mathieu Malaterre
2018-05-23
1
-2
/
+2
|
*
workqueue: Make sure struct worker is accessible for wq_worker_comm()
Tejun Heo
2018-05-21
1
-24
/
+34
|
*
workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status}
Tejun Heo
2018-05-18
1
-0
/
+39
|
*
workqueue: Set worker->desc to workqueue name by default
Tejun Heo
2018-05-18
2
-12
/
+10
|
*
workqueue: Make worker_attach/detach_pool() update worker->pool
Tejun Heo
2018-05-18
2
-9
/
+9
|
*
workqueue: Replace pool->attach_mutex with global wq_pool_attach_mutex
Tejun Heo
2018-05-18
1
-21
/
+20
*
|
Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2018-06-05
6
-395
/
+512
|
\
\
|
*
|
cgroup: css_set_lock should nest inside tasklist_lock
Tejun Heo
2018-05-23
1
-8
/
+8
|
*
|
rdmacg: Convert to use match_string() helper
Andy Shevchenko
2018-05-07
1
-19
/
+16
|
*
|
cgroup: Make cgroup_rstat_updated() ready for root cgroup usage
Tejun Heo
2018-04-26
1
-0
/
+4
|
*
|
cgroup: Add memory barriers to plug cgroup_rstat_updated() race window
Tejun Heo
2018-04-26
1
-3
/
+13
|
*
|
cgroup: Add cgroup_subsys->css_rstat_flush()
Tejun Heo
2018-04-26
2
-1
/
+21
|
*
|
cgroup: Replace cgroup_rstat_mutex with a spinlock
Tejun Heo
2018-04-26
1
-13
/
+45
|
*
|
cgroup: Factor out and expose cgroup_rstat_*() interface functions
Tejun Heo
2018-04-26
2
-13
/
+30
|
*
|
cgroup: Reorganize kernel/cgroup/rstat.c
Tejun Heo
2018-04-26
2
-89
/
+95
|
*
|
cgroup: Distinguish base resource stat implementation from rstat
Tejun Heo
2018-04-26
3
-37
/
+36
|
*
|
cgroup: Rename stat to rstat
Tejun Heo
2018-04-26
3
-101
/
+103
|
*
|
cgroup: Rename kernel/cgroup/stat.c to kernel/cgroup/rstat.c
Tejun Heo
2018-04-26
2
-1
/
+1
|
*
|
cgroup: Limit event generation frequency
Tejun Heo
2018-04-26
1
-2
/
+23
|
*
|
cgroup: Explicitly remove core interface files
Tejun Heo
2018-04-26
1
-13
/
+22
*
|
|
Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2018-06-05
7
-95
/
+210
|
\
\
\
|
|
\
\
|
|
\
\
|
|
\
\
|
|
\
\
|
*
-
-
-
.
\
\
Merge branches 'pm-pci', 'acpi-pm', 'pm-sleep' and 'pm-avs'
Rafael J. Wysocki
2018-06-04
4
-11
/
+30
|
|
\
\
\
\
\
|
|
|
|
|
_
|
/
|
|
|
|
/
|
|
|
|
|
|
*
|
PM / hibernate: Fix oops at snapshot_write()
Tetsuo Handa
2018-05-27
1
-0
/
+5
|
|
|
|
*
|
PM / wakeup: Make s2idle_lock a RAW_SPINLOCK
Sebastian Andrzej Siewior
2018-05-27
1
-7
/
+7
|
|
|
|
*
|
PM / s2idle: Make s2idle_wait_head swait based
Sebastian Andrzej Siewior
2018-05-27
1
-4
/
+5
|
|
|
|
*
|
PM / suspend: Prevent might sleep splats
Thomas Gleixner
2018-05-27
3
-0
/
+13
|
|
|
|
/
/
|
|
|
/
|
|
|
|
|
|
|
|
|
\
\
\
|
*
-
.
\
\
\
Merge branches 'pm-cpufreq-sched' and 'pm-cpuidle'
Rafael J. Wysocki
2018-06-04
1
-83
/
+179
|
|
\
\
\
\
\
|
|
*
|
|
|
|
cpufreq: schedutil: Avoid missing updates for one-CPU policies
Rafael J. Wysocki
2018-05-24
1
-23
/
+47
|
|
*
|
|
|
|
schedutil: Allow cpufreq requests to be made even when kthread kicked
Joel Fernandes (Google)
2018-05-23
1
-8
/
+26
|
|
*
|
|
|
|
cpufreq: Rename cpufreq_can_do_remote_dvfs()
Viresh Kumar
2018-05-23
1
-1
/
+1
|
|
*
|
|
|
|
cpufreq: schedutil: Cleanup and document iowait boost
Patrick Bellasi
2018-05-22
1
-45
/
+107
|
|
*
|
|
|
|
cpufreq: schedutil: Fix iowait boost reset
Patrick Bellasi
2018-05-22
1
-8
/
+10
|
|
*
|
|
|
|
cpufreq: schedutil: Don't set next_freq to UINT_MAX
Viresh Kumar
2018-05-15
1
-12
/
+6
|
|
*
|
|
|
|
Revert "cpufreq: schedutil: Don't restrict kthread to related_cpus unnecessar...
Dietmar Eggemann
2018-05-15
1
-5
/
+1
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
|
|
|
|
|
|
|
|
\
\
\
\
|
*
-
.
\
\
\
\
Merge branches 'pm-qos' and 'pm-core'
Rafael J. Wysocki
2018-06-04
2
-1
/
+1
|
|
\
\
\
\
\
\
|
|
|
*
\
\
\
\
Merge back PM core material for v4.18.
Rafael J. Wysocki
2018-05-25
1
-0
/
+1
|
|
|
|
\
\
\
\
\
|
|
|
|
|
_
|
_
|
/
/
|
|
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
PM / wakeup: Only update last time for active wakeup sources
Doug Berger
2018-05-10
1
-0
/
+1
|
|
*
|
|
|
|
|
PM / QoS: Drop redundant declaration of pm_qos_get_value()
Rafael J. Wysocki
2018-05-28
1
-1
/
+0
|
|
|
|
_
|
_
|
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
|
|
Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-06-04
2
-41
/
+34
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
timekeeping: Add ktime_get_coarse_with_offset
Arnd Bergmann
2018-05-19
1
-0
/
+19
|
*
|
|
|
|
|
|
timekeeping: Standardize on ktime_get_*() naming
Arnd Bergmann
2018-05-19
1
-14
/
+9
|
*
|
|
|
|
|
|
timekeeping: Clean up ktime_get_real_ts64
Arnd Bergmann
2018-05-19
1
-25
/
+6
|
*
|
|
|
|
|
|
timekeeping: Remove timespec64 hack
Arnd Bergmann
2018-05-19
1
-2
/
+0
|
*
|
|
|
|
|
|
Merge branch 'linus' into timers/2038
Thomas Gleixner
2018-05-19
42
-433
/
+506
|
|
\
\
\
\
\
\
\
|
|
|
|
_
|
_
|
_
|
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-06-04
9
-96
/
+114
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
clocksource: Move inline keyword to the beginning of function declarations
Mathieu Malaterre
2018-05-16
1
-2
/
+2
|
*
|
|
|
|
|
|
|
timer_list: Remove unused function pointer typedef
Chen Lin
2018-05-13
1
-2
/
+0
|
*
|
|
|
|
|
|
|
timers: Adjust a kernel-doc comment
Mauro Carvalho Chehab
2018-05-13
1
-7
/
+7
|
*
|
|
|
|
|
|
|
tick: Prefer a lower rating device only if it's CPU local device
Sudeep Holla
2018-05-13
1
-1
/
+2
[next]