aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu
AgeCommit message (Expand)Author
2018-08-14Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2018-07-27iommu/amd: Limit the IOVA page range to the specified addressesGary R Hook
2018-07-27iommu/mediatek: Fix driver nameMatthias Brugger
2018-07-05Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2018-07-04iommu/vt-d: Fix scatterlist offset handlingRobin Murphy
2018-01-25Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2018-01-25iommu/arm-smmu-v3: Cope with duplicated Stream IDsRobin Murphy
2018-01-25iommu/arm-smmu-v3: Don't free page table ops twiceJean-Philippe Brucker
2017-11-29Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2017-11-27iommu/amd: Finish TLB flush in amd_iommu_unmap()Joerg Roedel
2017-10-24iommu/amd: Use WARN_ON_NORT in __attach_device()Thomas Gleixner
2017-10-24iommu/amd: Use raw_cpu_ptr() instead of get_cpu_ptr() for ->flush_queueSebastian Andrzej Siewior
2017-10-24iommu/vt-d: don't disable preemption while accessing deferred_flush()Sebastian Andrzej Siewior
2017-10-24iommu/iova: don't disable preempt around this_cpu_ptr()Sebastian Andrzej Siewior
2017-10-24iommu/vt-d: Adjust system_state checksThomas Gleixner
2017-08-30iommu: Fix wrong freeing of iommu_device->devJoerg Roedel
2017-08-11iommu/amd: Enable ga_log_intr when enabling guest_modeSuravee Suthikulpanit
2017-07-27iommu/arm-smmu: Plumb in new ACPI identifiersRobin Murphy
2017-06-28iommu/amd: Fix interrupt remapping when disable guest_modeSuravee Suthikulpanit
2017-05-30iommu/of: Ignore all errors except EPROBE_DEFERSricharan R
2017-05-30iommu/of: Fix check for returning EPROBE_DEFERSricharan R
2017-05-17iommu/mediatek: Include linux/dma-mapping.hArnd Bergmann
2017-05-17iommu/vt-d: Flush the IOTLB to get rid of the initial kdump mappingsKarimAllah Ahmed
2017-05-17iommu/dma: Don't touch invalid iova_domain membersRobin Murphy
2017-05-09Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-05-05Merge tag 'drm-forgot-about-tegra-for-v4.12-rc1' of git://people.freedesktop....Linus Torvalds
2017-05-05Merge tag 'drm/tegra/for-4.12-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie
2017-05-04Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm...Joerg Roedel
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2017-04-29iommu: Remove pci.h include from trace/events/iommu.hJoerg Roedel
2017-04-28iommu/vt-d: Don't print the failure message when booting non-kdump kernelQiuxu Zhuo
2017-04-27iommu: Move report_iommu_fault() to iommu.cJoerg Roedel
2017-04-26x86, iommu/vt-d: Add an option to disable Intel IOMMU force onShaohua Li
2017-04-26iommu/arm-smmu: Return IOVA in iova_to_phys when SMMU is bypassedSunil Goutham
2017-04-25iommu/arm-smmu: Correct sid to maskPeng Fan
2017-04-24iommu/amd: Fix incorrect error handling in amd_iommu_bind_pasid()Pan Bian
2017-04-20iommu: Make iommu_bus_notifier return NOTIFY_DONE rather than error codezhichang.yuan
2017-04-20iommu/omap: Add iommu-group supportJoerg Roedel
2017-04-20iommu/omap: Make use of 'struct iommu_device'Joerg Roedel
2017-04-20iommu/omap: Store iommu_dev pointer in arch_dataJoerg Roedel
2017-04-20iommu/omap: Move data structures to omap-iommu.hJoerg Roedel
2017-04-20iommu/omap: Drop legacy-style device supportSuman Anna
2017-04-20iommu/omap: Register driver before setting IOMMU opsSuman Anna
2017-04-20iommu/arm-smmu: Clean up early-probing workaroundsRobin Murphy
2017-04-20iommu: of: Handle IOMMU lookup failure with deferred probing or errorLaurent Pinchart
2017-04-20iommu/of: Prepare for deferred IOMMU configurationRobin Murphy
2017-04-20iommu/of: Refactor of_iommu_configure() for error handlingRobin Murphy
2017-04-07iommu/iova: Fix underflow bug in __alloc_and_insert_iova_rangeNate Watterson
2017-04-06iommu/io-pgtable-arm: Avoid shift overflow in block sizeRobin Murphy
2017-04-06iommu: Allow default domain type to be set on the kernel command lineWill Deacon