summaryrefslogtreecommitdiffstats
path: root/kernel/irq/chip.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+3Star
* 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-141-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
* | genirq/cpuhotplug: Enforce affinity setting on startup of managed irqsThomas Gleixner2017-10-091-1/+1
|/
* genirq: Fix cpumask check in __irq_startup_managed()Thomas Gleixner2017-09-161-1/+1
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-041-0/+109
|\
| * genirq: Add handle_fasteoi_{level,edge}_irq flow handlersDavid Daney2017-08-181-0/+106
| * genirq: Export more irq_chip_*_parent() functionsDavid Daney2017-08-181-0/+3
* | genirq: Restore trigger settings in irq_modify_status()Marc Zyngier2017-08-181-2/+8
|/
* genirq/PM: Properly pretend disabled state when force resuming interruptsJuergen Gross2017-07-171-10/+0Star
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-091-1/+1
|\
| * genirq: Force inlining of __irq_startup_managed to prevent build failureGeert Uytterhoeven2017-07-041-1/+1
* | Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds2017-07-041-1/+1
|\ \ | |/ |/|
| * irq: update genericirq book locationMauro Carvalho Chehab2017-05-161-1/+1
* | genirq: Avoid unnecessary low level irq function callsJeffy Chen2017-06-261-20/+33
* | genirq: Handle managed irqs gracefully in irq_startup()Thomas Gleixner2017-06-221-3/+61
* | genirq: Add force argument to irq_startup()Thomas Gleixner2017-06-221-2/+2
* | genirq: Split out irq_startup() codeThomas Gleixner2017-06-221-11/+18
* | genirq: Move initial affinity setup to irq_startup()Thomas Gleixner2017-06-221-0/+2
* | genirq: Warn when IRQ_NOAUTOEN is used with shared interruptsThomas Gleixner2017-06-041-0/+7
* | genirq: Handle NOAUTOEN interrupt setup properThomas Gleixner2017-06-041-22/+54
* | genirq: Fix chained interrupt data orderingThomas Gleixner2017-05-161-1/+1
|/
* genirq: Add support for nested shared IRQsCharles Keepax2017-03-111-1/+4
* genirq: Make function __irq_do_set_handler() staticWei Yongjun2016-09-251-1/+1
* Merge branch 'irq/urgent' into irq/coreThomas Gleixner2016-09-201-2/+6
|\
| * genirq: Skip chained interrupt trigger setup if type is IRQ_TYPE_NONEMarc Zyngier2016-09-191-2/+6
* | Merge tag 'irqchip-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Thomas Gleixner2016-09-141-0/+11
|\|
| * genirq: Correctly configure the trigger on chained interruptsMarc Zyngier2016-08-171-0/+11
* | genirq: No need to mask non trigger mode flags before __irq_set_trigger()Alexander Kuleshov2016-09-061-1/+0Star
* | genirq: Robustify handle_percpu_devid_irq()Thomas Gleixner2016-09-021-4/+14
|/
* genirq: Add untracked irq handlerKeith Busch2016-06-181-0/+43
* genirq: Add runtime power management support for IRQ chipsJon Hunter2016-06-131-0/+40
* genirq: Export IRQ functions for module useQuan Nguyen2016-03-101-0/+4