aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-20Merge tag 'devicetree-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-8/+30
2016-05-19Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds19-393/+891
2016-05-19Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-9/+4
2016-05-09Merge branches 'arm/io-pgtable', 'arm/rockchip', 'arm/omap', 'x86/vt-d', 'ppc/pamu', 'core' and 'x86/amd' into nextJoerg Roedel15-401/+938
2016-05-09iommu/arm-smmu: Use per-domain page sizes.Robin Murphy2-21/+25
2016-05-09iommu/amd: Remove statistics codeJoerg Roedel3-131/+0
2016-05-09iommu/dma: Finish optimising higher-order allocationsRobin Murphy1-21/+39
2016-05-09iommu: Allow selecting page sizes per domainRobin Murphy3-12/+14
2016-05-09iommu: of: enforce const-ness of struct iommu_opsRobin Murphy1-7/+7
2016-05-09Merge branch 'arm/smmu' into coreJoerg Roedel1-81/+210
2016-05-09iommu/dma: Implement scatterlist segment mergingRobin Murphy1-23/+61
2016-05-09Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmuJoerg Roedel1-81/+210
2016-05-05Merge tag 'v4.6-rc6' into x86/asm, to refresh the treeIngo Molnar2-18/+91
2016-05-03iommu/arm-smmu: Clear cache lock bit of ACRPeng Fan1-1/+22
2016-05-03iommu/arm-smmu: Support SMMUv1 64KB supplementRobin Murphy1-8/+14
2016-05-03iommu/arm-smmu: Decouple context format from kernel configRobin Murphy1-22/+72
2016-05-03iommu/arm-smmu: Tidy up 64-bit/atomic I/O accessesRobin Murphy1-29/+19
2016-05-03iommu/arm-smmu: Work around MMU-500 prefetch errataRobin Murphy1-1/+15
2016-05-03iommu/arm-smmu: Convert ThunderX workaround to new methodRobin Murphy1-13/+14
2016-05-03iommu/arm-smmu: Differentiate specific implementationsRobin Murphy1-7/+26
2016-05-03iommu/arm-smmu: Workaround for ThunderX erratum #27704Tirumalesh Chalamarla1-11/+28
2016-05-03iommu/arm-smmu: Add support for 16 bit VMIDTirumalesh Chalamarla1-6/+17
2016-04-21iommu/amd: Move get_device_id() and friends to beginning of fileJoerg Roedel1-54/+54
2016-04-21iommu/amd: Don't use IS_ERR_VALUE to check integer valuesJoerg Roedel1-10/+10
2016-04-21iommu/arm-smmu: Don't allocate resources for bypass domainsRobin Murphy1-1/+7
2016-04-21iommu/arm-smmu: Fix stream-match conflict with IOMMU_DOMAIN_DMAWill Deacon1-6/+8
2016-04-19iommu/arm-smmu: Make use of phandle iterators in device-tree parsingJoerg Roedel1-8/+30
2016-04-19Merge tag 'v4.6-rc4' into x86/asm, to pick up fixesIngo Molnar4-8/+9
2016-04-15iommu/amd: Signedness bug in acpihid_device_group()Dan Carpenter1-1/+1
2016-04-13x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov1-1/+1
2016-04-11PCI: Add support for multiple DMA aliasesJacek Lawrynowicz1-7/+3
2016-04-11iommu/amd: Fix checking of pci dma aliasesJoerg Roedel1-11/+76
2016-04-07iommu/io-pgtable-arm-v7s: Support IOMMU_MMIO flagRobin Murphy1-5/+11
2016-04-07iommu/io-pgtable-arm: Support IOMMU_MMIO flagRobin Murphy1-2/+7
2016-04-07iommu/vt-d: Silence an uninitialized variable warningDan Carpenter1-1/+1
2016-04-07iommu/rockchip: Fix "is stall active" checkJohn Keeping1-4/+4
2016-04-07powerpc: Fix incorrect PPC32 PAMU dependencyAndy Fleming1-2/+1
2016-04-07iommu: Don't overwrite domain pointer when there is no default_domainJoerg Roedel1-1/+2
2016-04-07iommu/amd: Set AMD iommu callbacks for amba busWan Zongshun1-1/+12
2016-04-07iommu/amd: Manage iommu_group for ACPI HID devicesWan Zongshun1-1/+32
2016-04-07iommu/amd: Add iommu support for ACPI HID devicesWan Zongshun1-9/+60
2016-04-07iommu/amd: Make call-sites of get_device_id aware of its return valueWan Zongshun1-10/+41
2016-04-07iommu/amd: Introduces ivrs_acpihid kernel parameterSuravee Suthikulpanit1-0/+33
2016-04-07iommu/amd: Add new map for storing IVHD dev entry type HIDWan Zongshun3-0/+137
2016-04-07iommu/amd: Use the most comprehensive IVHD type that the driver can supportSuravee Suthikulpanit1-29/+78
2016-04-07iommu/amd: Modify ivhd_header structure to support type 11h and 40hSuravee Suthikulpanit1-2/+33
2016-04-07iommu/amd: Adding Extended Feature Register check for PC supportSuravee Suthikulpanit1-8/+24
2016-04-05iommu/omap: Align code with open parenthesisSuman Anna1-1/+1
2016-04-05iommu/omap: Use WARN_ON for page table alignment checkSuman Anna1-1/+4
2016-04-05iommu/omap: Replace BUG() in iopgtable_store_entry_core()Suman Anna1-1/+3