summaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)Author
2017-10-05irq/generic-chip: Don't replace domain's nameJeffy Chen
2017-10-05genirq: Fix cpumask check in __irq_startup_managed()Thomas Gleixner
2017-10-05genirq/msi: Fix populating multiple interruptsJohn Keeping
2017-10-05genirq: Make sparse_irq_lock protect what it should protectThomas Gleixner
2017-08-20genirq/ipi: Fixup checks against nr_cpu_idsAlexey Dobriyan
2017-08-18genirq: Restore trigger settings in irq_modify_status()Marc Zyngier
2017-07-27genirq/cpuhotplug: Revert "Set force affinity flag on hotplug migration"Thomas Gleixner
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
2017-06-22genirq/cpuhotplug: Avoid irq affinity setting for single targetsThomas Gleixner
2017-06-22genirq: Introduce IRQD_SINGLE_TARGET flagThomas Gleixner
2017-06-22genirq/cpuhotplug: Handle managed IRQs on CPU hotplugThomas Gleixner
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: Introduce IRQD_MANAGED_SHUTDOWNThomas Gleixner
2017-06-22genirq/cpuhotplug: Use effective affinity maskThomas Gleixner
2017-06-22genirq: Introduce effective affinity maskThomas Gleixner
2017-06-22genirq/proc: Replace ever repeating type castThomas Gleixner
2017-06-22genirq: Remove pointless gfp argumentThomas Gleixner
2017-06-22genirq: Remove pointless arg from show_irq_affinityThomas Gleixner
2017-06-22genirq: Move irq_fixup_move_pending() to coreThomas Gleixner
2017-06-22genirq/cpuhotplug: Set force affinity flag on hotplug migrationThomas Gleixner
2017-06-22genirq/cpuhotplug: Add support for conditional maskingThomas Gleixner
2017-06-22genirq/cpuhotplug: Add support for cleaning up move in progressThomas Gleixner
2017-06-22genirq/cpuhotplug: Do not migrated shutdown irqsThomas Gleixner
2017-06-22genirq/cpuhotplug: Reorder check logicThomas Gleixner
2017-06-22genirq/cpuhotplug: Dont claim success on errorThomas Gleixner
2017-06-22genirq/cpuhotplug: Remove irq disabling logicThomas Gleixner