Age | Commit message (Expand) | Author |
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 |
2017-06-21 | irq/generic-chip: Provide devm_irq_alloc_generic_chip() | Bartosz Golaszewski |
2017-06-21 | irq/generic-chip: Provide irq_destroy_generic_chip() | Bartosz Golaszewski |
2017-06-21 | irq/generic-chip: Provide irq_free_generic_chip() | Bartosz Golaszewski |
2017-06-04 | genirq: Handle NOAUTOEN interrupt setup proper | Thomas Gleixner |
2017-02-20 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2017-02-10 | irqdesc: Add a resource managed version of irq_alloc_descs() | Bartosz Golaszewski |
2017-01-30 | irqdomain: Avoid activating interrupts more than once | Marc Zyngier |
2016-09-20 | Merge branch 'irq/urgent' into irq/core | Thomas Gleixner |
2016-09-13 | genirq: Provide irq_gc_{lock_irqsave,unlock_irqrestore}() helpers | Boris Brezillon |
2016-09-02 | genirq/generic_chip: Verify irqs_per_chip <= 32 | Sebastian Frias |
2016-07-04 | Merge branch 'irq/for-block' into irq/core | Thomas Gleixner |
2016-07-04 | genirq: Add affinity hint to irq allocation | Thomas Gleixner |
2016-07-04 | genirq: Introduce IRQD_AFFINITY_MANAGED flag | Thomas Gleixner |
2016-06-18 | genirq: Add untracked irq handler | Keith Busch |
2016-06-13 | genirq: Add runtime power management support for IRQ chips | Jon Hunter |
2016-05-02 | genirq: Allow the affinity of a percpu interrupt to be set/retrieved | Marc Zyngier |
2016-03-15 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2016-02-25 | genirq: Implement ipi_send_mask/single() | Qais Yousef |
2016-02-25 | genirq: Add send_ipi callbacks to irq_chip | Qais Yousef |
2016-02-25 | genirq: Add a new function to get IPI reverse mapping | Qais Yousef |
2016-02-25 | genirq: Add a new generic IPI reservation code to irq core | Qais Yousef |
2016-02-25 | genirq: Add ipi_offset to irq_common_data | Qais Yousef |
2016-02-25 | genirq: Add an extra comment about the use of affinity in irq_common_data | Qais Yousef |
2016-02-23 | irq: Privatize irq_common_data::state_use_accessors | Boqun Feng |
2015-10-11 | genirq: Add flag to force mask in disable_irq[_nosync]() | Thomas Gleixner |
2015-10-01 | genirq: Remove unused functions irqd_[set|clr]_chained_irq_inprogress() | Mika Westerberg |
2015-10-01 | genirq: Fix typo in documentation of enumeration field name | Mika Westerberg |
2015-10-01 | genirq: Introduce generic irq migration for cpu hotunplug | Yang Yingliang |
2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner |
2015-09-16 | genirq: Move field 'msi_desc' from irq_data into irq_common_data | Jiang Liu |
2015-09-16 | genirq: Move field 'affinity' from irq_data into irq_common_data | Jiang Liu |
2015-09-16 | genirq: Move field 'handler_data' from irq_data into irq_common_data | Jiang Liu |
2015-09-16 | genirq: Move field 'node' from irq_data into irq_common_data | Jiang Liu |
2015-09-16 | genirq: Provide IRQD_FORWARDED_TO_VCPU status flag | Thomas Gleixner |
2015-09-15 | genirq: Remove stale comment | Thomas Gleixner |
2015-09-01 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |