summaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)AuthorLines
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-07-27genirq/cpuhotplug: Revert "Set force affinity flag on hotplug migration"Thomas Gleixner-2/+7
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
2017-06-22genirq/cpuhotplug: Add support for cleaning up move in progressThomas Gleixner-3/+35
2017-06-22genirq/cpuhotplug: Do not migrated shutdown irqsThomas Gleixner-3/+8
2017-06-22genirq/cpuhotplug: Reorder check logicThomas Gleixner-16/+20
2017-06-22genirq/cpuhotplug: Dont claim success on errorThomas Gleixner-1/+4
2017-06-22genirq/cpuhotplug: Remove irq disabling logicThomas Gleixner-8/+4
2017-06-22genirq: Move pending helpers to internal.hChristoph Hellwig-28/+38
2017-06-22genirq: Move initial affinity setup to irq_startup()Thomas Gleixner-9/+8
2017-06-22genirq: Rename setup_affinity() to irq_setup_affinity()Thomas Gleixner-6/+7
2017-06-22genirq: Remove mask argument from setup_affinity()Thomas Gleixner-34/+29