aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iommu/intel/irq_remapping.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-11iommu/vt-d: Wire up irq_ack() to irq_move_irq() for posted MSIsSean Christopherson1-14/+15
2025-03-20iommu/vt-d: Don't clobber posted vCPU IRTE when host IRQ affinity changesSean Christopherson1-10/+15
2025-03-20iommu/vt-d: Put IRTE back into posted MSI mode if vCPU posting is disabledSean Christopherson1-6/+13
2025-01-24Merge tag 'iommu-updates-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linuxLinus Torvalds1-8/+0
2025-01-15x86/apic: Convert to IRQCHIP_MOVE_DEFERREDThomas Gleixner1-1/+0
2025-01-07iommu/vt-d: Remove iommu cap auditLu Baolu1-8/+0
2024-11-05iommu/vt-d: Use PCI_DEVID() macroJinjie Ruan1-2/+2
2024-08-07iommu/vt-d: Cleanup apic_printk()Thomas Gleixner1-6/+5
2024-07-03iommu/vt-d: Downgrade warning for pre-enabled IRLu Baolu1-2/+2
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-16/+3
2024-05-18Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-8/+8
2024-05-15Revert "iommu/vt-d: Enable PCI/IMS"Bjorn Helgaas1-16/+3
2024-04-30iommu/vt-d: Enable posted mode for device MSIsJacob Pan1-4/+109
2024-04-15iommu/vt-d: add wrapper functions for page allocationsPasha Tatashin1-8/+8
2023-11-21x86/apic: Drop apic::delivery_modeAndrew Cooper1-1/+1
2023-08-06x86/vector: Rename send_cleanup_vector() to vector_schedule_cleanup()Thomas Gleixner1-1/+1
2023-06-05x86,intel_iommu: Replace cmpxchg_double()Peter Zijlstra1-6/+2
2023-04-14Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', 'arm/omap', 'arm/renesas', 'arm/rockchip', 'arm/smmu', 'ppc/pamu', 'unisoc', 'x86/vt-d', 'x86/amd', 'core' and 'platform-remove_new' into nextJoerg Roedel1-1/+1
2023-04-13iommu/vt-d: Do not use GFP_ATOMIC when not neededChristophe JAILLET1-1/+1
2023-03-31iommu/vt-d: Remove unnecessary locking in intel_irq_remapping_alloc()Lu Baolu1-6/+0
2023-01-11iommu/x86: Replace IOMMU_CAP_INTR_REMAP with IRQ_DOMAIN_FLAG_ISOLATED_MSIJason Gunthorpe1-1/+2
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+5
2022-12-15x86_64: Remove pointless set_64bit() usagePeter Zijlstra1-8/+5
2022-12-05iommu/vt-d: Enable PCI/IMSThomas Gleixner1-3/+16
2022-12-05iommu/vt-d: Switch to MSI parent domainsThomas Gleixner1-15/+12
2022-12-05x86/apic/vector: Provide MSI parent domainThomas Gleixner1-1/+1
2022-11-17x86/apic: Remove X86_IRQ_ALLOC_CONTIGUOUS_VECTORSThomas Gleixner1-7/+0
2022-11-17iommu/vt-d: Remove bogus check for multi MSI-XThomas Gleixner1-2/+1
2022-09-26iommu/vt-d: Avoid unnecessary global IRTE cache invalidationLu Baolu1-2/+4
2022-07-15iommu/vt-d: Move include/linux/intel-iommu.h under iommuLu Baolu1-1/+1
2022-01-31iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping()Guoqing Jiang1-3/+10
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+2
2021-04-15iommu/vt-d: Fix an error handling path in 'intel_prepare_irq_remapping()'Christophe JAILLET1-1/+1
2021-03-22iommu/vt-d: Use Real PCI DMA device for IRTEJon Derrick1-1/+2
2021-02-04iommu/vt-d: Audit IOMMU Capabilities and add helper functionsKyung Min Park1-0/+8
2021-01-05iommu/intel: Fix memleak in intel_irq_remapping_allocDinghao Liu1-0/+2
2020-10-28iommu/vt-d: Simplify intel_irq_remapping_select()David Woodhouse1-12/+7
2020-10-28x86: Kill all traces of irq_remapping_get_irq_domain()David Woodhouse1-17/+0
2020-10-28iommu/vt-d: Implement select() method on remapping irqdomainDavid Woodhouse1-0/+13
2020-10-28x86/ioapic: Generate RTE directly from parent irqchip's MSI messageDavid Woodhouse1-25/+6
2020-10-28x86/ioapic: Cleanup IO/APIC route entry structsThomas Gleixner1-10/+9
2020-10-28x86/io_apic: Cleanup trigger/polarity helpersThomas Gleixner1-5/+4
2020-10-28iommu/intel: Use msi_msg shadow structsThomas Gleixner1-8/+16
2020-10-28x86/apic: Cleanup destination modeThomas Gleixner1-1/+1
2020-10-28x86/apic: Cleanup delivery mode definesThomas Gleixner1-1/+1
2020-09-16iommu/vt-d: Remove domain search for PCI/MSI[X]Thomas Gleixner1-3/+0
2020-09-16iommm/vt-d: Store irq domain in struct deviceThomas Gleixner1-0/+16
2020-09-16x86/msi: Consolidate MSI allocationThomas Gleixner1-2/+2
2020-09-16x86_ioapic_Consolidate_IOAPIC_allocationThomas Gleixner1-9/+9
2020-09-16x86/msi: Consolidate HPET allocationThomas Gleixner1-2/+2