aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/irqdomain.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-15genirq/msi: Provide allocation/free functions for "wired" MSI interruptsThomas Gleixner1-0/+17
2023-09-28irqdomain: Annotate struct irq_domain with __counted_byKees Cook1-1/+1
2023-02-24Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-25/+4
2023-02-13irqdomain: Switch to per-domain lockingJohan Hovold1-0/+4
2023-02-13irqdomain: Drop revmap mutexJohan Hovold1-2/+0
2023-01-11genirq/msi: Rename IRQ_DOMAIN_MSI_REMAP to IRQ_DOMAIN_ISOLATED_MSIJason Gunthorpe1-2/+4
2023-01-11genirq/irqdomain: Remove unused irq_domain_check_msi_remap() codeJason Gunthorpe1-23/+0
2022-12-05genirq/irqdomain: Add irq_domain:: Dev for per device MSI domainsThomas Gleixner1-0/+4
2022-12-05genirq/msi: Provide struct msi_parent_opsThomas Gleixner1-0/+5
2022-12-05genirq/irqdomain: Provide IRQ_DOMAIN_FLAG_MSI_DEVICEThomas Gleixner1-0/+13
2022-12-05genirq/irqdomain: Provide IRQ_DOMAIN_FLAG_MSI_PARENTThomas Gleixner1-0/+14
2022-12-05genirq/irqdomain: Rename irq_domain::dev to irq_domain:: Pm_devThomas Gleixner1-3/+3
2022-12-05genirq/irqdomain: Make struct irqdomain readableThomas Gleixner1-37/+37
2022-12-05genirq/msi: Move IRQ_DOMAIN_MSI_NOMASK_QUIRK to MSI flagsThomas Gleixner1-8/+1
2022-11-17genirq/irqdomain: Move bus token enum into a seperate headerThomas Gleixner1-21/+1
2022-02-15irqdomain: Let irq_domain_set_{info,hwirq_and_chip} take a const irq_chipMarc Zyngier1-2/+3
2022-02-09genirq: Allow the PM device to originate from irq domainMarc Zyngier1-0/+10
2021-12-01genirq/generic_chip: Constify irq_generic_chip_opsRikard Falkeborn1-1/+1
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2021-11-04irqdomain: Make of_phandle_args_to_fwspec() generally availableMarc Zyngier1-0/+4
2021-09-22irqdomain: Change the type of 'size' in __irq_domain_add() to be consistentBixuan Cui1-1/+1
2021-06-10irqdomain: Introduce irq_resolve_mapping()Marc Zyngier1-2/+21
2021-06-10irqdomain: Protect the linear revmap with RCUMarc Zyngier1-2/+3
2021-06-10irqdomain: Cache irq_data instead of a virq number in the revmapMarc Zyngier1-2/+2
2021-06-10irqdomain: Make normal and nomap irqdomains exclusiveMarc Zyngier1-3/+3
2021-06-10powerpc: Move the use of irq_domain_add_nomap() behind a config optionMarc Zyngier1-2/+6
2021-06-10irqdomain: Reimplement irq_linear_revmap() with irq_find_mapping()Marc Zyngier1-13/+9
2021-06-10irqdomain: Kill irq_domain_add_legacy_isaMarc Zyngier1-11/+0
2021-05-05Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-5/+14
2021-04-22irqdomain: Get rid of irq_create_strict_mappings()Marc Zyngier1-3/+0
2021-04-07irqdomain: Get rid of irq_create_identity_mapping()Marc Zyngier1-6/+0
2021-03-26irqdomain: Introduce irq_domain_create_simple() APIAndy Shevchenko1-5/+14
2021-03-08irqdomain: Remove debugfs_file from struct irq_domainGreg Kroah-Hartman1-4/+0
2020-12-15Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+7
2020-11-30genirq/irqdomain: Add an irq_create_mapping_affinity() functionLaurent Vivier1-2/+10
2020-11-15genirq/irqdomain: Make irq_domain_disassociate() staticThomas Gleixner1-2/+0
2020-11-07irqdomain: Introduce irq_domain_create_legacy() APIAndy Shevchenko1-0/+6
2020-11-07irqdomain: Add forward declaration of fwnode_handleAndy Shevchenko1-0/+1
2020-11-07irqdomain: Remove unused of_device_id forward declarationAndy Shevchenko1-1/+0
2020-10-12Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2020-10-10genirq/irqdomain: Allow partial trimming of irq_data hierarchyMarc Zyngier1-0/+3
2020-09-16irqdomain/msi: Provide DOMAIN_BUS_VMD_MSIThomas Gleixner1-0/+1
2020-05-18irqdomain: Make irq_domain_reset_irq_data() available to non-hierarchical usersBartosz Golaszewski1-1/+1
2020-02-21genirq/irqdomain: Make sure all irq domain flags are distinctZenghui Yu1-1/+1
2020-02-09Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+7
2020-02-01x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner1-0/+7
2020-01-20genirq: Introduce irq_domain_translate_onecellYash Shah1-0/+5
2019-11-16irqdomain: Add bus token DOMAIN_BUS_WAKEUPLina Iyer1-0/+1
2019-08-07irqdomain/debugfs: Use PAs to generate fwnode namesMarc Zyngier1-3/+3
2019-05-01soc: ti: Add MSI domain bus support for Interrupt AggregatorLokesh Vutla1-0/+1
2019-03-08Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-0/+5
2019-02-21irqdomain: Allow the default irq domain to be retrievedMarc Zyngier1-0/+1
2019-02-13genirq: introduce irq_domain_translate_twocellBrian Masney1-0/+5
2018-12-19genirq/core: Introduce struct irq_affinity_descDou Liyang1-2/+4
2018-10-02irqchip/irq-mvebu-sei: Add new driver for Marvell SEIMiquel Raynal1-0/+1
2018-05-13irqdomain: Let irq_find_host default to DOMAIN_BUS_WIREDMarc Zyngier1-1/+7
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner1-1/+1
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+11
2017-11-02irqdomain: Update the comments of fwnode field of irq_domain structureDou Liyang1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-19irqdomain: Move revmap_trees_mutex to struct irq_domainMasahiro Yamada1-0/+2
2017-09-25genirq/irqdomain: Propagate early activationThomas Gleixner1-1/+1
2017-09-25genirq/irqdomain: Allow irq_domain_activate_irq() to failThomas Gleixner1-1/+1
2017-09-25genirq/irqdomain: Update irq_domain_ops.activate() signatureThomas Gleixner1-1/+1
2017-09-25genirq: Make state consistent for !IRQ_DOMAIN_HIERARCHYThomas Gleixner1-4/+0
2017-09-25irqdomain/debugfs: Provide domain specific debug callbackThomas Gleixner1-1/+5
2017-09-05Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+3
2017-08-18irqdomain: Add irq_domain_{push,pop}_irq() functionsDavid Daney1-0/+3
2017-07-22device property: Get rid of struct fwnode_handle type fieldSakari Ailus1-1/+3
2017-06-22genirq/irqdomain: Remove auto-recursive hierarchy supportMarc Zyngier1-6/+3
2017-06-22genirq/irqdomain: Add irq_domain_update_bus_token helperMarc Zyngier1-0/+3
2017-06-22genirq/debugfs: Add proper debugfs interfaceThomas Gleixner1-0/+4
2017-06-22genirq/irqdomain: Add map counterThomas Gleixner1-0/+2
2017-06-22genirq: Allow fwnode to carry name information onlyThomas Gleixner1-1/+30
2017-03-06irqdomain: Add empty irq_domain_check_msi_remapMian Yousaf Kaukab1-0/+4
2017-01-23irqdomain: irq_domain_check_msi_remapEric Auger1-0/+1
2017-01-23irqdomain: Add irq domain MSI and MSI_REMAP flagsEric Auger1-0/+35
2016-07-04Merge branch 'irq/for-block' into irq/coreThomas Gleixner1-3/+6
2016-07-04genirq: Add affinity hint to irq allocationThomas Gleixner1-3/+6
2016-06-13irqdomain: Don't set type when mapping an IRQJon Hunter1-0/+3
2016-05-02irqdomain: Allow domain matching on irq_fwspecMarc Zyngier1-1/+14
2016-05-02genirq: Add error code reporting to irq_{reserve,destroy}_ipiMatt Redfearn1-3/+2
2016-05-02genirq: Make irq_destroy_ipi take a cpumask of IPIs to destroyMatt Redfearn1-1/+1
2016-03-17Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2016-02-25genirq: Add a new generic IPI reservation code to irq coreQais Yousef1-0/+5
2016-02-25genirq: Make irq_domain_alloc_descs() non staticQais Yousef1-0/+2
2016-02-25genirq: Add DOMAIN_BUS_IPIQais Yousef1-0/+1
2016-02-25genirq: Add new IPI irqdomain flagsQais Yousef1-0/+37
2016-02-07irqdomain: Added domain bus token DOMAIN_BUS_FSL_MC_MSIJ. German Rivera1-0/+1
2016-01-26irqdomain: Allow domain lookup with DOMAIN_BUS_WIRED tokenMarc Zyngier1-0/+1
2015-12-29Merge branch 'irq/gic-v2m-acpi' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner1-0/+10
2015-12-21irqdomain: Introduce is_fwnode_irqchip helperSuravee Suthikulpanit1-0/+5
2015-12-21acpi: pci: Setup MSI domain for ACPI based pci devicesSuravee Suthikulpanit1-0/+5
2015-12-16irqdomain: Make irq_domain_alloc_irqs_recursive availableMarc Zyngier1-0/+3
2015-10-13irqdomain: Documentation updatesMarc Zyngier1-13/+10
2015-10-13irqdomain: Introduce irq_domain_create_hierarchyMarc Zyngier1-2/+15
2015-10-13irqdomain: Add a fwnode_handle allocatorMarc Zyngier1-0/+2
2015-10-13irqdomain: Introduce irq_domain_create_{linear, tree}Marc Zyngier1-6/+25
2015-10-13irqdomain: Introduce irq_create_fwspec_mappingMarc Zyngier1-0/+1
2015-10-13irqdomain: Introduce a firmware-specific IRQ specifier structureMarc Zyngier1-0/+20
2015-10-13irqdomain: Allow irq domain lookup by fwnodeMarc Zyngier1-2/+9
2015-10-13irqdomain: Convert irqdomain-%3Eof_node to fwnodeMarc Zyngier1-2/+3
2015-10-09irqdomain: Add an accessor for the of_node fieldMarc Zyngier1-0/+5
2015-07-30genirq: Add DOMAIN_BUS_NEXUS irqdomain propertyMarc Zyngier1-0/+1
2015-07-30of/platform: Assign MSI domain to platform deviceMarc Zyngier1-0/+1
2015-07-30PCI/MSI: Register irq domain with specific tokenMarc Zyngier1-0/+1
2015-07-30genirq/irqdomain: Allow irq domain aliasingMarc Zyngier1-2/+21
2015-05-18irqdomain: Add non-hierarchy helper irq_domain_set_infoStefan Agner1-4/+4
2014-11-23irqdomain: Introduce helper function irq_domain_add_hierarchy()Jiang Liu1-0/+4
2014-11-23irqdomain: Implement a method to automatically call parent domains alloc/freeJiang Liu1-15/+9
2014-11-23genirq: Introduce helper irq_domain_set_info() to reduce duplicated codeJiang Liu1-0/+5
2014-11-23irqdomain: Introduce new interfaces to support hierarchy irqdomainsJiang Liu1-0/+98
2014-06-21genirq: Export irq_domain_disassociate() to architecture interrupt driversJiang Liu1-0/+2
2013-06-24irqdomain: make irq_linear_revmap() a fast path againGrant Likely1-3/+16
2013-06-24irqdomain: remove irq_domain_generate_simple()Grant Likely1-8/+0
2013-06-24irqdomain: Refactor irq_domain_associate_many()Grant Likely1-13/+11
2013-06-10irqdomain: Clean up aftermath of irq_domain refactoringGrant Likely1-7/+24
2013-06-10irqdomain: Eliminate revmap typeGrant Likely1-28/+20
2013-06-10irqdomain: merge linear and tree reverse mappings.Grant Likely1-8/+10
2013-06-10irqdomain: Add a name fieldGrant Likely1-0/+1
2013-06-10irqdomain: Replace LEGACY mapping with LINEARGrant Likely1-7/+0
2013-05-29genirq: Generic chip: Add linear irq domain supportThomas Gleixner1-0/+12
2012-07-11irqdomain: Eliminate dedicated radix lookup functionsGrant Likely1-4/+0
2012-07-11irqdomain: Support for static IRQ mapping and association.Grant Likely1-0/+19
2012-07-11irq_domain: Standardise legacy/linear domain selectionMark Brown1-0/+5
2012-05-19irqdomain: Kill off duplicate definitions.Paul Mundt1-3/+0
2012-05-19irqdomain: Support removal of IRQ domains.Paul Mundt1-1/+3
2012-04-12irq_domain: Move irq_virq_count into NOMAP revmapGrant Likely1-2/+4
2012-04-10irq: Kill pointless irqd_to_hw exportGrant Likely1-6/+0
2012-02-26irq_domain: Centralize definition of irq_dispose_mapping()Grant Likely1-1/+4
2012-02-16irq_domain: constify irq_domain_opsGrant Likely1-7/+7
2012-02-16irq_domain: Create common xlate functions that device drivers can useGrant Likely1-0/+12
2012-02-16irq_domain: Remove irq_domain_add_simple()Grant Likely1-1/+0
2012-02-16irq_domain: Remove 'new' irq_domain in favour of the ppc oneGrant Likely1-41/+4
2012-02-16irq_domain: Add support for base irq and hwirq in legacy mappingsGrant Likely1-1/+19
2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely1-9/+15
2012-02-16irq_domain: Move irq_domain code from powerpc to kernel/irqGrant Likely1-4/+42
2012-02-14irq_domain: Make irq_domain structure match powerpc's irq_hostGrant Likely1-20/+64
2011-12-23ARM: 7235/1: irqdomain: export irq_domain_simple_ops for !CONFIG_OFJamie Iles1-1/+2
2011-10-31irq: support domains with non-zero hwirq baseRob Herring1-1/+15
2011-09-20irq: Add declaration of irq_domain_simple_ops to irqdomain.hRob Herring1-0/+1
2011-07-28dt/irq: add irq_domain_generate_simple() helperGrant Likely1-0/+10
2011-07-28irq: add irq_domain translation infrastructureGrant Likely1-0/+81