Age | Commit message (Expand) | Author | Files | Lines |
2020-02-01 | x86/apic/msi: Plug non-maskable MSI affinity race | Thomas Gleixner | 1 | -0/+18 |
2019-11-16 | genirq: Introduce irq_chip_get/set_parent_state calls | Maulik Shah | 1 | -0/+6 |
2019-05-01 | genirq: Introduce irq_chip_{request,release}_resource_parent() apis | Lokesh Vutla | 1 | -0/+2 |
2019-03-21 | genirq: Fix typo in comment of IRQD_MOVE_PCNTXT | Peter Xu | 1 | -1/+1 |
2019-03-08 | Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -0/+1 |
2019-02-13 | genirq: introduce irq_chip_mask_ack_parent() | Linus Walleij | 1 | -0/+1 |
2019-02-05 | genirq: Provide NMI handlers | Julien Thierry | 1 | -0/+3 |
2019-02-05 | genirq: Provide basic NMI management for interrupt lines | Julien Thierry | 1 | -0/+7 |
2018-12-19 | genirq/core: Introduce struct irq_affinity_desc | Dou Liyang | 1 | -2/+4 |
2018-09-18 | irq/matrix: Spread managed interrupts on allocation | Dou Liyang | 1 | -1/+2 |
2018-06-22 | genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debug | Marc Zyngier | 1 | -0/+1 |
2018-06-10 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+6 |
2018-06-06 | genirq/migration: Avoid out of line call if pending is not set | Thomas Gleixner | 1 | -1/+6 |
2018-05-13 | genirq/msi: Limit level-triggered MSI to platform devices | Marc Zyngier | 1 | -0/+1 |
2018-03-14 | genirq: Add CONFIG_GENERIC_IRQ_MULTI_HANDLER | Palmer Dabbelt | 1 | -0/+18 |
2018-02-25 | genirq: Drop 5 #included header files from irq.h | Randy Dunlap | 1 | -5/+0 |
2017-12-29 | genirq: Introduce IRQD_CAN_RESERVE flag | Thomas Gleixner | 1 | -0/+17 |
2017-11-14 | Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Thomas Gleixner | 1 | -1/+10 |
2017-11-14 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+22 |
2017-11-10 | genirq: Track whether the trigger type has been set | Marc Zyngier | 1 | -1/+10 |
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-13 | genirq: generic chip: remove irq_gc_mask_disable_reg_and_ack() | Doug Berger | 1 | -1/+0 |
2017-10-13 | genirq: generic chip: Add irq_gc_mask_disable_and_ack_set() | Doug Berger | 1 | -0/+1 |
2017-09-25 | genirq: Implement bitmap matrix allocator | Thomas Gleixner | 1 | -0/+22 |
2017-09-21 | Revert "genirq: Restrict effective affinity to interrupts actually using it" | Thomas Gleixner | 1 | -4/+1 |
2017-08-18 | Merge branch 'irq/for-gpio' into irq/core | Thomas Gleixner | 1 | -0/+2 |
2017-08-18 | genirq: Add handle_fasteoi_{level,edge}_irq flow handlers | David Daney | 1 | -0/+2 |
2017-08-18 | genirq: Restrict effective affinity to interrupts actually using it | Marc Zyngier | 1 | -1/+4 |
2017-07-27 | genirq/cpuhotplug: Revert "Set force affinity flag on hotplug migration" | Thomas Gleixner | 1 | -1/+6 |
2017-06-22 | genirq: Introduce IRQD_SINGLE_TARGET flag | Thomas Gleixner | 1 | -0/+16 |
2017-06-22 | genirq/cpuhotplug: Handle managed IRQs on CPU hotplug | Thomas Gleixner | 1 | -0/+5 |
2017-06-22 | genirq: Handle managed irqs gracefully in irq_startup() | Thomas Gleixner | 1 | -1/+1 |
2017-06-22 | genirq: Introduce IRQD_MANAGED_SHUTDOWN | Thomas Gleixner | 1 | -0/+8 |
2017-06-22 | genirq: Introduce effective affinity mask | Thomas Gleixner | 1 | -0/+29 |
2017-06-22 | genirq: Move irq_fixup_move_pending() to core | Thomas Gleixner | 1 | -5/+0 |
2017-06-22 | genirq/cpuhotplug: Add support for cleaning up move in progress | Thomas Gleixner | 1 | -0/+2 |
2017-06-22 | genirq: Provide irq_fixup_move_pending() | Thomas Gleixner | 1 | -0/+5 |
2017-06-22 | genirq: Add missing comment for IRQD_STARTED | Thomas Gleixner | 1 | -0/+1 |
2017-06-21 | irq/generic-chip: Provide devm_irq_setup_generic_chip() | Bartosz Golaszewski | 1 | -0/+3 |
2017-06-21 | irq/generic-chip: Provide devm_irq_alloc_generic_chip() | Bartosz Golaszewski | 1 | -0/+5 |
2017-06-21 | irq/generic-chip: Provide irq_destroy_generic_chip() | Bartosz Golaszewski | 1 | -0/+8 |
2017-06-21 | irq/generic-chip: Provide irq_free_generic_chip() | Bartosz Golaszewski | 1 | -0/+6 |
2017-06-04 | genirq: Handle NOAUTOEN interrupt setup proper | Thomas Gleixner | 1 | -0/+6 |
2017-02-20 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+19 |
2017-02-10 | irqdesc: Add a resource managed version of irq_alloc_descs() | Bartosz Golaszewski | 1 | -0/+19 |
2017-01-30 | irqdomain: Avoid activating interrupts more than once | Marc Zyngier | 1 | -0/+17 |
2016-09-21 | Merge branch 'irq/urgent' into irq/core | Thomas Gleixner | 1 | -0/+10 |
2016-09-13 | genirq: Provide irq_gc_{lock_irqsave,unlock_irqrestore}() helpers | Boris Brezillon | 1 | -0/+10 |
2016-09-02 | genirq/generic_chip: Verify irqs_per_chip <= 32 | Sebastian Frias | 1 | -5/+13 |
2016-07-04 | Merge branch 'irq/for-block' into irq/core | Thomas Gleixner | 1 | -2/+9 |