summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2016-09-16iommu/arm-smmu: Implement of_xlate() for SMMUv3Robin Murphy
2016-09-16iommu/arm-smmu: Fall back to global bypassRobin Murphy
2016-09-16iommu: Introduce iommu_fwspecRobin Murphy
2016-09-16iommu/of: Handle iommu-map property for PCIRobin Murphy
2016-09-16iommu/arm-smmu: Disable interrupts whilst holding the cmdq lockWill Deacon
2016-09-16iommu/arm-smmu: Fix polling of command queueJean-Philippe Brucker
2016-09-16iommu/arm-smmu: Support v7s context formatRobin Murphy
2016-09-16iommu/arm-smmu: Fix event queues synchronizationJean-Philippe Brucker
2016-09-16iommu/arm-smmu: Drop devm_free_irq when driver detachPeng Fan
2016-09-15iommu/amd: Don't put completion-wait semaphore on stackJoerg Roedel
2016-09-05Merge branch 'x86/amd-avic' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2016-09-05iommu/vt-d: Make sure RMRRs are mapped before domain goes publicJoerg Roedel
2016-09-05iommu/vt-d: Split up get_domain_for_dev functionJoerg Roedel
2016-09-05iommu/ipmmu-vmsa: Fix wrong error handle of ipmmu_add_deviceShawn Lin
2016-09-05Merge branch 'x86/amd-avic' into x86/amdJoerg Roedel
2016-09-05iommu/amd: Remove AMD_IOMMU_STATSFabian Frederick
2016-09-05iommu/amd: Enable vAPIC interrupt remapping mode by defaultSuravee Suthikulpanit
2016-09-05iommu/amd: Implements irq_set_vcpu_affinity() hook to setup vapic mode for pa...Suravee Suthikulpanit
2016-09-05iommu/amd: Introduce amd_iommu_update_ga()Suravee Suthikulpanit
2016-09-05iommu/amd: Adding GALOG interrupt handlerSuravee Suthikulpanit
2016-09-05iommu/amd: Detect and initialize guest vAPIC logSuravee Suthikulpanit
2016-09-05iommu/amd: Add support for multiple IRTE formatsSuravee Suthikulpanit
2016-09-05iommu/amd: Introduce interrupt remapping ops structureSuravee Suthikulpanit
2016-09-05iommu/amd: Move and introduce new IRTE-related unions and structuresSuravee Suthikulpanit
2016-09-05iommu/amd: Detect and enable guest vAPIC supportSuravee Suthikulpanit
2016-08-22Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/pub/scm/linux...Joerg Roedel
2016-08-19iommu/arm-smmu: Don't BUG() if we find aborting STEs with disable_bypassWill Deacon
2016-08-19iommu/arm-smmu: Disable stalling faults for all endpointsWill Deacon
2016-08-19iommu/arm-smmu: Fix CMDQ error handlingWill Deacon
2016-08-19iommu/io-pgtable-arm-v7s: Fix attributes when splitting blocksRobin Murphy
2016-08-10iommu/dma: Respect IOMMU aperture when allocatingRobin Murphy
2016-08-09iommu/dma: Don't put uninitialised IOVA domainsRobin Murphy
2016-08-09iommu/exynos: Fix error handling for of_platform_device_createAmitoj Kaur Chawla
2016-08-09iommu/amd: Fix error return code in irq_remapping_alloc()Wei Yongjun
2016-08-09iommu/amd: Fix non static symbol warningWei Yongjun
2016-08-09iommu/mediatek: Mark static functions in headers inlineJoerg Roedel
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2016-08-01Merge tag 'iommu-updates-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-27Add braces to avoid "ambiguous ‘else’" compiler warningsLinus Torvalds
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov
2016-07-26Merge branches 'x86/amd', 'x86/vt-d', 'arm/exynos', 'arm/mediatek', 'arm/msm'...Joerg Roedel
2016-07-26iommu/amd: Initialize dma-ops domains with 3-level page-tableJoerg Roedel
2016-07-26iommu/amd: Update Alias-DTE in update_device_table()Joerg Roedel
2016-07-14iommu/vt-d: Return error code in domain_context_mapping_one()Wei Yang
2016-07-14iommu/amd: Use container_of to get dma_ops_domainJoerg Roedel
2016-07-14iommu/amd: Flush iova queue before releasing dma_ops_domainJoerg Roedel
2016-07-14iommu/amd: Handle IOMMU_DOMAIN_DMA in ops->domain_free call-backJoerg Roedel
2016-07-14iommu/amd: Use dev_data->domain in get_domain()Joerg Roedel
2016-07-14iommu/amd: Optimize map_sg and unmap_sgJoerg Roedel