summaryrefslogtreecommitdiff
path: root/kernel/irq/chip.c
AgeCommit message (Expand)Author
2025-05-15genirq: Retain disable depth for managed interrupts across CPU hotplugBrian Norris
2025-05-09genirq: Fix inverted condition in handle_nested_irq()Thomas Gleixner
2025-05-07genirq/chip: Rework irq_modify_status()Thomas Gleixner
2025-05-07genirq/chip: Rework irq_set_handler() variantsThomas Gleixner
2025-05-07genirq/chip: Rework irq_set_chip_data()Thomas Gleixner
2025-05-07genirq/chip: Rework irq_set_msi_desc_off()Thomas Gleixner
2025-05-07genirq/chip: Rework irq_set_handler_data()Thomas Gleixner
2025-05-07genirq/chip: Rework irq_set_irq_type()Thomas Gleixner
2025-05-07genirq/chip: Rework irq_set_chip()Thomas Gleixner
2025-05-07genirq/chip: Use lock guards where applicableThomas Gleixner
2025-05-07genirq/chip: Rework handle_fasteoi_mask_irq()Thomas Gleixner
2025-05-07genirq/chip: Rework handle_fasteoi_ack_irq()Thomas Gleixner
2025-05-07genirq/chip: Rework handle_edge_irq()Thomas Gleixner
2025-05-07genirq/chip: Rework handle_eoi_irq()Thomas Gleixner
2025-05-07genirq/chip: Rework handle_level_irq()Thomas Gleixner
2025-05-07genirq/chip: Rework handle_untracked_irq()Thomas Gleixner
2025-05-07genirq/chip: Rework handle_simple_irq()Thomas Gleixner
2025-05-07genirq/chip: Rework handle_nested_irq()Thomas Gleixner
2025-05-07genirq/chip: Prepare for code reductionThomas Gleixner
2025-03-27Merge tag 'powerpc-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2025-03-10genirq: Make a few functions staticThomas Gleixner
2025-02-26genirq: Remove IRQ_EDGE_EOI_HANDLERMichael Ellerman
2025-01-15genirq: Remove IRQ_MOVE_PCNTXT and related codeThomas Gleixner
2025-01-15genirq: Provide IRQCHIP_MOVE_DEFERREDThomas Gleixner
2024-09-08genirq: Use cpumask_intersects()Costa Shulyupin
2023-07-31genirq: Prevent nested thread vs synchronize_hardirq() deadlockVincent Whitchurch
2023-06-26Merge tag 'irqchip-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner
2023-06-16genirq: Allow fasteoi handler to resend interrupts on concurrent handlingJames Gowans
2023-05-24genirq: Use hlist for managing resend handlersShanker Donthineni
2022-12-05genirq/irqdomain: Rename irq_domain::dev to irq_domain:: Pm_devThomas Gleixner
2022-07-10Merge branch irq/plic-masking into irq/irqchip-nextMarc Zyngier
2022-07-07genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland
2022-07-07genirq: Don't return error on missing optional irq_request_resources()Antonio Borneo
2022-06-09genirq: PM: Use runtime PM for chained interruptsMarc Zyngier
2022-05-02genirq: Use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi
2022-02-15genirq: Allow irq_chip registration functions to take a const irq_chipMarc Zyngier
2022-02-10genirq: Kill irq_chip::parent_deviceMarc Zyngier
2022-02-09genirq: Allow the PM device to originate from irq domainMarc Zyngier
2022-01-07irq: remove unused flags argument from __handle_irq_event_percpu()Sebastian Andrzej Siewior
2021-10-26genirq: Hide irq_cpu_{on,off}line() behind a deprecated optionMarc Zyngier
2021-08-10genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner
2021-05-17genirq: Add a IRQF_NO_DEBUG flagThomas Gleixner
2021-03-22irq: Fix typos in commentsIngo Molnar
2021-03-16genirq: Fix typos and misspellings in commentsKrzysztof Kozlowski
2020-12-15Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner
2020-12-11Revert "genirq: Add fasteoi IPI flow"Valentin Schneider
2020-11-16genirq: Fix kernel-doc markupsMauro Carvalho Chehab
2020-10-12Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-09-16genirq/chip: Use the first chip in irq_chip_compose_msi_msg()Thomas Gleixner
2020-09-13genirq: Add fasteoi IPI flowMarc Zyngier