aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* irqdesc: Delete irq_desc_get_msi_desc()John Garry2018-06-221-5/+0
* kernel/irq: Extend lockdep class for request mutexAndrew Lunn2017-12-281-3/+6
* irqdesc: Use bool return type instead of intWill Deacon2017-12-041-3/+3
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-151-0/+8
|\
| * irqdesc: Add function to identify percpu_devid irqsJulien Thierry2017-10-241-0/+8
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-131-0/+1
|\ \
| * | genirq/msi: Capture device name for debugfsThomas Gleixner2017-09-251-0/+1
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* genirq: Add mutex to irq desc to serialize request/free_irq()Thomas Gleixner2017-07-041-0/+3
* genirq/debugfs: Add proper debugfs interfaceThomas Gleixner2017-06-221-0/+4
* genirq: Expose interrupt information through sysfsCraig Gallek2016-09-141-0/+3
* genirq: Allow the affinity of a percpu interrupt to be set/retrievedMarc Zyngier2016-05-021-0/+1
* genirq: Free irq_desc with rcuThomas Gleixner2015-12-141-0/+6
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-2/+2
* genirq: Move field 'msi_desc' from irq_data into irq_common_dataJiang Liu2015-09-161-1/+1
* genirq: Move field 'handler_data' from irq_data into irq_common_dataJiang Liu2015-09-161-1/+1
* genirq: Simplify irq_data_to_desc()Thomas Gleixner2015-09-161-5/+1
* genirq: Remove __irq_set_handler_locked()Thomas Gleixner2015-09-161-10/+0
* genirq: Remove __irq_set_chip_handler_name_locked()Thomas Gleixner2015-09-161-13/+0
* genirq: Update the comment for generic_handle_irq_descHuang Shijie2015-09-151-3/+1
* genirq: Provide irq_desc_has_actionThomas Gleixner2015-08-051-2/+6
* hotplug: Prevent alloc/free of irq descriptors during cpu up/downThomas Gleixner2015-07-081-1/+6
* genirq: Implement irq_set_handler_locked()/irq_set_chip_handler_name_locked()Thomas Gleixner2015-06-261-0/+41
* genirq: Introduce helper irq_desc_get_irq()Jiang Liu2015-06-261-0/+5
* genirq: Clean up outdated comments related to include/linux/irqdesc.hJiang Liu2015-06-251-3/+0
* genirq: Introduce struct irq_common_data to host shared irq dataJiang Liu2015-06-121-1/+2
* genirq: Enhance irq_data_to_desc() to support hierarchy irqdomainJiang Liu2015-06-121-0/+9
* genirq / PM: Add flag for shared NO_SUSPEND interrupt linesRafael J. Wysocki2015-03-041-0/+1
* Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-091-0/+10
|\
| * genirq: Add sanity checks for PM options on shared interrupt linesThomas Gleixner2014-09-011-0/+10
* | genirq: Add irq_domain-aware core IRQ handlerMarc Zyngier2014-09-031-0/+19
|/
* genirq: Sanitize spurious interrupt detection of threaded irqsThomas Gleixner2014-05-031-0/+4
* genirq: Add an accessor for IRQ_PER_CPU flagVinayak Kale2013-12-191-0/+8
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-3/+0
* genirq: Provide means to retrigger parentThomas Gleixner2012-11-011-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-011-2/+0
|\
| * irqdesc: delete now orphaned references to timer_rand_statePaul Gortmaker2012-08-151-2/+0
* | random: remove rand_initialize_irq()Theodore Ts'o2012-07-191-1/+0
|/
* irq: don't put module.h into irq.h for tracking irqgen modules.Paul Gortmaker2011-10-311-0/+1
* genirq: Add support for per-cpu dev_id interruptsMarc Zyngier2011-10-031-0/+1
* irq: Track the owner of irq descriptorSebastian Andrzej Siewior2011-07-281-0/+1
* genirq: Uninline and sanity check generic_handle_irq()Thomas Gleixner2011-05-181-4/+1
* genirq: irq_desc: Document preflow_handler and affinity_hintGeert Uytterhoeven2011-04-231-1/+3
* genirq: Forgotten updates/deletions after removal of compat codeGeert Uytterhoeven2011-04-231-1/+1
* genirq: Remove compat codeThomas Gleixner2011-03-291-59/+1
* genirq: Provide locked setter for chip, handler, nameThomas Gleixner2011-03-231-5/+24
* genirq: Provide a lockdep helperThomas Gleixner2011-03-231-0/+9
* genirq; Remove the last leftovers of the old sparse irq codeThomas Gleixner2011-03-231-7/+0
* genirq: Add desc->irq_data accessorThomas Gleixner2011-03-111-0/+5
* genirq: Prepare the handling of shared oneshot interruptsThomas Gleixner2011-02-251-0/+2