Age | Commit message (Expand) | Author | Files | Lines |
2020-06-10 | iommu/amd: Move AMD IOMMU driver into subdirectory | Joerg Roedel | 1 | -3174/+0 |
2020-05-29 | iommu/amd: Merge private header files | Joerg Roedel | 1 | -3/+1 |
2020-05-13 | iommu/amd: Fix over-read of ACPI UID from IVRS table | Alexander Monakov | 1 | -4/+5 |
2020-05-01 | iommu/amd: Fix legacy interrupt remapping for x2APIC-enabled system | Suravee Suthikulpanit | 1 | -1/+1 |
2020-02-19 | iommu/amd: Disable IOMMU on Stoney Ridge systems | Kai-Heng Feng | 1 | -1/+12 |
2020-02-05 | Merge tag 'iommu-updates-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -30/+25 |
2020-01-27 | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap | Linus Torvalds | 1 | -1/+1 |
2020-01-24 | Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in... | Joerg Roedel | 1 | -30/+25 |
2020-01-24 | iommu/amd: Fix IOMMU perf counter clobbering during init | Shuah Khan | 1 | -6/+18 |
2020-01-17 | iommu/amd: Replace two consecutive readl calls with one readq | Adrian Huang | 1 | -5/+1 |
2020-01-07 | iommu/amd: Fix typos for PPR macros | Adrian Huang | 1 | -2/+2 |
2020-01-07 | iommu/amd: Remove local variables | Adrian Huang | 1 | -5/+1 |
2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 1 | -1/+1 |
2019-12-23 | iommu/amd: Remove unused variable | Joerg Roedel | 1 | -2/+0 |
2019-12-23 | iommu/amd: Only support x2APIC with IVHD type 11h/40h | Suravee Suthikulpanit | 1 | -2/+0 |
2019-12-23 | iommu/amd: Check feature support bit before accessing MSI capability registers | Suravee Suthikulpanit | 1 | -5/+12 |
2019-12-23 | iommu/amd: Treat per-device exclusion ranges as r/w unity-mapped regions | Adrian Huang | 1 | -10/+10 |
2019-08-23 | iommu/amd: Override wrong IVRS IOAPIC on Raven Ridge systems | Kai-Heng Feng | 1 | -1/+4 |
2019-07-23 | iommu/amd: Add support for X2APIC IOMMU interrupts | Suthikulpanit, Suravee | 1 | -0/+90 |
2019-07-04 | Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op... | Joerg Roedel | 1 | -34/+25 |
2019-07-01 | iommu/amd: Only free resources once on init error | Kevin Mitchell | 1 | -14/+13 |
2019-07-01 | iommu/amd: Move gart fallback to amd_iommu_init | Kevin Mitchell | 1 | -9/+10 |
2019-07-01 | iommu/amd: Make iommu_disable safer | Kevin Mitchell | 1 | -0/+3 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 | Thomas Gleixner | 1 | -13/+1 |
2019-05-07 | Merge branches 'arm/tegra', 'arm/mediatek', 'arm/smmu', 'x86/vt-d', 'x86/amd'... | Joerg Roedel | 1 | -8/+0 |
2019-04-26 | iommu/amd: Remove amd_iommu_pd_list | Joerg Roedel | 1 | -8/+0 |
2019-04-12 | iommu/amd: Set exclusion range correctly | Joerg Roedel | 1 | -1/+1 |
2019-03-29 | iommu/amd: Reserve exclusion range in iova-domain | Joerg Roedel | 1 | -3/+4 |
2019-02-11 | iommu/amd: Use dev_printk() when possible | Bjorn Helgaas | 1 | -10/+10 |
2018-12-20 | Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar... | Joerg Roedel | 1 | -31/+33 |
2018-11-28 | iommu/amd: Use pr_fmt() | Joerg Roedel | 1 | -31/+33 |
2018-11-12 | amd/iommu: Fix Guest Virtual APIC Log Tail Address Register | Filippo Sironi | 1 | -1/+2 |
2018-10-26 | Merge tag 'iommu-updates-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2018-10-06 | iommu/amd: Remap the IOMMU device table with the memory encryption mask for k... | Lianbo Jiang | 1 | -2/+12 |
2018-10-05 | iommu/amd: Move iommu_init_pci() to .init section | Joerg Roedel | 1 | -1/+1 |
2018-08-08 | Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/oma... | Joerg Roedel | 1 | -17/+40 |
2018-07-06 | iommu/amd: Add support for IOMMU XT mode | Suravee Suthikulpanit | 1 | -2/+23 |
2018-07-06 | iommu/amd: Add support for higher 64-bit IOMMU Control Register | Suravee Suthikulpanit | 1 | -13/+13 |
2018-07-06 | iommu/amd: Add basic debugfs infrastructure for AMD IOMMU | Gary R Hook | 1 | -2/+4 |
2018-02-13 | iommu/amd: Use raw locks on atomic context paths | Scott Wood | 1 | -1/+1 |
2018-01-11 | iommu/amd: Deprecate pci_get_bus_and_slot() | Sinan Kaya | 1 | -4/+5 |
2017-09-27 | iommu/amd: pr_err() strings should end with newlines | Arvind Yadav | 1 | -4/+4 |
2017-09-09 | Merge tag 'iommu-updates-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -24/+199 |
2017-08-26 | Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts | Ingo Molnar | 1 | -1/+1 |
2017-08-19 | iommu/amd: Fix section mismatch warning | Joerg Roedel | 1 | -1/+1 |
2017-08-19 | iommu/amd: Fix compiler warning in copy_device_table() | Joerg Roedel | 1 | -1/+1 |
2017-08-15 | iommu/amd: Disable iommu only if amd_iommu=off is specified | Baoquan He | 1 | -1/+2 |
2017-08-15 | iommu/amd: Don't copy GCR3 table root pointer | Baoquan He | 1 | -0/+12 |
2017-08-15 | iommu/amd: Allocate memory below 4G for dev table if translation pre-enabled | Baoquan He | 1 | -2/+7 |
2017-08-15 | iommu/amd: Do sanity check for address translation and irq remap of old dev t... | Baoquan He | 1 | -3/+20 |