summaryrefslogtreecommitdiff
path: root/include/linux/interrupt.h
AgeCommit message (Expand)Author
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
2017-06-24genirq/timings: Add infrastructure for estimating the next interrupt arrival ...Daniel Lezcano
2017-06-24genirq/timings: Add infrastructure to track the interrupt timingsDaniel Lezcano
2017-05-22PCI/MSI: Ignore affinity if pre/post vector count is more than min_vecsMichael Hernandez
2017-04-18genirq: Return the IRQ name from free_irq()Christoph Hellwig
2016-11-09genirq/affinity: Handle pre/post vectors in irq_create_affinity_masks()Christoph Hellwig
2016-11-09genirq/affinity: Handle pre/post vectors in irq_calc_affinity_vectors()Christoph Hellwig
2016-11-09genirq/affinity: Introduce struct irq_affinityChristoph Hellwig
2016-09-14genirq/affinity: Remove old irq spread infrastructureThomas Gleixner
2016-09-14genirq/affinity: Provide smarter irq spreading infrastructureThomas Gleixner
2016-07-04genirq: Add a helper to spread an affinity mask for MSI/MSI-X vectorsChristoph Hellwig
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko
2016-03-09x86/ACPI/PCI: Recognize that Interrupt Line 255 means "not connected"Chen Fan
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-12-11irq_poll: make blk-iopoll available outside the block layerChristoph Hellwig
2015-12-08genirq: Implement irq_percpu_is_enabled()Thomas Petazzoni
2015-09-22genirq: Handle force threading of irqs with primary and thread handlerThomas Gleixner
2015-04-22hrtimer: Remove hrtimer_start() return valueThomas Gleixner
2015-04-22hrtimer: Get rid of hrtimer softirqThomas Gleixner
2015-04-08genirq: Allow the irqchip state of an IRQ to be save/restoredMarc Zyngier
2015-04-08Merge branch 'linus' into irq/core to get the GIC updates whichThomas Gleixner
2015-03-05genirq: Remove the deprecated 'IRQF_DISABLED' request_irq() flag entirelyValentin Rothberg
2015-03-04genirq / PM: Add flag for shared NO_SUSPEND interrupt linesRafael J. Wysocki
2015-02-26genirq / PM: better describe IRQF_NO_SUSPEND semanticsMark Rutland
2015-02-18genirq: Provide disable_hardirq()Peter Zijlstra
2014-12-12linux/interrupt.h: remove the definition of unused tasklet_hi_enableQuentin Lambert
2014-09-01genirq: Simplify wakeup mechanismThomas Gleixner
2014-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-05-21Merge branch 'irq/for-net' into irq/coreThomas Gleixner
2014-05-21genirq: Provide !SMP stub for irq_set_affinity_notifier()Eyal Perry
2014-05-07genirq: Provide irq_force_affinity fallback for non-SMPArnd Bergmann
2014-04-28linux/interrupt.h: fix new kernel-doc warningsRandy Dunlap
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-04-17genirq: Allow forcing cpu affinity of interruptsThomas Gleixner
2014-02-19genirq: Provide irq_wake_thread()Thomas Gleixner
2014-02-09genirq: Add devm_request_any_context_irq()Stephen Boyd
2014-01-27softirq: use const char * const for softirq_to_name, whitespace neateningJoe Perches
2013-11-15revert "softirq: Add support for triggering softirq work on softirqs"Christoph Hellwig
2013-10-01irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky
2013-01-11lib: cpu_rmap: avoid flushing all workqueuesDavid Decotigny
2012-09-23time: RCU permitted to stop idle entry via softirqPaul E. McKenney
2012-07-19random: final removal of IRQF_SAMPLE_RANDOMTheodore Ts'o
2012-05-23genirq: reimplement exit_irq_thread() hook via task_work_add()Oleg Nesterov