summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd/amd_iommu.h
AgeCommit message (Expand)Author
2024-03-13Merge tag 'iommu-updates-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-02-09iommu/amd: Remove unused flush pasid functionsVasant Hegde
2024-02-09iommu/amd: Refactor helper function for setting / clearing GCR3Suravee Suthikulpanit
2024-02-09iommu/amd: Add support for device based TLB invalidationVasant Hegde
2024-02-09iommu/amd: Introduce get_amd_iommu_from_dev()Suravee Suthikulpanit
2024-02-09iommu/amd: Remove duplicate function declarations from amd_iommu.hVasant Hegde
2024-02-09iommu/amd: Remove unused PPR_* macrosVasant Hegde
2024-01-29iommu/amd: Don't rely on external callers to enable IOMMU SNP supportAshish Kalra
2023-12-11iommu/amd: Make domain_flush_pages as global functionVasant Hegde
2023-12-11iommu/amd: Rename iommu_flush_all_caches() -> amd_iommu_flush_all_caches()Vasant Hegde
2023-10-06iommu/amd: Remove PPR supportVasant Hegde
2023-10-06iommu/amd: Remove iommu_v2 moduleVasant Hegde
2023-09-25iommu/amd: Enable device ATS/PASID/PRI capabilities independentlyVasant 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: Remove unused amd_io_pgtable.pt_root variableSuravee Suthikulpanit
2023-08-17iommu/amd: Remove unused declarationsYue Haibing
2023-07-14iommu/amd: Refactor IOMMU interrupt handling logic for Event, PPR, and GA logsVasant Hegde
2023-07-14iommu/amd: Handle PPR log overflowVasant Hegde
2023-06-19Merge branches 'iommu/fixes', 'arm/smmu', 'ppc/pamu', 'virtio', 'x86/vt-d', '...Joerg Roedel
2023-06-16iommu/amd: Remove extern from function prototypesVasant Hegde
2023-05-22iommu/amd: Fix up merge conflict resolutionJerry Snitselaar
2023-05-22iommu/amd: Handle GALog overflowsJoao Martins
2023-03-28iommu/amd: Add 5 level guest page table supportVasant Hegde
2023-03-22iommu/amd: Allocate page table using numa locality infoVasant Hegde
2022-09-07iommu/amd: Clean up bus_set_iommu()Robin Murphy
2022-07-15iommu/amd: Introduce function to check and enable SNPBrijesh Singh
2022-07-15iommu/amd: Introduce global variable for storing common EFR and EFR2Suravee Suthikulpanit
2022-07-07iommu/amd: Include PCI segment ID when initialize IOMMUSuravee Suthikulpanit
2022-07-07iommu/amd: Introduce get_device_sbdf_id() helper functionSuravee Suthikulpanit
2022-07-07iommu/amd: Update set_dev_entry_bit() and get_dev_entry_bit()Suravee Suthikulpanit
2022-07-07iommu/amd: Introduce per PCI segment rlookup tableSuravee Suthikulpanit
2022-07-07iommu/amd: Introduce per PCI segment device tableSuravee Suthikulpanit
2022-03-08Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel
2022-03-08iommu/amd: Clean up function declarationsVasant Hegde
2022-02-28iommu: Remove unused argument in is_attach_deferredLu Baolu
2022-02-14iommu/amd: Recover from event log overflowLennert Buytenhek
2021-06-07iommu/amd: Tidy up DMA ops initRobin Murphy
2021-04-07iommu/amd: Move a few prototypes to include/linux/amd-iommu.hChristoph Hellwig
2021-04-07iommu/amd: Remove the unused amd_iommu_get_v2_domain functionChristoph Hellwig
2021-02-12Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in...Joerg Roedel
2021-01-28iommu/amd: Adopt IO page table framework for AMD IOMMU v1 page tableSuravee Suthikulpanit
2021-01-28iommu/amd: Introduce iommu_v1_map_page and iommu_v1_unmap_pageSuravee Suthikulpanit
2021-01-28iommu/amd: Refactor fetch_pte to use struct amd_io_pgtableSuravee Suthikulpanit
2021-01-28iommu/amd: Remove amd_iommu_domain_get_pgtableSuravee Suthikulpanit
2021-01-28iommu/amd: Restructure code for freeing page tableSuravee Suthikulpanit
2021-01-28iommu/amd: Move IO page table related functionsSuravee Suthikulpanit
2021-01-28iommu/amd: Declare functions as externSuravee Suthikulpanit
2021-01-28iommu/amd: Convert to using amd_io_pgtableSuravee Suthikulpanit
2021-01-28iommu/amd: Move pt_root to struct amd_io_pgtableSuravee Suthikulpanit