aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu_init.c
AgeCommit message (Expand)Author
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
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-01-27iommu/amd: Make iommu_disable saferKevin Mitchell
2019-10-05iommu/amd: Override wrong IVRS IOAPIC on Raven Ridge systemsKai-Heng Feng
2019-08-25iommu/amd: Move iommu_init_pci() to .init sectionJoerg Roedel
2019-05-10iommu/amd: Set exclusion range correctlyJoerg Roedel
2019-05-04iommu/amd: Reserve exclusion range in iova-domainJoerg Roedel
2018-12-13amd/iommu: Fix Guest Virtual APIC Log Tail Address RegisterFilippo Sironi
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
2017-08-15iommu/amd: Copy old trans table from old kernelBaoquan He
2017-08-15iommu/amd: Add function copy_dev_tables()Baoquan He
2017-08-15Revert "iommu/amd: Suppress IO_PAGE_FAULTs in kdump kernel"Baoquan He
2017-08-15iommu/amd: Add several helper functionsBaoquan He
2017-08-15iommu/amd: Detect pre enabled translationBaoquan He
2017-07-26iommu/amd: Fix schedule-while-atomic BUG in initialization codeJoerg Roedel
2017-07-18iommu/amd: Allow the AMD IOMMU to work with memory encryptionTom Lendacky
2017-06-22iommu/amd: Remove amd_iommu_disabled check from amd_iommu_detect()Joerg Roedel
2017-06-22iommu/amd: Free IOMMU resources when disabled on command lineJoerg Roedel
2017-06-22iommu/amd: Set global pointers to NULL after freeing themJoerg Roedel
2017-06-22iommu/amd: Check for error states first in iommu_go_to_state()Joerg Roedel
2017-06-22iommu/amd: Add new init-state IOMMU_CMDLINE_DISABLEDJoerg Roedel
2017-06-22iommu/amd: Rename free_on_init_error()Joerg Roedel
2017-06-22iommu/amd: Disable IOMMUs at boot if they are enabledJoerg Roedel
2017-06-16iommu/amd: Suppress IO_PAGE_FAULTs in kdump kernelJoerg Roedel
2017-06-08iommu/amd: Reduce amount of MMIO when submitting commandsTom Lendacky
2017-03-30x86/events, drivers/amd/iommu: Prepare for multiple IOMMUs supportSuravee Suthikulpanit
2017-03-30x86/events/amd/iommu.c: Modify functions to query max banks and countersSuravee Suthikulpanit
2017-03-30x86/events, drivers/iommu/amd: Introduce amd_iommu_get_num_iommus()Suravee Suthikulpanit
2017-03-30drivers/iommu/amd: Clean up iommu_pc_get_set_reg()Suravee Suthikulpanit
2017-02-28iommu/amd: Fix crash when accessing AMD-Vi sysfs entriesJoerg Roedel
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Joerg Roedel
2017-02-10iommu: Add sysfs bindings for struct iommu_deviceJoerg Roedel
2017-02-10iommu: Introduce new 'struct iommu_device'Joerg Roedel