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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-11-13
1
-20
/
+10
|
\
|
*
cpu/hotplug: Get rid of CPU hotplug notifier leftovers
Thomas Gleixner
2017-11-13
1
-17
/
+10
|
*
cpu/hotplug: Remove obsolete notifier macros
Yanjiang Jin
2017-10-24
1
-3
/
+0
*
|
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-11-13
15
-461
/
+472
|
\
\
|
*
|
timers: Add a function to start/reduce a timer
David Howells
2017-11-12
1
-0
/
+1
|
*
|
timer: Prepare to change all DEFINE_TIMER() callbacks
Kees Cook
2017-11-08
1
-4
/
+4
|
*
|
ide: Convert timers to use timer_setup()
Kees Cook
2017-11-06
1
-1
/
+1
|
*
|
scsi: sas: Convert timers to use timer_setup()
Kees Cook
2017-11-01
1
-0
/
+1
|
*
|
timer: Add parenthesis around timer_setup() macro arguments
Kees Cook
2017-11-01
1
-4
/
+5
|
*
|
Merge branch 'fortglx/4.15/time' of https://git.linaro.org/people/john.stultz...
Thomas Gleixner
2017-10-31
7
-419
/
+419
|
|
\
\
|
|
*
|
time: Move old timekeeping interfaces to timekeeping32.h
Arnd Bergmann
2017-10-30
3
-135
/
+154
|
|
*
|
time: Move time_t conversion helpers to time32.h
Arnd Bergmann
2017-10-30
2
-49
/
+46
|
|
*
|
time: Move time_t based interfaces to time32.h
Arnd Bergmann
2017-10-30
2
-162
/
+177
|
|
*
|
time: Remove unused functions
Arnd Bergmann
2017-10-30
2
-46
/
+0
|
|
*
|
timekeeping: Consolidate timekeeping_inject_offset code
Arnd Bergmann
2017-10-30
1
-26
/
+0
|
|
*
|
rtc: Allow rtc drivers to specify the tv_nsec value for ntp
Jason Gunthorpe
2017-10-30
1
-1
/
+42
|
*
|
|
scsi: fcoe: Convert timers to use timer_setup()
Kees Cook
2017-10-27
1
-1
/
+1
|
*
|
|
timer: Provide wrappers safe for use with LOCKDEP
Kees Cook
2017-10-20
1
-0
/
+14
|
*
|
|
workqueue: Convert callback to use from_timer()
Kees Cook
2017-10-05
1
-7
/
+8
|
*
|
|
kthread: Convert callback to use from_timer()
Kees Cook
2017-10-05
1
-5
/
+5
|
*
|
|
timer: Remove expires argument from __TIMER_INITIALIZER()
Kees Cook
2017-10-05
3
-5
/
+4
|
*
|
|
timer: Remove expires and data arguments from DEFINE_TIMER
Kees Cook
2017-10-05
1
-2
/
+2
|
*
|
|
timer: Remove unused static initializer macros
Kees Cook
2017-10-05
1
-12
/
+0
|
*
|
|
timer: Remove last user of TIMER_INITIALIZER
Kees Cook
2017-10-05
1
-1
/
+1
|
*
|
|
timer: Remove init_timer_deferrable() in favor of timer_setup()
Kees Cook
2017-10-05
1
-2
/
+0
|
*
|
|
timer: Remove init_timer_pinned() in favor of timer_setup()
Kees Cook
2017-10-05
1
-2
/
+0
|
*
|
|
timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()
Kees Cook
2017-10-05
2
-2
/
+1
|
*
|
|
timer: Remove init_timer_pinned_deferrable() in favor of timer_setup()
Kees Cook
2017-10-05
1
-2
/
+0
|
*
|
|
timer: Convert schedule_timeout() to use from_timer()
Kees Cook
2017-10-05
1
-0
/
+8
|
*
|
|
Merge branch 'linus' into timers/core
Thomas Gleixner
2017-10-05
16
-59
/
+136
|
|
\
\
\
|
*
|
|
|
timekeeping: Provide NMI safe access to clock realtime
Thomas Gleixner
2017-09-25
2
-1
/
+6
*
|
|
|
|
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-11-13
9
-11
/
+254
|
\
\
\
\
\
|
*
|
|
|
|
irqchip: mips-gic: Use irq_cpu_online to (un)mask all-VP(E) IRQs
Paul Burton
2017-11-02
1
-0
/
+1
|
*
|
|
|
|
irqdomain: Update the comments of fwnode field of irq_domain structure
Dou Liyang
2017-11-02
1
-2
/
+2
|
*
|
|
|
|
irqchip/gic-v3-its: Setup VLPI properties at map time
Marc Zyngier
2017-11-02
1
-0
/
+2
|
*
|
|
|
|
Merge tag 'v4.14-rc3' into irq/irqchip-4.15
Marc Zyngier
2017-11-02
12
-55
/
+110
|
|
\
\
\
\
\
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
irqchip/gic-v3-its: Limit scope of VPE mapping to be per ITS
Marc Zyngier
2017-10-19
1
-0
/
+1
|
*
|
|
|
|
irqchip/gic-v3-its: Make GICv4_ITS_LIST_MAX globally available
Marc Zyngier
2017-10-19
1
-0
/
+6
|
*
|
|
|
|
irqchip/gic-v3: Add support for Range Selector (RS) feature
Shanker Donthineni
2017-10-19
1
-0
/
+4
|
*
|
|
|
|
irqdomain: Move revmap_trees_mutex to struct irq_domain
Masahiro Yamada
2017-10-19
1
-0
/
+2
|
*
|
|
|
|
irqchip/irq-omap-intc: Remove omap3_init_irq()
Ladislav Michl
2017-10-16
1
-2
/
+0
|
*
|
|
|
|
genirq/matrix: Add tracepoints
Thomas Gleixner
2017-09-25
1
-0
/
+201
|
*
|
|
|
|
genirq: Implement bitmap matrix allocator
Thomas Gleixner
2017-09-25
1
-0
/
+22
|
*
|
|
|
|
genirq/irqdomain: Add force reactivation flag to irq domains
Thomas Gleixner
2017-09-25
1
-0
/
+5
|
*
|
|
|
|
genirq/irqdomain: Propagate early activation
Thomas Gleixner
2017-09-25
1
-1
/
+1
|
*
|
|
|
|
genirq/irqdomain: Allow irq_domain_activate_irq() to fail
Thomas Gleixner
2017-09-25
1
-1
/
+1
|
*
|
|
|
|
genirq/irqdomain: Update irq_domain_ops.activate() signature
Thomas Gleixner
2017-09-25
1
-1
/
+1
|
*
|
|
|
|
genirq: Make state consistent for !IRQ_DOMAIN_HIERARCHY
Thomas Gleixner
2017-09-25
1
-4
/
+0
|
*
|
|
|
|
irqdomain/debugfs: Provide domain specific debug callback
Thomas Gleixner
2017-09-25
1
-1
/
+5
|
*
|
|
|
|
genirq/msi: Capture device name for debugfs
Thomas Gleixner
2017-09-25
1
-0
/
+1
|
|
|
/
/
/
|
|
/
|
|
|
[next]