aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/chip.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-15genirq: Add irq_chip_(startup/shutdown)_parent()Inochi Amaoto1-0/+37
2025-08-01Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-1/+7
2025-07-22genirq: Teach handle_simple_irq() to resend an in-progress interruptMarc Zyngier1-1/+7
2025-07-22genirq: Prevent migration live lock in handle_edge_irq()Thomas Gleixner1-2/+39
2025-07-22genirq: Split up irq_pm_check_wakeup()Thomas Gleixner1-1/+3
2025-07-22genirq: Move irq_wait_for_poll() to call siteThomas Gleixner1-9/+24
2025-07-22genirq: Remove pointless local variableThomas Gleixner1-3/+1
2025-06-13genirq/cpuhotplug: Rebalance managed interrupts across multi-CPU hotplugBrian Norris1-0/+8
2025-05-15genirq: Retain disable depth for managed interrupts across CPU hotplugBrian Norris1-1/+21
2025-05-09genirq: Fix inverted condition in handle_nested_irq()Thomas Gleixner1-1/+1
2025-05-07genirq/chip: Rework irq_modify_status()Thomas Gleixner1-27/+23
2025-05-07genirq/chip: Rework irq_set_handler() variantsThomas Gleixner1-23/+11
2025-05-07genirq/chip: Rework irq_set_chip_data()Thomas Gleixner1-12/+9
2025-05-07genirq/chip: Rework irq_set_msi_desc_off()Thomas Gleixner1-21/+17
2025-05-07genirq/chip: Rework irq_set_handler_data()Thomas Gleixner1-12/+9
2025-05-07genirq/chip: Rework irq_set_irq_type()Thomas Gleixner1-13/+6
2025-05-07genirq/chip: Rework irq_set_chip()Thomas Gleixner1-16/+12
2025-05-07genirq/chip: Use lock guards where applicableThomas Gleixner1-16/+8
2025-05-07genirq/chip: Rework handle_fasteoi_mask_irq()Thomas Gleixner1-29/+9
2025-05-07genirq/chip: Rework handle_fasteoi_ack_irq()Thomas Gleixner1-26/+13
2025-05-07genirq/chip: Rework handle_edge_irq()Thomas Gleixner1-33/+16
2025-05-07genirq/chip: Rework handle_eoi_irq()Thomas Gleixner1-24/+18
2025-05-07genirq/chip: Rework handle_level_irq()Thomas Gleixner1-23/+9
2025-05-07genirq/chip: Rework handle_untracked_irq()Thomas Gleixner1-27/+16
2025-05-07genirq/chip: Rework handle_simple_irq()Thomas Gleixner1-20/+10
2025-05-07genirq/chip: Rework handle_nested_irq()Thomas Gleixner1-42/+36
2025-05-07genirq/chip: Prepare for code reductionThomas Gleixner1-8/+27
2025-03-27Merge tag 'powerpc-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-47/+0
2025-03-10genirq: Make a few functions staticThomas Gleixner1-15/+15
2025-02-26genirq: Remove IRQ_EDGE_EOI_HANDLERMichael Ellerman1-47/+0
2025-01-15genirq: Remove IRQ_MOVE_PCNTXT and related codeThomas Gleixner1-14/+0
2025-01-15genirq: Provide IRQCHIP_MOVE_DEFERREDThomas Gleixner1-3/+15
2024-09-08genirq: Use cpumask_intersects()Costa Shulyupin1-1/+1
2023-07-31genirq: Prevent nested thread vs synchronize_hardirq() deadlockVincent Whitchurch1-7/+4
2023-06-26Merge tag 'irqchip-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner1-1/+15
2023-06-16genirq: Allow fasteoi handler to resend interrupts on concurrent handlingJames Gowans1-1/+15
2023-05-24genirq: Use hlist for managing resend handlersShanker Donthineni1-0/+1
2022-12-05genirq/irqdomain: Rename irq_domain::dev to irq_domain:: Pm_devThomas Gleixner1-4/+4
2022-07-10Merge branch irq/plic-masking into irq/irqchip-nextMarc Zyngier1-3/+5
2022-07-07genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland1-3/+5
2022-07-07genirq: Don't return error on missing optional irq_request_resources()Antonio Borneo1-1/+2
2022-06-09genirq: PM: Use runtime PM for chained interruptsMarc Zyngier1-1/+4
2022-05-02genirq: Use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi1-9/+4
2022-02-15genirq: Allow irq_chip registration functions to take a const irq_chipMarc Zyngier1-6/+3
2022-02-10genirq: Kill irq_chip::parent_deviceMarc Zyngier1-3/+0
2022-02-09genirq: Allow the PM device to originate from irq domainMarc Zyngier1-5/+18
2022-01-07irq: remove unused flags argument from __handle_irq_event_percpu()Sebastian Andrzej Siewior1-3/+1
2021-10-26genirq: Hide irq_cpu_{on,off}line() behind a deprecated optionMarc Zyngier1-0/+2
2021-08-10genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner1-1/+4
2021-05-17genirq: Add a IRQF_NO_DEBUG flagThomas Gleixner1-1/+1