summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd/init.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-08Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel1-4/+14
2022-03-08iommu/amd: Clean up function declarationsVasant Hegde1-1/+1
2022-03-08iommu/amd: Call memunmap in error pathVasant Hegde1-0/+2
2022-03-04iommu/amd: Improve error handling for amd_iommu_init_pciSuravee Suthikulpanit1-3/+11
2022-02-14iommu/amd: Recover from event log overflowLennert Buytenhek1-0/+10
2022-02-04iommu/amd: Fix loop timeout issue in iommu_ga_log_enable()Joerg Roedel1-0/+2
2021-12-20iommu/amd: Fix typo in *glues … together* in commentPaul Menzel1-1/+1
2021-12-17iommu/amd: X2apic mode: mask/unmask interrupts on suspend/resumeMaxim Levitsky1-1/+7
2021-12-17iommu/amd: X2apic mode: setup the INTX registers on mask/unmaskMaxim Levitsky1-32/+33
2021-12-17iommu/amd: X2apic mode: re-enable after resumeMaxim Levitsky1-1/+4
2021-12-17iommu/amd: Restore GA log/tail pointer on host resumeMaxim Levitsky1-16/+15
2021-11-02Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+6
2021-10-04x86/sme: Replace occurrences of sme_active() with cc_platform_has()Tom Lendacky1-3/+4
2021-09-25iommu/amd: Use struct_group() for memcpy() regionKees Cook1-3/+6
2021-09-09iommu/amd: Remove iommu_init_ga()Suravee Suthikulpanit1-13/+4
2021-09-09iommu/amd: Relocate GAMSup check to early_enable_iommusWei Huang1-7/+24
2021-08-02iommu/amd: Remove stale amd_iommu_unmap_flush usageJoerg Roedel1-4/+2
2021-08-02Merge remote-tracking branch 'korg/core' into x86/amdJoerg Roedel1-3/+4
2021-08-02iommu/amd: Do not use flush-queue when NpCache is onNadav Amit1-1/+6
2021-07-26iommu: Remove mode argument from iommu_set_dma_strict()John Garry1-1/+1
2021-07-26iommu/amd: Add support for IOMMU default DMA mode build optionsZhen Lei1-2/+1
2021-07-26iommu: Deprecate Intel and AMD cmdline methods to enable strict modeJohn Garry1-1/+3
2021-06-25Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel1-9/+11
2021-06-08iommu/amd: Fix section mismatch warning for detect_ivrs()Joerg Roedel1-1/+1
2021-06-07iommu/amd: Tidy up DMA ops initRobin Murphy1-5/+0
2021-06-04iommu/amd: Add amd_iommu=force_enable optionJoerg Roedel1-1/+8
2021-06-04iommu/amd: Fix extended features loggingAlexander Monakov1-2/+2
2021-04-16iommu: Streamline registration interfaceRobin Murphy1-2/+1
2021-04-16Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Joerg Roedel1-53/+3
2021-04-15iommu/amd: Put newline after closing bracket in warningPaul Menzel1-1/+1
2021-04-15iommu/amd: Remove performance counter pre-initialization testSuravee Suthikulpanit1-23/+1
2021-04-15Revert "iommu/amd: Fix performance counter initialization"Paul Menzel1-34/+11
2021-04-07iommu/amd: Remove a few unused exportsChristoph Hellwig1-5/+0
2021-03-18iommu/amd: Keep track of amd_iommu_irq_remap stateJoerg Roedel1-1/+4
2021-03-18iommu/amd: Don't call early_amd_iommu_init() when AMD IOMMU is disabledJoerg Roedel1-4/+4
2021-03-18iommu/amd: Move Stoney Ridge check to detect_ivrs()Joerg Roedel1-11/+12
2021-02-12Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in...Joerg Roedel1-15/+39
2021-02-12iommu/amd: Fix performance counter initializationSuravee Suthikulpanit1-11/+34
2021-01-28iommu/amd: Adopt IO page table framework for AMD IOMMU v1 page tableSuravee Suthikulpanit1-0/+2
2021-01-28iommu/amd: Use IVHD EFR for early initialization of IOMMU featuresSuravee Suthikulpanit1-2/+54
2021-01-27iommu/amd: remove h from printk format specifierTom Rix1-1/+1
2021-01-27iommu/amd: Remove unnecessary assignmentAdrian Huang1-3/+2
2021-01-05iommu/amd: Set iommu->int_enabled consistently when interrupts are set upDavid Woodhouse1-2/+1
2020-12-17Merge tag 'iommu-updates-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2020-12-15Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-71/+154
2020-12-11iommu/amd: Add sanity check for interrupt remapping table length macrosSuravee Suthikulpanit1-3/+3
2020-11-23iommu/amd: Enforce 4k mapping for certain IOMMU data structuresSuravee Suthikulpanit1-5/+22
2020-11-18iommu/amd: Fix IOMMU interrupt generation in X2APIC modeDavid Woodhouse1-59/+132
2020-11-12iommu/amd: Don't register interrupt remapping irqdomain when IR is disabledDavid Woodhouse1-3/+5
2020-11-12iommu/amd: Fix union of bitfields in intcapxt supportDavid Woodhouse1-7/+9