summaryrefslogtreecommitdiffstats
path: root/kernel/irq/irqdesc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-081-1/+7
|\
| * genirq: Update irq stats from NMI handlersShijith Thotton2019-07-061-1/+7
* | arm64: Fix interrupt tracing in the presence of NMIsJulien Thierry2019-06-211-2/+6
|/
* Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-071-1/+2
|\
| * irqdesc: Replace irq_kobj_type's default_attrs field with groupsKimberly Brown2019-04-251-1/+2
* | genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=nKefeng Wang2019-04-051-0/+1
|/
* Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2019-02-231-0/+35
|\
| * irqdesc: Add domain handler for NMIsJulien Thierry2019-02-051-0/+35
* | Merge branch 'linus' into irq/coreThomas Gleixner2019-02-141-1/+1
|\ \
| * | genirq/irqdesc: Fix double increment in alloc_descs()Huacai Chen2019-01-181-1/+1
| |/
* / genirq: Avoid summation loops for /proc/statThomas Gleixner2019-02-101-1/+6
|/
* genirq/affinity: Add is_managed to struct irq_affinity_descDou Liyang2018-12-191-5/+8
* genirq/core: Introduce struct irq_affinity_descDou Liyang2018-12-191-8/+9
* genirq: Use rcu in kstat_irqs_usr()Eric Dumazet2018-06-191-6/+7
* genirq: Add missing SPDX identifiersThomas Gleixner2018-03-201-0/+1
* genirq: Cleanup top of file commentsThomas Gleixner2018-03-201-3/+2Star
* genirq: Add wakeup sysfs node to show IRQ wakeup stateAndy Shevchenko2018-02-281-0/+17
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-151-0/+1
|\
| * genirq: export irq_get_percpu_devid_partition to modulesWill Deacon2017-10-181-0/+1
* | irq/core: Fix boot crash when the irqaffinity= boot parameter is passed on CP...Rakib Mullick2017-11-011-4/+2Star
* | genirq: Set managed shut down flag at initThomas Gleixner2017-09-251-1/+1
* | genirq/debugfs: Show debug information for all irq descriptorsThomas Gleixner2017-09-251-0/+1
|/
* genirq: Make sparse_irq_lock protect what it should protectThomas Gleixner2017-09-071-17/+7Star
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-091-0/+1
|\
| * genirq: Add mutex to irq desc to serialize request/free_irq()Thomas Gleixner2017-07-041-0/+1
* | Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds2017-07-041-1/+1
|\ \ | |/ |/|
| * irq: update genericirq book locationMauro Carvalho Chehab2017-05-161-1/+1
* | genirq: Set irq masked state when initializing irq_descJeffy Chen2017-06-261-0/+1
* | genirq: Introduce effective affinity maskThomas Gleixner2017-06-221-0/+14
* | genirq: Remove pointless gfp argumentThomas Gleixner2017-06-221-8/+7Star
* | genirq/debugfs: Add proper debugfs interfaceThomas Gleixner2017-06-221-0/+1
* | genirq: Make early_irq_init() print out more informativeVincent Legoll2017-05-261-2/+3
|/
* Merge branch 'irq/for-block' into irq/coreThomas Gleixner2016-09-151-16/+15Star
|\
| * genirq/msi: Switch to new irq spreading infrastructureThomas Gleixner2016-09-141-16/+15Star
* | genirq: Expose interrupt information through sysfsCraig Gallek2016-09-141-2/+191
|/
* genirq: Use affinity hint in irqdesc allocationThomas Gleixner2016-07-041-12/+39
* genirq: Add affinity hint to irq allocationThomas Gleixner2016-07-041-4/+8
* genirq: Allow the affinity of a percpu interrupt to be set/retrievedMarc Zyngier2016-05-021-1/+25
* genirq: Add default affinity mask command line optionThomas Gleixner2016-02-081-2/+19
* genirq: Free irq_desc with rcuThomas Gleixner2015-12-141-3/+16
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* genirq: Move field 'msi_desc' from irq_data into irq_common_dataJiang Liu2015-09-161-1/+1
* genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu2015-09-161-4/+5
* genirq: Move field 'handler_data' from irq_data into irq_common_dataJiang Liu2015-09-161-1/+2
* genirq: Move field 'node' from irq_data into irq_common_dataJiang Liu2015-09-161-1/+3
* genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu()Jiang Liu2015-07-111-1/+1
* Merge branch 'irq/for-x86' into irq/coreThomas Gleixner2015-06-201-7/+2Star
|\
| * genirq: Introduce helper function irq_data_get_node()Jiang Liu2015-06-121-7/+1Star
| * genirq: Introduce struct irq_common_data to host shared irq dataJiang Liu2015-06-121-0/+1
* | genirq: Fix type inconsistencyNicholas Mc Guire2015-05-051-1/+1