summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
* iommu/fsl: Fix warning resulting from adding PCI device twiceVarun Sethi2014-09-051-2/+8
* Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/pub/scm/linux...Joerg Roedel2014-09-031-54/+73
|\
| * iommu/arm-smmu: fix corner cases in address size calculationsWill Deacon2014-09-021-2/+9
| * iommu/arm-smmu: fix decimal printf format specifiers prefixed with 0xHans Wennborg2014-09-021-1/+1
| * iommu/arm-smmu: Do not access non-existing S2CR registersOlav Haugan2014-09-021-7/+21
| * iommu/arm-smmu: fix s2cr and smr teardown on device detach from domainWill Deacon2014-09-021-15/+12
| * iommu/arm-smmu: remove pgtable_page_{c,d}tor()Vladimir Murzin2014-09-011-5/+0
| * iommu/arm-smmu: fix programming of SMMU_CBn_TCR for stage 1Olav Haugan2014-09-011-2/+5
| * iommu/arm-smmu: avoid calling request_irq in atomic contextMitchel Humpherys2014-09-011-22/+25
* | iommu/vt-d: Check return value of acpi_bus_get_device()Joerg Roedel2014-08-261-2/+1
* | iommu/core: Make iommu_group_get_for_dev() more robustJoerg Roedel2014-08-261-3/+5
|/
* iommu/core: Check for the right function pointer in iommu_map()Joerg Roedel2014-08-191-1/+1
* iommu/amd: Fix cleanup_domain for mass device removalJoerg Roedel2014-08-181-4/+6
* iommu/vt-d: Defer domain removal if device is assigned to a driverJoerg Roedel2014-08-181-0/+8
* Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-081-1/+2
|\
| * Merge tag 'tegra-for-3.17-fuse-move' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson2014-07-191-1/+2
| |\
| | * ARM: tegra: Move includes to include/soc/tegraThierry Reding2014-07-171-1/+2
* | | Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-061-14/+14
|\ \ \
| * \ \ Merge branch 'acpica'Rafael J. Wysocki2014-08-051-14/+14
| |\ \ \
| | * | | ACPICA: Tables: Update for DMAR table changes.Bob Moore2014-07-311-14/+14
| | | |/ | | |/|
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*---------. \ \ \ Merge branches 'x86/vt-d', 'x86/amd', 'arm/omap', 'ppc/pamu', 'arm/smmu', 'ar...Joerg Roedel2014-07-3111-1251/+328
|\ \ \ \ \ \ \ \ \
| | | | | * | | | | iommu/exynos: Select ARM_DMA_USE_IOMMUTushar Behera2014-07-291-0/+1
| | | | | | |/ / / | | | | | |/| | |
| | | | | * | | | iommu/fsl: Fix the error condition during iommu groupVarun Sethi2014-07-071-2/+5
| | | | | * | | | iommu/fsl: Fix the device domain attach condition.Varun Sethi2014-07-071-7/+2
| | | | | * | | | iommu/fsl: Fix PAMU window size check.Varun Sethi2014-07-072-5/+5
| | | | | | |_|/ | | | | | |/| |
| | | | * | | | Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel2014-07-101-253/+240
| | | | |\ \ \ \ | | | | | |/ / / | | | | |/| | |
| | | | | * | | iommu/arm-smmu: fix some checkpatch issuesMitchel Humpherys2014-07-091-22/+37
| | | | | * | | iommu/arm-smmu: fix capability checking prior to device attachWill Deacon2014-07-041-1/+2
| | | | | * | | iommu/arm-smmu: prefer stage-1 mappings where we have a choiceWill Deacon2014-07-031-4/+4
| | | | | * | | iommu/arm-smmu: remove support for chained SMMUsWill Deacon2014-07-031-186/+77
| | | | | * | | iommu/arm-smmu: caps: add IOMMU_CAP_INTR_REMAP capabilityWill Deacon2014-07-031-5/+9
| | | | | * | | iommu/arm-smmu: add support for PCI master devicesWill Deacon2014-07-031-86/+160
| | | | | * | | iommu/arm-smmu: fix calculation of TCR.T0SZWill Deacon2014-07-021-1/+3
| | | | | | |/ | | | | | |/|
| | | * | | | iommu/fsl: Add void declarations in zero-arg functions.Chi Pham2014-07-042-2/+2
| | | * | | | iommu/fsl_pamu: Remove unnecessary null test before kfreeFabian Frederick2014-07-041-2/+1
| | | |/ / /
| | * | | | iommu/omap: Remove virtual memory managerLaurent Pinchart2014-07-296-931/+6
| | * | | | iommu/omap: Use PAGE_ALIGNED instead of IS_ALIGNED(PAGE_SIZE)Fabian Frederick2014-07-041-5/+5
| | |/ / /
| * | | | iommu/amd: Fix 2 typos in commentsJoerg Roedel2014-07-301-2/+2
| * | | | iommu/amd: Fix device_state reference countingJoerg Roedel2014-07-301-0/+7
| * | | | iommu/amd: Remove change_pte mmu_notifier call-backJoerg Roedel2014-07-301-9/+0
| * | | | iommu/amd: Don't set pasid_state->mm to NULL in unbind_pasidJoerg Roedel2014-07-301-17/+3
| * | | | iommu/amd: Don't call the inv_ctx_cb when pasid is not set upJoerg Roedel2014-07-101-5/+12
| * | | | iommu/amd: Don't hold a reference to task_structJoerg Roedel2014-07-101-3/+1
| * | | | iommu/amd: Don't hold a reference to mm_structJoerg Roedel2014-07-101-7/+33
| * | | | iommu/amd: Add pasid_state->invalid flagJoerg Roedel2014-07-101-2/+16
| * | | | iommu/amd: Drop pasid_state reference in ppr_notifer error pathJoerg Roedel2014-07-101-0/+4
| * | | | iommu/amd: Get rid of __unbind_pasidJoerg Roedel2014-07-101-15/+2
| * | | | iommu/amd: Don't free pasid_state in mn_release pathJoerg Roedel2014-07-101-3/+7
| * | | | iommu/amd: Don't call mmu_notifer_unregister in __unbind_pasidJoerg Roedel2014-07-101-2/+0
| * | | | iommu/amd: Fix typo in amd_iommu_v2 driverJoerg Roedel2014-07-101-1/+1