aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/irqdesc.c
AgeCommit message (Expand)Author
2023-01-18genirq/irqdesc: Don't try to remove non-existing sysfs filesYang Yingliang
2022-05-12genirq: Synchronize interrupt thread startupThomas Pfaff
2019-08-19genirq: Properly pair kobject_del() with kobject_add()Michael Kelley
2019-07-08Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-07-06genirq: Update irq stats from NMI handlersShijith Thotton
2019-06-21arm64: Fix interrupt tracing in the presence of NMIsJulien Thierry
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-04-25irqdesc: Replace irq_kobj_type's default_attrs field with groupsKimberly Brown
2019-04-05genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=nKefeng Wang
2019-02-23Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner
2019-02-14Merge branch 'linus' into irq/coreThomas Gleixner
2019-02-10genirq: Avoid summation loops for /proc/statThomas Gleixner
2019-02-05irqdesc: Add domain handler for NMIsJulien Thierry
2019-01-18genirq/irqdesc: Fix double increment in alloc_descs()Huacai Chen
2018-12-19genirq/affinity: Add is_managed to struct irq_affinity_descDou Liyang
2018-12-19genirq/core: Introduce struct irq_affinity_descDou Liyang
2018-06-19genirq: Use rcu in kstat_irqs_usr()Eric Dumazet
2018-03-20genirq: Add missing SPDX identifiersThomas Gleixner
2018-03-20genirq: Cleanup top of file commentsThomas Gleixner
2018-02-28genirq: Add wakeup sysfs node to show IRQ wakeup stateAndy Shevchenko
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-11-01irq/core: Fix boot crash when the irqaffinity= boot parameter is passed on CP...Rakib Mullick
2017-10-18genirq: export irq_get_percpu_devid_partition to modulesWill Deacon
2017-09-25genirq: Set managed shut down flag at initThomas Gleixner
2017-09-25genirq/debugfs: Show debug information for all irq descriptorsThomas Gleixner
2017-09-07genirq: Make sparse_irq_lock protect what it should protectThomas Gleixner
2017-07-09Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-07-04genirq: Add mutex to irq desc to serialize request/free_irq()Thomas Gleixner
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds
2017-06-26genirq: Set irq masked state when initializing irq_descJeffy Chen
2017-06-22genirq: Introduce effective affinity maskThomas Gleixner
2017-06-22genirq: Remove pointless gfp argumentThomas Gleixner
2017-06-22genirq/debugfs: Add proper debugfs interfaceThomas Gleixner
2017-05-26genirq: Make early_irq_init() print out more informativeVincent Legoll
2017-05-16irq: update genericirq book locationMauro Carvalho Chehab
2016-09-15Merge branch 'irq/for-block' into irq/coreThomas Gleixner
2016-09-14genirq/msi: Switch to new irq spreading infrastructureThomas Gleixner
2016-09-14genirq: Expose interrupt information through sysfsCraig Gallek
2016-07-04genirq: Use affinity hint in irqdesc allocationThomas Gleixner
2016-07-04genirq: Add affinity hint to irq allocationThomas Gleixner
2016-05-02genirq: Allow the affinity of a percpu interrupt to be set/retrievedMarc Zyngier
2016-02-08genirq: Add default affinity mask command line optionThomas Gleixner
2015-12-14genirq: Free irq_desc with rcuThomas Gleixner
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-09-16genirq: Move field 'msi_desc' from irq_data into irq_common_dataJiang Liu
2015-09-16genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu
2015-09-16genirq: Move field 'handler_data' from irq_data into irq_common_dataJiang Liu
2015-09-16genirq: Move field 'node' from irq_data into irq_common_dataJiang Liu
2015-07-11genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu()Jiang Liu
2015-06-20Merge branch 'irq/for-x86' into irq/coreThomas Gleixner