summaryrefslogtreecommitdiffstats
path: root/kernel/irq/irqdomain.c
Commit message (Expand)AuthorAgeFilesLines
* irq/irqdomain: Fix comment typoZenghui Yu2019-07-061-1/+1
* genirq/irqdomain: Remove WARN_ON() on out-of-memory conditionGeert Uytterhoeven2019-05-281-1/+1
* irq/irqdomain: Fix typo in the comment on top of __irq_domain_alloc_irqs()Julien Grall2019-04-291-1/+1
* Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-03-081-11/+34
|\
| * genirq: introduce irq_domain_translate_twocellBrian Masney2019-02-131-11/+34
* | Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2019-02-231-0/+14
|\ \
| * | irqdomain: Allow the default irq domain to be retrievedMarc Zyngier2019-02-211-0/+14
| |/
* / genirq/debugfs: No need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-291-2/+0Star
|/
* genirq/core: Introduce struct irq_affinity_descDou Liyang2018-12-191-2/+2
* genirq: Fix grammar s/an /a /Geert Uytterhoeven2018-10-091-1/+1
* genirq/debugfs: Reinstate full OF path for domain nameMarc Zyngier2018-10-011-1/+1
* genirq/debugfs: Reset domain debugfs_file on removal of the debugfs fileMarc Zyngier2018-10-011-0/+1
* genirq: Add missing SPDX identifiersThomas Gleixner2018-03-201-0/+2
* irqdomain: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-02-161-14/+4Star
* irqdomain: Kill CONFIG_IRQ_DOMAIN_DEBUGMarc Zyngier2018-01-241-118/+0Star
* genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner2017-12-291-6/+7
* irqdomain: Drop pointless NULL check in virq_debug_show_oneRasmus Villemoes2017-11-121-2/+1Star
* irqdomain: Add __rcu annotations to radix tree slotMasahiro Yamada2017-10-191-2/+2
* irqdomain: Move revmap_trees_mutex to struct irq_domainMasahiro Yamada2017-10-191-7/+7
* genirq/irqdomain: Propagate early activationThomas Gleixner2017-09-251-5/+6
* genirq/irqdomain: Allow irq_domain_activate_irq() to failThomas Gleixner2017-09-251-15/+25
* genirq/irqdomain: Update irq_domain_ops.activate() signatureThomas Gleixner2017-09-251-1/+1
* irqdomain/debugfs: Provide domain specific debug callbackThomas Gleixner2017-09-251-0/+2
* Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-051-5/+6
|\
| * device property: export irqchip_fwnode_opsArnd Bergmann2017-07-261-0/+1
| * device property: Get rid of struct fwnode_handle type fieldSakari Ailus2017-07-221-5/+5
* | irqdomain: Prevent potential NULL pointer dereference in irq_domain_push_irq()Dan Carpenter2017-08-251-2/+2
* | irqdomain: Add irq_domain_{push,pop}_irq() functionsDavid Daney2017-08-181-0/+169
* | irqdomain: Check for NULL function pointer in irq_domain_free_irqs_hierarchy()David Daney2017-08-181-1/+2
* | irqdomain: Factor out code to add and remove items to and from the revmapDavid Daney2017-08-181-29/+29
|/
* irqdomain: Allow ACPI device nodes to be used as irqdomain identifiersMarc Zyngier2017-07-071-0/+16
* genirq/debugfs: Remove redundant NULL pointer checkThomas Gleixner2017-07-071-2/+1Star
* genirq/irqdomain: Remove auto-recursive hierarchy supportMarc Zyngier2017-06-221-42/+13Star
* genirq/irqdomain: Add irq_domain_update_bus_token helperMarc Zyngier2017-06-221-0/+31
* genirq/debugfs: Add proper debugfs interfaceThomas Gleixner2017-06-221-1/+86
* genirq/irqdomain: Add map counterThomas Gleixner2017-06-221-0/+4
* genirq: Allow fwnode to carry name information onlyThomas Gleixner2017-06-221-13/+92
* 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 branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Joerg Roedel2017-02-101-14/+69
|\ \
| | * irqdomain: irq_domain_check_msi_remapEric Auger2017-01-231-0/+25
| | * irqdomain: Add irq domain MSI and MSI_REMAP flagsEric Auger2017-01-231-0/+14
| |/ |/|
| * irqdomain: Avoid activating interrupts more than onceMarc Zyngier2017-01-301-14/+30
|/
* genirq: Update stale comment for __irq_domain_addPunit Agrawal2016-09-051-4/+2Star
* irqdomain: Mask irq type in irq_domain_xlate_onetwocell()Sebastian Frias2016-09-021-1/+4
* irqdomain: Fix irq_domain_alloc_irqs_recursive() error handlingAlexander Popov2016-07-111-2/+4
* Merge branch 'irq/for-block' into irq/coreThomas Gleixner2016-07-041-8/+14
|\
| * genirq: Add affinity hint to irq allocationThomas Gleixner2016-07-041-8/+14
* | irqdomain: Fix disposal of mappings for interrupt hierarchiesJon Hunter2016-06-231-2/+6
* | irqdomain: Don't set type when mapping an IRQJon Hunter2016-06-131-5/+18