aboutsummaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)Author
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
2017-07-09Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-07irqdomain: Allow ACPI device nodes to be used as irqdomain identifiersMarc Zyngier
2017-07-07genirq/debugfs: Remove redundant NULL pointer checkThomas Gleixner
2017-07-06genirq: Allow to pass the IRQF_TIMER flag with percpu irq requestDaniel Lezcano
2017-07-04genirq/timings: Move free timings out of spinlocked regionThomas Gleixner
2017-07-04genirq: Move irq resource handling out of spinlocked regionThomas Gleixner
2017-07-04genirq: Add mutex to irq desc to serialize request/free_irq()Thomas Gleixner
2017-07-04genirq: Move bus locking into __setup_irq()Thomas Gleixner
2017-07-04genirq: Force inlining of __irq_startup_managed to prevent build failureGeert Uytterhoeven
2017-07-04genirq/debugfs: Fix build for !CONFIG_IRQ_DOMAINSebastian Ott
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-26genirq: Set irq masked state when initializing irq_descJeffy Chen
2017-06-24genirq/timings: Add infrastructure for estimating the next interrupt arrival ...Daniel Lezcano
2017-06-24genirq/timings: Add infrastructure to track the interrupt timingsDaniel Lezcano
2017-06-24genirq/debugfs: Remove pointless NULL pointer checkThomas Gleixner
2017-06-22genirq/irqdomain: Remove auto-recursive hierarchy supportMarc Zyngier
2017-06-22genirq/irqdomain: Add irq_domain_update_bus_token helperMarc Zyngier
2017-06-22genirq/affinity: Assign vectors to all present CPUsChristoph Hellwig