aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/exynos-iommu.c
AgeCommit message (Expand)Author
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-04iommu: Add iommu_map_sg() functionOlav Haugan
2014-10-20iommu: drop owner assignment from platform_driversWolfram Sang
2014-08-19iommu/exynos: Fix trivial typosSachin Kamat
2014-07-07iommu: Constify struct iommu_opsThierry Reding
2014-05-26iommu/exynos: Fix checkpatch warningSachin Kamat
2014-05-14iommu/exynos: Remove unnecessary "&" from function pointersBjorn Helgaas
2014-05-13iommu/exynos: Apply workaround of caching fault page table entriesCho KyongHo
2014-05-13iommu/exynos: Turn on useful configuration optionsCho KyongHo
2014-05-13iommu/exynos: Support for device treeCho KyongHo
2014-05-13iommu/exynos: Enhanced error messagesCho KyongHo
2014-05-13iommu/exynos: Add devices attached to the System MMU to an IOMMU groupAntonios Motakis
2014-05-13iommu/exynos: Use exynos-iommu specific typedefCho KyongHo
2014-05-13iommu/exynos: Change rwlock to spinlockCho KyongHo
2014-05-13iommu/exynos: Remove custom fault handlerCho KyongHo
2014-05-13iommu/exynos: Gating clocks of master H/WCho KyongHo
2014-05-13iommu/exynos: Use managed device helper functionsCho KyongHo
2014-05-13iommu/exynos: Remove dbgname from drvdata of a System MMUCho KyongHo
2014-05-13iommu/exynos: Always enable runtime PMCho KyongHo
2014-05-13iommu/exynos: Add missing cache flush for removed page table entriesCho KyongHo
2014-05-13iommu/exynos: Remove prefetch buffer settingCho KyongHo
2014-05-13iommu/exynos: Fix L2TLB invalidationCho KyongHo
2014-05-13iommu/exynos: Allocate lv2 page table from own slabCho KyongHo
2014-05-13iommu/exynos: Change error handling when page table update is failedCho KyongHo
2014-05-13iommu/exynos: Fix build errorsCho KyongHo
2013-08-14iommu/exynos: Remove dead code (set_prefbuf)Grant Grundler
2013-04-02iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API.Varun Sethi
2013-02-07iommu/exynos: Make exynos_sysmmu_disable staticSachin Kamat
2012-09-18iommu/exynos: use list_del_init instead of list_del/INIT_LIST_HEADWei Yongjun
2012-08-03iommu/exynos: Fix build errorSachin Kamat
2012-07-24Merge tag 'iommu-updates-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-07-24iommu: Fix typo in iommuMasanari Iida
2012-07-11iommu/exynos: Implement DOMAIN_ATTR_GEOMETRY attributeJoerg Roedel
2012-05-12iommu/exynos: Add iommu driver for EXYNOS PlatformsKyongHo Cho