summaryrefslogtreecommitdiff
path: root/kernel/irq/chip.c
AgeCommit message (Expand)Author
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-10-09genirq/cpuhotplug: Enforce affinity setting on startup of managed irqsThomas Gleixner
2017-09-25genirq/irqdomain: Propagate early activationThomas Gleixner
2017-09-25genirq/irqdomain: Allow irq_domain_activate_irq() to failThomas Gleixner
2017-09-25genirq: Separate activation and startupThomas Gleixner
2017-09-16genirq: Fix cpumask check in __irq_startup_managed()Thomas Gleixner
2017-09-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-08-18genirq: Restore trigger settings in irq_modify_status()Marc Zyngier
2017-08-18genirq: Add handle_fasteoi_{level,edge}_irq flow handlersDavid Daney
2017-08-18genirq: Export more irq_chip_*_parent() functionsDavid Daney
2017-07-17genirq/PM: Properly pretend disabled state when force resuming interruptsJuergen Gross
2017-07-09Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-07-04genirq: Force inlining of __irq_startup_managed to prevent build failureGeert Uytterhoeven
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds
2017-06-26genirq: Avoid unnecessary low level irq function callsJeffy Chen
2017-06-22genirq: Handle managed irqs gracefully in irq_startup()Thomas Gleixner
2017-06-22genirq: Add force argument to irq_startup()Thomas Gleixner
2017-06-22genirq: Split out irq_startup() codeThomas Gleixner
2017-06-22genirq: Move initial affinity setup to irq_startup()Thomas Gleixner
2017-06-04genirq: Warn when IRQ_NOAUTOEN is used with shared interruptsThomas Gleixner
2017-06-04genirq: Handle NOAUTOEN interrupt setup properThomas Gleixner
2017-05-16genirq: Fix chained interrupt data orderingThomas Gleixner
2017-05-16irq: update genericirq book locationMauro Carvalho Chehab
2017-03-11genirq: Add support for nested shared IRQsCharles Keepax
2016-09-25genirq: Make function __irq_do_set_handler() staticWei Yongjun
2016-09-20Merge branch 'irq/urgent' into irq/coreThomas Gleixner
2016-09-19genirq: Skip chained interrupt trigger setup if type is IRQ_TYPE_NONEMarc Zyngier
2016-09-14Merge tag 'irqchip-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Thomas Gleixner
2016-09-06genirq: No need to mask non trigger mode flags before __irq_set_trigger()Alexander Kuleshov
2016-09-02genirq: Robustify handle_percpu_devid_irq()Thomas Gleixner
2016-08-17genirq: Correctly configure the trigger on chained interruptsMarc Zyngier
2016-06-18genirq: Add untracked irq handlerKeith Busch
2016-06-13genirq: Add runtime power management support for IRQ chipsJon Hunter
2016-03-10genirq: Export IRQ functions for module useQuan Nguyen
2015-12-20genirq/msi: Export functions to allow MSI domains in modulesJake Oshins
2015-11-16genirq: Delay incrementing interrupt count if it's disabled/pendingSudeep Holla
2015-10-11genirq: Add flag to force mask in disable_irq[_nosync]()Thomas Gleixner
2015-10-09genirq: Allow migration of chained interrupts by installing default actionMika Westerberg
2015-09-22genirq: Remove the second parameter from handle_irq_event_percpu()Huang Shijie
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-09-16genirq: Move field 'msi_desc' from irq_data into irq_common_dataJiang Liu
2015-09-16genirq: Move field 'handler_data' from irq_data into irq_common_dataJiang Liu
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-08-20genirq: Introduce irq_chip_set_type_parent() helperGrygorii Strashko
2015-08-20genirq: Don't return ENOSYS in irq_chip_retrigger_hierarchyGrygorii Strashko
2015-07-30genirq: Use the proper parameter name in kernel docMasanari Iida
2015-07-11genirq: Remove the irq argument from note_interrupt()Jiang Liu
2015-07-11genirq: Remove irq arg from __irq_set_trigger()Jiang Liu
2015-07-11genirq: Remove the irq argument from check_irq_resend()Jiang Liu
2015-07-11genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu()Jiang Liu