Age | Commit message (Expand) | Author |
2020-01-24 | iommu/vt-d: Call __dmar_remove_one_dev_info with valid pointer | Jerry Snitselaar |
2020-01-07 | iommu/vt-d: Unlink device if failed to add to group | Jon Derrick |
2020-01-07 | iommu/vt-d: Fix adding non-PCI devices to Intel IOMMU | Patrick Steinhardt |
2019-12-17 | iommu/vt-d: Allocate reserved region for ISA with correct permission | Jerry Snitselaar |
2019-12-17 | iommu/vt-d: Fix dmar pte read access not set error | Lu Baolu |
2019-12-17 | iommu/vt-d: Set ISA bridge reserved region as relaxable | Alex Williamson |
2019-11-12 | Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm... | Joerg Roedel |
2019-11-11 | iommu/vt-d: Turn off translations at shutdown | Deepa Dinamani |
2019-11-11 | iommu/vt-d: Check VT-d RMRR region in BIOS is reported as reserved | Yian Chen |
2019-10-30 | iommu/vt-d: Fix panic after kexec -p for kdump | John Donnelly |
2019-10-18 | iommu/vt-d: Return the correct dma mask when we are bypassing the IOMMU | Arvind Sankar |
2019-10-15 | iommu/vt-d: Refactor find_domain() helper | Lu Baolu |
2019-10-15 | iommu: Add gfp parameter to iommu_ops::map | Tom Murphy |
2019-09-19 | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2019-09-11 | Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qco... | Joerg Roedel |
2019-09-11 | iommu/vt-d: Declare Broadwell igfx dmar support snafu | Chris Wilson |
2019-09-11 | iommu/vt-d: Use bounce buffer for untrusted devices | Lu Baolu |
2019-09-11 | iommu/vt-d: Add trace events for device dma map/unmap | Lu Baolu |
2019-09-11 | iommu/vt-d: Don't switch off swiotlb if bounce page is used | Lu Baolu |
2019-09-11 | iommu/vt-d: Check whether device requires bounce buffer | Lu Baolu |
2019-09-04 | dma-mapping: explicitly wire up ->mmap and ->get_sgtable | Christoph Hellwig |
2019-08-30 | Revert "iommu/vt-d: Avoid duplicated pci dma alias consideration" | Lu Baolu |
2019-08-23 | Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin... | Joerg Roedel |
2019-08-23 | iommu/vt-d: Request passthrough mode from IOMMU core | Joerg Roedel |
2019-08-20 | Merge branch 'for-joerg/batched-unmap' of git://git.kernel.org/pub/scm/linux/... | Joerg Roedel |
2019-08-09 | iommu/vt-d: Fix possible use-after-free of private domain | Lu Baolu |
2019-08-09 | iommu/vt-d: Detach domain before using a private one | Lu Baolu |
2019-08-06 | iommu/vt-d: Detach domain when move device out of group | Lu Baolu |
2019-07-29 | iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync() | Will Deacon |
2019-07-22 | iommu/vt-d: Check if domain->pgd was allocated | Dmitry Safonov |
2019-07-22 | iommu/vt-d: Don't queue_iova() if there is no flush queue | Dmitry Safonov |
2019-07-22 | iommu/vt-d: Avoid duplicated pci dma alias consideration | Lu Baolu |
2019-07-22 | Revert "iommu/vt-d: Consolidate domain_init() to avoid duplication" | Joerg Roedel |
2019-07-04 | Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op... | Joerg Roedel |
2019-06-22 | Revert "iommu/vt-d: Fix lock inversion between iommu->lock and device_domain_... | Peter Xu |
2019-06-18 | iommu/vt-d: Silence a variable set but not used | Qian Cai |
2019-06-18 | iommu/vt-d: Remove an unused variable "length" | Qian Cai |
2019-06-14 | Merge tag 'iommu-fixes-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2019-06-12 | iommu/vt-d: Consolidate domain_init() to avoid duplication | Lu Baolu |
2019-06-12 | iommu/vt-d: Cleanup after delegating DMA domain to generic iommu | Sai Praneeth Prakhya |
2019-06-12 | iommu/vt-d: Fix suspicious RCU usage in probe_acpi_namespace_devices() | Lu Baolu |
2019-06-12 | iommu/vt-d: Allow DMA domain attaching to rmrr locked device | Lu Baolu |
2019-06-12 | iommu/vt-d: Don't enable iommu's which have been ignored | Lu Baolu |
2019-06-12 | iommu/vt-d: Set domain type for a private domain | Lu Baolu |
2019-06-12 | iommu/vt-d: Don't return error when device gets right domain | Lu Baolu |
2019-06-12 | iommu/vt-d: Differentiate relaxable and non relaxable RMRRs | Eric Auger |
2019-06-12 | iommu/vt-d: Handle PCI bridge RMRR device scopes in intel_iommu_get_resv_regions | Eric Auger |
2019-06-12 | iommu/vt-d: Handle RMRR with PCI bridge device scopes | Eric Auger |
2019-06-12 | iommu/vt-d: Introduce is_downstream_to_pci_bridge helper | Eric Auger |
2019-06-12 | iommu/vt-d: Duplicate iommu_resv_region objects per device list | Eric Auger |