Age | Commit message (Expand) | Author |
2020-10-06 | Merge branch 'irq/qcom-pdc-wakeup' into irq/irqchip-next | Marc Zyngier |
2020-10-06 | genirq/PM: Introduce IRQCHIP_ENABLE_WAKEUP_ON_SUSPEND flag | Maulik Shah |
2020-09-28 | Merge branch 'irq/ipi-as-irq', remote-tracking branches 'origin/irq/dw' and '... | Marc Zyngier |
2020-09-25 | genirq: Add stub for set_handle_irq() when !GENERIC_IRQ_MULTI_HANDLER | Zhen Lei |
2020-09-13 | genirq: Allow interrupts to be excluded from /proc/interrupts | Marc Zyngier |
2020-09-13 | genirq: Add fasteoi IPI flow | Marc Zyngier |
2020-07-27 | genirq/affinity: Make affinity setting if activated opt-in | Thomas Gleixner |
2020-04-19 | Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-04-18 | irq.h: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2020-04-14 | genirq: Remove setup_irq() and remove_irq() | afzal mohammed |
2020-03-08 | genirq: Add protection against unsafe usage of generic_handle_irq() | Thomas Gleixner |
2020-02-01 | x86/apic/msi: Plug non-maskable MSI affinity race | Thomas Gleixner |
2019-11-16 | genirq: Introduce irq_chip_get/set_parent_state calls | Maulik Shah |
2019-05-01 | genirq: Introduce irq_chip_{request,release}_resource_parent() apis | Lokesh Vutla |
2019-03-21 | genirq: Fix typo in comment of IRQD_MOVE_PCNTXT | Peter Xu |
2019-03-08 | Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds |
2019-02-13 | genirq: introduce irq_chip_mask_ack_parent() | Linus Walleij |
2019-02-05 | genirq: Provide NMI handlers | Julien Thierry |
2019-02-05 | genirq: Provide basic NMI management for interrupt lines | Julien Thierry |
2018-12-19 | genirq/core: Introduce struct irq_affinity_desc | Dou Liyang |
2018-09-18 | irq/matrix: Spread managed interrupts on allocation | Dou Liyang |
2018-06-22 | genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debug | Marc Zyngier |
2018-06-10 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2018-06-06 | genirq/migration: Avoid out of line call if pending is not set | Thomas Gleixner |
2018-05-13 | genirq/msi: Limit level-triggered MSI to platform devices | Marc Zyngier |
2018-03-14 | genirq: Add CONFIG_GENERIC_IRQ_MULTI_HANDLER | Palmer Dabbelt |
2018-02-25 | genirq: Drop 5 #included header files from irq.h | Randy Dunlap |
2017-12-29 | genirq: Introduce IRQD_CAN_RESERVE flag | Thomas Gleixner |
2017-11-14 | Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Thomas Gleixner |
2017-11-13 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2017-11-10 | genirq: Track whether the trigger type has been set | Marc Zyngier |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-13 | genirq: generic chip: remove irq_gc_mask_disable_reg_and_ack() | Doug Berger |
2017-10-13 | genirq: generic chip: Add irq_gc_mask_disable_and_ack_set() | Doug Berger |
2017-09-25 | genirq: Implement bitmap matrix allocator | Thomas Gleixner |
2017-09-21 | Revert "genirq: Restrict effective affinity to interrupts actually using it" | Thomas Gleixner |
2017-08-18 | Merge branch 'irq/for-gpio' into irq/core | Thomas Gleixner |
2017-08-18 | genirq: Add handle_fasteoi_{level,edge}_irq flow handlers | David Daney |
2017-08-18 | genirq: Restrict effective affinity to interrupts actually using it | Marc Zyngier |
2017-07-27 | genirq/cpuhotplug: Revert "Set force affinity flag on hotplug migration" | Thomas Gleixner |
2017-06-22 | genirq: Introduce IRQD_SINGLE_TARGET flag | Thomas Gleixner |
2017-06-22 | genirq/cpuhotplug: Handle managed IRQs on CPU hotplug | Thomas Gleixner |
2017-06-22 | genirq: Handle managed irqs gracefully in irq_startup() | Thomas Gleixner |
2017-06-22 | genirq: Introduce IRQD_MANAGED_SHUTDOWN | Thomas Gleixner |
2017-06-22 | genirq: Introduce effective affinity mask | Thomas Gleixner |
2017-06-22 | genirq: Move irq_fixup_move_pending() to core | Thomas Gleixner |
2017-06-22 | genirq/cpuhotplug: Add support for cleaning up move in progress | Thomas Gleixner |
2017-06-22 | genirq: Provide irq_fixup_move_pending() | Thomas Gleixner |
2017-06-22 | genirq: Add missing comment for IRQD_STARTED | Thomas Gleixner |
2017-06-21 | irq/generic-chip: Provide devm_irq_setup_generic_chip() | Bartosz Golaszewski |