summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2015-10-21iommu/amd: Do not iterate over alias-list in __[attach|detach]_deviceJoerg Roedel
2015-10-21iommu/amd: Do not BUG_ON in __detach_device()Joerg Roedel
2015-10-21iommu/amd: Don't clear DTE flags when modifying itJoerg Roedel
2015-10-20iommu/vt-d: Fix SVM IOTLB flush handlingDavid Woodhouse
2015-10-19iommu/vt-d: Use dev_err(..) in intel_svm_device_to_iommu(..)Sudeep Dutt
2015-10-18iommu/vt-d: fix a loop in prq_event_thread()Dan Carpenter
2015-10-16iommu/vt-d: Fix IOTLB flushing for global pagesDavid Woodhouse
2015-10-16iommu/vt-d: Fix address shifting in page request handlerDavid Woodhouse
2015-10-15iommu/vt-d: shift wrapping bug in prq_event_thread()Dan Carpenter
2015-10-15iommu/vt-d: Fix NULL pointer dereference in page request error caseDavid Woodhouse
2015-10-15iommu/arm-smmu: Add support for MSI on SMMUv3Marc Zyngier
2015-10-15iommu/arm-smmu: Remove redundant calculation of gr0 base addressWill Deacon
2015-10-15iommu/arm-smmu: Fix error checking for ASID and VMID allocationWill Deacon
2015-10-15iommu/vt-d: Implement SVM_FLAG_SUPERVISOR_MODE for kernel accessDavid Woodhouse
2015-10-15iommu: Implement common IOMMU ops for DMA mappingRobin Murphy
2015-10-15iommu/vt-d: Implement SVM_FLAG_PRIVATE_PASID to allocate unique PASIDsDavid Woodhouse
2015-10-15iommu/vt-d: Add callback to device driver on page faultsDavid Woodhouse
2015-10-15iommu/vt-d: Implement page request handlingDavid Woodhouse
2015-10-15iommu/vt-d: Use cmpxchg16b to update posted format IRTE atomicallyFeng Wu
2015-10-15iommu/amd: Fix BUG when faulting a PROT_NONE VMAJay Cornwall
2015-10-15iommu/vt-d: Generalise DMAR MSI setup to allow for page request eventsDavid Woodhouse
2015-10-15iommu/vt-d: Implement deferred invalidate for SVMDavid Woodhouse
2015-10-15iommu/vt-d: Add basic SVM PASID supportDavid Woodhouse
2015-10-15iommu/vt-d: Always enable PASID/PRI PCI capabilities before ATSDavid Woodhouse
2015-10-15iommu/vt-d: Add initial support for PASID tablesDavid Woodhouse
2015-10-15iommu/vt-d: Introduce intel_iommu=pasid28, and pasid_enabled() macroDavid Woodhouse
2015-10-15iommu/vt-d: Fix ATSR handling for Root-Complex integrated endpointsDavid Woodhouse
2015-10-14iommu/vt-d: Switch from ioremap_cache to memremapDan Williams
2015-10-14iommu/arm-smmu: ThunderX mis-extends 64bit registersTirumalesh Chalamarla
2015-10-14iommu/arm-smmu: Remove unneeded '0x' annotationFabio Estevam
2015-10-14iommu/arm-smmu: Use drvdata instead of maintaining smmu_devices listWill Deacon
2015-10-14iommu/omap: Add support for configuring dsp iommus on DRA7xxSuman Anna
2015-10-13iommu/vt-d: fix range computation when making room for large pagesChristian Zander
2015-10-13Merge tag 'iommu-fixes-v4.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-10-09iommu/amd: Fix NULL pointer deref on device detachJoerg Roedel
2015-10-09iommu/amd: Prevent binding other PCI drivers to IOMMU PCI devicesJiang Liu
2015-10-07Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/pub/scm/linux...Joerg Roedel
2015-10-06iommu/s390: Add iommu api for s390 pci devicesGerald Schaefer
2015-10-05iommu/vt-d: Create RMRR mappings in newly allocated domainsJoerg Roedel
2015-10-05iommu/vt-d: Split iommu_prepare_identity_mapJoerg Roedel
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar
2015-10-02Merge git://git.infradead.org/intel-iommuLinus Torvalds
2015-10-01iommu/vt-d: Add a command line parameter for VT-d posted-interruptsFeng Wu
2015-09-29iommu/vt-d: Fix memory leak in dmar_insert_one_dev_info()Sudip Mukherjee
2015-09-29iommu/amd: Drop null test before destroy functionsJulia Lawall
2015-09-24iommu/amd: Return positive value in amd_iommu_detect()Jérôme Glisse
2015-09-22iommu/arm-smmu: Use correct address mask for CMD_TLBI_S2_IPAWill Deacon
2015-09-22iommu/arm-smmu: Ensure IAS is set correctly for AArch32-capable SMMUsWill Deacon
2015-09-22iommu/io-pgtable-arm: Don't use dma_to_phys()Robin Murphy
2015-09-11fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to voidJoe Perches