summaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)AuthorLines
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
2017-06-22genirq: Provide irq_fixup_move_pending()Thomas Gleixner-0/+30
2017-06-22genirq/debugfs: Add proper debugfs interfaceThomas Gleixner-1/+337
2017-06-22genirq/irqdomain: Add map counterThomas Gleixner-0/+4
2017-06-22genirq: Allow fwnode to carry name information onlyThomas Gleixner-13/+92
2017-06-22genirq/msi: Prevent overwriting domain nameThomas Gleixner-1/+2
2017-06-21irq/generic-chip: Provide devm_irq_setup_generic_chip()Bartosz Golaszewski-0/+52
2017-06-21irq/generic-chip: Provide devm_irq_alloc_generic_chip()Bartosz Golaszewski-0/+34
2017-06-21irq/generic-chip: Export irq_init_generic_chip() locallyBartosz Golaszewski-4/+14
2017-06-20Merge branch 'linus' into irq/coreThomas Gleixner-1/+3
2017-06-13genirq: Release resources in __setup_irq() error pathHeiner Kallweit-1/+3
2017-06-04genirq: Warn when IRQ_NOAUTOEN is used with shared interruptsThomas Gleixner-2/+17
2017-06-04genirq: Handle NOAUTOEN interrupt setup properThomas Gleixner-25/+63
2017-05-26genirq: Make early_irq_init() print out more informativeVincent Legoll-2/+3
2017-05-22genirq/msi: Populate the domain name if provided by the irqchipMarc Zyngier-2/+8
2017-05-22irqdomain: Let irq_domain_mapping display ACPI fwnode attributesMarc Zyngier-1/+12
2017-05-22irqdomain: Let irq_domain_mapping display hierarchical domainsMarc Zyngier-25/+43
2017-05-22PCI/MSI: Ignore affinity if pre/post vector count is more than min_vecsMichael Hernandez-1/+12
2017-05-21Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2017-05-16genirq: Fix chained interrupt data orderingThomas Gleixner-1/+1
2017-05-16irq: update genericirq book locationMauro Carvalho Chehab-3/+3
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+11
2017-05-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+8
2017-04-20Merge branch 'linus' into irq/coreThomas Gleixner-9/+11
2017-04-20genirq/affinity: Fix calculating vectors to assignKeith Busch-1/+1
2017-04-18genirq: Return the IRQ name from free_irq()Christoph Hellwig-3/+10
2017-04-18genirq: Fix indentation in remove_irq()Christoph Hellwig-1/+1
2017-04-15genirq: Use irqd_get_trigger_type to compare the trigger type for shared IRQsHans de Goede-1/+3
2017-04-14genirq: Use cpumask_available() for check of cpumask variableMatthias Kaehlcke-1/+1
2017-04-13irq/affinity: Fix extra vecs calculationKeith Busch-1/+1
2017-04-04irq/affinity: Fix CPU spread for unbalanced nodesKeith Busch-9/+11
2017-03-11genirq: Add support for nested shared IRQsCharles Keepax-1/+4
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar-0/+1
2017-02-27scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada-1/+1
2017-02-20Merge tag 'iommu-updates-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+41
2017-02-20Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+68
2017-02-16genirq: Clarify logic calculating bogus irqreturn_t valuesJeremy Kerr-1/+3
2017-02-12genirq/devres: Use dev_name(dev) as default for devnameHeiner Kallweit-2/+8
2017-02-10genirq: Fix /proc/interrupts output alignmentH Hartley Sweeten-0/+2
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Joerg Roedel-16/+71
2017-02-10irqdesc: Add a resource managed version of irq_alloc_descs()Bartosz Golaszewski-0/+55