aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2014-08-19iommu/core: Check for the right function pointer in iommu_map()Joerg Roedel
2014-08-18iommu/amd: Fix cleanup_domain for mass device removalJoerg Roedel
2014-08-18iommu/vt-d: Defer domain removal if device is assigned to a driverJoerg Roedel
2014-08-08Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-08-05Merge branch 'acpica'Rafael J. Wysocki
2014-07-31Merge branches 'x86/vt-d', 'x86/amd', 'arm/omap', 'ppc/pamu', 'arm/smmu', 'ar...Joerg Roedel
2014-07-31iommu/vt-d: Fix race setting IRQ CPU affinity while freeing IRQGreg Edwards
2014-07-31ACPICA: Tables: Update for DMAR table changes.Bob Moore
2014-07-30iommu/amd: Fix 2 typos in commentsJoerg Roedel
2014-07-30iommu/amd: Fix device_state reference countingJoerg Roedel
2014-07-30iommu/amd: Remove change_pte mmu_notifier call-backJoerg Roedel
2014-07-30iommu/amd: Don't set pasid_state->mm to NULL in unbind_pasidJoerg Roedel
2014-07-29iommu/exynos: Select ARM_DMA_USE_IOMMUTushar Behera
2014-07-29iommu/vt-d: Exclude devices using RMRRs from IOMMU API domainsAlex Williamson
2014-07-29iommu/omap: Remove virtual memory managerLaurent Pinchart
2014-07-23iommu/vt-d: Fix issue in computing domain's iommu_snooping flagJiang Liu
2014-07-23iommu/vt-d: Introduce helper function iova_size() to improve code readabilityJiang Liu
2014-07-23iommu/vt-d: Introduce helper domain_pfn_within_range() to simplify codeJiang Liu
2014-07-23iommu/vt-d: Simplify intel_unmap_sg() and kill duplicated codeJiang Liu
2014-07-23iommu/vt-d: Change iommu_enable/disable_translation to return voidJiang Liu
2014-07-23iommu/vt-d: Avoid freeing virtual machine domain in free_dmar_iommu()Jiang Liu
2014-07-23iommu/vt-d: Fix possible invalid memory access caused by free_dmar_iommu()Jiang Liu
2014-07-23iommu/vt-d: Allocate dynamic domain id for virtual domains onlyJiang Liu
2014-07-23iommu/vt-d: Introduce helper functions to make code symmetric for readabilityJiang Liu
2014-07-23iommu/vt-d: Introduce helper functions to improve code readabilityJiang Liu
2014-07-23iommu/vt-d: Use correct domain id to flush virtual machine domainsJiang Liu
2014-07-23iommu/vt-d: Match segment number when searching for dev_iotlb capable devicesJiang Liu
2014-07-23Merge branch 'core' into x86/vt-dJoerg Roedel
2014-07-19Merge tag 'tegra-for-3.17-fuse-move' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson
2014-07-17ARM: tegra: Move includes to include/soc/tegraThierry Reding
2014-07-10iommu/amd: Don't call the inv_ctx_cb when pasid is not set upJoerg Roedel
2014-07-10iommu/amd: Don't hold a reference to task_structJoerg Roedel
2014-07-10iommu/amd: Don't hold a reference to mm_structJoerg Roedel
2014-07-10iommu/amd: Add pasid_state->invalid flagJoerg Roedel
2014-07-10iommu/amd: Drop pasid_state reference in ppr_notifer error pathJoerg Roedel
2014-07-10iommu/amd: Get rid of __unbind_pasidJoerg Roedel
2014-07-10iommu/amd: Don't free pasid_state in mn_release pathJoerg Roedel
2014-07-10iommu/amd: Don't call mmu_notifer_unregister in __unbind_pasidJoerg Roedel
2014-07-10iommu/amd: Fix typo in amd_iommu_v2 driverJoerg Roedel
2014-07-10iommu/amd: Drop oprofile dependencyBorislav Petkov
2014-07-10Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel
2014-07-09iommu/amd: Moving PPR fault flags macros definitionsAlexey Skidanov
2014-07-09iommu/amd: Fix for pasid initializationAlexey Skidanov
2014-07-09iommu/arm-smmu: fix some checkpatch issuesMitchel Humpherys
2014-07-07iommu: Fix compile error in iommu-sysfs.cJoerg Roedel
2014-07-07iommu: Constify struct iommu_opsThierry Reding
2014-07-07iommu/fsl: Fix the error condition during iommu groupVarun Sethi
2014-07-07iommu/fsl: Fix the device domain attach condition.Varun Sethi
2014-07-07iommu/fsl: Fix PAMU window size check.Varun Sethi