summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd/init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* iommu/amd: Remove unused amd_iommus variableVasant Hegde2024-10-301-6/+0
* iommu/amd: Use ida interface to manage protection domain IDVasant Hegde2024-10-301-24/+7
* Merge branch 'core' into amd/amd-viJoerg Roedel2024-10-301-8/+10
|\
| * iommu/amd: Implement global identity domainVasant Hegde2024-10-291-0/+3
| * iommu/amd: Move V2 page table support check to early_amd_iommu_init()Vasant Hegde2024-10-291-7/+7
| * iommu/amd: Add helper function to check GIOSUP/GTSUPVasant Hegde2024-10-291-2/+1
* | iommu/amd: Do not try copy old DTE resume pathVasant Hegde2024-10-291-6/+2
|/
* iommu/amd: Add kernel parameters to limit V1 page-sizesJoerg Roedel2024-09-101-0/+8
* iommu/amd: Update PASID, GATS, GLX, SNPAVICSUP feature related macrosSuravee Suthikulpanit2024-08-231-5/+3
* iommu/amd: Fix GT feature enablement againVasant Hegde2024-06-271-0/+1
* iommu/amd: Fix panic accessing amd_iommu_enable_faultingDimitri Sivanich2024-06-131-1/+1
* iommu/amd: Fix sysfs leak in iommu initKun(llfl)2024-06-041-0/+9
*---. Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in...Joerg Roedel2024-05-131-108/+69
|\ \ \
| | | * iommu/vt-d: Allocate DMAR fault interrupts locallyDimitri Sivanich2024-04-261-1/+1
| |_|/ |/| |
| | * iommu/amd: Enable Guest Translation after reading IOMMU feature registerVasant Hegde2024-05-061-2/+2
| | * Merge branch 'memory-observability' into x86/amdJoerg Roedel2024-04-261-46/+40
| | |\
| | | * iommu/amd: use page allocation function provided by iommu-pages.hPasha Tatashin2024-04-151-49/+42
| |_|/ |/| |
| | * iommu/amd: Define per-IOMMU iopf_queueSuravee Suthikulpanit2024-04-261-2/+16
| | * iommu/amd: Move PPR-related functions into ppr.cSuravee Suthikulpanit2024-04-261-56/+9
| | * iommu/amd: Rename amd_iommu_v2_supported() as amd_iommu_pasid_supported()Vasant Hegde2024-04-261-1/+1
| |/ |/|
* | iommu/amd: Change log message severityVasant Hegde2024-04-121-2/+2
* | iommu/amd: Do not enable SNP when V2 page table is enabledVasant Hegde2024-04-121-10/+11
|/
* x86/CPU/AMD: Track SNP host status with cc_platform_*()Borislav Petkov (AMD)2024-04-041-1/+3
* Merge tag 'iommu-updates-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-131-6/+6
|\
| * iommu/amd: Mark interrupt as managedMario Limonciello2024-02-161-0/+3
| * iommu/amd: Enable Guest Translation before registering devicesVasant Hegde2024-02-091-3/+3
| * iommu/amd: Remove EXPORT_SYMBOL for perf counter related functionsVasant Hegde2024-02-091-3/+0
* | iommu/amd: Fix failure return from snp_lookup_rmpentry()Ashish Kalra2024-02-071-10/+15
* | iommu/amd: Clean up RMP entries for IOMMU pages during SNP shutdownAshish Kalra2024-01-291-0/+79
* | iommu/amd: Don't rely on external callers to enable IOMMU SNP supportAshish Kalra2024-01-291-38/+31
|/
* iommu/amd: Rename iommu_flush_all_caches() -> amd_iommu_flush_all_caches()Vasant Hegde2023-12-111-4/+4
* iommu/amd: Remove unused EXPORT_SYMBOLSVasant Hegde2023-10-061-1/+0
* iommu/amd: Initialize iommu_device->max_pasidsVasant Hegde2023-09-251-7/+2
* iommu/amd: Modify logic for checking GT and PPR featuresSuravee Suthikulpanit2023-09-251-8/+1
* iommu/amd: Consolidate feature detection and reporting logicSuravee Suthikulpanit2023-09-251-53/+36
* iommu/amd: Do not set amd_iommu_pgtable in pass-through modeVasant Hegde2023-09-251-3/+0
* iommu/amd: Consolidate timeout pre-define to amd_iommu_type.hSuravee Suthikulpanit2023-09-251-6/+4
* iommu/amd: Enable PPR/GA interrupt after interrupt handler setupVasant Hegde2023-07-141-4/+7
* iommu/amd: Consolidate PPR log enablementVasant Hegde2023-07-141-3/+3
* iommu/amd: Disable PPR log/interrupt in iommu_disable()Vasant Hegde2023-07-141-0/+4
* iommu/amd: Enable separate interrupt for PPR and GA logVasant Hegde2023-07-141-12/+38
* iommu/amd: Handle PPR log overflowVasant Hegde2023-07-141-0/+11
* iommu/amd: Generalize log overflow handlingVasant Hegde2023-07-141-19/+32
*-. Merge branches 'iommu/fixes', 'arm/smmu', 'ppc/pamu', 'virtio', 'x86/vt-d', '...Joerg Roedel2023-06-191-1/+37
|\ \
| | * iommu/amd: Improving Interrupt Remapping Table InvalidationSuravee Suthikulpanit2023-06-091-1/+1
| | * iommu/amd: Introduce Disable IRTE Caching SupportSuravee Suthikulpanit2023-06-091-0/+36
| |/
* / iommu/amd: Handle GALog overflowsJoao Martins2023-05-221-0/+24
|/
*-. Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel2023-04-141-5/+25
|\ \
| | * iommu: Use sysfs_emit() for sysfs showLu Baolu2023-03-221-2/+2
| |/ |/|
| * iommu/amd: Add 5 level guest page table supportVasant Hegde2023-03-281-2/+21