aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/irqdesc.c
AgeCommit message (Expand)Author
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
2015-06-12genirq: Introduce helper function irq_data_get_node()Jiang Liu
2015-06-12genirq: Introduce struct irq_common_data to host shared irq dataJiang Liu
2015-05-05genirq: Fix type inconsistencyNicholas Mc Guire
2015-05-05genirq: Fix unnecessary automatic type conversionNicholas Mc Guire
2014-12-13genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner
2014-09-03genirq: Add irq_domain-aware core IRQ handlerMarc Zyngier
2014-07-05genirq: Fix memory leak when calling irq_free_hwirqs()Keith Busch
2014-05-16genirq: Remove dynamic_irq messThomas Gleixner
2014-05-16genirq: Replace dynamic_irq_init/cleanupThomas Gleixner
2014-05-16genirq: Remove irq_reserve_irq[s]Thomas Gleixner
2014-05-16genirq: Replace reserve_irqs in core codeThomas Gleixner
2014-05-16genirq: Provide generic hwirq allocation facilityThomas Gleixner
2014-04-28genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner
2014-03-04genirq: Add a kstat helper to increment irq statsThomas Gleixner
2014-02-11genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=nPaul Gortmaker
2012-05-15genirq: export handle_edge_irq() and irq_to_desc()Jiri Kosina
2011-10-31irq: don't put module.h into irq.h for tracking irqgen modules.Paul Gortmaker
2011-10-03genirq: Add support for per-cpu dev_id interruptsMarc Zyngier
2011-08-18irqdesc: fix new kernel-doc warningRandy Dunlap
2011-07-28irq: Track the owner of irq descriptorSebastian Andrzej Siewior