Age | Commit message (Expand) | Author |
2020-06-10 | iommu/amd: Move AMD IOMMU driver into subdirectory | Joerg Roedel |
2020-06-02 | Merge branches 'arm/msm', 'arm/allwinner', 'arm/smmu', 'x86/vt-d', 'hyper-v',... | Joerg Roedel |
2020-05-29 | iommu/amd: Remove redundant devid checks | Joerg Roedel |
2020-05-29 | iommu/amd: Store dev_data as device iommu private data | Joerg Roedel |
2020-05-29 | iommu/amd: Merge private header files | Joerg Roedel |
2020-05-29 | iommu/amd: Remove PD_DMA_OPS_MASK | Joerg Roedel |
2020-05-29 | iommu/amd: Consolidate domain allocation/freeing | Joerg Roedel |
2020-05-29 | iommu/amd: Free page-table in protection_domain_free() | Joerg Roedel |
2020-05-29 | iommu/amd: Allocate page-table in protection_domain_init() | Joerg Roedel |
2020-05-29 | iommu/amd: Let free_pagetable() not rely on domain->pt_root | Joerg Roedel |
2020-05-29 | iommu/amd: Unexport get_dev_data() | Joerg Roedel |
2020-05-29 | Merge tag 'v5.7-rc7' into x86/amd | Joerg Roedel |
2020-05-27 | iommu/amd: Use pci_ats_supported() | Jean-Philippe Brucker |
2020-05-13 | iommu/amd: Fix get_acpihid_device_id() | Raul E Rangel |
2020-05-13 | iommu/amd: Fix variable "iommu" set but not used | Qian Cai |
2020-05-05 | iommu/amd: Do not flush Device Table in iommu_map_page() | Joerg Roedel |
2020-05-05 | iommu/amd: Update Device Table in increase_address_space() | Joerg Roedel |
2020-05-05 | iommu/amd: Call domain_flush_complete() in update_domain() | Joerg Roedel |
2020-05-05 | iommu/amd: Do not loop forever when trying to increase address space | Joerg Roedel |
2020-05-05 | iommu/amd: Fix race in increase_address_space()/fetch_pte() | Joerg Roedel |
2020-05-05 | iommu/amd: Convert to probe/release_device() call-backs | Joerg Roedel |
2020-05-05 | iommu/amd: Remove dev_data->passthrough | Joerg Roedel |
2020-05-05 | iommu/amd: Return -ENODEV in add_device when device is not handled by IOMMU | Joerg Roedel |
2020-05-05 | iommu/amd: Remove dma_mask check from check_device() | Joerg Roedel |
2020-05-05 | iommu/amd: Implement iommu_ops->def_domain_type call-back | Joerg Roedel |
2020-03-14 | iommu/amd: Fix IOMMU AVIC not properly update the is_run bit in IRTE | Suravee Suthikulpanit |
2020-02-05 | Merge tag 'iommu-updates-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2020-01-24 | Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in... | Joerg Roedel |
2020-01-24 | iommu/amd: Remove the unnecessary assignment | Adrian Huang |
2019-12-23 | iommu: amd: Use generic_iommu_put_resv_regions() | Thierry Reding |
2019-12-18 | PCI: Add nr_devfns parameter to pci_add_dma_alias() | James Sewart |
2019-12-02 | Merge tag 'iommu-updates-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2019-11-26 | Merge branches 'acpi-utils', 'acpi-platform', 'acpi-video' and 'acpi-doc' | Rafael J. Wysocki |
2019-11-12 | Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm... | Joerg Roedel |
2019-10-30 | iommu/amd: Support multiple PCI DMA aliases in IRQ Remapping | Logan Gunthorpe |
2019-10-30 | iommu/amd: Support multiple PCI DMA aliases in device table | Logan Gunthorpe |
2019-10-30 | iommu/amd: Do not re-fetch iommu->cmd_buf_tail | Denys Vlasenko |
2019-10-18 | iommu/amd: Check PM_LEVEL_SIZE() condition in locked section | Joerg Roedel |
2019-10-18 | iommu/amd: Pass gfp flags to iommu_map_page() in amd_iommu_map() | Joerg Roedel |
2019-10-15 | iommu/amd: Simpify decoding logic for INVALID_PPR_REQUEST event | Suthikulpanit, Suravee |
2019-10-15 | iommu/amd: Fix incorrect PASID decoding from event log | Suthikulpanit, Suravee |
2019-10-15 | iommu/amd: Switch to use acpi_dev_hid_uid_match() | Andy Shevchenko |
2019-10-15 | iommu/amd: Convert AMD iommu driver to the dma-iommu api | Tom Murphy |
2019-10-15 | iommu: Add gfp parameter to iommu_ops::map | Tom Murphy |
2019-10-15 | iommu/amd: Remove unnecessary locking from AMD iommu driver | Tom Murphy |
2019-09-29 | Merge tag 'iommu-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2019-09-28 | iommu/amd: Lock code paths traversing protection_domain->dev_list | Joerg Roedel |
2019-09-28 | iommu/amd: Lock dev_data in attach/detach code paths | Joerg Roedel |
2019-09-28 | iommu/amd: Check for busy devices earlier in attach_device() | Joerg Roedel |
2019-09-28 | iommu/amd: Take domain->lock for complete attach/detach path | Joerg Roedel |