summaryrefslogtreecommitdiff
path: root/kernel/irq/irqdomain.c
AgeCommit message (Expand)Author
2021-02-09irqdomain: Mark fwnodes when their irqdomain is added/removedSaravana Kannan
2020-12-15Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-15Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-12-14Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-09driver core: Add fwnode_init()Saravana Kannan
2020-11-30genirq/irqdomain: Don't try to free an interrupt that has no mappingMarc Zyngier
2020-11-30genirq/irqdomain: Add an irq_create_mapping_affinity() functionLaurent Vivier
2020-11-15genirq/irqdomain: Make irq_domain_disassociate() staticThomas Gleixner
2020-11-07irqdomain: Introduce irq_domain_create_legacy() APIAndy Shevchenko
2020-11-07irqdomain: Replace open coded of_node_to_fwnode()Andy Shevchenko
2020-10-28genirq/irqdomain: Implement get_name() method on irqchip fwnodesDavid Woodhouse
2020-10-10genirq/irqdomain: Allow partial trimming of irq_data hierarchyMarc Zyngier
2020-07-27irqdomain: Export irq_domain_update_bus_tokenJohn Stultz
2020-07-27genirq/irqdomain: Remove redundant NULL pointer check on fwnodeZenghui Yu
2020-05-21irqdomain: Allow software nodes for IRQ domain creationAndy Shevchenko
2020-05-21irqdomain: Get rid of special treatment for ACPI in __irq_domain_add()Andy Shevchenko
2020-05-21irqdomain: Make __irq_domain_add() less OF-dependentAndy Shevchenko
2020-05-18irqdomain: Make irq_domain_reset_irq_data() available to non-hierarchical usersBartosz Golaszewski
2020-03-08genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy()Alexander Sverdlin
2020-03-08irqdomain: Fix function documentation of __irq_domain_alloc_fwnode()luanshi
2020-01-20irqdomain: Fix a memory leak in irq_domain_push_irq()Kevin Hao
2020-01-20genirq: Introduce irq_domain_translate_onecellYash Shah
2019-11-05irq/irqdomain: Update __irq_domain_alloc_fwnode() function documentationYi Wang
2019-09-03irqdomain: Add the missing assignment of domain->fwnode for named fwnodeDexuan Cui
2019-08-07irqdomain/debugfs: Use PAs to generate fwnode namesMarc Zyngier
2019-07-06irq/irqdomain: Fix comment typoZenghui Yu
2019-05-28genirq/irqdomain: Remove WARN_ON() on out-of-memory conditionGeert Uytterhoeven
2019-04-29irq/irqdomain: Fix typo in the comment on top of __irq_domain_alloc_irqs()Julien Grall
2019-03-08Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2019-02-23Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner
2019-02-21irqdomain: Allow the default irq domain to be retrievedMarc Zyngier
2019-02-13genirq: introduce irq_domain_translate_twocellBrian Masney
2019-01-29genirq/debugfs: No need to check return value of debugfs_create functionsGreg Kroah-Hartman
2018-12-19genirq/core: Introduce struct irq_affinity_descDou Liyang
2018-10-09genirq: Fix grammar s/an /a /Geert Uytterhoeven
2018-10-01genirq/debugfs: Reinstate full OF path for domain nameMarc Zyngier
2018-10-01genirq/debugfs: Reset domain debugfs_file on removal of the debugfs fileMarc Zyngier
2018-03-20genirq: Add missing SPDX identifiersThomas Gleixner
2018-02-16irqdomain: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko
2018-01-24irqdomain: Kill CONFIG_IRQ_DOMAIN_DEBUGMarc Zyngier
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner
2017-11-12irqdomain: Drop pointless NULL check in virq_debug_show_oneRasmus Villemoes
2017-10-19irqdomain: Add __rcu annotations to radix tree slotMasahiro Yamada
2017-10-19irqdomain: Move revmap_trees_mutex to struct irq_domainMasahiro Yamada
2017-09-25genirq/irqdomain: Propagate early activationThomas Gleixner
2017-09-25genirq/irqdomain: Allow irq_domain_activate_irq() to failThomas Gleixner
2017-09-25genirq/irqdomain: Update irq_domain_ops.activate() signatureThomas Gleixner
2017-09-25irqdomain/debugfs: Provide domain specific debug callbackThomas Gleixner
2017-09-05Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-08-25irqdomain: Prevent potential NULL pointer dereference in irq_domain_push_irq()Dan Carpenter