summaryrefslogtreecommitdiff
path: root/include/linux/irqdomain.h
AgeCommit message (Expand)Author
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-04irqdomain: Make of_phandle_args_to_fwspec() generally availableMarc Zyngier
2021-09-22irqdomain: Change the type of 'size' in __irq_domain_add() to be consistentBixuan Cui
2021-06-10irqdomain: Introduce irq_resolve_mapping()Marc Zyngier
2021-06-10irqdomain: Protect the linear revmap with RCUMarc Zyngier
2021-06-10irqdomain: Cache irq_data instead of a virq number in the revmapMarc Zyngier
2021-06-10irqdomain: Make normal and nomap irqdomains exclusiveMarc Zyngier
2021-06-10powerpc: Move the use of irq_domain_add_nomap() behind a config optionMarc Zyngier
2021-06-10irqdomain: Reimplement irq_linear_revmap() with irq_find_mapping()Marc Zyngier
2021-06-10irqdomain: Kill irq_domain_add_legacy_isaMarc Zyngier
2021-05-05Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-04-22irqdomain: Get rid of irq_create_strict_mappings()Marc Zyngier
2021-04-07irqdomain: Get rid of irq_create_identity_mapping()Marc Zyngier
2021-03-26irqdomain: Introduce irq_domain_create_simple() APIAndy Shevchenko
2021-03-08irqdomain: Remove debugfs_file from struct irq_domainGreg Kroah-Hartman
2020-12-15Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
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: Add forward declaration of fwnode_handleAndy Shevchenko
2020-11-07irqdomain: Remove unused of_device_id forward declarationAndy Shevchenko
2020-10-12Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-10genirq/irqdomain: Allow partial trimming of irq_data hierarchyMarc Zyngier
2020-09-16irqdomain/msi: Provide DOMAIN_BUS_VMD_MSIThomas Gleixner
2020-05-18irqdomain: Make irq_domain_reset_irq_data() available to non-hierarchical usersBartosz Golaszewski
2020-02-21genirq/irqdomain: Make sure all irq domain flags are distinctZenghui Yu
2020-02-09Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-02-01x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner
2020-01-20genirq: Introduce irq_domain_translate_onecellYash Shah
2019-11-16irqdomain: Add bus token DOMAIN_BUS_WAKEUPLina Iyer
2019-08-07irqdomain/debugfs: Use PAs to generate fwnode namesMarc Zyngier
2019-05-01soc: ti: Add MSI domain bus support for Interrupt AggregatorLokesh Vutla
2019-03-08Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2019-02-21irqdomain: Allow the default irq domain to be retrievedMarc Zyngier
2019-02-13genirq: introduce irq_domain_translate_twocellBrian Masney
2018-12-19genirq/core: Introduce struct irq_affinity_descDou Liyang
2018-10-02irqchip/irq-mvebu-sei: Add new driver for Marvell SEIMiquel Raynal
2018-05-13irqdomain: Let irq_find_host default to DOMAIN_BUS_WIREDMarc Zyngier
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-11-02irqdomain: Update the comments of fwnode field of irq_domain structureDou Liyang
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
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-25genirq: Make state consistent for !IRQ_DOMAIN_HIERARCHYThomas 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-18irqdomain: Add irq_domain_{push,pop}_irq() functionsDavid Daney