aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/irqdomain.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-20genirq: Add missing SPDX identifiersThomas Gleixner1-0/+2
2018-02-16irqdomain: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-14/+4
2018-01-24irqdomain: Kill CONFIG_IRQ_DOMAIN_DEBUGMarc Zyngier1-118/+0
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner1-6/+7
2017-11-12irqdomain: Drop pointless NULL check in virq_debug_show_oneRasmus Villemoes1-2/+1
2017-10-19irqdomain: Add __rcu annotations to radix tree slotMasahiro Yamada1-2/+2
2017-10-19irqdomain: Move revmap_trees_mutex to struct irq_domainMasahiro Yamada1-7/+7
2017-09-25genirq/irqdomain: Propagate early activationThomas Gleixner1-5/+6
2017-09-25genirq/irqdomain: Allow irq_domain_activate_irq() to failThomas Gleixner1-15/+25
2017-09-25genirq/irqdomain: Update irq_domain_ops.activate() signatureThomas Gleixner1-1/+1
2017-09-25irqdomain/debugfs: Provide domain specific debug callbackThomas Gleixner1-0/+2
2017-09-05Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-5/+6
2017-08-25irqdomain: Prevent potential NULL pointer dereference in irq_domain_push_irq()Dan Carpenter1-2/+2
2017-08-18irqdomain: Add irq_domain_{push,pop}_irq() functionsDavid Daney1-0/+169
2017-08-18irqdomain: Check for NULL function pointer in irq_domain_free_irqs_hierarchy()David Daney1-1/+2
2017-08-18irqdomain: Factor out code to add and remove items to and from the revmapDavid Daney1-29/+29
2017-07-26device property: export irqchip_fwnode_opsArnd Bergmann1-0/+1
2017-07-22device property: Get rid of struct fwnode_handle type fieldSakari Ailus1-5/+5
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