| Commit message (Expand) | Author | Age | Files | Lines |
*-. | Merge branches 'arm/allwinner', 'arm/mediatek', 'arm/renesas', 'arm/tegra', '... | Joerg Roedel | 2020-10-07 | 1 | -1/+11 |
|\ \ |
|
| | * | iommu/arm-smmu-v3: Share process page tables | Jean-Philippe Brucker | 2020-09-28 | 1 | -0/+10 |
| |/
|/| |
|
| * | iommu/renesas: Update help description for IPMMU_VMSA config | Lad Prabhakar | 2020-09-18 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2020-08-11 | 1 | -142/+4 |
|\ |
|
| *-. | Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex... | Joerg Roedel | 2020-07-29 | 1 | -141/+4 |
| |\ \ |
|
| | | * | iommu/amd: Move Kconfig and Makefile bits down into amd directory | Jerry Snitselaar | 2020-07-29 | 1 | -44/+1 |
| | | * | iommu/vt-d: Move Kconfig and Makefile bits down into intel directory | Jerry Snitselaar | 2020-07-29 | 1 | -85/+1 |
| | | * | iommu/renesas: Expand COMPILE_TEST coverage | Robin Murphy | 2020-07-10 | 1 | -1/+0 |
| | | * | iommu: Tidy up Kconfig for SoC IOMMUs | Robin Murphy | 2020-07-10 | 1 | -12/+3 |
| | |/ |
|
* | / | dma-mapping: make support for dma ops optional | Christoph Hellwig | 2020-07-19 | 1 | -0/+2 |
|/ / |
|
* / | iommu: SUN50I_IOMMU should depend on HAS_DMA | Geert Uytterhoeven | 2020-06-30 | 1 | -0/+1 |
|/ |
|
* | iommu/vt-d: Make Intel SVM code 64-bit only | Lu Baolu | 2020-06-23 | 1 | -1/+1 |
* | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 2020-06-14 | 1 | -9/+9 |
* | iommu: Add Allwinner H6 IOMMU driver | Maxime Ripard | 2020-05-14 | 1 | -0/+9 |
* | iommu: spapr_tce: Disable compile testing to fix build on book3s_32 config | Krzysztof Kozlowski | 2020-04-29 | 1 | -1/+1 |
* | iommu/mediatek: Fix MTK_IOMMU dependencies | Geert Uytterhoeven | 2020-04-29 | 1 | -1/+1 |
*---. | Merge branches 'iommu/fixes', 'arm/qcom', 'arm/omap', 'arm/smmu', 'x86/amd', ... | Joerg Roedel | 2020-03-27 | 1 | -10/+11 |
|\ \ \ |
|
| | | * | iommu/virtio: Build virtio-iommu as module | Jean-Philippe Brucker | 2020-02-28 | 1 | -2/+2 |
| |_|/
|/| | |
|
| | * | iommu/vt-d: Add build dependency on IOASID | Jacob Pan | 2020-03-27 | 1 | -0/+1 |
| |/
|/| |
|
| * | iommu: Enable compile testing for some of drivers | Krzysztof Kozlowski | 2020-03-04 | 1 | -8/+8 |
|/ |
|
*---. | Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in... | Joerg Roedel | 2020-01-24 | 1 | -5/+30 |
|\ \ \ |
|
| | | * | iommu: Fix Kconfig indentation | Krzysztof Kozlowski | 2019-12-23 | 1 | -3/+3 |
| |_|/
|/| | |
|
| | * | iommu/vt-d: Replace Intel specific PASID allocator with IOASID | Jacob Pan | 2020-01-07 | 1 | -0/+1 |
| | * | iommu/vt-d: Add Kconfig option to enable/disable scalable mode | Lu Baolu | 2020-01-07 | 1 | -0/+12 |
| |/
|/| |
|
| * | iommu/arm-smmu: Allow building as a module | Will Deacon | 2019-12-23 | 1 | -1/+13 |
| * | iommu/arm-smmu-v3: Allow building as a module | Will Deacon | 2019-12-23 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-12-03 | 1 | -0/+1 |
|\ |
|
| * | iommu/vt-d: Select PCI_PRI for INTEL_IOMMU_SVM | Bjorn Helgaas | 2019-10-15 | 1 | -0/+1 |
* | | Merge tag 'iommu-updates-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-12-02 | 1 | -0/+5 |
|\ \ |
|
| | \ | |
| | \ | |
| *-. \ | Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm... | Joerg Roedel | 2019-11-12 | 1 | -0/+5 |
| |\ \ \
| | |_|/
| |/| | |
|
| | | * | iommu: Add I/O ASID allocator | Jean-Philippe Brucker | 2019-10-15 | 1 | -0/+4 |
| | |/
| |/| |
|
| | * | iommu/amd: Convert AMD iommu driver to the dma-iommu api | Tom Murphy | 2019-10-15 | 1 | -0/+1 |
| |/ |
|
* / | drivers: iommu: hyperv: Make HYPERV_IOMMU only available on x86 | Boqun Feng | 2019-11-21 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2019-09-16 | 1 | -1/+1 |
|\ |
|
| * | ia64: remove support for machvecs | Christoph Hellwig | 2019-08-16 | 1 | -1/+1 |
* | | iommu/vt-d: Don't switch off swiotlb if bounce page is used | Lu Baolu | 2019-09-11 | 1 | -0/+1 |
|/ |
|
* | iommu: Add virtio-iommu driver | Jean-Philippe Brucker | 2019-06-06 | 1 | -0/+11 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-05-19 | 1 | -0/+1 |
|\ |
|
| * | iommu/dma-iommu: Split iommu_dma_map_msi_msg() in two parts | Julien Grall | 2019-05-03 | 1 | -0/+1 |
* | | iommu/arm-smmu: Break insecure users by disabling bypass by default | Douglas Anderson | 2019-04-05 | 1 | -0/+25 |
|/ |
|
*---. | Merge branches 'iommu/fixes', 'arm/msm', 'arm/tegra', 'arm/mediatek', 'x86/vt... | Joerg Roedel | 2019-03-01 | 1 | -3/+14 |
|\ \ \ |
|
| | | * | iommu/iova: Allow compiling the library without IOMMU support | Sakari Ailus | 2019-01-11 | 1 | -3/+4 |
| |_|/
|/| | |
|
| | * | iommu/hyper-v: Add Hyper-V stub IOMMU driver | Lan Tianyu | 2019-02-28 | 1 | -0/+9 |
| |/
|/| |
|
| * | iommu/tegra: gart: Integrate with Memory Controller driver | Dmitry Osipenko | 2019-01-16 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'iommu-updates-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-10-26 | 1 | -0/+13 |
|\ |
|
| * | iommu/vt-d: Enable base Intel IOMMU debugfs support | Sohil Mehta | 2018-09-25 | 1 | -0/+13 |
* | | s390: vfio-ap: base implementation of VFIO AP device driver | Tony Krowiak | 2018-09-26 | 1 | -0/+8 |
|/ |
|
*---. | Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/oma... | Joerg Roedel | 2018-08-08 | 1 | -3/+35 |
|\ \ \ |
|
| | | * | iommu: Add config option to set passthrough as default | Olof Johansson | 2018-07-27 | 1 | -0/+11 |