| Commit message (Expand) | Author | Age | Files | Lines |
* | iommu/amd: Fix IOMMU AVIC not properly update the is_run bit in IRTE | Suravee Suthikulpanit | 2020-03-14 | 1 | -2/+2 |
* | Merge tag 'iommu-updates-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2020-02-05 | 1 | -11/+1 |
|\ |
|
| *-. | Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in... | Joerg Roedel | 2020-01-24 | 1 | -11/+1 |
| |\ \ |
|
| | | * | iommu: amd: Use generic_iommu_put_resv_regions() | Thierry Reding | 2019-12-23 | 1 | -10/+1 |
| | |/
| |/| |
|
| | * | iommu/amd: Remove the unnecessary assignment | Adrian Huang | 2020-01-24 | 1 | -1/+0 |
| |/ |
|
* / | PCI: Add nr_devfns parameter to pci_add_dma_alias() | James Sewart | 2019-12-18 | 1 | -5/+2 |
|/ |
|
* | Merge tag 'iommu-updates-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-12-02 | 1 | -723/+170 |
|\ |
|
| *-. | Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm... | Joerg Roedel | 2019-11-12 | 1 | -723/+170 |
| |\ \ |
|
| | | * | iommu/amd: Support multiple PCI DMA aliases in IRQ Remapping | Logan Gunthorpe | 2019-10-30 | 1 | -7/+30 |
| | | * | iommu/amd: Support multiple PCI DMA aliases in device table | Logan Gunthorpe | 2019-10-30 | 1 | -72/+61 |
| | | * | iommu/amd: Do not re-fetch iommu->cmd_buf_tail | Denys Vlasenko | 2019-10-30 | 1 | -6/+7 |
| | | * | iommu/amd: Pass gfp flags to iommu_map_page() in amd_iommu_map() | Joerg Roedel | 2019-10-18 | 1 | -1/+1 |
| | | * | iommu/amd: Simpify decoding logic for INVALID_PPR_REQUEST event | Suthikulpanit, Suravee | 2019-10-15 | 1 | -2/+1 |
| | | * | iommu/amd: Convert AMD iommu driver to the dma-iommu api | Tom Murphy | 2019-10-15 | 1 | -625/+67 |
| | | * | iommu: Add gfp parameter to iommu_ops::map | Tom Murphy | 2019-10-15 | 1 | -1/+2 |
| | | * | iommu/amd: Remove unnecessary locking from AMD iommu driver | Tom Murphy | 2019-10-15 | 1 | -9/+1 |
| | |/ |
|
| | | | |
| \ \ | |
*-. \ \ | Merge branches 'acpi-utils', 'acpi-platform', 'acpi-video' and 'acpi-doc' | Rafael J. Wysocki | 2019-11-26 | 1 | -25/+5 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/ |
|
| * / | iommu/amd: Switch to use acpi_dev_hid_uid_match() | Andy Shevchenko | 2019-10-15 | 1 | -25/+5 |
| |/ |
|
* | | iommu/amd: Check PM_LEVEL_SIZE() condition in locked section | Joerg Roedel | 2019-10-18 | 1 | -3/+4 |
* | | iommu/amd: Fix incorrect PASID decoding from event log | Suthikulpanit, Suravee | 2019-10-15 | 1 | -2/+3 |
|/ |
|
* | Merge tag 'iommu-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-09-29 | 1 | -93/+136 |
|\ |
|
| * | iommu/amd: Lock code paths traversing protection_domain->dev_list | Joerg Roedel | 2019-09-28 | 1 | -1/+24 |
| * | iommu/amd: Lock dev_data in attach/detach code paths | Joerg Roedel | 2019-09-28 | 1 | -0/+9 |
| * | iommu/amd: Check for busy devices earlier in attach_device() | Joerg Roedel | 2019-09-28 | 1 | -18/+7 |
| * | iommu/amd: Take domain->lock for complete attach/detach path | Joerg Roedel | 2019-09-28 | 1 | -39/+26 |
| * | iommu/amd: Remove amd_iommu_devtable_lock | Joerg Roedel | 2019-09-28 | 1 | -17/+6 |
| * | iommu/amd: Remove domain->updated | Joerg Roedel | 2019-09-28 | 1 | -24/+25 |
| * | iommu/amd: Wait for completion of IOTLB flush in attach_device | Filippo Sironi | 2019-09-24 | 1 | -0/+2 |
| * | iommu/amd: Unmap all L7 PTEs when downgrading page-sizes | Andrei Dulea | 2019-09-24 | 1 | -3/+27 |
| * | iommu/amd: Introduce first_pte_l7() helper | Andrei Dulea | 2019-09-24 | 1 | -11/+29 |
| * | iommu/amd: Fix downgrading default page-sizes in alloc_pte() | Andrei Dulea | 2019-09-24 | 1 | -1/+2 |
| * | iommu/amd: Fix pages leak in free_pagetable() | Andrei Dulea | 2019-09-24 | 1 | -1/+1 |
* | | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2019-09-19 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | dma-mapping: explicitly wire up ->mmap and ->get_sgtable | Christoph Hellwig | 2019-09-04 | 1 | -0/+2 |
| | | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
*-----. \ | Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qco... | Joerg Roedel | 2019-09-11 | 1 | -33/+73 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| | | | * | iommu/amd: Request passthrough mode from IOMMU core | Joerg Roedel | 2019-08-23 | 1 | -3/+3 |
| | | |/
| | |/| |
|
| | | * | iommu/amd: Silence warnings under memory pressure | Qian Cai | 2019-08-30 | 1 | -1/+3 |
| | | * | iommu/amd: Re-factor guest virtual APIC (de-)activation code | Suthikulpanit, Suravee | 2019-08-09 | 1 | -24/+61 |
| | |/
| |/| |
|
| | * | iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync() | Will Deacon | 2019-07-29 | 1 | -2/+9 |
| | * | iommu: Remove empty iommu_tlb_range_add() callback from iommu_ops | Will Deacon | 2019-07-24 | 1 | -6/+0 |
| |/ |
|
* | | iommu/amd: Fix race in increase_address_space() | Joerg Roedel | 2019-09-06 | 1 | -5/+11 |
* | | iommu/amd: Flush old domains in kdump kernel | Stuart Hayes | 2019-09-06 | 1 | -0/+24 |
|/ |
|
* | iommu/amd: fix a crash in iova_magazine_free_pfns | Qian Cai | 2019-07-21 | 1 | -1/+1 |
*---. | Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op... | Joerg Roedel | 2019-07-04 | 1 | -20/+20 |
|\ \ \ |
|
| | * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 | Thomas Gleixner | 2019-06-05 | 1 | -13/+1 |
| |/ /
|/| | |
|
| * | | iommu/amd: Flush not present cache in iommu_map_page | Tom Murphy | 2019-07-01 | 1 | -4/+16 |
| * | | iommu/amd: Add missed 'tag' to error msg in iommu_print_event | YueHaibing | 2019-05-28 | 1 | -2/+2 |
| * | | iommu/amd: Remove redundant assignment to variable npages | Colin Ian King | 2019-05-27 | 1 | -1/+1 |
|/ / |
|
* | | Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-05-14 | 1 | -1/+1 |
|\ \ |
|
| * | | iommu/amd: Use pci_dev_id() helper | Heiner Kallweit | 2019-04-29 | 1 | -1/+1 |