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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-03-15
7
-181
/
+1086
|
\
|
*
cpu/hotplug: Document states better
Thomas Gleixner
2016-03-12
1
-1
/
+46
|
*
cpu/hotplug: Fix smpboot thread ordering
Thomas Gleixner
2016-03-10
1
-2
/
+3
|
*
cpu/hotplug: Remove redundant state check
Thomas Gleixner
2016-03-06
1
-2
/
+0
|
*
cpu/hotplug: Plug death reporting race
Thomas Gleixner
2016-03-03
1
-2
/
+14
|
*
rcu: Make CPU_DYING_IDLE an explicit call
Thomas Gleixner
2016-03-01
3
-35
/
+38
|
*
cpu/hotplug: Make wait for dead cpu completion based
Thomas Gleixner
2016-03-01
2
-8
/
+13
|
*
cpu/hotplug: Let upcoming cpu bring itself fully up
Thomas Gleixner
2016-03-01
2
-29
/
+39
|
*
cpu/hotplug: Move online calls to hotplugged cpu
Thomas Gleixner
2016-03-01
1
-48
/
+96
|
*
cpu/hotplug: Create hotplug threads
Thomas Gleixner
2016-03-01
3
-1
/
+147
|
*
cpu/hotplug: Split out the state walk into functions
Thomas Gleixner
2016-03-01
1
-43
/
+68
|
*
cpu/hotplug: Unpark smpboot threads from the state machine
Thomas Gleixner
2016-03-01
3
-38
/
+11
|
*
cpu/hotplug: Move scheduler cpu_online notifier to hotplug core
Thomas Gleixner
2016-03-01
2
-10
/
+18
|
*
cpu/hotplug: Implement setup/removal interface
Thomas Gleixner
2016-03-01
1
-0
/
+224
|
*
cpu/hotplug: Make target state writeable
Thomas Gleixner
2016-03-01
1
-8
/
+65
|
*
cpu/hotplug: Add sysfs state interface
Thomas Gleixner
2016-03-01
1
-0
/
+100
|
*
cpu/hotplug: Hand in target state to _cpu_up/down
Thomas Gleixner
2016-03-01
1
-11
/
+20
|
*
cpu/hotplug: Convert the hotplugged cpu work to a state machine
Thomas Gleixner
2016-03-01
1
-15
/
+66
|
*
cpu/hotplug: Convert to a state machine for the control processor
Thomas Gleixner
2016-03-01
1
-26
/
+176
|
*
cpu/hotplug: Split out cpu down functions
Thomas Gleixner
2016-03-01
1
-30
/
+53
|
*
cpu/hotplug: Restructure cpu_up code
Thomas Gleixner
2016-03-01
1
-22
/
+47
|
*
cpu/hotplug: Restructure FROZEN state handling
Thomas Gleixner
2016-03-01
1
-40
/
+29
*
|
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-03-15
11
-19
/
+371
|
\
\
|
*
|
genirq: Export IRQ functions for module use
Quan Nguyen
2016-03-10
2
-0
/
+9
|
*
|
Merge branch 'linus' into irq/core, to pick up fixes
Ingo Molnar
2016-03-08
14
-298
/
+521
|
|
\
\
|
*
|
|
genirq: Implement ipi_send_mask/single()
Qais Yousef
2016-02-25
1
-1
/
+156
|
*
|
|
genirq: Add a new function to get IPI reverse mapping
Qais Yousef
2016-02-25
1
-0
/
+34
|
*
|
|
genirq: Add a new generic IPI reservation code to irq core
Qais Yousef
2016-02-25
2
-0
/
+138
|
*
|
|
genirq: Make irq_domain_alloc_descs() non static
Qais Yousef
2016-02-25
1
-4
/
+2
|
*
|
|
genirq: Add GENERIC_IRQ_IPI Kconfig symbol
Qais Yousef
2016-02-25
1
-0
/
+4
|
*
|
|
genirq: Use a common macro to go through the actions list
Daniel Lezcano
2016-02-15
5
-13
/
+10
|
*
|
|
genirq: Add default affinity mask command line option
Thomas Gleixner
2016-02-08
1
-2
/
+19
*
|
|
|
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-03-15
3
-36
/
+304
|
\
\
\
\
|
*
|
|
|
time/timekeeping: Work around false positive GCC warning
Ingo Molnar
2016-03-08
1
-1
/
+1
|
*
|
|
|
Merge branch 'fortglx/4.6/time' of https://git.linaro.org/people/john.stultz/...
Thomas Gleixner
2016-03-04
1
-25
/
+261
|
|
\
\
\
\
|
|
*
|
|
|
time: Add history to cross timestamp interface supporting slower devices
Christopher S. Hall
2016-03-02
1
-1
/
+170
|
|
*
|
|
|
time: Add driver cross timestamp interface for higher precision time synchron...
Christopher S. Hall
2016-03-02
1
-0
/
+56
|
|
*
|
|
|
time: Remove duplicated code in ktime_get_raw_and_real()
Christopher S. Hall
2016-03-02
1
-38
/
+2
|
|
*
|
|
|
time: Add timekeeping snapshot code capturing system time and counter
Christopher S. Hall
2016-03-02
1
-0
/
+30
|
|
*
|
|
|
time: Add cycles to nanoseconds translation
Christopher S. Hall
2016-03-02
1
-4
/
+21
|
*
|
|
|
|
hrtimer: Revert CLOCK_MONOTONIC_RAW support
Thomas Gleixner
2016-03-03
1
-16
/
+2
|
|
/
/
/
/
|
*
|
|
|
jiffies: Use CLOCKSOURCE_MASK instead of constant
Alexander Kuleshov
2016-02-27
1
-1
/
+1
|
*
|
|
|
clocksource: Allow unregistering the watchdog
Vitaly Kuznetsov
2016-01-27
1
-10
/
+42
|
*
|
|
|
hrtimer: Catch illegal clockids
Marc Zyngier
2016-01-27
1
-1
/
+6
|
*
|
|
|
hrtimer: Add support for CLOCK_MONOTONIC_RAW
Marc Zyngier
2016-01-27
1
-1
/
+10
*
|
|
|
|
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-03-15
7
-117
/
+129
|
\
\
\
\
\
|
*
\
\
\
\
Merge commit 'torture.2015.02.23a' into core/rcu
Ingo Molnar
2016-03-15
1
-0
/
+1
|
|
\
\
\
\
\
|
|
*
|
|
|
|
rcu: Export rcu_gp_is_normal()
Paul E. McKenney
2016-02-23
1
-0
/
+1
|
|
|
/
/
/
/
|
*
|
|
|
|
Merge commit 'fixes.2015.02.23a' into core/rcu
Ingo Molnar
2016-03-15
6
-117
/
+128
|
|
\
\
\
\
\
|
|
*
|
|
|
|
rcu: Catch up rcu_report_qs_rdp() comment with reality
Paul E. McKenney
2016-02-23
1
-6
/
+1
[next]