| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-07 | platform-msi: Add msi_remove_device_irq_domain() in platform_device_msi_free_... | Frank Li | 1 | -0/+1 |
| 2024-07-18 | genirq/msi: Remove platform MSI leftovers | Thomas Gleixner | 1 | -347/+3 |
| 2024-03-21 | Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+3 |
| 2024-03-07 | platform-msi: Remove usage of the deprecated ida_simple_xx() API | Christophe JAILLET | 1 | -3/+3 |
| 2024-02-15 | platform-msi: Remove unused interfaces | Thomas Gleixner | 1 | -14/+2 |
| 2024-02-15 | platform-msi: Prepare for real per device domains | Thomas Gleixner | 1 | -0/+103 |
| 2023-03-02 | genirq/msi, platform-msi: Ensure that MSI descriptors are unreferencedirq-urgent-2023-03-05 | Thomas Gleixner | 1 | -0/+1 |
| 2022-12-05 | platform-msi: Switch to the domain id aware MSI interfaces | Ahmed S. Darwish | 1 | -2/+2 |
| 2022-11-17 | genirq/msi: Remove filter from msi_free_descs_free_range() | Thomas Gleixner | 1 | -1/+1 |
| 2022-09-28 | platform-msi: Export symbol platform_msi_create_irq_domain() | Frank Li | 1 | -0/+1 |
| 2021-12-16 | platform-msi: Simplify platform device MSI code | Thomas Gleixner | 1 | -70/+18 |
| 2021-12-16 | platform-msi: Let core code handle MSI descriptors | Thomas Gleixner | 1 | -64/+48 |
| 2021-12-16 | platform-msi: Use msi_desc::msi_index | Thomas Gleixner | 1 | -5/+5 |
| 2021-12-16 | platform-msi: Store platform private data pointer in msi_device_data | Thomas Gleixner | 1 | -47/+32 |
| 2021-12-16 | platform-msi: Rename functions and clarify comments | Thomas Gleixner | 1 | -15/+21 |
| 2021-12-16 | platform-msi: Let the core code handle sysfs groups | Thomas Gleixner | 1 | -10/+1 |
| 2021-12-16 | platform-msi: Allocate MSI device data on first use | Thomas Gleixner | 1 | -1/+7 |
| 2021-12-16 | device: Move MSI related data into a struct | Thomas Gleixner | 1 | -6/+6 |
| 2021-08-24 | platform-msi: Add ABI to show msi_irqs of platform devices | Barry Song | 1 | -5/+15 |
| 2021-04-02 | platform-msi: fix kernel-doc warnings | Pierre-Louis Bossart | 1 | -1/+2 |
| 2020-12-11 | platform-msi: Track shared domain allocation | Marc Zyngier | 1 | -0/+7 |
| 2020-05-18 | platform-msi: Fix typos in comment | Shaokun Zhang | 1 | -1/+1 |
| 2018-12-13 | platform-msi: Free descriptors in platform_msi_domain_free() | Miquel Raynal | 1 | -2/+4 |
| 2018-10-02 | genirq/msi: Allow creation of a tree-based irqdomain for platform-msi | Marc Zyngier | 1 | -6/+8 |
| 2018-05-13 | genirq/msi: Limit level-triggered MSI to platform devices | Marc Zyngier | 1 | -0/+3 |
| 2017-12-07 | driver core: Remove redundant license text | Greg Kroah-Hartman | 1 | -12/+0 |
| 2017-12-07 | driver core: add SPDX identifiers to all driver core files | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-06-22 | irqchip/MSI: Use irq_domain_update_bus_token instead of an open coded access | Marc Zyngier | 1 | -1/+1 |
| 2017-04-07 | platform-msi: Make platform_msi_create_device_domain() ACPI aware | Hanjun Guo | 1 | -2/+1 |
| 2017-01-17 | irq/platform-msi: Fix comment about maximal MSIs | Matthias Brugger | 1 | -1/+1 |
| 2016-09-14 | genirq/msi: Add cpumask allocation to alloc_msi_entry | Thomas Gleixner | 1 | -2/+1 |
| 2016-01-26 | base: Export platform_msi_domain_[alloc,free]_irqs | Thomas Petazzoni | 1 | -0/+2 |
| 2015-12-29 | irq/platform-MSI: Increase the maximum MSIs the MSI framework can support | MaJun | 1 | -1/+1 |
| 2015-12-16 | platform-msi: Allow creation of a MSI-based stacked irq domain | Marc Zyngier | 1 | -2/+128 |
| 2015-12-16 | platform-msi: Factor out allocation/free of private data | Marc Zyngier | 1 | -41/+53 |
| 2015-12-16 | platform-msi: Allow MSIs to be allocated in chunks | Marc Zyngier | 1 | -12/+20 |
| 2015-10-13 | irqdomain/msi: Use fwnode instead of of_node | Marc Zyngier | 1 | -3/+3 |
| 2015-09-15 | platform-msi: Do not cache msi_desc in handler_data | Marc Zyngier | 1 | -15/+3 |
| 2015-07-30 | drivers/base: Add MSI domain support for non-PCI devices | Marc Zyngier | 1 | -0/+282 |