Age | Commit message (Expand) | Author | Files | Lines |
2020-01-07 | iommu/dma: fix variable 'cookie' set but not used | Qian Cai | 1 | -3/+0 |
2020-01-07 | iommu/vt-d: Unlink device if failed to add to group | Jon Derrick | 1 | -3/+10 |
2020-01-07 | iommu: Remove device link to group on failure | Jon Derrick | 1 | -0/+1 |
2020-01-07 | iommu/vt-d: Fix adding non-PCI devices to Intel IOMMU | Patrick Steinhardt | 1 | -1/+8 |
2019-12-20 | Merge tag 'iommu-fixes-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 5 | -30/+17 |
2019-12-18 | iommu/dma: Relax locking in iommu_dma_prepare_msi() | Robin Murphy | 1 | -9/+8 |
2019-12-18 | iommu/vt-d: Remove incorrect PSI capability check | Lu Baolu | 1 | -5/+1 |
2019-12-17 | iommu/vt-d: Allocate reserved region for ISA with correct permission | Jerry Snitselaar | 1 | -1/+1 |
2019-12-17 | iommu: set group default domain before creating direct mappings | Jerry Snitselaar | 1 | -2/+2 |
2019-12-17 | iommu/vt-d: Fix dmar pte read access not set error | Lu Baolu | 1 | -8/+0 |
2019-12-17 | iommu/vt-d: Set ISA bridge reserved region as relaxable | Alex Williamson | 1 | -1/+1 |
2019-12-17 | iommu/dma: Rationalise types for DMA masks | Robin Murphy | 1 | -3/+3 |
2019-12-17 | iommu/iova: Init the struct iova to fix the possible memleak | Xiaotao Yin | 1 | -1/+1 |
2019-12-16 | iommu: fix KASAN use-after-free in iommu_insert_resv_region | Eric Auger | 1 | -2/+2 |
2019-12-03 | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -0/+3 |
2019-12-02 | Merge tag 'iommu-updates-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 29 | -1162/+1189 |
2019-11-30 | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
2019-11-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Linus Torvalds | 1 | -7/+6 |
2019-11-28 | Merge branch 'pci/virtualization' | Bjorn Helgaas | 1 | -0/+1 |
2019-11-28 | Merge branch 'pci/misc' | Bjorn Helgaas | 1 | -0/+2 |
2019-11-26 | Merge branches 'acpi-utils', 'acpi-platform', 'acpi-video' and 'acpi-doc' | Rafael J. Wysocki | 1 | -25/+5 |
2019-11-21 | drivers: iommu: hyperv: Make HYPERV_IOMMU only available on x86 | Boqun Feng | 1 | -1/+1 |
2019-11-21 | dma-mapping: treat dev->bus_dma_mask as a DMA limit | Nicolas Saenz Julienne | 1 | -2/+1 |
2019-11-21 | PCI: Remove unused includes and superfluous struct declaration | Krzysztof Wilczynski | 1 | -0/+2 |
2019-11-20 | dma-mapping: drop the dev argument to arch_sync_dma_for_* | Christoph Hellwig | 1 | -5/+5 |
2019-11-12 | Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm... | Joerg Roedel | 29 | -1162/+1189 |
2019-11-12 | iommu/rockchip: Don't provoke WARN for harmless IRQs | Robin Murphy | 1 | -1/+1 |
2019-11-11 | iommu/vt-d: Turn off translations at shutdown | Deepa Dinamani | 2 | -1/+24 |
2019-11-11 | iommu/vt-d: Check VT-d RMRR region in BIOS is reported as reserved | Yian Chen | 1 | -1/+7 |
2019-11-11 | iommu/arm-smmu: Remove duplicate error message | Jean-Philippe Brucker | 1 | -3/+1 |
2019-11-11 | iommu/arm-smmu-v3: Don't display an error when IRQ lines are missing | Jean-Philippe Brucker | 1 | -4/+4 |
2019-11-11 | iommu/ipmmu-vmsa: Add utlb_offset_base | Yoshihiro Shimoda | 1 | -1/+4 |
2019-11-11 | iommu/ipmmu-vmsa: Add helper functions for "uTLB" registers | Yoshihiro Shimoda | 1 | -5/+21 |
2019-11-11 | iommu/ipmmu-vmsa: Calculate context registers' offset instead of a macro | Yoshihiro Shimoda | 1 | -3/+8 |
2019-11-11 | iommu/ipmmu-vmsa: Add helper functions for MMU "context" registers | Yoshihiro Shimoda | 1 | -9/+23 |
2019-11-11 | iommu/ipmmu-vmsa: tidyup register definitions | Yoshihiro Shimoda | 1 | -28/+30 |
2019-11-11 | iommu/ipmmu-vmsa: Remove all unused register definitions | Yoshihiro Shimoda | 1 | -76/+0 |
2019-11-11 | iommu/mediatek: Reduce the tlb flush timeout value | Yong Wu | 1 | -1/+1 |
2019-11-11 | iommu/mediatek: Get rid of the pgtlock | Yong Wu | 1 | -22/+3 |
2019-11-11 | iommu/mediatek: Move the tlb_sync into tlb_flush | Yong Wu | 2 | -36/+10 |
2019-11-11 | iommu/mediatek: Delete the leaf in the tlb_flush | Yong Wu | 1 | -17/+4 |
2019-11-11 | iommu/mediatek: Use gather to achieve the tlb range flush | Yong Wu | 1 | -4/+8 |
2019-11-11 | iommu/mediatek: Add a new tlb_lock for tlb_flush | Yong Wu | 2 | -1/+23 |
2019-11-11 | iommu/mediatek: Correct the flush_iotlb_all callback | Yong Wu | 1 | -1/+1 |
2019-11-07 | iommu/io-pgtable-arm: Rename IOMMU_QCOM_SYS_CACHE and improve doc | Will Deacon | 1 | -1/+1 |
2019-11-04 | iommu/io-pgtable-arm: Rationalise MAIR handling | Robin Murphy | 5 | -8/+7 |
2019-11-04 | iommu/io-pgtable-arm: Simplify level indexing | Robin Murphy | 1 | -16/+13 |
2019-11-04 | iommu/io-pgtable-arm: Simplify PGD size handling | Robin Murphy | 1 | -16/+17 |
2019-11-04 | iommu/io-pgtable-arm: Simplify start level lookup | Robin Murphy | 1 | -25/+20 |
2019-11-04 | iommu/io-pgtable-arm: Simplify bounds checks | Robin Murphy | 1 | -3/+2 |