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