Age | Commit message (Expand) | Author |
2024-04-15 | iommu/rockchip: use page allocation function provided by iommu-pages.h | Pasha Tatashin |
2024-03-01 | iommu: constify of_phandle_args in xlate | Krzysztof Kozlowski |
2023-09-25 | iommu/rockchip: Update to {map,unmap}_pages | Robin Murphy |
2023-09-25 | iommu/rockchip: Convert to generic_single_device_group() | Jason Gunthorpe |
2023-09-25 | iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging() | Jason Gunthorpe |
2023-09-25 | iommu: Allow an IDENTITY domain as the default_domain in ARM32 | Jason Gunthorpe |
2023-09-25 | iommu: Add iommu_ops->identity_domain | Jason Gunthorpe |
2023-07-14 | iommu: rockchip: Allocate tables from all available memory for IOMMU v2 | Jonas Karlman |
2023-07-14 | iommu: rockchip: Fix directory table address encoding | Jonas Karlman |
2023-05-22 | iommu/rockchip: Fix unwind goto issue | Chao Wang |
2023-04-13 | iommu/rockchip: Add missing set_platform_dma_ops callback | Steven Price |
2023-01-13 | iommu: Remove detach_dev callbacks | Lu Baolu |
2022-11-03 | iommu/rockchip: fix permission bits in page table entries v2 | Michael Riesch |
2022-09-07 | iommu: Clean up bus_set_iommu() | Robin Murphy |
2022-03-08 | Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm... | Joerg Roedel |
2022-02-28 | iommu: Split struct iommu_ops | Lu Baolu |
2022-02-14 | iommu/rockchip: : Use standard driver registration | Robin Murphy |
2021-11-26 | iommu/rockchip: Fix PAGE_DESC_HI_MASKs for RK3568 | Alex Bee |
2021-08-18 | iommu/rockchip: Drop IOVA cookie management | Robin Murphy |
2021-07-14 | iommu/rockchip: Fix physical address decoding | Benjamin Gaignard |
2021-06-25 | Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am... | Joerg Roedel |
2021-06-09 | iommu: rockchip: Add support for iommu v2 | Benjamin Gaignard |
2021-06-09 | iommu: rockchip: Add internal ops to handle variants | Benjamin Gaignard |
2021-06-08 | iommu: Drop unnecessary of_iommu.h includes | Rob Herring |
2021-06-04 | iommu/rockchip: Remove redundant DMA syncs | Robin Murphy |
2021-04-16 | iommu: Streamline registration interface | Robin Murphy |
2020-06-30 | iommu/rockchip: Use dev_iommu_priv_get/set() | Joerg Roedel |
2020-05-05 | iommu/rockchip: Convert to probe/release_device() call-backs | Joerg Roedel |
2019-11-12 | Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm... | Joerg Roedel |
2019-11-12 | iommu/rockchip: Don't provoke WARN for harmless IRQs | Robin Murphy |
2019-10-16 | iommu: rockchip: Free domain on .domain_free | Ezequiel Garcia |
2019-10-15 | iommu/rockchip: Don't use platform_get_irq to implicitly count irqs | Heiko Stuebner |
2019-10-15 | iommu: Add gfp parameter to iommu_ops::map | Tom Murphy |
2019-07-29 | iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync() | Will Deacon |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2019-02-01 | IOMMU: Make dwo drivers use stateless device links | Rafael J. Wysocki |
2018-12-03 | iommu/rockchip: Make it explicitly non-modular | Paul Gortmaker |
2018-09-25 | iommu/rockchip: Free irqs in shutdown handler | Heiko Stuebner |
2018-08-25 | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/... | Linus Torvalds |
2018-08-24 | Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2018-08-24 | iommu/rockchip: Move irq request past pm_runtime_enable | Marc Zyngier |
2018-08-24 | iommu/rockchip: Handle errors returned from PM framework | Marc Zyngier |
2018-08-08 | iommu: Remove the ->map_sg indirection | Christoph Hellwig |
2018-07-10 | iommu: Remove IOMMU_OF_DECLARE | Rob Herring |
2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook |
2018-05-03 | iommu: rockchip: fix building without CONFIG_OF | Arnd Bergmann |
2018-05-03 | iommu/rockchip: Make clock handling optional | Heiko Stuebner |
2018-03-29 | iommu/rockchip: Support sharing IOMMU between masters | Jeffy Chen |
2018-03-29 | iommu/rockchip: Add runtime PM support | Jeffy Chen |
2018-03-29 | iommu/rockchip: Fix error handling in init | Jeffy Chen |