aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu.c
AgeCommit message (Expand)Author
2020-05-27iommu/amd: Call domain_flush_complete() in update_domain()Joerg Roedel
2020-05-27iommu/amd: Do not loop forever when trying to increase address spaceJoerg Roedel
2020-05-27iommu/amd: Fix get_acpihid_device_id()Raul E Rangel
2020-05-20iommu/amd: Update Device Table in increase_address_space()Joerg Roedel
2020-05-20iommu/amd: Fix race in increase_address_space()/fetch_pte()Joerg Roedel
2020-03-14iommu/amd: Fix IOMMU AVIC not properly update the is_run bit in IRTESuravee Suthikulpanit
2020-02-05Merge tag 'iommu-updates-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-01-24Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in...Joerg Roedel
2020-01-24iommu/amd: Remove the unnecessary assignmentAdrian Huang
2019-12-23iommu: amd: Use generic_iommu_put_resv_regions()Thierry Reding
2019-12-18PCI: Add nr_devfns parameter to pci_add_dma_alias()James Sewart
2019-12-02Merge tag 'iommu-updates-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-11-26Merge branches 'acpi-utils', 'acpi-platform', 'acpi-video' and 'acpi-doc'Rafael J. Wysocki
2019-11-12Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel
2019-10-30iommu/amd: Support multiple PCI DMA aliases in IRQ RemappingLogan Gunthorpe
2019-10-30iommu/amd: Support multiple PCI DMA aliases in device tableLogan Gunthorpe
2019-10-30iommu/amd: Do not re-fetch iommu->cmd_buf_tailDenys Vlasenko
2019-10-18iommu/amd: Check PM_LEVEL_SIZE() condition in locked sectionJoerg Roedel
2019-10-18iommu/amd: Pass gfp flags to iommu_map_page() in amd_iommu_map()Joerg Roedel
2019-10-15iommu/amd: Simpify decoding logic for INVALID_PPR_REQUEST eventSuthikulpanit, Suravee
2019-10-15iommu/amd: Fix incorrect PASID decoding from event logSuthikulpanit, Suravee
2019-10-15iommu/amd: Switch to use acpi_dev_hid_uid_match()Andy Shevchenko
2019-10-15iommu/amd: Convert AMD iommu driver to the dma-iommu apiTom Murphy
2019-10-15iommu: Add gfp parameter to iommu_ops::mapTom Murphy
2019-10-15iommu/amd: Remove unnecessary locking from AMD iommu driverTom Murphy
2019-09-29Merge tag 'iommu-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-09-28iommu/amd: Lock code paths traversing protection_domain->dev_listJoerg Roedel
2019-09-28iommu/amd: Lock dev_data in attach/detach code pathsJoerg Roedel
2019-09-28iommu/amd: Check for busy devices earlier in attach_device()Joerg Roedel
2019-09-28iommu/amd: Take domain->lock for complete attach/detach pathJoerg Roedel
2019-09-28iommu/amd: Remove amd_iommu_devtable_lockJoerg Roedel
2019-09-28iommu/amd: Remove domain->updatedJoerg Roedel
2019-09-24iommu/amd: Wait for completion of IOTLB flush in attach_deviceFilippo Sironi
2019-09-24iommu/amd: Unmap all L7 PTEs when downgrading page-sizesAndrei Dulea
2019-09-24iommu/amd: Introduce first_pte_l7() helperAndrei Dulea
2019-09-24iommu/amd: Fix downgrading default page-sizes in alloc_pte()Andrei Dulea
2019-09-24iommu/amd: Fix pages leak in free_pagetable()Andrei Dulea
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-09-11Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qco...Joerg Roedel
2019-09-06iommu/amd: Fix race in increase_address_space()Joerg Roedel
2019-09-06iommu/amd: Flush old domains in kdump kernelStuart Hayes
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig
2019-08-30iommu/amd: Silence warnings under memory pressureQian Cai
2019-08-23iommu/amd: Request passthrough mode from IOMMU coreJoerg Roedel
2019-08-09iommu/amd: Re-factor guest virtual APIC (de-)activation codeSuthikulpanit, Suravee
2019-07-29iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon
2019-07-24iommu: Remove empty iommu_tlb_range_add() callback from iommu_opsWill Deacon
2019-07-21iommu/amd: fix a crash in iova_magazine_free_pfnsQian Cai
2019-07-04Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op...Joerg Roedel
2019-07-01iommu/amd: Flush not present cache in iommu_map_pageTom Murphy