summaryrefslogtreecommitdiffstats
path: root/kernel/irq/irqdesc.c
Commit message (Expand)AuthorAgeFilesLines
* genirq: Add missing SPDX identifiersThomas Gleixner2018-03-201-0/+1
* genirq: Cleanup top of file commentsThomas Gleixner2018-03-201-3/+2
* 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/+2
* | 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/+7
* 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-031-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/+7
* | 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/+15
|\
| * genirq/msi: Switch to new irq spreading infrastructureThomas Gleixner2016-09-141-16/+15
* | 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/+2
|\
| * genirq: Introduce helper function irq_data_get_node()Jiang Liu2015-06-121-7/+1
| * 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
* | genirq: Fix unnecessary automatic type conversionNicholas Mc Guire2015-05-051-1/+1
|/
* genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner2014-12-131-0/+52
* genirq: Add irq_domain-aware core IRQ handlerMarc Zyngier2014-09-031-0/+42
* genirq: Fix memory leak when calling irq_free_hwirqs()Keith Busch2014-07-051-2/+2
* genirq: Remove dynamic_irq messThomas Gleixner2014-05-161-16/+7
* genirq: Replace dynamic_irq_init/cleanupThomas Gleixner2014-05-161-0/+7
* genirq: Remove irq_reserve_irq[s]Thomas Gleixner2014-05-161-25/+0
* genirq: Replace reserve_irqs in core codeThomas Gleixner2014-05-161-0/+7
* genirq: Provide generic hwirq allocation facilityThomas Gleixner2014-05-161-0/+51
* genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner2014-04-281-0/+7
* genirq: Add a kstat helper to increment irq statsThomas Gleixner2014-03-041-0/+5
* genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=nPaul Gortmaker2014-02-111-0/+1
* genirq: export handle_edge_irq() and irq_to_desc()Jiri Kosina2012-05-151-0/+1
* irq: don't put module.h into irq.h for tracking irqgen modules.Paul Gortmaker2011-10-311-1/+1
OpenPOWER on IntegriCloud