aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/irq/chip.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-09Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-07-04genirq: Force inlining of __irq_startup_managed to prevent build failureGeert Uytterhoeven1-1/+1
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2017-06-26genirq: Avoid unnecessary low level irq function callsJeffy Chen1-20/+33
2017-06-22genirq: Handle managed irqs gracefully in irq_startup()Thomas Gleixner1-3/+61
2017-06-22genirq: Add force argument to irq_startup()Thomas Gleixner1-2/+2
2017-06-22genirq: Split out irq_startup() codeThomas Gleixner1-11/+18
2017-06-22genirq: Move initial affinity setup to irq_startup()Thomas Gleixner1-0/+2
2017-06-04genirq: Warn when IRQ_NOAUTOEN is used with shared interruptsThomas Gleixner1-0/+7
2017-06-04genirq: Handle NOAUTOEN interrupt setup properThomas Gleixner1-22/+54
2017-05-16genirq: Fix chained interrupt data orderingThomas Gleixner1-1/+1
2017-05-16irq: update genericirq book locationMauro Carvalho Chehab1-1/+1
2017-03-11genirq: Add support for nested shared IRQsCharles Keepax1-1/+4
2016-09-25genirq: Make function __irq_do_set_handler() staticWei Yongjun1-1/+1
2016-09-20Merge branch 'irq/urgent' into irq/coreThomas Gleixner1-2/+6
2016-09-19genirq: Skip chained interrupt trigger setup if type is IRQ_TYPE_NONEMarc Zyngier1-2/+6
2016-09-14Merge tag 'irqchip-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner1-0/+11
2016-09-06genirq: No need to mask non trigger mode flags before __irq_set_trigger()Alexander Kuleshov1-1/+0
2016-09-02genirq: Robustify handle_percpu_devid_irq()Thomas Gleixner1-4/+14
2016-08-17genirq: Correctly configure the trigger on chained interruptsMarc Zyngier1-0/+11
2016-06-18genirq: Add untracked irq handlerKeith Busch1-0/+43
2016-06-13genirq: Add runtime power management support for IRQ chipsJon Hunter1-0/+40
2016-03-10genirq: Export IRQ functions for module useQuan Nguyen1-0/+4
2015-12-20genirq/msi: Export functions to allow MSI domains in modulesJake Oshins1-0/+1
2015-11-16genirq: Delay incrementing interrupt count if it's disabled/pendingSudeep Holla1-4/+4
2015-10-11genirq: Add flag to force mask in disable_irq[_nosync]()Thomas Gleixner1-0/+9
2015-10-09genirq: Allow migration of chained interrupts by installing default actionMika Westerberg1-0/+17
2015-09-22genirq: Remove the second parameter from handle_irq_event_percpu()Huang Shijie1-1/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-19/+8
2015-09-16genirq: Move field 'msi_desc' from irq_data into irq_common_dataJiang Liu1-1/+1
2015-09-16genirq: Move field 'handler_data' from irq_data into irq_common_dataJiang Liu1-2/+2
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+12
2015-08-20genirq: Introduce irq_chip_set_type_parent() helperGrygorii Strashko1-0/+17
2015-08-20genirq: Don't return ENOSYS in irq_chip_retrigger_hierarchyGrygorii Strashko1-1/+1
2015-07-30genirq: Use the proper parameter name in kernel docMasanari Iida1-1/+1
2015-07-11genirq: Remove the irq argument from note_interrupt()Jiang Liu1-1/+1
2015-07-11genirq: Remove irq arg from __irq_set_trigger()Jiang Liu1-1/+1
2015-07-11genirq: Remove the irq argument from check_irq_resend()Jiang Liu1-1/+1
2015-07-11genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu()Jiang Liu1-8/+8
2015-06-18irq: Add irq_set_chained_handler_and_data()Russell King1-11/+34
2015-05-19Merge branch 'irq/for-x86' into irq/coreThomas Gleixner1-0/+14
2015-05-19genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPUJiang Liu1-0/+14
2015-05-18genirq: Add irq_chip_(enable/disable)_parentStefan Agner1-0/+28
2015-03-15genirq: Add irqchip_set_wake_parentMarc Zyngier1-0/+16
2014-11-23genirq: Work around __irq_set_handler vs stacked domains ordering issuesMarc Zyngier1-1/+24
2014-11-23genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchipJiang Liu1-0/+26
2014-11-23genirq: Add more helper functions to support stacked irq_chipYingjoe Chen1-0/+48
2014-11-23genirq: Introduce helper functions to support stacked irq_chipJiang Liu1-0/+28
2014-11-23irqdomain: Introduce new interfaces to support hierarchy irqdomainsJiang Liu1-0/+3
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1