summaryrefslogtreecommitdiff
path: root/kernel/irq/chip.c
Commit message (Expand)AuthorAge
* genirq: Add missing SPDX identifiersThomas Gleixner2018-03-20
* genirq: Cleanup top of file commentsThomas Gleixner2018-03-20
* genirq: Make legacy autoprobing work againThomas Gleixner2018-02-01
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-13
|\
| * genirq/irqdomain: Propagate early activationThomas Gleixner2017-09-25
| * genirq/irqdomain: Allow irq_domain_activate_irq() to failThomas Gleixner2017-09-25
| * genirq: Separate activation and startupThomas Gleixner2017-09-25
* | genirq/cpuhotplug: Enforce affinity setting on startup of managed irqsThomas Gleixner2017-10-09
|/
* genirq: Fix cpumask check in __irq_startup_managed()Thomas Gleixner2017-09-16
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-04
|\
| * genirq: Add handle_fasteoi_{level,edge}_irq flow handlersDavid Daney2017-08-18
| * genirq: Export more irq_chip_*_parent() functionsDavid Daney2017-08-18
* | genirq: Restore trigger settings in irq_modify_status()Marc Zyngier2017-08-18
|/
* genirq/PM: Properly pretend disabled state when force resuming interruptsJuergen Gross2017-07-17
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-09
|\
| * genirq: Force inlining of __irq_startup_managed to prevent build failureGeert Uytterhoeven2017-07-04
* | Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds2017-07-03
|\ \ | |/ |/|
| * irq: update genericirq book locationMauro Carvalho Chehab2017-05-16
* | genirq: Avoid unnecessary low level irq function callsJeffy Chen2017-06-26
* | genirq: Handle managed irqs gracefully in irq_startup()Thomas Gleixner2017-06-22
* | genirq: Add force argument to irq_startup()Thomas Gleixner2017-06-22
* | genirq: Split out irq_startup() codeThomas Gleixner2017-06-22
* | genirq: Move initial affinity setup to irq_startup()Thomas Gleixner2017-06-22
* | genirq: Warn when IRQ_NOAUTOEN is used with shared interruptsThomas Gleixner2017-06-04
* | genirq: Handle NOAUTOEN interrupt setup properThomas Gleixner2017-06-04
* | genirq: Fix chained interrupt data orderingThomas Gleixner2017-05-16
|/
* genirq: Add support for nested shared IRQsCharles Keepax2017-03-11
* genirq: Make function __irq_do_set_handler() staticWei Yongjun2016-09-25
* Merge branch 'irq/urgent' into irq/coreThomas Gleixner2016-09-20
|\
| * genirq: Skip chained interrupt trigger setup if type is IRQ_TYPE_NONEMarc Zyngier2016-09-19
* | Merge tag 'irqchip-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Thomas Gleixner2016-09-14
|\ \ | |/
| * genirq: Correctly configure the trigger on chained interruptsMarc Zyngier2016-08-17
* | genirq: No need to mask non trigger mode flags before __irq_set_trigger()Alexander Kuleshov2016-09-06
* | genirq: Robustify handle_percpu_devid_irq()Thomas Gleixner2016-09-02
|/
* genirq: Add untracked irq handlerKeith Busch2016-06-18
* genirq: Add runtime power management support for IRQ chipsJon Hunter2016-06-13
* genirq: Export IRQ functions for module useQuan Nguyen2016-03-10
* genirq/msi: Export functions to allow MSI domains in modulesJake Oshins2015-12-20
* genirq: Delay incrementing interrupt count if it's disabled/pendingSudeep Holla2015-11-16
* genirq: Add flag to force mask in disable_irq[_nosync]()Thomas Gleixner2015-10-11
* genirq: Allow migration of chained interrupts by installing default actionMika Westerberg2015-10-09
* genirq: Remove the second parameter from handle_irq_event_percpu()Huang Shijie2015-09-22
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-16
* genirq: Move field 'msi_desc' from irq_data into irq_common_dataJiang Liu2015-09-16
* genirq: Move field 'handler_data' from irq_data into irq_common_dataJiang Liu2015-09-16
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-01
|\
| * genirq: Use the proper parameter name in kernel docMasanari Iida2015-07-30
| * genirq: Remove the irq argument from note_interrupt()Jiang Liu2015-07-11
| * genirq: Remove irq arg from __irq_set_trigger()Jiang Liu2015-07-11
| * genirq: Remove the irq argument from check_irq_resend()Jiang Liu2015-07-11