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
/
linux
/
interrupt.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amd
Rafael J. Wysocki
2024-03-25
1
-0
/
+3
*
Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...
Linus Torvalds
2023-10-30
1
-1
/
+1
|
\
|
*
rcu: Standardize explicit CPU-hotplug calls
Frederic Weisbecker
2023-10-04
1
-1
/
+1
*
|
timers: Tag (hr)timer softirq as hotplug safe
Frederic Weisbecker
2023-09-27
1
-1
/
+5
|
/
*
Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-05-24
1
-0
/
+9
|
\
|
*
smp: Make softirq handling RT safe in flush_smp_call_function_queue()
Sebastian Andrzej Siewior
2022-05-01
1
-0
/
+9
*
|
lockdep: Delete local_irq_enable_in_hardirq()
Thomas Gleixner
2022-05-11
1
-18
/
+0
|
/
*
lib/irq_poll: Declare IRQ_POLL softirq vector as ksoftirqd-parking safe
Frederic Weisbecker
2022-03-07
1
-4
/
+7
*
tick/rcu: Stop allowing RCU_SOFTIRQ in idle
Frederic Weisbecker
2022-03-07
1
-1
/
+7
*
genirq: Provide new interfaces for affinity hints
Thomas Gleixner
2021-12-10
1
-1
/
+52
*
genirq: Change force_irqthreads to a static key
Tanner Love
2021-08-10
1
-3
/
+5
*
Merge branch 'irq/affinity' into irq/core
Thomas Gleixner
2021-05-19
1
-33
/
+2
|
\
|
*
genirq: Export affinity setter for modules
Thomas Gleixner
2021-05-19
1
-33
/
+2
*
|
genirq: Add a IRQF_NO_DEBUG flag
Thomas Gleixner
2021-05-17
1
-0
/
+3
|
/
*
tasklets: Switch tasklet_disable() to the sleep wait variant
Thomas Gleixner
2021-03-17
1
-2
/
+1
*
tasklets: Prevent tasklet_unlock_spin_wait() deadlock on RT
Thomas Gleixner
2021-03-17
1
-10
/
+2
*
tasklets: Replace spin wait in tasklet_unlock_wait()
Peter Zijlstra
2021-03-17
1
-11
/
+2
*
tasklets: Use spin wait in tasklet_disable() temporarily
Thomas Gleixner
2021-03-17
1
-1
/
+2
*
tasklets: Provide tasklet_disable_in_atomic()
Thomas Gleixner
2021-03-17
1
-0
/
+22
*
tasklets: Use static inlines for stub implementations
Thomas Gleixner
2021-03-17
1
-3
/
+3
*
tasklets: Replace barrier() with cpu_relax() in tasklet_unlock_wait()
Thomas Gleixner
2021-03-17
1
-1
/
+2
*
tasklet: Remove tasklet_kill_immediate
Davidlohr Bueso
2021-03-16
1
-1
/
+0
*
genirq: Add IRQF_NO_AUTOEN for request_irq/nmi()
Barry Song
2021-03-06
1
-0
/
+4
*
softirq: Move do_softirq_own_stack() to generic asm header
Thomas Gleixner
2021-02-10
1
-9
/
+0
*
softirq: Move __ARCH_HAS_DO_SOFTIRQ to Kconfig
Thomas Gleixner
2021-02-10
1
-1
/
+1
*
genirq: Move irq_has_action() into core code
Thomas Gleixner
2020-12-15
1
-0
/
+1
*
genirq/affinity: Add irq_update_affinity_desc()
John Garry
2020-12-11
1
-0
/
+8
*
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2020-10-25
1
-2
/
+2
*
tasklet: Introduce new initialization API
Romain Perier
2020-07-30
1
-1
/
+27
*
treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()
Kees Cook
2020-07-30
1
-5
/
+10
*
x86/entry: Unbreak __irqentry_text_start/end magic
Thomas Gleixner
2020-06-11
1
-3
/
+5
*
genirq: Provide interrupt injection mechanism
Thomas Gleixner
2020-03-08
1
-0
/
+2
*
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-12-03
1
-2
/
+1
|
\
|
*
hrtimer: Remove the comment about not used HRTIMER_SOFTIRQ
Sebastian Andrzej Siewior
2019-11-12
1
-2
/
+1
*
|
docs: Add request_irq() documentation
Jonathan Corbet
2019-11-18
1
-0
/
+13
|
/
*
Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2019-09-17
1
-0
/
+1
|
\
|
*
PCI: irq: Introduce rearm_wake_irq()
Rafael J. Wysocki
2019-07-23
1
-0
/
+1
*
|
genirq: Force interrupt threading on RT
Thomas Gleixner
2019-08-19
1
-0
/
+4
|
/
*
docs: power: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
2019-06-14
1
-1
/
+1
*
softirq: Remove tasklet_hrtimer
Thomas Gleixner
2019-03-22
1
-25
/
+0
*
Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...
Thomas Gleixner
2019-02-23
1
-0
/
+18
|
\
|
*
genirq: Provide NMI management for percpu_devid interrupts
Julien Thierry
2019-02-05
1
-0
/
+9
|
*
genirq: Provide basic NMI management for interrupt lines
Julien Thierry
2019-02-05
1
-0
/
+9
*
|
genirq/affinity: Add new callback for (re)calculating interrupt sets
Ming Lei
2019-02-18
1
-2
/
+8
*
|
genirq/affinity: Store interrupt sets size in struct irq_affinity
Ming Lei
2019-02-18
1
-3
/
+6
*
|
genirq/affinity: Code consolidation
Thomas Gleixner
2019-02-18
1
-9
/
+11
*
|
genirq: Fix the kerneldoc comment for struct irq_affinity_desc
Jonathan Corbet
2019-01-18
1
-0
/
+1
|
/
*
genirq/affinity: Add is_managed to struct irq_affinity_desc
Dou Liyang
2018-12-19
1
-0
/
+1
*
genirq/core: Introduce struct irq_affinity_desc
Dou Liyang
2018-12-19
1
-2
/
+12
*
genirq/affinity: Add support for allocating interrupt sets
Jens Axboe
2018-11-05
1
-0
/
+4
[next]