summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iommu: Check for iommu_ops == NULL in iommu_probe_device()Joerg Roedel2018-12-201-1/+5
* ACPI/IORT: Don't call iommu_ops->add_device directlyJoerg Roedel2018-12-171-2/+2
* iommu/of: Don't call iommu_ops->add_device directlyJoerg Roedel2018-12-171-3/+3
* iommu: Consolitate ->add/remove_device() callsJoerg Roedel2018-12-172-26/+28
* iommu/sysfs: Rename iommu_release_device()Joerg Roedel2018-12-171-6/+6
* dmaengine: sh: rcar-dmac: Use device_iommu_mapped()Joerg Roedel2018-12-171-1/+1
* xhci: Use device_iommu_mapped()Joerg Roedel2018-12-171-1/+1
* powerpc/iommu: Use device_iommu_mapped()Joerg Roedel2018-12-172-4/+4
* ACPI/IORT: Use device_iommu_mapped()Joerg Roedel2018-12-171-1/+1
* iommu/of: Use device_iommu_mapped()Joerg Roedel2018-12-171-1/+1
* driver core: Introduce device_iommu_mapped() functionJoerg Roedel2018-12-171-0/+10
* iommu/tegra: Use helper functions to access dev->iommu_fwspecJoerg Roedel2018-12-171-1/+1
* iommu/qcom: Use helper functions to access dev->iommu_fwspecJoerg Roedel2018-12-171-8/+10
* iommu/of: Use helper functions to access dev->iommu_fwspecJoerg Roedel2018-12-171-3/+7
* iommu/mediatek: Use helper functions to access dev->iommu_fwspecJoerg Roedel2018-12-172-21/+28
* iommu/ipmmu-vmsa: Use helper functions to access dev->iommu_fwspecJoerg Roedel2018-12-171-4/+8
* iommu/dma: Use helper functions to access dev->iommu_fwspecJoerg Roedel2018-12-171-1/+1
* iommu/arm-smmu: Use helper functions to access dev->iommu_fwspecJoerg Roedel2018-12-172-13/+15
* ACPI/IORT: Use helper functions to access dev->iommu_fwspecJoerg Roedel2018-12-171-9/+10
* iommu: Introduce wrappers around dev->iommu_fwspecJoerg Roedel2018-12-172-7/+18
* iommu/dma: Use NUMA aware memory allocations in __iommu_dma_alloc_pages()Ganapatrao Kulkarni2018-12-111-10/+10
* iommu: Change tlb_range_add to iotlb_range_add and tlb_sync to iotlb_synctom2018-12-051-2/+2
* iommu/arm-smmu: Make arm-smmu-v3 explicitly non-modularPaul Gortmaker2018-12-031-16/+9
* iommu/arm-smmu: Make arm-smmu explicitly non-modularPaul Gortmaker2018-12-031-19/+13
* iommu/tegra: Make it explicitly non-modularPaul Gortmaker2018-12-031-30/+7
* iommu/qcom: Make it explicitly non-modularPaul Gortmaker2018-12-031-14/+2
* iommu/ipmmu-vmsa: Make it explicitly non-modularPaul Gortmaker2018-12-031-15/+3
* iommu/mediatek: Make it explicitly non-modularPaul Gortmaker2018-12-031-12/+3
* iommu/msm: Make it explicitly non-modularPaul Gortmaker2018-12-031-10/+3
* iommu/rockchip: Make it explicitly non-modularPaul Gortmaker2018-12-031-7/+6
* iommu: Audit and remove any unnecessary uses of module.hPaul Gortmaker2018-12-032-2/+3
* irq_remapping: Remove unused header filesYangtao Li2018-12-031-1/+0
* iommu: Do physical merging in iommu_map_sg()Robin Murphy2018-11-061-21/+20
* Linux 4.20-rc1v4.20-rc1Linus Torvalds2018-11-041-2/+2
* Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-11-0425-292/+2418
|\
| * ubifs: Remove unneeded semicolonDing Xiang2018-10-231-1/+1
| * Documentation: ubifs: Add authentication whitepaperSascha Hauer2018-10-231-0/+426
| * ubifs: Enable authentication supportSascha Hauer2018-10-233-1/+52
| * ubifs: Do not update inode size in-place in authenticated modeSascha Hauer2018-10-233-38/+113
| * ubifs: Add hashes and HMACs to default filesystemSascha Hauer2018-10-231-7/+27
| * ubifs: authentication: Authenticate super block nodeSascha Hauer2018-10-231-1/+69
| * ubifs: Create hash for default LPTSascha Hauer2018-10-233-3/+23
| * ubfis: authentication: Authenticate master nodeSascha Hauer2018-10-233-10/+61
| * ubifs: authentication: Authenticate LPTSascha Hauer2018-10-233-0/+134
| * ubifs: Authenticate replayed journalSascha Hauer2018-10-231-2/+144
| * ubifs: Add auth nodes to garbage collector journal headSascha Hauer2018-10-231-3/+43
| * ubifs: Add authentication nodes to journalSascha Hauer2018-10-236-18/+153
| * ubifs: authentication: Add hashes to index nodesSascha Hauer2018-10-237-14/+81
| * ubifs: Add hashes to the tree node cacheSascha Hauer2018-10-234-30/+135
| * ubifs: Create functions to embed a HMAC in a nodeSascha Hauer2018-10-232-6/+70