aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/iommu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-13iommu: Add apply_dm_region call-back to iommu-opsJoerg Roedel1-0/+3
2016-05-09Merge branches 'arm/io-pgtable', 'arm/rockchip', 'arm/omap', 'x86/vt-d', 'ppc/pamu', 'core' and 'x86/amd' into nextJoerg Roedel1-5/+2
2016-05-09iommu: Allow selecting page sizes per domainRobin Murphy1-1/+2
2016-05-09iommu: remove unused priv field from struct iommu_opsWill Deacon1-2/+0
2016-04-07iommu: Add MMIO mapping typeRobin Murphy1-0/+1
2016-04-05iommu: provide of_xlate pointer unconditionallyArnd Bergmann1-2/+0
2016-01-29iommu: Update struct iommu_ops commentsMagnus Damm1-4/+12
2015-10-22iommu: Add generic_device_group() functionJoerg Roedel1-0/+2
2015-10-22iommu: Export and rename iommu_group_get_for_pci_dev()Joerg Roedel1-0/+3
2015-10-22iommu: Revive device_group iommu-ops call-backJoerg Roedel1-1/+1
2015-10-15iommu: Implement common IOMMU ops for DMA mappingRobin Murphy1-0/+1
2015-07-17include, lib: add __printf attributes to several function prototypesNicolas Iooss1-1/+1
2015-06-11iommu: Introduce iommu_request_dm_for_dev()Joerg Roedel1-0/+6
2015-06-09iommu: Add function to query the default domain of a groupJoerg Roedel1-0/+1
2015-06-09iommu: Introduce direct mapped region handlingJoerg Roedel1-0/+31
2015-06-09iommu: Add iommu_get_domain_for_dev functionJoerg Roedel1-0/+6
2015-03-31iommu: Remove domain_init and domain_free iommu_opsJoerg Roedel1-3/+0
2015-03-31iommu: Introduce iommu domain typesJoerg Roedel1-1/+26
2015-03-31iommu: Introduce domain_alloc and domain_free iommu_opsJoerg Roedel1-0/+5
2014-12-16Merge tag 'iommu-config-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+8
2014-12-02Merge branches 'arm/omap', 'arm/msm', 'arm/rockchip', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-1/+24
2014-12-01iommu: add new iommu_ops callback for adding an OF deviceWill Deacon1-0/+6
2014-12-01iommu: provide early initialisation hook for IOMMU driversWill Deacon1-0/+2
2014-11-14iommu: add capability IOMMU_CAP_NOEXECAntonios Motakis1-0/+1
2014-11-14iommu/arm-smmu: change IOMMU_EXEC to IOMMU_NOEXECAntonios Motakis1-1/+1
2014-11-04iommu: Add iommu_map_sg() functionOlav Haugan1-0/+22
2014-10-15Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-13/+12
2014-09-29iommu: introduce domain attribute for nesting IOMMUsWill Deacon1-0/+1
2014-09-25iommu: Remove iommu_domain_has_cap() API functionJoerg Roedel1-11/+0
2014-09-25iommu: Introduce iommu_capable API functionJoerg Roedel1-0/+7
2014-09-25iommu: Convert iommu-caps from define to enumJoerg Roedel1-4/+7
2014-07-08iommu: Fix IOMMU sysfs stubsAlex Williamson1-6/+7
2014-07-07iommu: Constify struct iommu_opsThierry Reding1-2/+2
2014-07-04iommu: Add sysfs support for IOMMUsAlex Williamson1-0/+26
2014-07-04iommu/core: Create central IOMMU group lookup/creation interfaceAlex Williamson1-0/+1
2014-01-09Merge branches 'arm/smmu', 'core', 'x86/vt-d', 'arm/shmobile', 'x86/amd', 'ppc/pamu', 'iommu/fixes' and 'arm/msm' into nextJoerg Roedel1-2/+7
2014-01-07iommu: Rename domain_has_cap to iommu_domain_has_capUpinder Malhi (umalhi)1-2/+2
2013-12-30iommu: Add empty stub for iommu_group_get_by_id()Alexey Kardashevskiy1-0/+5
2013-12-16iommu: add IOMMU_EXEC flag for safely allowing XN mappingsWill Deacon1-3/+4
2013-09-25iommu: Change iommu driver to call io_page_fault trace eventShuah Khan1-0/+2
2013-08-14iommu/fsl: Add additional iommu attributes required by the PAMU driver.Varun Sethi1-0/+16
2013-05-02Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and 'arm/tegra' into nextJoerg Roedel1-9/+9
2013-04-24iommu: Add a function to find an iommu group by idAlexey Kardashevskiy1-0/+1
2013-04-19iommu: Include linux/err.hWang YanQing1-0/+1
2013-04-02iommu/fsl: Add the window permission flag as a parameter to iommu_window_enable API.Varun Sethi1-3/+4
2013-04-02iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API.Varun Sethi1-6/+3
2013-02-06iommu: Add DOMAIN_ATTR_WINDOWS domain attributeJoerg Roedel1-0/+5
2013-02-06iommu: Add domain window handling functionsJoerg Roedel1-0/+22
2013-02-06iommu: Implement DOMAIN_ATTR_PAGING attributeJoerg Roedel1-0/+1
2013-02-06iommu: Make sure DOMAIN_ATTR_MAX is really the maximumJoerg Roedel1-1/+1