summaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)AuthorLines
2017-09-05Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-5/+6
2017-09-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-38/+549
2017-08-31Merge tag 'irqchip-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner-2/+12
2017-08-25genirq/proc: Avoid uninitalized variable warningThomas Gleixner-2/+2
2017-08-25irqdomain: Prevent potential NULL pointer dereference in irq_domain_push_irq()Dan Carpenter-2/+2
2017-08-25genirq: Fix semicolon.cocci warningskbuild test robot-1/+1
2017-08-23genirq: Let irq_set_vcpu_affinity() iterate over hierarchyMarc Zyngier-2/+12
2017-08-20genirq/ipi: Fixup checks against nr_cpu_idsAlexey Dobriyan-2/+2
2017-08-18genirq: Restore trigger settings in irq_modify_status()Marc Zyngier-2/+8
2017-08-18Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner-30/+313
2017-08-18irqdomain: Add irq_domain_{push,pop}_irq() functionsDavid Daney-0/+169
2017-08-18irqdomain: Check for NULL function pointer in irq_domain_free_irqs_hierarchy()David Daney-1/+2
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