aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/irqdesc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-05-24genirq: Use hlist for managing resend handlersShanker Donthineni1-0/+3
2022-09-19genirq: Provide generic_handle_domain_irq_safe().Sebastian Andrzej Siewior1-0/+1
2022-07-11genirq: Allow irq_set_chip_handler_name_locked() to take a const irq_chipMichael Walle1-2/+3
2022-02-21genirq: Provide generic_handle_irq_safe()Sebastian Andrzej Siewior1-0/+1
2021-10-26irq: remove handle_domain_{irq,nmi}()Mark Rutland1-8/+1
2021-06-10genirq: Move non-irqdomain handle_domain_irq() handling into ARM's handle_IRQ()Marc Zyngier1-10/+4
2021-06-10genirq: Add generic_handle_domain_irq() helperMarc Zyngier1-0/+2
2021-06-10irqdesc: Fix __handle_domain_irq() commentMarc Zyngier1-2/+1
2021-06-10genirq: Use irq_resolve_mapping() to implement __handle_domain_irq() and coMarc Zyngier1-0/+1
2021-03-22irq: Fix typos in commentsIngo Molnar1-1/+1
2020-12-15genirq: Provide kstat_irqdesc_cpu()Thomas Gleixner1-0/+6
2020-12-15genirq: Move irq_set_lockdep_class() to coreThomas Gleixner1-6/+4
2020-12-15genirq: Move status flag checks to coreThomas Gleixner1-12/+5
2020-12-15genirq: Move irq_has_action() into core codeThomas Gleixner1-6/+1
2020-07-04genirq: Remove preflow handler supportValentin Schneider1-15/+0
2020-03-17genirq: fix kerneldoc comment for irq_descYunfeng Ye1-1/+1
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/+5
2019-02-13genirq: Add missing documentation for tot_countWaiman Long1-0/+1
2019-02-10genirq: Avoid summation loops for /proc/statThomas Gleixner1-0/+1
2019-02-05irqdesc: Add domain handler for NMIsJulien Thierry1-0/+5
2018-06-22irqdesc: Delete irq_desc_get_msi_desc()John Garry1-5/+0
2017-12-28kernel/irq: Extend lockdep class for request mutexAndrew Lunn1-3/+6
2017-12-04irqdesc: Use bool return type instead of intWill Deacon1-3/+3
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+8
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-24irqdesc: Add function to identify percpu_devid irqsJulien Thierry1-0/+8
2017-09-25genirq/msi: Capture device name for debugfsThomas Gleixner1-0/+1
2017-07-04genirq: Add mutex to irq desc to serialize request/free_irq()Thomas Gleixner1-0/+3
2017-06-22genirq/debugfs: Add proper debugfs interfaceThomas Gleixner1-0/+4
2016-09-14genirq: Expose interrupt information through sysfsCraig Gallek1-0/+3
2016-05-02genirq: Allow the affinity of a percpu interrupt to be set/retrievedMarc Zyngier1-0/+1
2015-12-14genirq: Free irq_desc with rcuThomas Gleixner1-0/+6
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-2/+2
2015-09-16genirq: Move field 'msi_desc' from irq_data into irq_common_dataJiang Liu1-1/+1
2015-09-16genirq: Move field 'handler_data' from irq_data into irq_common_dataJiang Liu1-1/+1
2015-09-16genirq: Simplify irq_data_to_desc()Thomas Gleixner1-5/+1
2015-09-16genirq: Remove __irq_set_handler_locked()Thomas Gleixner1-10/+0
2015-09-16genirq: Remove __irq_set_chip_handler_name_locked()Thomas Gleixner1-13/+0
2015-09-15genirq: Update the comment for generic_handle_irq_descHuang Shijie1-3/+1
2015-08-06genirq: Provide irq_desc_has_actionThomas Gleixner1-2/+6
2015-07-08hotplug: Prevent alloc/free of irq descriptors during cpu up/downThomas Gleixner1-1/+6
2015-06-26genirq: Implement irq_set_handler_locked()/irq_set_chip_handler_name_locked()Thomas Gleixner1-0/+41
2015-06-26genirq: Introduce helper irq_desc_get_irq()Jiang Liu1-0/+5
2015-06-25genirq: Clean up outdated comments related to include/linux/irqdesc.hJiang Liu1-3/+0
2015-06-12genirq: Introduce struct irq_common_data to host shared irq dataJiang Liu1-1/+2
2015-06-12genirq: Enhance irq_data_to_desc() to support hierarchy irqdomainJiang Liu1-0/+9
2015-03-04genirq / PM: Add flag for shared NO_SUSPEND interrupt linesRafael J. Wysocki1-0/+1
2014-10-09Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+10
2014-09-03genirq: Add irq_domain-aware core IRQ handlerMarc Zyngier1-0/+19