| Commit message (Expand) | Author | Age | Files | Lines |
*-. | Merge branches 'x86/vt-d', 'x86/amd', 'arm/omap', 'ppc/pamu', 'arm/smmu', 'ar... | Joerg Roedel | 2014-07-31 | 1 | -13/+0 |
|\ \ |
|
| | * | iommu/omap: Remove virtual memory manager | Laurent Pinchart | 2014-07-29 | 1 | -13/+0 |
| |/ |
|
* | | iommu: Constify struct iommu_ops | Thierry Reding | 2014-07-07 | 1 | -1/+1 |
|/ |
|
* | iommu/omap: Fix map protection value handling | Laurent Pinchart | 2014-04-16 | 1 | -10/+7 |
* | iommu/omap: Remove comment about supporting single page mappings only | Laurent Pinchart | 2014-04-16 | 1 | -1/+0 |
* | iommu/omap: Fix 'no page for' debug message in flush_iotlb_page() | Laurent Pinchart | 2014-04-16 | 1 | -0/+1 |
* | iommu/omap: Move to_iommu definition from omap-iopgtable.h | Suman Anna | 2014-04-16 | 1 | -0/+3 |
* | iommu/omap: Remove omap_iommu_domain_has_cap() function | Suman Anna | 2014-04-16 | 1 | -7/+0 |
* | iommu/omap: Correct init value of iotlb_entry valid field | Suman Anna | 2014-04-16 | 1 | -1/+1 |
* | iommu/omap: Check for NULL in iopte_free() | Zhouyi Zhou | 2014-03-05 | 1 | -1/+2 |
* | iommu/omap: Allocate archdata on the fly for DT-based devices | Laurent Pinchart | 2014-03-04 | 1 | -0/+45 |
* | iommu/omap: Enable bus-error back on supported iommus | Suman Anna | 2014-03-04 | 1 | -0/+2 |
* | iommu/omap: Add devicetree support | Florian Vaussard | 2014-03-04 | 1 | -4/+38 |
* | iommu/omap: Allow enable/disable even without pdata | Florian Vaussard | 2014-03-04 | 1 | -8/+2 |
* | iommu/omap: Fix error return paths in omap_iommu_attach() | Suman Anna | 2014-03-04 | 1 | -3/+5 |
* | iommu/omap: Convert to devm_* interfaces | Suman Anna | 2014-03-04 | 1 | -42/+10 |
* | drivers/iommu: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-09-11 | 1 | -2/+0 |
* | iommu/omap: fix checkpatch warnings in omap iommu code | Suman Anna | 2013-06-20 | 1 | -5/+4 |
* | iommu/omap: fix printk formats for dma_addr_t | Suman Anna | 2013-06-20 | 1 | -2/+4 |
* | iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API. | Varun Sethi | 2013-04-02 | 1 | -1/+1 |
* | iommu/omap: Remove unnecessary null pointer check | Cong Ding | 2013-01-28 | 1 | -2/+2 |
* | Drivers: iommu: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 1 | -3/+3 |
* | iommu/omap: Adapt to runtime pm | Omar Ramirez Luna | 2012-12-03 | 1 | -21/+19 |
* | iommu/omap: Migrate to hwmod framework | Omar Ramirez Luna | 2012-12-03 | 1 | -5/+18 |
* | iommu/omap: Keep mmu enabled when requested | Omar Ramirez Luna | 2012-12-03 | 1 | -3/+0 |
* | iommu/omap: Remove redundant clock handling on ISR | Omar Ramirez Luna | 2012-12-03 | 1 | -2/+0 |
* | ARM: OMAP2+: Move iommu/iovmm headers to platform_data | Tony Lindgren | 2012-11-20 | 1 | -1/+1 |
* | ARM: OMAP2+: Make some definitions local | Ido Yariv | 2012-11-20 | 1 | -0/+15 |
* | ARM: OMAP2+: Move iommu2 to drivers/iommu/omap-iommu2.c | Tony Lindgren | 2012-11-20 | 1 | -0/+19 |
* | ARM: OMAP2+: Move plat/iovmm.h to include/linux/omap-iommu.h | Tony Lindgren | 2012-11-20 | 1 | -0/+1 |
* | ARM: OMAP2+: Move iopgtable header to drivers/iommu/ | Ido Yariv | 2012-11-20 | 1 | -1/+1 |
* | iommu/omap: Implement DOMAIN_ATTR_GEOMETRY attribute | Joerg Roedel | 2012-07-11 | 1 | -0/+4 |
* | iommu: OMAP: device detach on domain destroy | Omar Ramirez Luna | 2012-04-19 | 1 | -9/+23 |
* | ARM: OMAP: make iommu subsys_initcall to fix builtin omap3isp | Ohad Ben-Cohen | 2012-02-27 | 1 | -1/+2 |
*-. | Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into next | Joerg Roedel | 2012-01-09 | 1 | -43/+37 |
|\ \ |
|
| | * | iommu/omap: announce supported page sizes | Ohad Ben-Cohen | 2011-11-10 | 1 | -0/+4 |
| | * | iommu/core: stop converting bytes to page order back and forth | Ohad Ben-Cohen | 2011-11-10 | 1 | -9/+5 |
| |/
|/| |
|
| * | iommu/omap: be verbose when omap_iommu_iova_to_phys fails | Ohad Ben-Cohen | 2011-12-06 | 1 | -2/+2 |
| * | iommu/omap: eliminate the public omap_find_iommu_device() method | Ohad Ben-Cohen | 2011-12-05 | 1 | -32/+26 |
|/ |
|
*-. | Merge branches 'amd/fixes', 'debug/dma-api', 'arm/omap', 'arm/msm', 'core', '... | Joerg Roedel | 2011-10-21 | 1 | -29/+4 |
|\ \ |
|
| | * | iommu/omap: Use bus_set_iommu instead of register_iommu | Joerg Roedel | 2011-10-21 | 1 | -1/+1 |
| * | | iommu/omap: Migrate to the generic fault report mechanism | Ohad Ben-Cohen | 2011-09-14 | 1 | -28/+3 |
| |/ |
|
* | | iommu/omap: always provide iommu debug code | Arnd Bergmann | 2011-10-10 | 1 | -1/+1 |
|/ |
|
* | iommu/omap: ->unmap() should return order of unmapped page | Ohad Ben-Cohen | 2011-09-05 | 1 | -9/+4 |
* | iommu/omap: cleanup: remove a redundant statement | Ohad Ben-Cohen | 2011-09-05 | 1 | -4/+2 |
* | omap: iommu: Fix up mutex->spin_lock conversion of iommu_lock | Joerg Roedel | 2011-08-26 | 1 | -3/+3 |
* | omap: iommu: omapify 'struct iommu' and exposed API | Ohad Ben-Cohen | 2011-08-26 | 1 | -72/+74 |
* | omap: iommu: remove unused exported API | Ohad Ben-Cohen | 2011-08-26 | 1 | -59/+0 |
* | omap: iommu: PREFETCH_IOTLB cleanup | Ohad Ben-Cohen | 2011-08-26 | 1 | -3/+16 |
* | omap: iommu: stop exporting local functions | Ohad Ben-Cohen | 2011-08-26 | 1 | -12/+7 |