aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/interrupt.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-22softirq: Remove tasklet_hrtimerThomas Gleixner1-25/+0
2019-02-23Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner1-0/+18
2019-02-18genirq/affinity: Add new callback for (re)calculating interrupt setsMing Lei1-2/+8
2019-02-18genirq/affinity: Store interrupt sets size in struct irq_affinityMing Lei1-3/+6
2019-02-18genirq/affinity: Code consolidationThomas Gleixner1-9/+11
2019-02-05genirq: Provide NMI management for percpu_devid interruptsJulien Thierry1-0/+9
2019-02-05genirq: Provide basic NMI management for interrupt linesJulien Thierry1-0/+9
2019-01-18genirq: Fix the kerneldoc comment for struct irq_affinity_descJonathan Corbet1-0/+1
2018-12-19genirq/affinity: Add is_managed to struct irq_affinity_descDou Liyang1-0/+1
2018-12-19genirq/core: Introduce struct irq_affinity_descDou Liyang1-2/+12
2018-11-05genirq/affinity: Add support for allocating interrupt setsJens Axboe1-0/+4
2018-10-09genirq: Fix grammar s/an /a /Geert Uytterhoeven1-1/+1
2018-05-14softirq/s390: Move default mutators of overwritten softirq mask to s390Frederic Weisbecker1-7/+0
2018-05-14softirq/core: Consolidate default local_softirq_pending() implementationsFrederic Weisbecker1-0/+14
2018-02-16headers: Drop two #included headers from <linux/interrupt.h>Randy Dunlap1-2/+0
2017-11-15kmemcheck: rip it outLevin, Alexander (Sasha Levin)1-15/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-10irq: Make the irqentry text section unconditionalMasami Hiramatsu1-13/+1
2017-07-09Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+10
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+2
2017-07-06genirq: Allow to pass the IRQF_TIMER flag with percpu irq requestDaniel Lezcano1-1/+10
2017-06-24genirq/timings: Add infrastructure for estimating the next interrupt arrival timeDaniel Lezcano1-0/+1
2017-06-24genirq/timings: Add infrastructure to track the interrupt timingsDaniel Lezcano1-0/+5
2017-05-22PCI/MSI: Ignore affinity if pre/post vector count is more than min_vecsMichael Hernandez1-2/+2
2017-04-18genirq: Return the IRQ name from free_irq()Christoph Hellwig1-1/+1
2016-11-09genirq/affinity: Handle pre/post vectors in irq_create_affinity_masks()Christoph Hellwig1-2/+2
2016-11-09genirq/affinity: Handle pre/post vectors in irq_calc_affinity_vectors()Christoph Hellwig1-2/+2
2016-11-09genirq/affinity: Introduce struct irq_affinityChristoph Hellwig1-0/+12
2016-09-14genirq/affinity: Remove old irq spread infrastructureThomas Gleixner1-7/+0
2016-09-14genirq/affinity: Provide smarter irq spreading infrastructureThomas Gleixner1-0/+15
2016-07-04genirq: Add a helper to spread an affinity mask for MSI/MSI-X vectorsChristoph Hellwig1-0/+8
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko1-0/+20
2016-03-09x86/ACPI/PCI: Recognize that Interrupt Line 255 means "not connected"Chen Fan1-0/+10
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2015-12-11irq_poll: make blk-iopoll available outside the block layerChristoph Hellwig1-1/+1
2015-12-08genirq: Implement irq_percpu_is_enabled()Thomas Petazzoni1-0/+1
2015-09-22genirq: Handle force threading of irqs with primary and thread handlerThomas Gleixner1-0/+2
2015-04-22hrtimer: Remove hrtimer_start() return valueThomas Gleixner1-3/+3
2015-04-22hrtimer: Get rid of hrtimer softirqThomas Gleixner1-1/+2
2015-04-08genirq: Allow the irqchip state of an IRQ to be save/restoredMarc Zyngier1-0/+14
2015-04-08Merge branch 'linus' into irq/core to get the GIC updates whichThomas Gleixner1-1/+8
2015-03-05genirq: Remove the deprecated 'IRQF_DISABLED' request_irq() flag entirelyValentin Rothberg1-3/+0
2015-03-04genirq / PM: Add flag for shared NO_SUSPEND interrupt linesRafael J. Wysocki1-0/+5
2015-02-26genirq / PM: better describe IRQF_NO_SUSPEND semanticsMark Rutland1-1/+3
2015-02-18genirq: Provide disable_hardirq()Peter Zijlstra1-0/+1
2014-12-12linux/interrupt.h: remove the definition of unused tasklet_hi_enableQuentin Lambert1-6/+0
2014-09-01genirq: Simplify wakeup mechanismThomas Gleixner1-5/+0
2014-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-20/+26
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-4/+4
2014-05-21Merge branch 'irq/for-net' into irq/coreThomas Gleixner1-20/+26