summaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)AuthorLines
2017-08-18irqdomain: Factor out code to add and remove items to and from the revmapDavid Daney-29/+29
2017-08-18genirq: Add handle_fasteoi_{level,edge}_irq flow handlersDavid Daney-0/+110
2017-08-18genirq: Export more irq_chip_*_parent() functionsDavid Daney-0/+3
2017-08-18genirq/proc: Use the the accessor to report the effective affinityMarc Zyngier-1/+1
2017-08-18genirq/debugfs: Triggering of interrupts from userspaceMarc Zyngier-1/+49
2017-08-16Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner-0/+170
2017-08-16genirq/irq_sim: Add a devres variant of irq_sim_init()Bartosz Golaszewski-0/+43
2017-08-16genirq/irq_sim: Add a simple interrupt simulator frameworkBartosz Golaszewski-0/+127
2017-08-14genirq: Fix for_each_action_of_desc() macroMasahiro Yamada-1/+1
2017-07-27genirq/cpuhotplug: Revert "Set force affinity flag on hotplug migration"Thomas Gleixner-2/+7
2017-07-26device property: export irqchip_fwnode_opsArnd Bergmann-0/+1
2017-07-22device property: Get rid of struct fwnode_handle type fieldSakari Ailus-5/+5
2017-07-17genirq/PM: Properly pretend disabled state when force resuming interruptsJuergen Gross-10/+12
2017-07-17Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-10/+53
2017-07-12genirq: Keep chip buslock across irq_request/release_resources()Thomas Gleixner-10/+53
2017-07-09Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-26/+62
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+12
2017-07-07irqdomain: Allow ACPI device nodes to be used as irqdomain identifiersMarc Zyngier-0/+16
2017-07-07genirq/debugfs: Remove redundant NULL pointer checkThomas Gleixner-2/+1
2017-07-06genirq: Allow to pass the IRQF_TIMER flag with percpu irq requestDaniel Lezcano-5/+10
2017-07-04genirq/timings: Move free timings out of spinlocked regionThomas Gleixner-2/+3
2017-07-04genirq: Move irq resource handling out of spinlocked regionThomas Gleixner-8/+15
2017-07-04genirq: Add mutex to irq desc to serialize request/free_irq()Thomas Gleixner-0/+9
2017-07-04genirq: Move bus locking into __setup_irq()Thomas Gleixner-8/+5
2017-07-04genirq: Force inlining of __irq_startup_managed to prevent build failureGeert Uytterhoeven-1/+1
2017-07-04genirq/debugfs: Fix build for !CONFIG_IRQ_DOMAINSebastian Ott-1/+3
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds-3/+3
2017-06-26genirq: Avoid unnecessary low level irq function callsJeffy Chen-20/+33
2017-06-26genirq: Set irq masked state when initializing irq_descJeffy Chen-0/+1
2017-06-24genirq/timings: Add infrastructure for estimating the next interrupt arrival ...Daniel Lezcano-0/+358
2017-06-24genirq/timings: Add infrastructure to track the interrupt timingsDaniel Lezcano-0/+129
2017-06-24genirq/debugfs: Remove pointless NULL pointer checkThomas Gleixner-8/+6
2017-06-22genirq/irqdomain: Remove auto-recursive hierarchy supportMarc Zyngier-43/+14
2017-06-22genirq/irqdomain: Add irq_domain_update_bus_token helperMarc Zyngier-0/+31
2017-06-22genirq/affinity: Assign vectors to all present CPUsChristoph Hellwig-13/+63
2017-06-22genirq/cpuhotplug: Avoid irq affinity setting for single targetsThomas Gleixner-2/+10
2017-06-22genirq: Introduce IRQD_SINGLE_TARGET flagThomas Gleixner-0/+1
2017-06-22genirq/cpuhotplug: Handle managed IRQs on CPU hotplugThomas Gleixner-0/+45
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-7/+14
2017-06-22genirq: Split out irq_startup() codeThomas Gleixner-11/+18
2017-06-22genirq: Introduce IRQD_MANAGED_SHUTDOWNThomas Gleixner-0/+10
2017-06-22genirq/cpuhotplug: Use effective affinity maskThomas Gleixner-3/+11
2017-06-22genirq: Introduce effective affinity maskThomas Gleixner-7/+105
2017-06-22genirq/proc: Replace ever repeating type castThomas Gleixner-5/+5
2017-06-22genirq: Remove pointless gfp argumentThomas Gleixner-8/+7
2017-06-22genirq: Remove pointless arg from show_irq_affinityThomas Gleixner-3/+3
2017-06-22genirq: Move irq_fixup_move_pending() to coreThomas Gleixner-0/+5
2017-06-22genirq/cpuhotplug: Set force affinity flag on hotplug migrationThomas Gleixner-1/+1
2017-06-22genirq/cpuhotplug: Add support for conditional maskingThomas Gleixner-1/+10