summaryrefslogtreecommitdiff
path: root/include/linux/interrupt.h
AgeCommit message (Expand)Author
2021-08-10genirq: Change force_irqthreads to a static keyTanner Love
2021-05-19Merge branch 'irq/affinity' into irq/coreThomas Gleixner
2021-05-19genirq: Export affinity setter for modulesThomas Gleixner
2021-05-17genirq: Add a IRQF_NO_DEBUG flagThomas Gleixner
2021-03-17tasklets: Switch tasklet_disable() to the sleep wait variantThomas Gleixner
2021-03-17tasklets: Prevent tasklet_unlock_spin_wait() deadlock on RTThomas Gleixner
2021-03-17tasklets: Replace spin wait in tasklet_unlock_wait()Peter Zijlstra
2021-03-17tasklets: Use spin wait in tasklet_disable() temporarilyThomas Gleixner
2021-03-17tasklets: Provide tasklet_disable_in_atomic()Thomas Gleixner
2021-03-17tasklets: Use static inlines for stub implementationsThomas Gleixner
2021-03-17tasklets: Replace barrier() with cpu_relax() in tasklet_unlock_wait()Thomas Gleixner
2021-03-16tasklet: Remove tasklet_kill_immediateDavidlohr Bueso
2021-03-06genirq: Add IRQF_NO_AUTOEN for request_irq/nmi()Barry Song
2021-02-10softirq: Move do_softirq_own_stack() to generic asm headerThomas Gleixner
2021-02-10softirq: Move __ARCH_HAS_DO_SOFTIRQ to KconfigThomas Gleixner
2020-12-15genirq: Move irq_has_action() into core codeThomas Gleixner
2020-12-11genirq/affinity: Add irq_update_affinity_desc()John Garry
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-07-30tasklet: Introduce new initialization APIRomain Perier
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook
2020-06-11x86/entry: Unbreak __irqentry_text_start/end magicThomas Gleixner
2020-03-08genirq: Provide interrupt injection mechanismThomas Gleixner
2019-12-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-11-18docs: Add request_irq() documentationJonathan Corbet
2019-11-12hrtimer: Remove the comment about not used HRTIMER_SOFTIRQSebastian Andrzej Siewior
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-08-19genirq: Force interrupt threading on RTThomas Gleixner
2019-07-23PCI: irq: Introduce rearm_wake_irq()Rafael J. Wysocki
2019-06-14docs: power: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-03-22softirq: Remove tasklet_hrtimerThomas Gleixner
2019-02-23Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner
2019-02-18genirq/affinity: Add new callback for (re)calculating interrupt setsMing Lei
2019-02-18genirq/affinity: Store interrupt sets size in struct irq_affinityMing Lei
2019-02-18genirq/affinity: Code consolidationThomas Gleixner
2019-02-05genirq: Provide NMI management for percpu_devid interruptsJulien Thierry
2019-02-05genirq: Provide basic NMI management for interrupt linesJulien Thierry
2019-01-18genirq: Fix the kerneldoc comment for struct irq_affinity_descJonathan Corbet
2018-12-19genirq/affinity: Add is_managed to struct irq_affinity_descDou Liyang
2018-12-19genirq/core: Introduce struct irq_affinity_descDou Liyang
2018-11-05genirq/affinity: Add support for allocating interrupt setsJens Axboe
2018-10-09genirq: Fix grammar s/an /a /Geert Uytterhoeven
2018-05-14softirq/s390: Move default mutators of overwritten softirq mask to s390Frederic Weisbecker
2018-05-14softirq/core: Consolidate default local_softirq_pending() implementationsFrederic Weisbecker
2018-02-16headers: Drop two #included headers from <linux/interrupt.h>Randy Dunlap
2017-11-15kmemcheck: rip it outLevin, Alexander (Sasha Levin)
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-10irq: Make the irqentry text section unconditionalMasami Hiramatsu
2017-07-09Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-06genirq: Allow to pass the IRQF_TIMER flag with percpu irq requestDaniel Lezcano