summaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)Author
2017-11-10genirq: Track whether the trigger type has been setMarc Zyngier
2017-11-02Merge tag 'v4.14-rc3' into irq/irqchip-4.15Marc Zyngier
2017-10-19irqdomain: Add __rcu annotations to radix tree slotMasahiro Yamada
2017-10-19irqdomain: Move revmap_trees_mutex to struct irq_domainMasahiro Yamada
2017-09-28irq/generic-chip: Don't replace domain's nameJeffy Chen
2017-09-25irqdomain: Add __rcu annotations to radix tree accessorsMasahiro Yamada
2017-09-25genirq/matrix: Add tracepointsThomas Gleixner
2017-09-25genirq: Implement bitmap matrix allocatorThomas Gleixner
2017-09-25genirq/irqdomain: Add force reactivation flag to irq domainsThomas Gleixner
2017-09-25genirq/irqdomain: Propagate early activationThomas Gleixner
2017-09-25genirq/irqdomain: Allow irq_domain_activate_irq() to failThomas Gleixner
2017-09-25genirq/irqdomain: Update irq_domain_ops.activate() signatureThomas Gleixner
2017-09-25genirq: Separate activation and startupThomas Gleixner
2017-09-25genirq: Set managed shut down flag at initThomas Gleixner
2017-09-25genirq: Make state consistent for !IRQ_DOMAIN_HIERARCHYThomas Gleixner
2017-09-25irqdomain/debugfs: Provide domain specific debug callbackThomas Gleixner
2017-09-25genirq/msi: Capture device name for debugfsThomas Gleixner
2017-09-25genirq/debugfs: Show debug information for all irq descriptorsThomas Gleixner
2017-09-25genirq: Check __free_irq() return value for NULLAlexandru Moise
2017-09-16genirq: Fix cpumask check in __irq_startup_managed()Thomas Gleixner
2017-09-12Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-09-07genirq: Make sparse_irq_lock protect what it should protectThomas Gleixner
2017-09-06genirq/msi: Fix populating multiple interruptsJohn Keeping
2017-09-05Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-09-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-08-31Merge tag 'irqchip-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner
2017-08-25genirq/proc: Avoid uninitalized variable warningThomas Gleixner
2017-08-25irqdomain: Prevent potential NULL pointer dereference in irq_domain_push_irq()Dan Carpenter
2017-08-25genirq: Fix semicolon.cocci warningskbuild test robot
2017-08-23genirq: Let irq_set_vcpu_affinity() iterate over hierarchyMarc Zyngier
2017-08-20genirq/ipi: Fixup checks against nr_cpu_idsAlexey Dobriyan
2017-08-18genirq: Restore trigger settings in irq_modify_status()Marc Zyngier
2017-08-18Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner
2017-08-18irqdomain: Add irq_domain_{push,pop}_irq() functionsDavid Daney
2017-08-18irqdomain: Check for NULL function pointer in irq_domain_free_irqs_hierarchy()David Daney
2017-08-18irqdomain: Factor out code to add and remove items to and from the revmapDavid Daney
2017-08-18genirq: Add handle_fasteoi_{level,edge}_irq flow handlersDavid Daney
2017-08-18genirq: Export more irq_chip_*_parent() functionsDavid Daney
2017-08-18genirq/proc: Use the the accessor to report the effective affinityMarc Zyngier
2017-08-18genirq/debugfs: Triggering of interrupts from userspaceMarc Zyngier
2017-08-16Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner
2017-08-16genirq/irq_sim: Add a devres variant of irq_sim_init()Bartosz Golaszewski
2017-08-16genirq/irq_sim: Add a simple interrupt simulator frameworkBartosz Golaszewski
2017-08-14genirq: Fix for_each_action_of_desc() macroMasahiro Yamada
2017-07-27genirq/cpuhotplug: Revert "Set force affinity flag on hotplug migration"Thomas Gleixner
2017-07-26device property: export irqchip_fwnode_opsArnd Bergmann
2017-07-22device property: Get rid of struct fwnode_handle type fieldSakari Ailus
2017-07-17genirq/PM: Properly pretend disabled state when force resuming interruptsJuergen Gross
2017-07-17Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-07-12genirq: Keep chip buslock across irq_request/release_resources()Thomas Gleixner