summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-126-7/+7
|\
| * treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+1
| * treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-122-2/+2
| * treewide: kzalloc() -> kcalloc()Kees Cook2018-06-123-4/+4
* | Revert "iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,fr...Linus Torvalds2018-06-112-22/+47
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-104-9/+2
|\
| * irq_remapping: Use apic_ack_irq()Thomas Gleixner2018-06-064-9/+2
* | Merge tag 'iommu-updates-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-0811-115/+122
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *---------. \ Merge branches 'arm/io-pgtable', 'arm/qcom', 'arm/tegra', 'x86/vt-d', 'x86/am...Joerg Roedel2018-05-2911-115/+122
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | | | | | | * iommu: Clean up the comments for iommu_group_allocLu Baolu2018-05-151-1/+0
| | | | | | | * iommu: Remove extra NULL check when call strtobool()Andy Shevchenko2018-05-151-2/+4
| | | | | | | * iommu: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-05-031-3/+2
| | | | | | * | iommu/amd: Prevent possible null pointer dereference and infinite loopAnna-Maria Gleixner2018-05-151-12/+10
| | | | | | * | iommu/amd: Fix grammar of commentsAnna-Maria Gleixner2018-05-151-4/+4
| | | | | | * | iommu/amd: Update logging information for new event typeGary R Hook2018-05-032-1/+10
| | | | | | * | iommu/amd: Update the PASID information printed to the system logGary R Hook2018-05-031-18/+13
| | | | | | |/
| | | | | * | iommu/vt-d: Remove unnecessary parenthesesLu Baolu2018-05-151-1/+1
| | | | | * | iommu/vt-d: Clean up pasid quirk for pre-production devicesLu Baolu2018-05-151-30/+2
| | | | | * | iommu/vt-d: Clean up unused variable in find_or_alloc_domainLu Baolu2018-05-151-3/+1
| | | | | * | iommu/vt-d: Fix iotlb psi missing for mappingsPeter Xu2018-05-151-9/+34
| | | | | * | iommu/vt-d: Introduce __mapping_notify_one()Peter Xu2018-05-151-12/+14
| | | | | * | iommu/vt-d: Ratelimit each dmar fault printingDmitry Safonov2018-05-031-5/+3
| | | | | |/
| | | | * | iommu/tegra: gart: Fix gart_iommu_unmap()Dmitry Osipenko2018-05-031-1/+1
| | | | * | iommu/tegra: gart: Add debugging facilityDmitry Osipenko2018-05-031-0/+13
| | | | |/
| | | * | iommu/qcom: Simplify getting .drvdataWolfram Sang2018-05-031-4/+2
| | | |/
| | * | iommu/io-pgtable-arm: Make allocations NUMA-awareRobin Murphy2018-05-291-4/+9
| | * | iommu/io-pgtable-arm: Use for_each_set_bit to simplify codeYueHaibing2018-05-032-8/+2
| | |/
* | | Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-072-4/+10
|\ \ \
| * | | PCI: Add "pci=noats" boot parameterGil Kupfer2018-05-102-4/+10
| | |/ | |/|
* | | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-041-0/+1
|\ \ \ | |_|/ |/| |
| * | dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/KconfigChristoph Hellwig2018-05-091-0/+1
| |/
* | iommu: rockchip: fix building without CONFIG_OFArnd Bergmann2018-05-031-1/+1
* | iommu/vt-d: Use WARN_ON_ONCE instead of BUG_ON in qi_flush_dev_iotlb()Joerg Roedel2018-05-031-1/+1
* | iommu/vt-d: fix shift-out-of-bounds in bug checkingChangbin Du2018-05-031-1/+1
* | iommu/dma: Move PCI window region reservation back into dma specific path.Shameer Kolothum2018-05-031-29/+25
* | iommu/rockchip: Make clock handling optionalHeiko Stuebner2018-05-031-1/+8
* | iommu/amd: Hide unused iommu_table_lockArnd Bergmann2018-05-031-1/+1
* | iommu/vt-d: Fix usage of force parameter in intel_ir_reconfigure_irte()Jagannathan Raman2018-05-031-1/+1
|/
* Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-1118-834/+868
|\
| *-------------. Merge branches 'x86/amd', 'x86/vt-d', 'arm/rockchip', 'arm/omap', 'arm/mediat...Joerg Roedel2018-03-2916-699/+679
| |\ \ \ \ \ \ \ \
| | | | | | | | | * iommu/dma: Add HW MSI(GICv3 ITS) address regions reservationShameer Kolothum2018-02-141-1/+7
| | | | | | | | | * iommu/io-pgtable: Use size_t return type for all foo_unmapVivek Gautam2018-02-133-24/+25
| | | | | | | | | * iommu: Do not return error code for APIs with size_t return typeSuravee Suthikulpanit2018-02-132-4/+4
| | | | | | | | * | iommu/io-pgtable-arm: Avoid warning with 32-bit phys_addr_tRobin Murphy2018-03-291-1/+1
| | | | | | | | * | iommu/arm-smmu-v3: Support 52-bit virtual addressRobin Murphy2018-03-271-1/+9
| | | | | | | | * | iommu/arm-smmu-v3: Support 52-bit physical addressRobin Murphy2018-03-271-15/+20
| | | | | | | | * | iommu/io-pgtable-arm: Support 52-bit physical addressRobin Murphy2018-03-271-18/+49
| | | | | | | | * | iommu/arm-smmu-v3: Clean up queue definitionsRobin Murphy2018-03-271-73/+55
| | | | | | | | * | iommu/arm-smmu-v3: Clean up table definitionsRobin Murphy2018-03-271-90/+59
| | | | | | | | * | iommu/arm-smmu-v3: Clean up register definitionsRobin Murphy2018-03-271-97/+77
OpenPOWER on IntegriCloud