aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-02-29iommu/vt-d: Use BUS_NOTIFY_REMOVED_DEVICE in hotplug pathJoerg Roedel
2016-02-29iommu/amd: Detach device from domain before removalJoerg Roedel
2016-02-25iommu/amd: Apply workaround for ATS write permission checkJay Cornwall
2016-02-25iommu/amd: Fix boot warning when device 00:00.0 is not iommu coveredSuravee Suthikulpanit
2016-02-18mm/core: Do not enforce PKEY permissions on remote mm accessDave Hansen
2016-02-16Merge tag 'for-linus-20160216' of git://git.infradead.org/intel-iommuLinus Torvalds
2016-02-15iommu/vt-d: Clear PPR bit to ensure we get more page request interruptsDavid Woodhouse
2016-01-29iommu/amd: Correct the wrong setting of alias DTE in do_attachBaoquan He
2016-01-29iommu/vt-d: Don't skip PCI devices when disabling IOTLBJeremy McNicoll
2016-01-29iommu/io-pgtable-arm: Fix io-pgtable-arm build failureLada Trimasova
2016-01-19Merge tag 'iommu-updates-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-01-19Merge branches 's390', 'arm/renesas', 'arm/msm', 'arm/shmobile', 'arm/smmu', ...Joerg Roedel
2016-01-13iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REGCQ Tang
2016-01-13iommu/vt-d: Fix mm refcounting to hold mm_count not mm_usersDavid Woodhouse
2016-01-11Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-01-07iommu/vt-d: Fix up error handling in alloc_iommuJoerg Roedel
2016-01-07iommu/vt-d: Check the return value of iommu_device_create()Nicholas Krause
2016-01-07iommu/dma: Use correct offset in map_sgRobin Murphy
2016-01-07iommu/amd: Remove an unneeded conditionDan Carpenter
2015-12-28iommu/amd: Preallocate dma_ops apertures based on dma_maskJoerg Roedel
2015-12-28iommu/amd: Use trylock to aquire bitmap_lockJoerg Roedel
2015-12-28iommu/amd: Make dma_ops_domain->next_index percpuJoerg Roedel
2015-12-28iommu/amd: Relax locking in dma_ops pathJoerg Roedel
2015-12-28iommu/amd: Initialize new aperture range before making it visibleJoerg Roedel
2015-12-28iommu/amd: Build io page-tables with cmpxchg64Joerg Roedel
2015-12-28iommu/amd: Allocate new aperture ranges in dma_ops_alloc_addressesJoerg Roedel
2015-12-28iommu/amd: Optimize dma_ops_free_addressesJoerg Roedel
2015-12-28iommu/amd: Remove need_flush from struct dma_ops_domainJoerg Roedel
2015-12-28iommu/amd: Iterate over all aperture ranges in dma_ops_area_allocJoerg Roedel
2015-12-28iommu/amd: Flush iommu tlb in dma_ops_free_addressesJoerg Roedel
2015-12-28iommu/amd: Rename dma_ops_domain->next_address to next_indexJoerg Roedel
2015-12-28iommu/amd: Remove 'start' parameter from dma_ops_area_allocJoerg Roedel
2015-12-28iommu/amd: Flush iommu tlb in dma_ops_aperture_alloc()Joerg Roedel
2015-12-28iommu/amd: Retry address allocation within one apertureJoerg Roedel
2015-12-28iommu/amd: Move aperture_range.offset to another cache-lineJoerg Roedel
2015-12-28iommu/amd: Add dma_ops_aperture_alloc() functionJoerg Roedel
2015-12-28iommu/amd: Pass correct shift to iommu_area_alloc()Joerg Roedel
2015-12-28iommu/amd: Flush the IOMMU TLB before the addresses are freedJoerg Roedel
2015-12-28iommu/amd: Flush IOMMU TLB on __map_single error pathJoerg Roedel
2015-12-28iommu/amd: Introduce bitmap_lock in struct aperture_rangeJoerg Roedel
2015-12-28iommu/amd: Move 'struct dma_ops_domain' definition to amd_iommu.cJoerg Roedel
2015-12-28iommu/amd: Warn only once on unexpected pte valueJoerg Roedel
2015-12-28iommu/ipmmu-vmsa: Don't truncate ttbr if LPAE is not enabledGeert Uytterhoeven
2015-12-28iommu/dma: Avoid unlikely high-order allocationsRobin Murphy
2015-12-28iommu/dma: Add some missing #includesRobin Murphy
2015-12-22Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel
2015-12-19x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov
2015-12-18Merge tag 'iommu-fixes-v4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-12-17iommu/io-pgtable-arm: Ensure we free the final level on teardownWill Deacon