aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/irqdesc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-08genirq: Add protection against unsafe usage of generic_handle_irq()Thomas Gleixner1-0/+6
2020-01-09genirq: Add missing __releases() sparse annotationJules Irenge1-0/+1
2019-11-15genirq: Fix function documentation of __irq_alloc_descs()luanshi1-1/+1
2019-08-19genirq: Properly pair kobject_del() with kobject_add()Michael Kelley1-1/+14
2019-07-08Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+7
2019-07-06genirq: Update irq stats from NMI handlersShijith Thotton1-1/+7
2019-06-21arm64: Fix interrupt tracing in the presence of NMIsJulien Thierry1-2/+6
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+2
2019-04-25irqdesc: Replace irq_kobj_type's default_attrs field with groupsKimberly Brown1-1/+2
2019-04-05genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=nKefeng Wang1-0/+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/+35
2019-02-14Merge branch 'linus' into irq/coreThomas Gleixner1-1/+1
2019-02-10genirq: Avoid summation loops for /proc/statThomas Gleixner1-1/+6
2019-02-05irqdesc: Add domain handler for NMIsJulien Thierry1-0/+35
2019-01-18genirq/irqdesc: Fix double increment in alloc_descs()Huacai Chen1-1/+1
2018-12-19genirq/affinity: Add is_managed to struct irq_affinity_descDou Liyang1-5/+8
2018-12-19genirq/core: Introduce struct irq_affinity_descDou Liyang1-8/+9
2018-06-19genirq: Use rcu in kstat_irqs_usr()Eric Dumazet1-6/+7
2018-03-20genirq: Add missing SPDX identifiersThomas Gleixner1-0/+1
2018-03-20genirq: Cleanup top of file commentsThomas Gleixner1-3/+2
2018-02-28genirq: Add wakeup sysfs node to show IRQ wakeup stateAndy Shevchenko1-0/+17
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+1
2017-11-01irq/core: Fix boot crash when the irqaffinity= boot parameter is passed on CPUMASK_OFFSTACK=y kernels(v1)Rakib Mullick1-4/+2
2017-10-18genirq: export irq_get_percpu_devid_partition to modulesWill Deacon1-0/+1
2017-09-25genirq: Set managed shut down flag at initThomas Gleixner1-1/+1
2017-09-25genirq/debugfs: Show debug information for all irq descriptorsThomas Gleixner1-0/+1
2017-09-07genirq: Make sparse_irq_lock protect what it should protectThomas Gleixner1-17/+7
2017-07-09Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2017-07-04genirq: Add mutex to irq desc to serialize request/free_irq()Thomas Gleixner1-0/+1
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2017-06-26genirq: Set irq masked state when initializing irq_descJeffy Chen1-0/+1
2017-06-22genirq: Introduce effective affinity maskThomas Gleixner1-0/+14
2017-06-22genirq: Remove pointless gfp argumentThomas Gleixner1-8/+7
2017-06-22genirq/debugfs: Add proper debugfs interfaceThomas Gleixner1-0/+1
2017-05-26genirq: Make early_irq_init() print out more informativeVincent Legoll1-2/+3
2017-05-16irq: update genericirq book locationMauro Carvalho Chehab1-1/+1
2016-09-15Merge branch 'irq/for-block' into irq/coreThomas Gleixner1-16/+15
2016-09-14genirq/msi: Switch to new irq spreading infrastructureThomas Gleixner1-16/+15
2016-09-14genirq: Expose interrupt information through sysfsCraig Gallek1-2/+191
2016-07-04genirq: Use affinity hint in irqdesc allocationThomas Gleixner1-12/+39
2016-07-04genirq: Add affinity hint to irq allocationThomas Gleixner1-4/+8
2016-05-02genirq: Allow the affinity of a percpu interrupt to be set/retrievedMarc Zyngier1-1/+25
2016-02-08genirq: Add default affinity mask command line optionThomas Gleixner1-2/+19
2015-12-14genirq: Free irq_desc with rcuThomas Gleixner1-3/+16
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-09-16genirq: Move field 'msi_desc' from irq_data into irq_common_dataJiang Liu1-1/+1
2015-09-16genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu1-4/+5
2015-09-16genirq: Move field 'handler_data' from irq_data into irq_common_dataJiang Liu1-1/+2
2015-09-16genirq: Move field 'node' from irq_data into irq_common_dataJiang Liu1-1/+3
2015-07-11genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu()Jiang Liu1-1/+1