Age | Commit message (Expand) | Author | Files | Lines |
2021-03-22 | irq: Fix typos in comments | Ingo Molnar | 1 | -1/+1 |
2020-12-15 | genirq: Provide kstat_irqdesc_cpu() | Thomas Gleixner | 1 | -0/+6 |
2020-12-15 | genirq: Move irq_set_lockdep_class() to core | Thomas Gleixner | 1 | -6/+4 |
2020-12-15 | genirq: Move status flag checks to core | Thomas Gleixner | 1 | -12/+5 |
2020-12-15 | genirq: Move irq_has_action() into core code | Thomas Gleixner | 1 | -6/+1 |
2020-07-04 | genirq: Remove preflow handler support | Valentin Schneider | 1 | -15/+0 |
2020-03-17 | genirq: fix kerneldoc comment for irq_desc | Yunfeng Ye | 1 | -1/+1 |
2019-02-23 | Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/... | Thomas Gleixner | 1 | -0/+5 |
2019-02-13 | genirq: Add missing documentation for tot_count | Waiman Long | 1 | -0/+1 |
2019-02-10 | genirq: Avoid summation loops for /proc/stat | Thomas Gleixner | 1 | -0/+1 |
2019-02-05 | irqdesc: Add domain handler for NMIs | Julien Thierry | 1 | -0/+5 |
2018-06-22 | irqdesc: Delete irq_desc_get_msi_desc() | John Garry | 1 | -5/+0 |
2017-12-28 | kernel/irq: Extend lockdep class for request mutex | Andrew Lunn | 1 | -3/+6 |
2017-12-04 | irqdesc: Use bool return type instead of int | Will Deacon | 1 | -3/+3 |
2017-11-15 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+8 |
2017-11-14 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-24 | irqdesc: Add function to identify percpu_devid irqs | Julien Thierry | 1 | -0/+8 |
2017-09-25 | genirq/msi: Capture device name for debugfs | Thomas Gleixner | 1 | -0/+1 |
2017-07-04 | genirq: Add mutex to irq desc to serialize request/free_irq() | Thomas Gleixner | 1 | -0/+3 |
2017-06-22 | genirq/debugfs: Add proper debugfs interface | Thomas Gleixner | 1 | -0/+4 |
2016-09-14 | genirq: Expose interrupt information through sysfs | Craig Gallek | 1 | -0/+3 |
2016-05-02 | genirq: Allow the affinity of a percpu interrupt to be set/retrieved | Marc Zyngier | 1 | -0/+1 |
2015-12-14 | genirq: Free irq_desc with rcu | Thomas Gleixner | 1 | -0/+6 |
2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 1 | -2/+2 |
2015-09-16 | genirq: Move field 'msi_desc' from irq_data into irq_common_data | Jiang Liu | 1 | -1/+1 |
2015-09-16 | genirq: Move field 'handler_data' from irq_data into irq_common_data | Jiang Liu | 1 | -1/+1 |
2015-09-16 | genirq: Simplify irq_data_to_desc() | Thomas Gleixner | 1 | -5/+1 |
2015-09-16 | genirq: Remove __irq_set_handler_locked() | Thomas Gleixner | 1 | -10/+0 |
2015-09-16 | genirq: Remove __irq_set_chip_handler_name_locked() | Thomas Gleixner | 1 | -13/+0 |
2015-09-15 | genirq: Update the comment for generic_handle_irq_desc | Huang Shijie | 1 | -3/+1 |
2015-08-06 | genirq: Provide irq_desc_has_action | Thomas Gleixner | 1 | -2/+6 |
2015-07-08 | hotplug: Prevent alloc/free of irq descriptors during cpu up/down | Thomas Gleixner | 1 | -1/+6 |
2015-06-26 | genirq: Implement irq_set_handler_locked()/irq_set_chip_handler_name_locked() | Thomas Gleixner | 1 | -0/+41 |
2015-06-26 | genirq: Introduce helper irq_desc_get_irq() | Jiang Liu | 1 | -0/+5 |
2015-06-25 | genirq: Clean up outdated comments related to include/linux/irqdesc.h | Jiang Liu | 1 | -3/+0 |
2015-06-12 | genirq: Introduce struct irq_common_data to host shared irq data | Jiang Liu | 1 | -1/+2 |
2015-06-12 | genirq: Enhance irq_data_to_desc() to support hierarchy irqdomain | Jiang Liu | 1 | -0/+9 |
2015-03-04 | genirq / PM: Add flag for shared NO_SUSPEND interrupt lines | Rafael J. Wysocki | 1 | -0/+1 |
2014-10-10 | Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+10 |
2014-09-03 | genirq: Add irq_domain-aware core IRQ handler | Marc Zyngier | 1 | -0/+19 |
2014-09-01 | genirq: Add sanity checks for PM options on shared interrupt lines | Thomas Gleixner | 1 | -0/+10 |
2014-05-04 | genirq: Sanitize spurious interrupt detection of threaded irqs | Thomas Gleixner | 1 | -0/+4 |
2013-12-19 | genirq: Add an accessor for IRQ_PER_CPU flag | Vinayak Kale | 1 | -0/+8 |
2013-09-13 | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky | 1 | -3/+0 |
2012-11-01 | genirq: Provide means to retrigger parent | Thomas Gleixner | 1 | -0/+3 |
2012-10-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -2/+0 |
2012-08-15 | irqdesc: delete now orphaned references to timer_rand_state | Paul Gortmaker | 1 | -2/+0 |
2012-07-19 | random: remove rand_initialize_irq() | Theodore Ts'o | 1 | -1/+0 |
2011-11-01 | irq: don't put module.h into irq.h for tracking irqgen modules. | Paul Gortmaker | 1 | -0/+1 |