aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu_init.c
AgeCommit message (Expand)Author
2024-03-26iommu/amd: Mark interrupt as managedMario Limonciello
2023-03-17iommu/amd: Add a length limitation for the ivrs_acpihid command-line parameterGavrilov Ilia
2023-03-17iommu/amd: Fix ill-formed ivrs_ioapic, ivrs_hpet and ivrs_acpihid optionsKim Phillips
2023-03-17iommu/amd: Add PCI segment support for ivrs_[ioapic/hpet/acpihid] commandsSuravee Suthikulpanit
2023-01-18iommu/amd: Fix ivrs_acpihid cmdline parsing codeKim Phillips
2022-06-14iommu/amd: Increase timeout waiting for GA log enablementJoerg Roedel
2022-02-08iommu/amd: Fix loop timeout issue in iommu_ga_log_enable()Joerg Roedel
2021-05-19iommu/amd: Remove performance counter pre-initialization testSuravee Suthikulpanit
2021-05-19Revert "iommu/amd: Fix performance counter initialization"Paul Menzel
2021-03-17iommu/amd: Fix performance counter initializationSuravee Suthikulpanit
2020-09-26iommu/amd: Use cmpxchg_double() when updating 128-bit IRTESuravee Suthikulpanit
2020-05-27iommu/amd: Fix over-read of ACPI UID from IVRS tableAlexander Monakov
2020-05-06iommu/amd: Fix legacy interrupt remapping for x2APIC-enabled systemSuravee Suthikulpanit
2020-03-12iommu/amd: Disable IOMMU on Stoney Ridge systemsKai-Heng Feng
2020-02-24iommu/amd: Only support x2APIC with IVHD type 11h/40hSuravee Suthikulpanit
2020-02-24iommu/amd: Check feature support bit before accessing MSI capability registersSuravee Suthikulpanit
2020-01-29iommu/amd: Fix IOMMU perf counter clobbering during initShuah Khan
2019-08-23iommu/amd: Override wrong IVRS IOAPIC on Raven Ridge systemsKai-Heng Feng
2019-07-23iommu/amd: Add support for X2APIC IOMMU interruptsSuthikulpanit, Suravee
2019-07-04Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op...Joerg Roedel
2019-07-01iommu/amd: Only free resources once on init errorKevin Mitchell
2019-07-01iommu/amd: Move gart fallback to amd_iommu_initKevin Mitchell
2019-07-01iommu/amd: Make iommu_disable saferKevin Mitchell
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner
2019-05-07Merge branches 'arm/tegra', 'arm/mediatek', 'arm/smmu', 'x86/vt-d', 'x86/amd'...Joerg Roedel
2019-04-26iommu/amd: Remove amd_iommu_pd_listJoerg Roedel
2019-04-12iommu/amd: Set exclusion range correctlyJoerg Roedel
2019-03-29iommu/amd: Reserve exclusion range in iova-domainJoerg Roedel
2019-02-11iommu/amd: Use dev_printk() when possibleBjorn Helgaas
2018-12-20Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel
2018-11-28iommu/amd: Use pr_fmt()Joerg Roedel
2018-11-12amd/iommu: Fix Guest Virtual APIC Log Tail Address RegisterFilippo Sironi
2018-10-26Merge tag 'iommu-updates-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-06iommu/amd: Remap the IOMMU device table with the memory encryption mask for k...Lianbo Jiang
2018-10-05iommu/amd: Move iommu_init_pci() to .init sectionJoerg Roedel
2018-08-08Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/oma...Joerg Roedel
2018-07-06iommu/amd: Add support for IOMMU XT modeSuravee Suthikulpanit
2018-07-06iommu/amd: Add support for higher 64-bit IOMMU Control RegisterSuravee Suthikulpanit
2018-07-06iommu/amd: Add basic debugfs infrastructure for AMD IOMMUGary R Hook
2018-02-13iommu/amd: Use raw locks on atomic context pathsScott Wood
2018-01-11iommu/amd: Deprecate pci_get_bus_and_slot()Sinan Kaya
2017-09-27iommu/amd: pr_err() strings should end with newlinesArvind Yadav
2017-09-09Merge tag 'iommu-updates-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar
2017-08-19iommu/amd: Fix section mismatch warningJoerg Roedel
2017-08-19iommu/amd: Fix compiler warning in copy_device_table()Joerg Roedel
2017-08-15iommu/amd: Disable iommu only if amd_iommu=off is specifiedBaoquan He
2017-08-15iommu/amd: Don't copy GCR3 table root pointerBaoquan He
2017-08-15iommu/amd: Allocate memory below 4G for dev table if translation pre-enabledBaoquan He
2017-08-15iommu/amd: Do sanity check for address translation and irq remap of old dev t...Baoquan He