summaryrefslogtreecommitdiff
path: root/kernel/irq/chip.c
AgeCommit message (Expand)Author
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
2020-08-03Merge tag 'irqchip-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner
2020-07-27genirq: Export irq_chip_retrigger_hierarchy and irq_chip_set_vcpu_affinity_pa...John Stultz
2020-07-04genirq: Remove preflow handler supportValentin Schneider
2020-03-08genirq: Provide interrupt injection mechanismThomas Gleixner
2019-11-16genirq: Introduce irq_chip_get/set_parent_state callsMaulik Shah
2019-07-08Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-07-06genirq: Update irq stats from NMI handlersShijith Thotton
2019-07-03genirq: Delay deactivation in free_irq()Thomas Gleixner
2019-05-01genirq: Introduce irq_chip_{request,release}_resource_parent() apisLokesh Vutla
2019-04-05genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()Stephen Boyd
2019-03-08Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2019-02-23Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner
2019-02-21Merge branch 'ib-qcom-ssbi' into develLinus Walleij
2019-02-13genirq: introduce irq_chip_mask_ack_parent()Linus Walleij
2019-02-10genirq: Avoid summation loops for /proc/statThomas Gleixner
2019-02-05genirq: Provide NMI handlersJulien Thierry
2019-02-04genirq: export irq_chip_set_wake_parent symbolBrian Masney
2018-12-18genirq: Fix various typos in commentsIngo Molnar
2018-03-20genirq: Add missing SPDX identifiersThomas Gleixner
2018-03-20genirq: Cleanup top of file commentsThomas Gleixner
2018-02-01genirq: Make legacy autoprobing work againThomas Gleixner
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-10-09genirq/cpuhotplug: Enforce affinity setting on startup of managed irqsThomas Gleixner
2017-09-25genirq/irqdomain: Propagate early activationThomas Gleixner
2017-09-25genirq/irqdomain: Allow irq_domain_activate_irq() to failThomas Gleixner