summaryrefslogtreecommitdiffstats
path: root/kernel/irq/chip.c
Commit message (Expand)AuthorAgeFilesLines
* genirq: Prevent nested thread vs synchronize_hardirq() deadlockVincent Whitchurch2023-07-311-7/+4
* Merge tag 'irqchip-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2023-06-261-1/+15
|\
| * genirq: Allow fasteoi handler to resend interrupts on concurrent handlingJames Gowans2023-06-161-1/+15
* | genirq: Use hlist for managing resend handlersShanker Donthineni2023-05-241-0/+1
|/
* genirq/irqdomain: Rename irq_domain::dev to irq_domain:: Pm_devThomas Gleixner2022-12-051-4/+4
* Merge branch irq/plic-masking into irq/irqchip-nextMarc Zyngier2022-07-101-3/+5
|\
| * genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland2022-07-071-3/+5
* | genirq: Don't return error on missing optional irq_request_resources()Antonio Borneo2022-07-071-1/+2
|/
* genirq: PM: Use runtime PM for chained interruptsMarc Zyngier2022-06-091-1/+4
* genirq: Use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi2022-05-021-9/+4
* genirq: Allow irq_chip registration functions to take a const irq_chipMarc Zyngier2022-02-151-6/+3
* genirq: Kill irq_chip::parent_deviceMarc Zyngier2022-02-101-3/+0
* genirq: Allow the PM device to originate from irq domainMarc Zyngier2022-02-091-5/+18
* irq: remove unused flags argument from __handle_irq_event_percpu()Sebastian Andrzej Siewior2022-01-071-3/+1
* genirq: Hide irq_cpu_{on,off}line() behind a deprecated optionMarc Zyngier2021-10-261-0/+2
* genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner2021-08-101-1/+4
* genirq: Add a IRQF_NO_DEBUG flagThomas Gleixner2021-05-171-1/+1
* irq: Fix typos in commentsIngo Molnar2021-03-221-1/+1
* genirq: Fix typos and misspellings in commentsKrzysztof Kozlowski2021-03-161-3/+3
* Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2020-12-151-27/+0
|\
| * Revert "genirq: Add fasteoi IPI flow"Valentin Schneider2020-12-111-27/+0
* | genirq: Fix kernel-doc markupsMauro Carvalho Chehab2020-11-161-1/+1
|/
* Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-121-5/+4
|\
| * genirq/chip: Use the first chip in irq_chip_compose_msi_msg()Thomas Gleixner2020-09-161-5/+4
* | genirq: Add fasteoi IPI flowMarc Zyngier2020-09-131-0/+27
|/
* Merge tag 'irqchip-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2020-08-031-1/+2
|\
| * genirq: Export irq_chip_retrigger_hierarchy and irq_chip_set_vcpu_affinity_pa...John Stultz2020-07-271-1/+2
* | genirq: Remove preflow handler supportValentin Schneider2020-07-041-13/+0
|/
* genirq: Provide interrupt injection mechanismThomas Gleixner2020-03-081-1/+1
* genirq: Introduce irq_chip_get/set_parent_state callsMaulik Shah2019-11-161-0/+44
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-081-0/+6
|\
| * genirq: Delay deactivation in free_irq()Thomas Gleixner2019-07-031-0/+6
* | genirq: Update irq stats from NMI handlersShijith Thotton2019-07-061-0/+4
* | genirq: Introduce irq_chip_{request,release}_resource_parent() apisLokesh Vutla2019-05-011-0/+27
|/
* genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()Stephen Boyd2019-04-051-0/+4
* Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-03-081-0/+12
|\
| * Merge branch 'ib-qcom-ssbi' into develLinus Walleij2019-02-211-0/+11
| |\
| | * genirq: introduce irq_chip_mask_ack_parent()Linus Walleij2019-02-131-0/+11
| * | genirq: export irq_chip_set_wake_parent symbolBrian Masney2019-02-041-0/+1
| |/
* | Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2019-02-231-0/+54
|\ \
| * | genirq: Provide NMI handlersJulien Thierry2019-02-051-0/+54
| |/
* / genirq: Avoid summation loops for /proc/statThomas Gleixner2019-02-101-2/+10
|/
* genirq: Fix various typos in commentsIngo Molnar2018-12-181-1/+1
* genirq: Add missing SPDX identifiersThomas Gleixner2018-03-201-0/+1
* genirq: Cleanup top of file commentsThomas Gleixner2018-03-201-6/+3
* genirq: Make legacy autoprobing work againThomas Gleixner2018-02-011-3/+3
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-131-6/+29
|\
| * genirq/irqdomain: Propagate early activationThomas Gleixner2017-09-251-2/+2
| * genirq/irqdomain: Allow irq_domain_activate_irq() to failThomas Gleixner2017-09-251-2/+7
| * genirq: Separate activation and startupThomas Gleixner2017-09-251-6/+24