aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/irq/irqdesc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-20Merge branch 'irq/for-x86' into irq/coreThomas Gleixner1-7/+2
2015-06-12genirq: Introduce helper function irq_data_get_node()Jiang Liu1-7/+1
2015-06-12genirq: Introduce struct irq_common_data to host shared irq dataJiang Liu1-0/+1
2015-05-05genirq: Fix type inconsistencyNicholas Mc Guire1-1/+1
2015-05-05genirq: Fix unnecessary automatic type conversionNicholas Mc Guire1-1/+1
2014-12-13genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner1-0/+52
2014-09-03genirq: Add irq_domain-aware core IRQ handlerMarc Zyngier1-0/+42
2014-07-05genirq: Fix memory leak when calling irq_free_hwirqs()Keith Busch1-2/+2
2014-05-16genirq: Remove dynamic_irq messThomas Gleixner1-16/+7
2014-05-16genirq: Replace dynamic_irq_init/cleanupThomas Gleixner1-0/+7
2014-05-16genirq: Remove irq_reserve_irq[s]Thomas Gleixner1-25/+0
2014-05-16genirq: Replace reserve_irqs in core codeThomas Gleixner1-0/+7
2014-05-16genirq: Provide generic hwirq allocation facilityThomas Gleixner1-0/+51
2014-04-28genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner1-0/+7
2014-03-04genirq: Add a kstat helper to increment irq statsThomas Gleixner1-0/+5
2014-02-11genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=nPaul Gortmaker1-0/+1
2012-05-15genirq: export handle_edge_irq() and irq_to_desc()Jiri Kosina1-0/+1
2011-10-31irq: don't put module.h into irq.h for tracking irqgen modules.Paul Gortmaker1-1/+1
2011-10-03genirq: Add support for per-cpu dev_id interruptsMarc Zyngier1-1/+31
2011-08-18irqdesc: fix new kernel-doc warningRandy Dunlap1-0/+1
2011-07-28irq: Track the owner of irq descriptorSebastian Andrzej Siewior1-12/+24
2011-06-03genirq: Ensure we locate the passed IRQ in irq_alloc_descs()Mark Brown1-0/+6
2011-06-03genirq: Fix descriptor init on non-sparse IRQsLinus Walleij1-5/+3
2011-05-18irq: Export functions to allow modular irq driversJonathan Cameron1-0/+3
2011-05-18genirq: Uninline and sanity check generic_handle_irq()Thomas Gleixner1-0/+15
2011-05-18genirq: Remove pointless ifdefsThomas Gleixner1-3/+1
2011-03-28genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner1-2/+0