aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/irqdomain.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-07irqdomain: Allow ACPI device nodes to be used as irqdomain identifiersMarc Zyngier1-0/+16
2017-07-07genirq/debugfs: Remove redundant NULL pointer checkThomas Gleixner1-2/+1
2017-06-22genirq/irqdomain: Remove auto-recursive hierarchy supportMarc Zyngier1-42/+13
2017-06-22genirq/irqdomain: Add irq_domain_update_bus_token helperMarc Zyngier1-0/+31
2017-06-22genirq/debugfs: Add proper debugfs interfaceThomas Gleixner1-1/+86
2017-06-22genirq/irqdomain: Add map counterThomas Gleixner1-0/+4
2017-06-22genirq: Allow fwnode to carry name information onlyThomas Gleixner1-13/+92
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-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/mediatek', 'arm/core', 'x86/vt-d' and 'core' into nextJoerg Roedel1-14/+69
2017-01-30irqdomain: Avoid activating interrupts more than onceMarc Zyngier1-14/+30
2017-01-23irqdomain: irq_domain_check_msi_remapEric Auger1-0/+25
2017-01-23irqdomain: Add irq domain MSI and MSI_REMAP flagsEric Auger1-0/+14
2016-09-05genirq: Update stale comment for __irq_domain_addPunit Agrawal1-4/+2
2016-09-02irqdomain: Mask irq type in irq_domain_xlate_onetwocell()Sebastian Frias1-1/+4
2016-07-11irqdomain: Fix irq_domain_alloc_irqs_recursive() error handlingAlexander Popov1-2/+4
2016-07-04Merge branch 'irq/for-block' into irq/coreThomas Gleixner1-8/+14
2016-07-04genirq: Add affinity hint to irq allocationThomas Gleixner1-8/+14
2016-06-23irqdomain: Fix disposal of mappings for interrupt hierarchiesJon Hunter1-2/+6
2016-06-13irqdomain: Don't set type when mapping an IRQJon Hunter1-5/+18
2016-06-13irqdomain: Fix handling of type settings for existing mappingsJon Hunter1-5/+32
2016-05-20radix-tree: introduce radix_tree_emptyMatthew Wilcox1-6/+1
2016-05-17Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-0/+1
2016-05-02irqdomain: Allow domain matching on irq_fwspecMarc Zyngier1-9/+10
2016-03-31irqdomain: Export irq_domain_free_irqs_commonAxel Lin1-0/+1
2016-03-10genirq: Export IRQ functions for module useQuan Nguyen1-0/+5
2016-02-25genirq: Make irq_domain_alloc_descs() non staticQais Yousef1-4/+2
2016-01-31Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+8
2016-01-26irqdomain: Allow domain lookup with DOMAIN_BUS_WIRED tokenMarc Zyngier1-3/+8
2016-01-21Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+1
2016-01-15irqdomain: Export irq_domain_set_info() for module useKeith Busch1-0/+1
2015-12-29Merge branch 'irq/gic-v2m-acpi' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner1-1/+1
2015-12-21irqdomain: Introduce is_fwnode_irqchip helperSuravee Suthikulpanit1-1/+1
2015-12-20genirq/msi: Export functions to allow MSI domains in modulesJake Oshins1-0/+4
2015-12-16irqdomain: Make irq_domain_alloc_irqs_recursive availableMarc Zyngier1-3/+3
2015-10-13irqdomain: Introduce irq_domain_create_hierarchyMarc Zyngier1-6/+6
2015-10-13irqdomain: Add a fwnode_handle allocatorMarc Zyngier1-0/+51
2015-10-13irqdomain: Introduce irq_domain_create_{linear, tree}Marc Zyngier1-5/+6
2015-10-13irqdomain: Introduce irq_create_fwspec_mappingMarc Zyngier1-15/+15
2015-10-13irqdomain: Introduce a firmware-specific IRQ specifier structureMarc Zyngier1-11/+48
2015-10-13irqdomain: Allow irq domain lookup by fwnodeMarc Zyngier1-9/+7
2015-10-13irqdomain: Convert irqdomain-%3Eof_node to fwnodeMarc Zyngier1-1/+5
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier1-9/+21
2015-09-16genirq: Move field 'node' from irq_data into irq_common_dataJiang Liu1-1/+0
2015-07-30genirq/irqdomain: Allow irq domain aliasingMarc Zyngier1-5/+13
2015-06-20Merge branch 'irq/for-x86' into irq/coreThomas Gleixner1-1/+3
2015-06-12genirq: Introduce helper function irq_data_get_node()Jiang Liu1-1/+2
2015-06-12genirq: Introduce struct irq_common_data to host shared irq dataJiang Liu1-0/+1
2015-05-18irqdomain: Add non-hierarchy helper irq_domain_set_infoStefan Agner1-0/+21
2014-11-23irqdomain: Introduce helper function irq_domain_add_hierarchy()Jiang Liu1-0/+36