summaryrefslogtreecommitdiff
path: root/arch/arm/plat-omap/iovmm.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-26omap: iommu/iovmm: move to dedicated iommu folderOhad Ben-Cohen1-923/+0
2011-08-26omap: iommu: migrate to the generic IOMMU APIOhad Ben-Cohen1-48/+67
2011-08-10arch:arm:plat-omap:iovmm: remove unused variable 'va'Maxin John1-3/+0
2011-07-04Merge branch 'iommu-for-tony' of git://github.com/ohadbc/omap-iommu into deve...Tony Lindgren1-3/+3
2011-07-04omap: iovmm: s/sg_dma_len(sg)/sg->length/Ohad Ben-Cohen1-3/+3
2011-06-01OMAP: iovmm: fix SW flags passed by userOmar Ramirez Luna1-4/+0
2011-03-14omap: iovmm: don't check 'da' to set IOVMF_DA_FIXED flagDavid Cohen1-9/+5
2011-03-14omap: iovmm: disallow mapping NULL address when IOVMF_DA_ANON is setMichael Jones1-6/+7
2010-12-15OMAP: iommu: create new api to set valid da rangeGuzman Lugo, Fernando1-7/+8
2010-12-15OMAP: iovmm: replace __iounmap with iounmapGuzman Lugo, Fernando1-1/+1
2010-12-15OMAP: iovmm: add superpages support to fixed da addressGuzman Lugo, Fernando1-26/+36
2010-12-15OMAP: iovmm: no gap checking for fixed addressGuzman Lugo, Fernando1-3/+3
2010-06-09omap iommu: Fix Memory leakSatish1-1/+3
2010-05-14omap iommu: Exit iteration if no possibility of available areaHiroshi DOYU1-1/+4
2010-05-14omap iommu: Insert a gap page between IOVMAs against overrideHiroshi DOYU1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-11-22arch/arm/plat-omap: Drop an unnecessary NULL testJulia Lawall1-1/+1
2009-11-22omap: iovmm: remove cache flush operationHiroshi DOYU1-3/+0
2009-11-22omap: iommu: avoid remapping if it's been mapped in MPU sideHiroshi DOYU1-4/+6
2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren1-2/+2
2009-10-06omap: iovmm: Add missing mutex_unlockDaniel Walker1-1/+2
2009-10-06omap: iovmm: Fix incorrect spellingHiroshi DOYU1-3/+3
2009-09-24omap: iovmm: Fix compiler warningSanjeev Premi1-2/+3
2009-08-28OMAP: iommu: fix wrong argument in flush_cache_vmap()Hiroshi DOYU1-1/+1
2009-05-19omap iommu: simple virtual address space managementHiroshi DOYU1-0/+896