summaryrefslogtreecommitdiffstats
path: root/kernel/irq/chip.c
AgeCommit message (Expand)AuthorLines
2017-09-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+109
2017-08-18genirq: Restore trigger settings in irq_modify_status()Marc Zyngier-2/+8
2017-08-18genirq: Add handle_fasteoi_{level,edge}_irq flow handlersDavid Daney-0/+106
2017-08-18genirq: Export more irq_chip_*_parent() functionsDavid Daney-0/+3
2017-07-17genirq/PM: Properly pretend disabled state when force resuming interruptsJuergen Gross-10/+0
2017-07-09Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2017-07-04genirq: Force inlining of __irq_startup_managed to prevent build failureGeert Uytterhoeven-1/+1
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2017-06-26genirq: Avoid unnecessary low level irq function callsJeffy Chen-20/+33
2017-06-22genirq: Handle managed irqs gracefully in irq_startup()Thomas Gleixner-3/+61
2017-06-22genirq: Add force argument to irq_startup()Thomas Gleixner-2/+2
2017-06-22genirq: Split out irq_startup() codeThomas Gleixner-11/+18
2017-06-22genirq: Move initial affinity setup to irq_startup()Thomas Gleixner-0/+2
2017-06-04genirq: Warn when IRQ_NOAUTOEN is used with shared interruptsThomas Gleixner-0/+7
2017-06-04genirq: Handle NOAUTOEN interrupt setup properThomas Gleixner-22/+54
2017-05-16genirq: Fix chained interrupt data orderingThomas Gleixner-1/+1
2017-05-16irq: update genericirq book locationMauro Carvalho Chehab-1/+1
2017-03-11genirq: Add support for nested shared IRQsCharles Keepax-1/+4
2016-09-25genirq: Make function __irq_do_set_handler() staticWei Yongjun-1/+1
2016-09-20Merge branch 'irq/urgent' into irq/coreThomas Gleixner-2/+6
2016-09-19genirq: Skip chained interrupt trigger setup if type is IRQ_TYPE_NONEMarc Zyngier-2/+6
2016-09-14Merge tag 'irqchip-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Thomas Gleixner-0/+11
2016-09-06genirq: No need to mask non trigger mode flags before __irq_set_trigger()Alexander Kuleshov-1/+0
2016-09-02genirq: Robustify handle_percpu_devid_irq()Thomas Gleixner-4/+14
2016-08-17genirq: Correctly configure the trigger on chained interruptsMarc Zyngier-0/+11
2016-06-18genirq: Add untracked irq handlerKeith Busch-0/+43
2016-06-13genirq: Add runtime power management support for IRQ chipsJon Hunter-0/+40
2016-03-10genirq: Export IRQ functions for module useQuan Nguyen-0/+4
2015-12-20genirq/msi: Export functions to allow MSI domains in modulesJake Oshins-0/+1
2015-11-16genirq: Delay incrementing interrupt count if it's disabled/pendingSudeep Holla-4/+4
2015-10-11genirq: Add flag to force mask in disable_irq[_nosync]()Thomas Gleixner-0/+9
2015-10-09genirq: Allow migration of chained interrupts by installing default actionMika Westerberg-0/+17
2015-09-22genirq: Remove the second parameter from handle_irq_event_percpu()Huang Shijie-1/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner-19/+8
2015-09-16genirq: Move field 'msi_desc' from irq_data into irq_common_dataJiang Liu-1/+1
2015-09-16genirq: Move field 'handler_data' from irq_data into irq_common_dataJiang Liu-2/+2
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-12/+12
2015-08-20genirq: Introduce irq_chip_set_type_parent() helperGrygorii Strashko-0/+17
2015-08-20genirq: Don't return ENOSYS in irq_chip_retrigger_hierarchyGrygorii Strashko-1/+1
2015-07-30genirq: Use the proper parameter name in kernel docMasanari Iida-1/+1
2015-07-11genirq: Remove the irq argument from note_interrupt()Jiang Liu-1/+1
2015-07-11genirq: Remove irq arg from __irq_set_trigger()Jiang Liu-1/+1
2015-07-11genirq: Remove the irq argument from check_irq_resend()Jiang Liu-1/+1
2015-07-11genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu()Jiang Liu-8/+8
2015-06-18irq: Add irq_set_chained_handler_and_data()Russell King-11/+34
2015-05-19Merge branch 'irq/for-x86' into irq/coreThomas Gleixner-0/+14
2015-05-19genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPUJiang Liu-0/+14
2015-05-18genirq: Add irq_chip_(enable/disable)_parentStefan Agner-0/+28
2015-03-15genirq: Add irqchip_set_wake_parentMarc Zyngier-0/+16
2014-11-23genirq: Work around __irq_set_handler vs stacked domains ordering issuesMarc Zyngier-1/+24