Age | Commit message (Expand) | Author | Files | Lines |
2018-07-06 | iommu: Enable debugfs exposure of IOMMU driver internals | Gary R Hook | 4 | -0/+79 |
2018-07-06 | iommu/msm: Don't call iommu_device_{,un}link from atomic context | Niklas Cassel | 1 | -11/+5 |
2018-07-06 | iommu/vt-d: Fix dev iotlb pfsid use | Jacob Pan | 2 | -4/+19 |
2018-07-06 | iommu/vt-d: Add definitions for PFSID | Jacob Pan | 1 | -0/+1 |
2018-07-06 | iommu/amd: make sure TLB to be flushed before IOVA freed | Zhen Lei | 1 | -1/+1 |
2018-07-06 | iommu/amd: Argument page_size could be uninitialized | yzhai003@ucr.edu | 1 | -0/+2 |
2018-07-05 | Revert "iommu/intel-iommu: Enable CONFIG_DMA_DIRECT_OPS=y and clean up intel_... | Christoph Hellwig | 2 | -17/+46 |
2018-06-12 | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 6 | -7/+7 |
2018-06-12 | treewide: Use array_size() in vmalloc() | Kees Cook | 1 | -1/+1 |
2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 2 | -2/+2 |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 3 | -4/+4 |
2018-06-11 | Revert "iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,fr... | Linus Torvalds | 2 | -22/+47 |
2018-06-10 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -9/+2 |
2018-06-08 | Merge tag 'iommu-updates-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 11 | -115/+122 |
2018-06-07 | Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -4/+10 |
2018-06-06 | irq_remapping: Use apic_ack_irq() | Thomas Gleixner | 4 | -9/+2 |
2018-06-04 | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -0/+1 |
2018-05-29 | Merge branches 'arm/io-pgtable', 'arm/qcom', 'arm/tegra', 'x86/vt-d', 'x86/am... | Joerg Roedel | 11 | -115/+122 |
2018-05-29 | iommu/io-pgtable-arm: Make allocations NUMA-aware | Robin Murphy | 1 | -4/+9 |
2018-05-15 | iommu/amd: Prevent possible null pointer dereference and infinite loop | Anna-Maria Gleixner | 1 | -12/+10 |
2018-05-15 | iommu/amd: Fix grammar of comments | Anna-Maria Gleixner | 1 | -4/+4 |
2018-05-15 | iommu: Clean up the comments for iommu_group_alloc | Lu Baolu | 1 | -1/+0 |
2018-05-15 | iommu/vt-d: Remove unnecessary parentheses | Lu Baolu | 1 | -1/+1 |
2018-05-15 | iommu/vt-d: Clean up pasid quirk for pre-production devices | Lu Baolu | 1 | -30/+2 |
2018-05-15 | iommu/vt-d: Clean up unused variable in find_or_alloc_domain | Lu Baolu | 1 | -3/+1 |
2018-05-15 | iommu/vt-d: Fix iotlb psi missing for mappings | Peter Xu | 1 | -9/+34 |
2018-05-15 | iommu/vt-d: Introduce __mapping_notify_one() | Peter Xu | 1 | -12/+14 |
2018-05-15 | iommu: Remove extra NULL check when call strtobool() | Andy Shevchenko | 1 | -2/+4 |
2018-05-10 | PCI: Add "pci=noats" boot parameter | Gil Kupfer | 2 | -4/+10 |
2018-05-09 | dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/Kconfig | Christoph Hellwig | 1 | -0/+1 |
2018-05-03 | iommu: rockchip: fix building without CONFIG_OF | Arnd Bergmann | 1 | -1/+1 |
2018-05-03 | iommu/amd: Update logging information for new event type | Gary R Hook | 2 | -1/+10 |
2018-05-03 | iommu/amd: Update the PASID information printed to the system log | Gary R Hook | 1 | -18/+13 |
2018-05-03 | iommu/vt-d: Use WARN_ON_ONCE instead of BUG_ON in qi_flush_dev_iotlb() | Joerg Roedel | 1 | -1/+1 |
2018-05-03 | iommu/vt-d: fix shift-out-of-bounds in bug checking | Changbin Du | 1 | -1/+1 |
2018-05-03 | iommu/dma: Move PCI window region reservation back into dma specific path. | Shameer Kolothum | 1 | -29/+25 |
2018-05-03 | iommu/rockchip: Make clock handling optional | Heiko Stuebner | 1 | -1/+8 |
2018-05-03 | iommu/amd: Hide unused iommu_table_lock | Arnd Bergmann | 1 | -1/+1 |
2018-05-03 | iommu/vt-d: Fix usage of force parameter in intel_ir_reconfigure_irte() | Jagannathan Raman | 1 | -1/+1 |
2018-05-03 | iommu/tegra: gart: Fix gart_iommu_unmap() | Dmitry Osipenko | 1 | -1/+1 |
2018-05-03 | iommu/tegra: gart: Add debugging facility | Dmitry Osipenko | 1 | -0/+13 |
2018-05-03 | iommu/io-pgtable-arm: Use for_each_set_bit to simplify code | YueHaibing | 2 | -8/+2 |
2018-05-03 | iommu/qcom: Simplify getting .drvdata | Wolfram Sang | 1 | -4/+2 |
2018-05-03 | iommu: Remove depends on HAS_DMA in case of platform dependency | Geert Uytterhoeven | 1 | -3/+2 |
2018-05-03 | iommu/vt-d: Ratelimit each dmar fault printing | Dmitry Safonov | 1 | -5/+3 |
2018-04-11 | Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 18 | -834/+868 |
2018-04-05 | headers: untangle kmemleak.h from mm.h | Randy Dunlap | 2 | -1/+1 |
2018-04-02 | Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -97/+45 |
2018-04-02 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+2 |
2018-03-29 | Merge branches 'x86/amd', 'x86/vt-d', 'arm/rockchip', 'arm/omap', 'arm/mediat... | Joerg Roedel | 16 | -699/+679 |