Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge tag 'iommu-updates-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2023-09-01 | 30 | -624/+866 |
|\ | |||||
| *---------------. | Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/rockchip', '... | Joerg Roedel | 2023-08-21 | 30 | -624/+866 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | * | iommu: Explicitly include correct DT includes | Rob Herring | 2023-08-21 | 7 | -7/+5 |
| | | | | | | | | | * | iommu: Remove kernel-doc warnings | Zhu Wang | 2023-08-07 | 1 | -2/+2 |
| | | | | | | | | | * | iommu: Optimise PCI SAC address trick | Robin Murphy | 2023-07-14 | 3 | -6/+31 |
| | | | | | | | | | * | iommu: Avoid locking/unlocking for iommu_probe_device() | Jason Gunthorpe | 2023-07-14 | 1 | -43/+35 |
| | | | | | | | | | * | iommu: Split iommu_group_add_device() | Jason Gunthorpe | 2023-07-14 | 1 | -23/+43 |
| | | | | | | | | | * | iommu: Always destroy the iommu_group during iommu_release_device() | Jason Gunthorpe | 2023-07-14 | 1 | -6/+6 |
| | | | | | | | | | * | iommu: Do not export iommu_device_link/unlink() | Jason Gunthorpe | 2023-07-14 | 1 | -2/+0 |
| | | | | | | | | | * | iommu: Move the iommu driver sysfs setup into iommu_init/deinit_device() | Jason Gunthorpe | 2023-07-14 | 2 | -10/+9 |
| | | | | | | | | | * | iommu: Add iommu_init/deinit_device() paired functions | Jason Gunthorpe | 2023-07-14 | 1 | -79/+112 |
| | | | | | | | | | * | iommu: Simplify the __iommu_group_remove_device() flow | Jason Gunthorpe | 2023-07-14 | 1 | -44/+39 |
| | | | | | | | | | * | iommu: Inline iommu_group_get_for_dev() into __iommu_probe_device() | Jason Gunthorpe | 2023-07-14 | 1 | -41/+9 |
| | | | | | | | | | * | iommu: Use iommu_group_ref_get/put() for dev->iommu_group | Jason Gunthorpe | 2023-07-14 | 1 | -3/+2 |
| | | | | | | | | | * | iommu: Have __iommu_probe_device() check for already probed devices | Jason Gunthorpe | 2023-07-14 | 3 | -18/+10 |
| | | | | | | | | * | | iommu/amd: Remove unused declarations | Yue Haibing | 2023-08-17 | 1 | -3/+0 |
| | | | | | | | | * | | iommu/amd: Rearrange DTE bit definations | Vasant Hegde | 2023-08-08 | 1 | -4/+4 |
| | | | | | | | | * | | iommu/amd: Enable PPR/GA interrupt after interrupt handler setup | Vasant Hegde | 2023-07-14 | 1 | -4/+7 |
| | | | | | | | | * | | iommu/amd: Consolidate PPR log enablement | Vasant Hegde | 2023-07-14 | 1 | -3/+3 |
| | | | | | | | | * | | iommu/amd: Disable PPR log/interrupt in iommu_disable() | Vasant Hegde | 2023-07-14 | 1 | -0/+4 |
| | | | | | | | | * | | iommu/amd: Enable separate interrupt for PPR and GA log | Vasant Hegde | 2023-07-14 | 2 | -12/+47 |
| | | | | | | | | * | | iommu/amd: Refactor IOMMU interrupt handling logic for Event, PPR, and GA logs | Vasant Hegde | 2023-07-14 | 2 | -43/+53 |
| | | | | | | | | * | | iommu/amd: Handle PPR log overflow | Vasant Hegde | 2023-07-14 | 4 | -1/+22 |
| | | | | | | | | * | | iommu/amd: Generalize log overflow handling | Vasant Hegde | 2023-07-14 | 3 | -22/+36 |
| | | | | | | | | * | | iommu/amd/iommu_v2: Clear pasid state in free path | Vasant Hegde | 2023-07-14 | 1 | -0/+3 |
| | | | | | | | | * | | iommu/amd/iommu_v2: Fix pasid_state refcount dec hit 0 warning on pasid unbind | Daniel Marcovitch | 2023-07-14 | 1 | -2/+2 |
| | | | | | | | | |/ | |||||
| | | | | | | | * | | iommu/vt-d: Fix to convert mm pfn to dma pfn | Yanfei Xu | 2023-08-09 | 1 | -9/+13 |
| | | | | | | | * | | iommu/vt-d: Fix to flush cache of PASID directory table | Yanfei Xu | 2023-08-09 | 1 | -1/+1 |
| | | | | | | | * | | iommu/vt-d: Remove rmrr check in domain attaching device path | Lu Baolu | 2023-08-09 | 1 | -58/+0 |
| | | | | | | | * | | iommu: Prevent RESV_DIRECT devices from blocking domains | Lu Baolu | 2023-08-09 | 1 | -10/+27 |
| | | | | | | | * | | iommu/vt-d: Add set_dev_pasid callback for dma domain | Lu Baolu | 2023-08-09 | 2 | -5/+106 |
| | | | | | | | * | | iommu/vt-d: Prepare for set_dev_pasid callback | Lu Baolu | 2023-08-09 | 1 | -1/+2 |
| | | | | | | | * | | iommu/vt-d: Make prq draining code generic | Lu Baolu | 2023-08-09 | 3 | -26/+23 |
| | | | | | | | * | | iommu/vt-d: Remove pasid_mutex | Lu Baolu | 2023-08-09 | 1 | -40/+5 |
| | | | | | | | * | | iommu/vt-d: Add domain_flush_pasid_iotlb() | Lu Baolu | 2023-08-09 | 1 | -2/+14 |
| | | | | | | | * | | iommu: Move global PASID allocation from SVA to core | Jacob Pan | 2023-08-09 | 2 | -19/+38 |
| | | | | | | | * | | iommu: Generalize PASID 0 for normal DMA w/o PASID | Jacob Pan | 2023-08-09 | 5 | -24/+22 |
| | |_|_|_|_|_|/ / | |/| | | | | | | | |||||
| | | | | | | * | | iommu/sprd: Add missing force_aperture | Jason Gunthorpe | 2023-08-07 | 1 | -0/+1 |
| | | | | | | |/ | |||||
| | | | | | * | | iommu/arm-smmu-qcom: Add SM6375 SMMUv2 | Konrad Dybcio | 2023-08-11 | 1 | -0/+1 |
| | | | | | * | | iommu/arm-smmu-qcom: Add SM6350 DPU compatible | Konrad Dybcio | 2023-08-11 | 1 | -0/+1 |
| | | | | | * | | iommu/arm-smmu-qcom: Add SM6375 DPU compatible | Konrad Dybcio | 2023-08-11 | 1 | -0/+1 |
| | | | | | * | | iommu/arm-smmu-qcom: Sort the compatible list alphabetically | Konrad Dybcio | 2023-08-11 | 1 | -2/+2 |
| | | | | | * | | iommu/qcom: Add support for QSMMUv2 and QSMMU-500 secured contexts | AngeloGioacchino Del Regno | 2023-08-09 | 1 | -2/+17 |
| | | | | | * | | iommu/qcom: Index contexts by asid number to allow asid 0 | AngeloGioacchino Del Regno | 2023-08-09 | 1 | -12/+10 |
| | | | | | * | | iommu/qcom: Disable and reset context bank before programming | AngeloGioacchino Del Regno | 2023-08-09 | 1 | -0/+7 |
| | | | | | * | | iommu/qcom: Use the asid read from device-tree if specified | AngeloGioacchino Del Regno | 2023-08-09 | 1 | -3/+15 |
| | | | | | * | | iommu/arm-smmu: Clean up resource handling during Qualcomm context probe | Yangtao Li | 2023-08-01 | 1 | -4/+2 |
| | | | | | * | | iommu/arm-smmu-v3: Change vmid alloc strategy from bitmap to ida | Dawei Li | 2023-08-01 | 2 | -23/+8 |
| | | | | * | | | iommu: rockchip: Allocate tables from all available memory for IOMMU v2 | Jonas Karlman | 2023-07-14 | 1 | -2/+5 |
| | | | | * | | | iommu: rockchip: Fix directory table address encoding | Jonas Karlman | 2023-07-14 | 1 | -38/+5 |
| | | | | | |/ | | | | | |/| |