summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd/init.c
AgeCommit message (Expand)Author
2024-06-13iommu/amd: Fix panic accessing amd_iommu_enable_faultingDimitri Sivanich
2024-06-04iommu/amd: Fix sysfs leak in iommu initKun(llfl)
2024-05-13Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in...Joerg Roedel
2024-05-06iommu/amd: Enable Guest Translation after reading IOMMU feature registerVasant Hegde
2024-04-26Merge branch 'memory-observability' into x86/amdJoerg Roedel
2024-04-26iommu/amd: Define per-IOMMU iopf_queueSuravee Suthikulpanit
2024-04-26iommu/amd: Move PPR-related functions into ppr.cSuravee Suthikulpanit
2024-04-26iommu/amd: Rename amd_iommu_v2_supported() as amd_iommu_pasid_supported()Vasant Hegde
2024-04-26iommu/vt-d: Allocate DMAR fault interrupts locallyDimitri Sivanich
2024-04-15iommu/amd: use page allocation function provided by iommu-pages.hPasha Tatashin
2024-04-12iommu/amd: Change log message severityVasant Hegde
2024-04-12iommu/amd: Do not enable SNP when V2 page table is enabledVasant Hegde
2024-04-04x86/CPU/AMD: Track SNP host status with cc_platform_*()Borislav Petkov (AMD)
2024-03-13Merge tag 'iommu-updates-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-02-16iommu/amd: Mark interrupt as managedMario Limonciello
2024-02-09iommu/amd: Enable Guest Translation before registering devicesVasant Hegde
2024-02-09iommu/amd: Remove EXPORT_SYMBOL for perf counter related functionsVasant Hegde
2024-02-07iommu/amd: Fix failure return from snp_lookup_rmpentry()Ashish Kalra
2024-01-29iommu/amd: Clean up RMP entries for IOMMU pages during SNP shutdownAshish Kalra
2024-01-29iommu/amd: Don't rely on external callers to enable IOMMU SNP supportAshish Kalra
2023-12-11iommu/amd: Rename iommu_flush_all_caches() -> amd_iommu_flush_all_caches()Vasant Hegde
2023-10-06iommu/amd: Remove unused EXPORT_SYMBOLSVasant Hegde
2023-09-25iommu/amd: Initialize iommu_device->max_pasidsVasant Hegde
2023-09-25iommu/amd: Modify logic for checking GT and PPR featuresSuravee Suthikulpanit
2023-09-25iommu/amd: Consolidate feature detection and reporting logicSuravee Suthikulpanit
2023-09-25iommu/amd: Do not set amd_iommu_pgtable in pass-through modeVasant Hegde
2023-09-25iommu/amd: Consolidate timeout pre-define to amd_iommu_type.hSuravee Suthikulpanit
2023-07-14iommu/amd: Enable PPR/GA interrupt after interrupt handler setupVasant Hegde
2023-07-14iommu/amd: Consolidate PPR log enablementVasant Hegde
2023-07-14iommu/amd: Disable PPR log/interrupt in iommu_disable()Vasant Hegde
2023-07-14iommu/amd: Enable separate interrupt for PPR and GA logVasant Hegde
2023-07-14iommu/amd: Handle PPR log overflowVasant Hegde
2023-07-14iommu/amd: Generalize log overflow handlingVasant Hegde
2023-06-19Merge branches 'iommu/fixes', 'arm/smmu', 'ppc/pamu', 'virtio', 'x86/vt-d', '...Joerg Roedel
2023-06-09iommu/amd: Improving Interrupt Remapping Table InvalidationSuravee Suthikulpanit
2023-06-09iommu/amd: Introduce Disable IRTE Caching SupportSuravee Suthikulpanit
2023-05-22iommu/amd: Handle GALog overflowsJoao Martins
2023-04-14Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel
2023-03-28iommu/amd: Add 5 level guest page table supportVasant Hegde
2023-03-22iommu: Use sysfs_emit() for sysfs showLu Baolu
2023-03-22iommu/amd: Allocate IOMMU irqs using numa locality infoVasant Hegde
2023-02-03iommu/amd: Add a length limitation for the ivrs_acpihid command-line parameterGavrilov Ilia
2022-12-05iommu/amd: Fix typo in macro parameter nameMichael Forney
2022-11-19iommu/amd: Fix ill-formed ivrs_ioapic, ivrs_hpet and ivrs_acpihid optionsKim Phillips
2022-11-19iommu/amd: Fix ivrs_acpihid cmdline parsing codeKim Phillips
2022-09-26Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'...Joerg Roedel
2022-09-26iommu/amd: Fix sparse warningVasant Hegde
2022-09-07iommu/amd: Add command-line option to enable different page tableVasant Hegde
2022-09-07iommu/amd: Add support for Guest IO protectionSuravee Suthikulpanit
2022-09-07iommu/amd: Clean up bus_set_iommu()Robin Murphy