summaryrefslogtreecommitdiffstats
path: root/kernel/irq (follow)
Commit message (Expand)AuthorAgeFilesLines
* genirq/cpuhotplug: Remove irq disabling logicThomas Gleixner2017-06-221-8/+4
* genirq: Move pending helpers to internal.hChristoph Hellwig2017-06-222-28/+38
* genirq: Move initial affinity setup to irq_startup()Thomas Gleixner2017-06-222-9/+8
* genirq: Rename setup_affinity() to irq_setup_affinity()Thomas Gleixner2017-06-222-6/+7
* genirq: Remove mask argument from setup_affinity()Thomas Gleixner2017-06-223-34/+29
* genirq: Provide irq_fixup_move_pending()Thomas Gleixner2017-06-221-0/+30
* genirq/debugfs: Add proper debugfs interfaceThomas Gleixner2017-06-227-1/+337
* genirq/irqdomain: Add map counterThomas Gleixner2017-06-221-0/+4
* genirq: Allow fwnode to carry name information onlyThomas Gleixner2017-06-221-13/+92
* genirq/msi: Prevent overwriting domain nameThomas Gleixner2017-06-221-1/+2
* irq/generic-chip: Provide devm_irq_setup_generic_chip()Bartosz Golaszewski2017-06-211-0/+52
* irq/generic-chip: Provide devm_irq_alloc_generic_chip()Bartosz Golaszewski2017-06-211-0/+34
* irq/generic-chip: Export irq_init_generic_chip() locallyBartosz Golaszewski2017-06-212-4/+14
* Merge branch 'linus' into irq/coreThomas Gleixner2017-06-201-1/+3
|\
| * genirq: Release resources in __setup_irq() error pathHeiner Kallweit2017-06-131-1/+3
* | genirq: Warn when IRQ_NOAUTOEN is used with shared interruptsThomas Gleixner2017-06-042-2/+17
* | genirq: Handle NOAUTOEN interrupt setup properThomas Gleixner2017-06-042-25/+63
* | genirq: Make early_irq_init() print out more informativeVincent Legoll2017-05-261-2/+3
* | genirq/msi: Populate the domain name if provided by the irqchipMarc Zyngier2017-05-221-2/+8
* | irqdomain: Let irq_domain_mapping display ACPI fwnode attributesMarc Zyngier2017-05-221-1/+12
* | irqdomain: Let irq_domain_mapping display hierarchical domainsMarc Zyngier2017-05-221-25/+43
|/
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-211-1/+1
|\
| * genirq: Fix chained interrupt data orderingThomas Gleixner2017-05-161-1/+1
* | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-091-4/+11
|\ \ | |/ |/|
| * genirq: Return the IRQ name from free_irq()Christoph Hellwig2017-04-181-3/+10
| * genirq: Fix indentation in remove_irq()Christoph Hellwig2017-04-181-1/+1
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-022-3/+8
|\ \
| * \ Merge branch 'linus' into irq/coreThomas Gleixner2017-04-201-9/+11
| |\ \
| * | | genirq: Use irqd_get_trigger_type to compare the trigger type for shared IRQsHans de Goede2017-04-151-1/+3
| * | | genirq: Use cpumask_available() for check of cpumask variableMatthias Kaehlcke2017-04-141-1/+1
| * | | genirq: Add support for nested shared IRQsCharles Keepax2017-03-111-1/+4
| | |/ | |/|
* | | genirq/affinity: Fix calculating vectors to assignKeith Busch2017-04-201-1/+1
| |/ |/|
* | irq/affinity: Fix extra vecs calculationKeith Busch2017-04-131-1/+1
* | irq/affinity: Fix CPU spread for unbalanced nodesKeith Busch2017-04-041-9/+11
|/
* sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+1
* scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* Merge tag 'iommu-updates-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-02-212-2/+41
|\
| *---. Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Joerg Roedel2017-02-102-16/+71
| |\ \ \
| | | | * irqdomain: irq_domain_check_msi_remapEric Auger2017-01-231-0/+25
| | | | * genirq/msi: Set IRQ_DOMAIN_FLAG_MSI on MSI domain creationEric Auger2017-01-231-2/+2
| | | | * irqdomain: Add irq domain MSI and MSI_REMAP flagsEric Auger2017-01-231-0/+14
| | |_|/ | |/| |
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-02-203-3/+68
|\ \ \ \ | |_|_|/ |/| | |
| * | | genirq: Clarify logic calculating bogus irqreturn_t valuesJeremy Kerr2017-02-161-1/+3
| * | | genirq/devres: Use dev_name(dev) as default for devnameHeiner Kallweit2017-02-121-2/+8
| * | | genirq: Fix /proc/interrupts output alignmentH Hartley Sweeten2017-02-101-0/+2
| * | | irqdesc: Add a resource managed version of irq_alloc_descs()Bartosz Golaszewski2017-02-101-0/+55
| |/ /
* / / irqdomain: Avoid activating interrupts more than onceMarc Zyngier2017-01-301-14/+30
|/ /
* | genirq/affinity: Fix node generation from cpumaskGuilherme G. Piccoli2016-12-151-3/+3
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-132-38/+38
|\ \