Age | Commit message (Expand) | Author | Files | Lines |
2023-02-05 | genirq: Add mechanism to multiplex a single HW IPI | Anup Patel | 1 | -0/+3 |
2022-07-20 | Merge branch irq/loongarch into irq/irqchip-next | Marc Zyngier | 1 | -0/+1 |
2022-07-20 | genirq/generic_chip: Export irq_unmap_generic_chip | Jianmin Lv | 1 | -0/+1 |
2022-07-07 | genirq: Provide an IRQ affinity mask in non-SMP configs | Samuel Holland | 1 | -0/+8 |
2022-07-07 | genirq: Return a const cpumask from irq_data_get_affinity_mask | Samuel Holland | 1 | -5/+7 |
2022-07-07 | genirq: Add and use an irq_data_update_affinity helper | Samuel Holland | 1 | -0/+6 |
2022-07-07 | genirq: Refactor accessors to use irq_data_get_affinity_mask | Samuel Holland | 1 | -7/+7 |
2022-04-19 | gpio: Don't fiddle with irqchips marked as immutable | Marc Zyngier | 1 | -0/+2 |
2022-02-15 | genirq: Allow irq_chip registration functions to take a const irq_chip | Marc Zyngier | 1 | -3/+4 |
2022-02-10 | genirq: Kill irq_chip::parent_device | Marc Zyngier | 1 | -2/+0 |
2021-10-28 | Merge branch irq/irq_cpu_offline into irq/irqchip-next | Marc Zyngier | 1 | -1/+4 |
2021-10-26 | genirq: Hide irq_cpu_{on,off}line() behind a deprecated option | Marc Zyngier | 1 | -1/+4 |
2021-10-25 | irq: add generic_handle_arch_irq() | Mark Rutland | 1 | -0/+1 |
2021-08-10 | genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUP | Thomas Gleixner | 1 | -0/+2 |
2021-05-17 | genirq: Add a IRQF_NO_DEBUG flag | Thomas Gleixner | 1 | -0/+2 |
2021-04-26 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+2 |
2021-03-24 | genirq: Allow architectures to override set_handle_irq() fallback | Marc Zyngier | 1 | -0/+2 |
2021-03-22 | irq: Fix typos in comments | Ingo Molnar | 1 | -2/+2 |
2021-02-05 | genirq: Prevent [devm_]irq_alloc_desc from returning irq 0 | Hans de Goede | 1 | -2/+2 |
2020-12-15 | genirq: Provide irq_get_effective_affinity() | Thomas Gleixner | 1 | -0/+7 |
2020-12-15 | Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz... | Thomas Gleixner | 1 | -1/+0 |
2020-12-11 | Revert "genirq: Add fasteoi IPI flow" | Valentin Schneider | 1 | -1/+0 |
2020-11-15 | genirq: Remove GENERIC_IRQ_LEGACY_ALLOC_HWIRQ | Thomas Gleixner | 1 | -15/+0 |
2020-10-06 | Merge branch 'irq/qcom-pdc-wakeup' into irq/irqchip-next | Marc Zyngier | 1 | -19/+30 |
2020-10-06 | genirq/PM: Introduce IRQCHIP_ENABLE_WAKEUP_ON_SUSPEND flag | Maulik Shah | 1 | -19/+30 |
2020-09-28 | Merge branch 'irq/ipi-as-irq', remote-tracking branches 'origin/irq/dw' and '... | Marc Zyngier | 1 | -0/+6 |
2020-09-25 | genirq: Add stub for set_handle_irq() when !GENERIC_IRQ_MULTI_HANDLER | Zhen Lei | 1 | -0/+6 |
2020-09-13 | genirq: Allow interrupts to be excluded from /proc/interrupts | Marc Zyngier | 1 | -1/+3 |
2020-09-13 | genirq: Add fasteoi IPI flow | Marc Zyngier | 1 | -0/+1 |
2020-07-27 | genirq/affinity: Make affinity setting if activated opt-in | Thomas Gleixner | 1 | -0/+13 |
2020-04-19 | Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+0 |
2020-04-18 | irq.h: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -2/+2 |
2020-04-14 | genirq: Remove setup_irq() and remove_irq() | afzal mohammed | 1 | -2/+0 |
2020-03-08 | genirq: Add protection against unsafe usage of generic_handle_irq() | Thomas Gleixner | 1 | -0/+13 |
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 |