summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | * | iommu/amd: Fix amd_iommu=force_isolationYu Zhao2018-12-071-1/+8
| | | | | | | | * | iommu/amd: Remove leading 0s in error log messagesJoerg Roedel2018-11-281-10/+10
| | | | | | | | * | iommu/amd: Fix line-break in error log reportingJoerg Roedel2018-11-281-12/+10
| | | | | | | | * | iommu/amd: Use pr_fmt()Joerg Roedel2018-11-283-49/+55
| | | | | | | | * | iommu/amd: Allow to upgrade page-sizeJoerg Roedel2018-11-151-2/+27
| | | | | | | | * | iommu/amd: Restart loop if cmpxchg64 succeeded in alloc_pte()Joerg Roedel2018-11-151-6/+5
| | | | | | | | * | iommu/amd: Allow downgrading page-sizes in alloc_pte()Joerg Roedel2018-11-151-3/+9
| | | | | | | | * | iommu/amd: Ignore page-mode 7 in free_sub_pt()Joerg Roedel2018-11-152-0/+5
| | | | | | | | * | iommu/amd: Introduce free_sub_pt() functionJoerg Roedel2018-11-151-5/+13
| | | | | | | | * | iommu/amd: Collect page-table pages in freelistJoerg Roedel2018-11-151-61/+83
| | | | | | | | |/
| | | | | | | * | iommu/vt-d: Remove deferred invalidationLu Baolu2018-12-112-46/+0
| | | | | | | * | iommu/vt-d: Shared virtual address in scalable modeLu Baolu2018-12-114-80/+19
| | | | | | | * | iommu/vt-d: Add first level page table interfaceLu Baolu2018-12-112-0/+91
| | | | | | | * | iommu/vt-d: Setup context and enable RID2PASID supportLu Baolu2018-12-112-30/+107
| | | | | | | * | iommu/vt-d: Pass pasid table to context mappingLu Baolu2018-12-111-3/+11
| | | | | | | * | iommu/vt-d: Setup pasid entry for RID2PASID supportLu Baolu2018-12-112-0/+21
| | | | | | | * | iommu/vt-d: Add second level page table interfaceLu Baolu2018-12-113-1/+289
| | | | | | | * | iommu/vt-d: Reserve a domain id for FL and PT modesLu Baolu2018-12-112-0/+16
| | | | | | | * | iommu/vt-d: Add 256-bit invalidation descriptor supportLu Baolu2018-12-113-59/+114
| | | | | | | * | iommu/vt-d: Move page table helpers into headerLu Baolu2018-12-111-43/+0
| | | | | | | * | iommu/vt-d: Manage scalalble mode PASID tablesLu Baolu2018-12-114-31/+97
| | | | | | | * | iommu/vt-d: Enumerate the scalable mode capabilityLu Baolu2018-12-111-47/+17
| | | | | | | * | iommu/vt-d: Handle domain agaw being less than iommu agawSohil Mehta2018-11-221-2/+2
| | | | | | | |/
| | | | | | * | iommu/arm-smmu: Add support for qcom,smmu-v2 variantVivek Gautam2018-12-101-0/+3
| | | | | | * | iommu/arm-smmu: Add the device_link between masters and smmuSricharan R2018-12-101-0/+3
| | | | | | * | iommu/arm-smmu: Invoke pm_runtime across the driverSricharan R2018-12-101-10/+98
| | | | | | * | iommu/arm-smmu: Add pm_runtime/sleep opsSricharan R2018-12-101-3/+55
| | | | | | * | iommu/arm-smmu-v3: Use explicit mb() when moving cons pointerWill Deacon2018-12-101-1/+7
| | | | | | * | iommu/arm-smmu-v3: Avoid memory corruption from Hisilicon MSI payloadsZhen Lei2018-12-101-1/+5
| | | | | | * | iommu/arm-smmu-v3: Fix big-endian CMD_SYNC writesRobin Murphy2018-12-101-1/+7
| | | | | | |/
| | | | | * / iommu/omap: Remove DEBUG_SEQ_FOPS_RO()Yangtao Li2018-11-221-19/+6
| | | | | |/
| | | | * / iommu/tegra: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-11-221-22/+2
| | | | |/
| | | * / iommu/mediatek: Constify iommu_opsArvind Yadav2018-11-062-4/+4
| | | |/
| | * | iommu/ipmmu-vmsa: Hook up r8a774c0 DT matching codeFabrizio Castro2018-12-171-0/+5
| | * | iommu/ipmmu-vmsa: Add an array of slave devices whitelistYoshihiro Shimoda2018-12-031-1/+12
| | * | iommu/ipmmu-vmsa: Modify ipmmu_slave_whitelist() to check SoC revisionsYoshihiro Shimoda2018-12-031-8/+26
| | * | iommu/ipmmu-vmsa: Hook up R8A774A1 DT maching codeFabrizio Castro2018-11-081-0/+4
| | * | iommu/ipmmu-vmsa: Hook up r8a77990 DT matching codeHai Nguyen Pham2018-11-061-0/+4
| | |/
| * | Revert "iommu/io-pgtable-arm: Check for v7s-incapable systems"Yong Wu2018-12-171-4/+0
* | | Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-12-282-3/+78
|\ \ \
| * | | iommu/vt-d: Do not enable ATS for untrusted devicesMika Westerberg2018-12-051-1/+2
| * | | iommu/vt-d: Force IOMMU on for platform opt in hintLu Baolu2018-12-052-2/+76
| |/ /
* | | dma-mapping: bypass indirect calls for dma-directChristoph Hellwig2018-12-131-12/+1
* | | iommu/dma-iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-15/+8
* | | iommu/vt-d: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-9/+3
* | | iommu/intel: small map_page cleanupChristoph Hellwig2018-12-061-7/+7
* | | iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-13/+5
|/ /
* | iommu/vt-d: Use memunmap to free memremapPan Bian2018-11-221-1/+1
* | amd/iommu: Fix Guest Virtual APIC Log Tail Address RegisterFilippo Sironi2018-11-121-1/+2
* | iommu/ipmmu-vmsa: Fix crash on early domain freeGeert Uytterhoeven2018-11-081-0/+3