summaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)AuthorFilesLines
2017-06-22genirq/affinity: Assign vectors to all present CPUsChristoph Hellwig1-13/+63
2017-06-22genirq/cpuhotplug: Avoid irq affinity setting for single targetsThomas Gleixner1-2/+10
2017-06-22genirq: Introduce IRQD_SINGLE_TARGET flagThomas Gleixner1-0/+1
2017-06-22genirq/cpuhotplug: Handle managed IRQs on CPU hotplugThomas Gleixner1-0/+45
2017-06-22genirq: Handle managed irqs gracefully in irq_startup()Thomas Gleixner1-3/+61
2017-06-22genirq: Add force argument to irq_startup()Thomas Gleixner4-7/+14
2017-06-22genirq: Split out irq_startup() codeThomas Gleixner1-11/+18
2017-06-22genirq: Introduce IRQD_MANAGED_SHUTDOWNThomas Gleixner1-0/+10
2017-06-22genirq/cpuhotplug: Use effective affinity maskThomas Gleixner1-3/+11
2017-06-22genirq: Introduce effective affinity maskThomas Gleixner4-7/+105
2017-06-22genirq/proc: Replace ever repeating type castThomas Gleixner1-5/+5
2017-06-22genirq: Remove pointless gfp argumentThomas Gleixner1-8/+7
2017-06-22genirq: Remove pointless arg from show_irq_affinityThomas Gleixner1-3/+3
2017-06-22genirq: Move irq_fixup_move_pending() to coreThomas Gleixner1-0/+5
2017-06-22genirq/cpuhotplug: Set force affinity flag on hotplug migrationThomas Gleixner1-1/+1
2017-06-22genirq/cpuhotplug: Add support for conditional maskingThomas Gleixner1-1/+10
2017-06-22genirq/cpuhotplug: Add support for cleaning up move in progressThomas Gleixner2-3/+35
2017-06-22genirq/cpuhotplug: Do not migrated shutdown irqsThomas Gleixner1-3/+8
2017-06-22genirq/cpuhotplug: Reorder check logicThomas Gleixner1-16/+20
2017-06-22genirq/cpuhotplug: Dont claim success on errorThomas Gleixner1-1/+4
2017-06-22genirq/cpuhotplug: Remove irq disabling logicThomas Gleixner1-8/+4
2017-06-22genirq: Move pending helpers to internal.hChristoph Hellwig2-28/+38
2017-06-22genirq: Move initial affinity setup to irq_startup()Thomas Gleixner2-9/+8
2017-06-22genirq: Rename setup_affinity() to irq_setup_affinity()Thomas Gleixner2-6/+7
2017-06-22genirq: Remove mask argument from setup_affinity()Thomas Gleixner3-34/+29
2017-06-22genirq: Provide irq_fixup_move_pending()Thomas Gleixner1-0/+30
2017-06-22genirq/debugfs: Add proper debugfs interfaceThomas Gleixner7-1/+337
2017-06-22genirq/irqdomain: Add map counterThomas Gleixner1-0/+4
2017-06-22genirq: Allow fwnode to carry name information onlyThomas Gleixner1-13/+92
2017-06-22genirq/msi: Prevent overwriting domain nameThomas Gleixner1-1/+2
2017-06-21irq/generic-chip: Provide devm_irq_setup_generic_chip()Bartosz Golaszewski1-0/+52
2017-06-21irq/generic-chip: Provide devm_irq_alloc_generic_chip()Bartosz Golaszewski1-0/+34
2017-06-21irq/generic-chip: Export irq_init_generic_chip() locallyBartosz Golaszewski2-4/+14
2017-06-20Merge branch 'linus' into irq/coreThomas Gleixner1-1/+3
2017-06-13genirq: Release resources in __setup_irq() error pathHeiner Kallweit1-1/+3
2017-06-04genirq: Warn when IRQ_NOAUTOEN is used with shared interruptsThomas Gleixner2-2/+17
2017-06-04genirq: Handle NOAUTOEN interrupt setup properThomas Gleixner2-25/+63
2017-05-26genirq: Make early_irq_init() print out more informativeVincent Legoll1-2/+3
2017-05-22genirq/msi: Populate the domain name if provided by the irqchipMarc Zyngier1-2/+8
2017-05-22irqdomain: Let irq_domain_mapping display ACPI fwnode attributesMarc Zyngier1-1/+12
2017-05-22irqdomain: Let irq_domain_mapping display hierarchical domainsMarc Zyngier1-25/+43
2017-05-22PCI/MSI: Ignore affinity if pre/post vector count is more than min_vecsMichael Hernandez1-1/+12
2017-05-21Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2017-05-16genirq: Fix chained interrupt data orderingThomas Gleixner1-1/+1
2017-05-16irq: update genericirq book locationMauro Carvalho Chehab3-3/+3
2017-05-09Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+11
2017-05-02Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+8
2017-04-20Merge branch 'linus' into irq/coreThomas Gleixner1-9/+11
2017-04-20genirq/affinity: Fix calculating vectors to assignKeith Busch1-1/+1
2017-04-18genirq: Return the IRQ name from free_irq()Christoph Hellwig1-3/+10