Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-29Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',...Joerg Roedel
2022-07-15iommu/mediatek: Log with dev_err_probe when failing to parse dtsNĂ­colas F. R. A. Prado
2022-07-15iommu: remove the put_resv_regions methodChristoph Hellwig
2022-07-07iommu/mediatek: Allow page table PA up to 35bitYunfei Wang
2022-07-06iommu: Clean up release_device checksRobin Murphy
2022-06-23iommu/mediatek: Cleanup pericfg lookup flowAngeloGioacchino Del Regno
2022-06-22iommu/mediatek: Lookup phandle to retrieve syscon to infracfgAngeloGioacchino Del Regno
2022-05-13iommu/mediatek: Fix NULL pointer dereference when printing dev_nameMiles Chen
2022-05-04iommu/mediatek: Add mt8186 iommu supportYong Wu
2022-05-04iommu/mediatek: mt8195: Enable multi banks for infra iommuYong Wu
2022-05-04iommu/mediatek: Backup/restore regsiters for multi banksYong Wu
2022-05-04iommu/mediatek: Initialise/Remove for multi bank devYong Wu
2022-05-04iommu/mediatek: Get the proper bankid for multi banksYong Wu
2022-05-04iommu/mediatek: Change the domid to iova_region_idYong Wu
2022-05-04iommu/mediatek: Initialise bank HW for each a bankYong Wu
2022-05-04iommu/mediatek: Add mtk_iommu_bank_data structureYong Wu
2022-05-04iommu/mediatek: Remove mtk_iommu.hYong Wu
2022-05-04iommu/mediatek: Separate mtk_iommu_data for v1 and v2Yong Wu
2022-05-04iommu/mediatek: Just move code position in hw_initYong Wu
2022-05-04iommu/mediatek: Only adjust code about register baseYong Wu
2022-05-04iommu/mediatek: Add mt8195 supportYong Wu
2022-05-04iommu/mediatek: Add PCIe supportYong Wu
2022-05-04iommu/mediatek: Add infra iommu supportYong Wu
2022-05-04iommu/mediatek: Add a PM_CLK_AO flag for infra iommuYong Wu
2022-05-04iommu/mediatek: Allow IOMMU_DOMAIN_UNMANAGED for PCIe VFIOYong Wu
2022-05-04iommu/mediatek: Adjust device link when it is sub-commonYong Wu
2022-05-04iommu/mediatek: Contain MM IOMMU flow with the MM TYPEYong Wu
2022-05-04iommu/mediatek: Add IOMMU_TYPE flagYong Wu
2022-05-04iommu/mediatek: Add SUB_COMMON_3BITS flagYong Wu
2022-05-04iommu/mediatek: Always enable output PA over 32bits in isrYong Wu
2022-05-04iommu/mediatek: Remove the granule in the tlb flushYong Wu
2022-05-04iommu/mediatek: Add a flag STD_AXI_MODEYong Wu
2022-05-04iommu/mediatek: Add a flag DCM_DISABLEYong Wu
2022-05-04iommu/mediatek: Add 12G~16G support for multi domainsYong Wu
2022-05-04iommu/mediatek: Adapt sharing and non-sharing pgtable caseYong Wu
2022-05-04iommu/mediatek: Add mutex for data in the mtk_iommu_domainYong Wu
2022-05-04iommu/mediatek: Add mutex for m4u_group and m4u_dom in dataYong Wu
2022-05-04iommu/mediatek: Remove clk_disable in mtk_iommu_removeYong Wu
2022-05-04iommu/mediatek: Add list_del in mtk_iommu_removeYong Wu
2022-05-04iommu/mediatek: Fix 2 HW sharing pgtable issueYong Wu
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-25Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-03-08Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel
2022-03-04iommu/mediatek: Always tlb_flush_all when each PM resumeYong Wu
2022-03-04iommu/mediatek: Add tlb_lock in tlb_flush_allYong Wu
2022-03-04iommu/mediatek: Remove the power status checking in tlb flush allYong Wu
2022-03-04iommu/mediatek: Always check runtime PM status in tlb flush range callbackSebastian Reichel
2022-03-04iommu/mediatek: Remove for_each_m4u in tlb_sync_allYong Wu
2022-02-28iommu: Split struct iommu_opsLu Baolu
2022-02-25iommu/mediatek: Make use of the helper component_compare/release_ofYong Wu