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