| Commit message (Expand) | Author | Age | Files | Lines |
* | irqchip/gic(v3): Replace gic_irq() with irqd_to_hwirq() | Dawei Li | 2024-01-24 | 1 | -1/+1 |
* | x86/apic/msi: Fix misconfigured non-maskable MSI quirk | Koichiro Den | 2023-10-26 | 1 | -22/+4 |
* | genirq: Allow fasteoi handler to resend interrupts on concurrent handling | James Gowans | 2023-06-16 | 1 | -0/+13 |
* | genirq: Use BIT() for the IRQD_* state flags | Marc Zyngier | 2023-06-16 | 1 | -23/+23 |
* | genirq: Add mechanism to multiplex a single HW IPI | Anup Patel | 2023-02-05 | 1 | -0/+3 |
* | Merge branch irq/loongarch into irq/irqchip-next | Marc Zyngier | 2022-07-20 | 1 | -0/+1 |
|\ |
|
| * | genirq/generic_chip: Export irq_unmap_generic_chip | Jianmin Lv | 2022-07-20 | 1 | -0/+1 |
* | | genirq: Provide an IRQ affinity mask in non-SMP configs | Samuel Holland | 2022-07-07 | 1 | -0/+8 |
* | | genirq: Return a const cpumask from irq_data_get_affinity_mask | Samuel Holland | 2022-07-07 | 1 | -5/+7 |
* | | genirq: Add and use an irq_data_update_affinity helper | Samuel Holland | 2022-07-07 | 1 | -0/+6 |
* | | genirq: Refactor accessors to use irq_data_get_affinity_mask | Samuel Holland | 2022-07-07 | 1 | -7/+7 |
|/ |
|
* | gpio: Don't fiddle with irqchips marked as immutable | Marc Zyngier | 2022-04-19 | 1 | -0/+2 |
* | genirq: Allow irq_chip registration functions to take a const irq_chip | Marc Zyngier | 2022-02-15 | 1 | -3/+4 |
* | genirq: Kill irq_chip::parent_device | Marc Zyngier | 2022-02-10 | 1 | -2/+0 |
* | Merge branch irq/irq_cpu_offline into irq/irqchip-next | Marc Zyngier | 2021-10-28 | 1 | -1/+4 |
|\ |
|
| * | genirq: Hide irq_cpu_{on,off}line() behind a deprecated option | Marc Zyngier | 2021-10-26 | 1 | -1/+4 |
* | | irq: add generic_handle_arch_irq() | Mark Rutland | 2021-10-25 | 1 | -0/+1 |
|/ |
|
* | genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUP | Thomas Gleixner | 2021-08-10 | 1 | -0/+2 |
* | genirq: Add a IRQF_NO_DEBUG flag | Thomas Gleixner | 2021-05-17 | 1 | -0/+2 |
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2021-04-26 | 1 | -0/+2 |
|\ |
|
| * | genirq: Allow architectures to override set_handle_irq() fallback | Marc Zyngier | 2021-03-24 | 1 | -0/+2 |
* | | irq: Fix typos in comments | Ingo Molnar | 2021-03-22 | 1 | -2/+2 |
|/ |
|
* | genirq: Prevent [devm_]irq_alloc_desc from returning irq 0 | Hans de Goede | 2021-02-05 | 1 | -2/+2 |
* | genirq: Provide irq_get_effective_affinity() | Thomas Gleixner | 2020-12-15 | 1 | -0/+7 |
* | Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz... | Thomas Gleixner | 2020-12-15 | 1 | -1/+0 |
|\ |
|
| * | Revert "genirq: Add fasteoi IPI flow" | Valentin Schneider | 2020-12-11 | 1 | -1/+0 |
* | | genirq: Remove GENERIC_IRQ_LEGACY_ALLOC_HWIRQ | Thomas Gleixner | 2020-11-14 | 1 | -15/+0 |
|/ |
|
* | Merge branch 'irq/qcom-pdc-wakeup' into irq/irqchip-next | Marc Zyngier | 2020-10-06 | 1 | -19/+30 |
|\ |
|
| * | genirq/PM: Introduce IRQCHIP_ENABLE_WAKEUP_ON_SUSPEND flag | Maulik Shah | 2020-10-06 | 1 | -19/+30 |
| | | |
| \ | |
*-. | | Merge branch 'irq/ipi-as-irq', remote-tracking branches 'origin/irq/dw' and '... | Marc Zyngier | 2020-09-28 | 1 | -0/+6 |
|\ \| |
|
| * | | genirq: Add stub for set_handle_irq() when !GENERIC_IRQ_MULTI_HANDLER | Zhen Lei | 2020-09-25 | 1 | -0/+6 |
| |/ |
|
* | | genirq: Allow interrupts to be excluded from /proc/interrupts | Marc Zyngier | 2020-09-13 | 1 | -1/+3 |
* | | genirq: Add fasteoi IPI flow | Marc Zyngier | 2020-09-13 | 1 | -0/+1 |
|/ |
|
* | genirq/affinity: Make affinity setting if activated opt-in | Thomas Gleixner | 2020-07-27 | 1 | -0/+13 |
* | Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-04-19 | 1 | -2/+0 |
|\ |
|
| * | genirq: Remove setup_irq() and remove_irq() | afzal mohammed | 2020-04-14 | 1 | -2/+0 |
* | | irq.h: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-04-18 | 1 | -2/+2 |
|/ |
|
* | genirq: Add protection against unsafe usage of generic_handle_irq() | Thomas Gleixner | 2020-03-08 | 1 | -0/+13 |
* | x86/apic/msi: Plug non-maskable MSI affinity race | Thomas Gleixner | 2020-02-01 | 1 | -0/+18 |
* | genirq: Introduce irq_chip_get/set_parent_state calls | Maulik Shah | 2019-11-16 | 1 | -0/+6 |
* | genirq: Introduce irq_chip_{request,release}_resource_parent() apis | Lokesh Vutla | 2019-05-01 | 1 | -0/+2 |
* | genirq: Fix typo in comment of IRQD_MOVE_PCNTXT | Peter Xu | 2019-03-21 | 1 | -1/+1 |
* | Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2019-03-08 | 1 | -0/+1 |
|\ |
|
| * | genirq: introduce irq_chip_mask_ack_parent() | Linus Walleij | 2019-02-13 | 1 | -0/+1 |
* | | genirq: Provide NMI handlers | Julien Thierry | 2019-02-05 | 1 | -0/+3 |
* | | genirq: Provide basic NMI management for interrupt lines | Julien Thierry | 2019-02-05 | 1 | -0/+7 |
|/ |
|
* | genirq/core: Introduce struct irq_affinity_desc | Dou Liyang | 2018-12-19 | 1 | -2/+4 |
* | irq/matrix: Spread managed interrupts on allocation | Dou Liyang | 2018-09-18 | 1 | -1/+2 |
* | genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debug | Marc Zyngier | 2018-06-22 | 1 | -0/+1 |
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-06-10 | 1 | -1/+6 |
|\ |
|