Age | Commit message (Expand) | Author | Files | Lines |
2020-08-12 | Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+12 |
2020-08-07 | mm: remove unneeded includes of <asm/pgalloc.h> | Mike Rapoport | 1 | -1/+0 |
2020-07-29 | Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex... | Joerg Roedel | 1 | -2/+12 |
2020-07-24 | iommu: Add gfp parameter to io_pgtable_ops->map() | Baolin Wang | 1 | -1/+1 |
2020-07-22 | iommu/ipmmu-vmsa: Add an entry for r8a77961 in soc_rcar_gen3[] | Lad Prabhakar | 1 | -0/+1 |
2020-07-22 | iommu/ipmmu-vmsa: Hook up R8A774E1 DT matching code | Marian-Cristian Rotariu | 1 | -0/+5 |
2020-06-30 | iommu/renesas: Add support for r8a77961 | Yoshihiro Shimoda | 1 | -1/+5 |
2020-05-13 | iommu/renesas: Fix unused-function warning | Arnd Bergmann | 1 | -5/+2 |
2020-05-05 | iommu/renesas: Convert to probe/release_device() call-backs | Joerg Roedel | 1 | -40/+20 |
2020-03-27 | iommu/renesas: Use accessor functions for iommu private data | Joerg Roedel | 1 | -5/+2 |
2020-01-10 | iommu/io-pgtable-arm: Rationalise TTBRn handling | Robin Murphy | 1 | -1/+1 |
2019-11-12 | Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm... | Joerg Roedel | 1 | -127/+96 |
2019-11-11 | iommu/ipmmu-vmsa: Add utlb_offset_base | Yoshihiro Shimoda | 1 | -1/+4 |
2019-11-11 | iommu/ipmmu-vmsa: Add helper functions for "uTLB" registers | Yoshihiro Shimoda | 1 | -5/+21 |
2019-11-11 | iommu/ipmmu-vmsa: Calculate context registers' offset instead of a macro | Yoshihiro Shimoda | 1 | -3/+8 |
2019-11-11 | iommu/ipmmu-vmsa: Add helper functions for MMU "context" registers | Yoshihiro Shimoda | 1 | -9/+23 |
2019-11-11 | iommu/ipmmu-vmsa: tidyup register definitions | Yoshihiro Shimoda | 1 | -28/+30 |
2019-11-11 | iommu/ipmmu-vmsa: Remove all unused register definitions | Yoshihiro Shimoda | 1 | -76/+0 |
2019-11-04 | iommu/io-pgtable-arm: Rationalise MAIR handling | Robin Murphy | 1 | -1/+1 |
2019-10-30 | iommu/ipmmu-vmsa: Remove dev_err() on platform_get_irq() failure | YueHaibing | 1 | -3/+1 |
2019-10-15 | iommu/ipmmu-vmsa: Only call platform_get_irq() when interrupt is mandatory | Geert Uytterhoeven | 1 | -2/+1 |
2019-10-15 | iommu/ipmmu-vmsa: Hook up r8a774b1 DT matching code | Biju Das | 1 | -0/+5 |
2019-10-15 | iommu: Add gfp parameter to iommu_ops::map | Tom Murphy | 1 | -1/+1 |
2019-09-11 | Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qco... | Joerg Roedel | 1 | -48/+58 |
2019-09-05 | iommu/ipmmu-vmsa: Disable cache snoop transactions on R-Car Gen3 | Hai Nguyen Pham | 1 | -33/+38 |
2019-09-05 | iommu/ipmmu-vmsa: Move IMTTBCR_SL0_TWOBIT_* to restore sort order | Geert Uytterhoeven | 1 | -4/+3 |
2019-07-29 | iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap() | Will Deacon | 1 | -1/+1 |
2019-07-29 | iommu/io-pgtable: Remove unused ->tlb_sync() callback | Will Deacon | 1 | -1/+0 |
2019-07-29 | iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page() | Will Deacon | 1 | -7/+0 |
2019-07-29 | iommu/io-pgtable: Hook up ->tlb_flush_walk() and ->tlb_flush_leaf() in drivers | Will Deacon | 1 | -0/+8 |
2019-07-29 | iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync() | Will Deacon | 1 | -3/+9 |
2019-07-24 | iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_ops | Will Deacon | 1 | -2/+2 |
2019-07-01 | Merge branch 'arm/renesas' into arm/smmu | Joerg Roedel | 1 | -62/+125 |
2019-06-25 | iommu/io-pgtable: Replace IO_PGTABLE_QUIRK_NO_DMA with specific flag | Will Deacon | 1 | -0/+1 |
2019-06-03 | iommu/ipmmu-vmsa: Add suspend/resume support | Geert Uytterhoeven | 1 | -1/+46 |
2019-06-03 | iommu/ipmmu-vmsa: Extract hardware context initialization | Geert Uytterhoeven | 1 | -43/+48 |
2019-06-03 | iommu/ipmmu-vmsa: Move num_utlbs to SoC-specific features | Geert Uytterhoeven | 1 | -2/+3 |
2019-06-03 | iommu/ipmmu-vmsa: Make IPMMU_CTX_MAX unsigned | Geert Uytterhoeven | 1 | -3/+2 |
2019-06-03 | iommu/ipmmu-vmsa: Prepare to handle 40-bit error addresses | Geert Uytterhoeven | 1 | -6/+9 |
2019-06-03 | iommu/ipmmu-vmsa: Link IOMMUs and devices in sysfs | Geert Uytterhoeven | 1 | -7/+17 |
2019-02-11 | iommu: Allow io-pgtable to be used outside of drivers/iommu/ | Rob Herring | 1 | -2/+1 |
2018-12-20 | Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar... | Joerg Roedel | 1 | -27/+61 |
2018-12-17 | iommu/ipmmu-vmsa: Use helper functions to access dev->iommu_fwspec | Joerg Roedel | 1 | -4/+8 |
2018-12-17 | iommu/ipmmu-vmsa: Hook up r8a774c0 DT matching code | Fabrizio Castro | 1 | -0/+5 |
2018-12-03 | iommu/ipmmu-vmsa: Make it explicitly non-modular | Paul Gortmaker | 1 | -15/+3 |
2018-12-03 | iommu/ipmmu-vmsa: Add an array of slave devices whitelist | Yoshihiro Shimoda | 1 | -1/+12 |
2018-12-03 | iommu/ipmmu-vmsa: Modify ipmmu_slave_whitelist() to check SoC revisions | Yoshihiro Shimoda | 1 | -8/+26 |
2018-11-08 | iommu/ipmmu-vmsa: Hook up R8A774A1 DT maching code | Fabrizio Castro | 1 | -0/+4 |
2018-11-08 | iommu/ipmmu-vmsa: Fix crash on early domain free | Geert Uytterhoeven | 1 | -0/+3 |
2018-11-06 | iommu/ipmmu-vmsa: Hook up r8a77990 DT matching code | Hai Nguyen Pham | 1 | -0/+4 |