aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iommu/intel/dmar.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-23Merge branches 'fixes', 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'fsl/pamu', 'mediatek', 'renesas/ipmmu', 's390', 'intel/vt-d', 'amd/amd-vi' and 'core' into nextJoerg Roedel1-5/+9
2025-05-16iommu/vt-d: Replace spin_lock with mutex to protect domain idaLu Baolu1-0/+1
2025-05-16iommu/vt-d: Use ida to manage domain idLu Baolu1-0/+3
2025-04-17iommu: Update various drivers to pass in lg2sz instead of order to iommu pagesJason Gunthorpe1-3/+3
2025-04-17iommu/pages: Remove iommu_free_page()Jason Gunthorpe1-2/+2
2025-02-28iommu/vt-d: Fix suspicious RCU usageLu Baolu1-0/+1
2024-11-05iommu/vt-d: Remove unused dmar_msi_readDr. David Alan Gilbert1-13/+0
2024-11-05iommu/vt-d: Increase buffer size for device nameAndy Shevchenko1-1/+1
2024-09-02iommu/vt-d: Factor out invalidation descriptor compositionTina Zhang1-87/+6
2024-09-02iommu/vt-d: Fix potential lockup if qi_submit_sync called with 0 countSanjay K Kumar1-5/+11
2024-07-03iommu/vt-d: Handle volatile descriptor status readJacob Pan1-1/+1
2024-05-13Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' into nextJoerg Roedel1-10/+16
2024-04-26iommu/vt-d: Allocate DMAR fault interrupts locallyDimitri Sivanich1-2/+7
2024-04-26iommu/vt-d: Remove redundant assignment to variable errColin Ian King1-1/+0
2024-04-15iommu/vt-d: add wrapper functions for page allocationsPasha Tatashin1-7/+9
2024-03-06iommu/vt-d: Improve ITE fault handling if target device isn't presentEthan Zhao1-0/+22
2024-03-01iommu/vt-d: Use device rbtree in iopf reporting pathLu Baolu1-0/+1
2024-03-01iommu/vt-d: Use rbtree to track iommu probed devicesLu Baolu1-1/+2
2023-11-27iommu/vt-d: Omit devTLB invalidation requests when TES=0Lu Baolu1-0/+18
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-8/+5
2023-04-13iommu/vt-d: Remove BUG_ON in dmar_insert_dev_scope()Tina Zhang1-1/+2
2023-04-13iommu/vt-d: Remove a useless BUG_ON(dev->is_virtfn)Tina Zhang1-2/+0
2023-04-13iommu/vt-d: Make size of operands same in bitwise operationsTina Zhang1-1/+1
2023-03-31iommu/vt-d: Allow zero SAGAW if second-stage not supportedLu Baolu1-1/+2
2023-03-31iommu/ioasid: Rename INVALID_IOASIDJacob Pan1-2/+2
2023-03-31iommu/vt-d: Remove virtual command interfaceJacob Pan1-2/+0
2023-02-03iommu/vt-d: Enable IOMMU perfmon supportKan Liang1-0/+3
2023-02-03iommu/vt-d: Add IOMMU perfmon overflow handler supportKan Liang1-0/+2
2023-02-03iommu/vt-d: Support Enhanced Command InterfaceKan Liang1-0/+10
2023-02-03iommu/vt-d: Retrieve IOMMU perfmon capability informationKan Liang1-0/+7
2023-02-03iommu/vt-d: Support size of the register set in DRHDKan Liang1-4/+7
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufdLinus Torvalds1-0/+7
2022-12-02iommu/vt-d: Fix PCI device refcount leak in dmar_dev_scope_init()Xiongfeng Wang1-0/+1
2022-11-03iommu: Add max_pasids field in struct iommu_deviceLu Baolu1-0/+7
2022-09-21Revert "iommu/vt-d: Fix possible recursive locking in intel_iommu_init()"Lu Baolu1-7/+0
2022-09-11iommu/vt-d: Fix possible recursive locking in intel_iommu_init()Lu Baolu1-0/+7
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds1-1/+1
2022-07-15iommu/vt-d: Use IDA interface to manage iommu sequence idLu Baolu1-27/+8
2022-07-15iommu/vt-d: Move include/linux/intel-iommu.h under iommuLu Baolu1-1/+1
2022-07-15iommu/vt-d: Move trace/events/intel_iommu.h under iommuLu Baolu1-1/+1
2022-07-13iommu/vt-d: avoid invalid memory access via node_online(NUMA_NO_NODE)Alexander Lobakin1-1/+1
2022-07-06iommu/vt-d: Fix PCI bus rescan device hot addYian Chen1-1/+1
2022-04-18x86: remove the IOMMU table infrastructureChristoph Hellwig1-5/+1
2022-03-04iommu/vt-d: Move intel_iommu_ops to header fileAndy Shevchenko1-2/+0
2022-02-14iommu/vtd: Replace acpi_bus_get_device()Rafael J. Wysocki1-1/+2
2021-10-18iommu/vt-d: Dump DMAR translation structure when DMA fault occursKyung Min Park1-2/+8
2021-09-28iommu/vt-d: Drop "0x" prefix from PCI bus & device addressesBjorn Helgaas1-3/+3
2021-08-19iommu/vt-d: Remove unnecessary oom messageZhen Lei1-2/+0
2021-06-10iommu/vt-d: Add cache invalidation latency samplingLu Baolu1-0/+31
2021-06-10iommu/vt-d: Tweak the description of a DMA faultLu Baolu1-8/+15