| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2017-11-15 | 1 | -0/+8 |
|\ |
|
| * | irqdesc: Add function to identify percpu_devid irqs | Julien Thierry | 2017-10-24 | 1 | -0/+8 |
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-11-13 | 1 | -0/+1 |
|\ \ |
|
| * | | genirq/msi: Capture device name for debugfs | Thomas Gleixner | 2017-09-25 | 1 | -0/+1 |
| |/ |
|
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
|/ |
|
* | genirq: Add mutex to irq desc to serialize request/free_irq() | Thomas Gleixner | 2017-07-04 | 1 | -0/+3 |
* | genirq/debugfs: Add proper debugfs interface | Thomas Gleixner | 2017-06-22 | 1 | -0/+4 |
* | genirq: Expose interrupt information through sysfs | Craig Gallek | 2016-09-14 | 1 | -0/+3 |
* | genirq: Allow the affinity of a percpu interrupt to be set/retrieved | Marc Zyngier | 2016-05-02 | 1 | -0/+1 |
* | genirq: Free irq_desc with rcu | Thomas Gleixner | 2015-12-14 | 1 | -0/+6 |
* | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 2015-09-16 | 1 | -2/+2 |
* | genirq: Move field 'msi_desc' from irq_data into irq_common_data | Jiang Liu | 2015-09-16 | 1 | -1/+1 |
* | genirq: Move field 'handler_data' from irq_data into irq_common_data | Jiang Liu | 2015-09-16 | 1 | -1/+1 |
* | genirq: Simplify irq_data_to_desc() | Thomas Gleixner | 2015-09-16 | 1 | -5/+1 |
* | genirq: Remove __irq_set_handler_locked() | Thomas Gleixner | 2015-09-16 | 1 | -10/+0 |
* | genirq: Remove __irq_set_chip_handler_name_locked() | Thomas Gleixner | 2015-09-16 | 1 | -13/+0 |
* | genirq: Update the comment for generic_handle_irq_desc | Huang Shijie | 2015-09-15 | 1 | -3/+1 |
* | genirq: Provide irq_desc_has_action | Thomas Gleixner | 2015-08-06 | 1 | -2/+6 |
* | hotplug: Prevent alloc/free of irq descriptors during cpu up/down | Thomas Gleixner | 2015-07-08 | 1 | -1/+6 |
* | genirq: Implement irq_set_handler_locked()/irq_set_chip_handler_name_locked() | Thomas Gleixner | 2015-06-26 | 1 | -0/+41 |
* | genirq: Introduce helper irq_desc_get_irq() | Jiang Liu | 2015-06-26 | 1 | -0/+5 |
* | genirq: Clean up outdated comments related to include/linux/irqdesc.h | Jiang Liu | 2015-06-25 | 1 | -3/+0 |
* | genirq: Introduce struct irq_common_data to host shared irq data | Jiang Liu | 2015-06-12 | 1 | -1/+2 |
* | genirq: Enhance irq_data_to_desc() to support hierarchy irqdomain | Jiang Liu | 2015-06-12 | 1 | -0/+9 |
* | genirq / PM: Add flag for shared NO_SUSPEND interrupt lines | Rafael J. Wysocki | 2015-03-04 | 1 | -0/+1 |
* | Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-10-09 | 1 | -0/+10 |
|\ |
|
| * | genirq: Add sanity checks for PM options on shared interrupt lines | Thomas Gleixner | 2014-09-01 | 1 | -0/+10 |
* | | genirq: Add irq_domain-aware core IRQ handler | Marc Zyngier | 2014-09-03 | 1 | -0/+19 |
|/ |
|
* | genirq: Sanitize spurious interrupt detection of threaded irqs | Thomas Gleixner | 2014-05-03 | 1 | -0/+4 |
* | genirq: Add an accessor for IRQ_PER_CPU flag | Vinayak Kale | 2013-12-19 | 1 | -0/+8 |
* | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky | 2013-09-13 | 1 | -3/+0 |
* | genirq: Provide means to retrigger parent | Thomas Gleixner | 2012-11-01 | 1 | -0/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-10-01 | 1 | -2/+0 |
|\ |
|
| * | irqdesc: delete now orphaned references to timer_rand_state | Paul Gortmaker | 2012-08-15 | 1 | -2/+0 |
* | | random: remove rand_initialize_irq() | Theodore Ts'o | 2012-07-19 | 1 | -1/+0 |
|/ |
|
* | irq: don't put module.h into irq.h for tracking irqgen modules. | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | genirq: Add support for per-cpu dev_id interrupts | Marc Zyngier | 2011-10-03 | 1 | -0/+1 |
* | irq: Track the owner of irq descriptor | Sebastian Andrzej Siewior | 2011-07-28 | 1 | -0/+1 |
* | genirq: Uninline and sanity check generic_handle_irq() | Thomas Gleixner | 2011-05-18 | 1 | -4/+1 |
* | genirq: irq_desc: Document preflow_handler and affinity_hint | Geert Uytterhoeven | 2011-04-23 | 1 | -1/+3 |
* | genirq: Forgotten updates/deletions after removal of compat code | Geert Uytterhoeven | 2011-04-23 | 1 | -1/+1 |
* | genirq: Remove compat code | Thomas Gleixner | 2011-03-29 | 1 | -59/+1 |
* | genirq: Provide locked setter for chip, handler, name | Thomas Gleixner | 2011-03-23 | 1 | -5/+24 |
* | genirq: Provide a lockdep helper | Thomas Gleixner | 2011-03-23 | 1 | -0/+9 |
* | genirq; Remove the last leftovers of the old sparse irq code | Thomas Gleixner | 2011-03-23 | 1 | -7/+0 |
* | genirq: Add desc->irq_data accessor | Thomas Gleixner | 2011-03-11 | 1 | -0/+5 |
* | genirq: Prepare the handling of shared oneshot interrupts | Thomas Gleixner | 2011-02-25 | 1 | -0/+2 |
* | genirq: Add preflow handler support | Thomas Gleixner | 2011-02-19 | 1 | -0/+14 |
* | genirq: Remove desc->status when GENERIC_HARDIRQS_NO_COMPAT=y | Thomas Gleixner | 2011-02-19 | 1 | -0/+6 |
* | genirq: Add state field to irq_data | Thomas Gleixner | 2011-02-19 | 1 | -0/+1 |