summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2015-11-02Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/am...Joerg Roedel
2015-11-02iommu/vt-d: Fix return value check of parse_ioapics_under_ir()Joerg Roedel
2015-10-27Merge tag 'iommu-fixes-v4.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-10-23iommu/vt-d: Propagate error-value from ir_parse_ioapic_hpet_scope()Joerg Roedel
2015-10-23iommu/vt-d: Adjust the return value of the parse_ioapics_under_irBaoquan He
2015-10-22iommu: Move default domain allocation to iommu_group_get_for_dev()Joerg Roedel
2015-10-22iommu: Remove is_pci_dev() fall-back from iommu_group_get_for_devJoerg Roedel
2015-10-22iommu/arm-smmu: Switch to device_group call-backJoerg Roedel
2015-10-22iommu/fsl: Convert to device_group call-backJoerg Roedel
2015-10-22iommu: Add device_group call-back to x86 iommu driversJoerg Roedel
2015-10-22iommu: Add generic_device_group() functionJoerg Roedel
2015-10-22iommu: Export and rename iommu_group_get_for_pci_dev()Joerg Roedel
2015-10-22iommu: Revive device_group iommu-ops call-backJoerg Roedel
2015-10-22Merge tag 'for-linus-20151021' of git://git.infradead.org/intel-iommuLinus Torvalds
2015-10-21iommu/amd: Remove find_last_devid_on_pci()Joerg Roedel
2015-10-21iommu/amd: Remove first/last_device handlingJoerg Roedel
2015-10-21iommu/amd: Initialize amd_iommu_last_bdf for DEV_ALLJoerg Roedel
2015-10-21iommu/amd: Cleanup buffer allocationJoerg Roedel
2015-10-21iommu/amd: Remove cmd_buf_size and evt_buf_size from struct amd_iommuJoerg Roedel
2015-10-21iommu/amd: Align DTE flag definitionsJoerg Roedel
2015-10-21iommu/amd: Remove old alias handling codeJoerg Roedel
2015-10-21iommu/amd: Set alias DTE in do_attach/do_detachJoerg Roedel
2015-10-21iommu/amd: WARN when __[attach|detach]_device are called with irqs enabledJoerg Roedel
2015-10-21iommu/amd: Don't disable IRQs in __detach_deviceJoerg Roedel
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-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: Implement common IOMMU ops for DMA mappingRobin Murphy
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-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-02Merge git://git.infradead.org/intel-iommuLinus Torvalds
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