Age | Commit message (Expand) | Author | Files | Lines |
2018-10-10 | Merge branches 'arm/renesas', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' a... | Joerg Roedel | 1 | -0/+2 |
2018-10-08 | iommu/amd: Add default branch in amd_iommu_capable() | Lu Baolu | 1 | -0/+2 |
2018-10-05 | iommu/amd: Clear memory encryption mask from physical address | Singh, Brijesh | 1 | -1/+1 |
2018-09-26 | iommu/amd: Return devid as alias for ACPI HID devices | Arindam Nath | 1 | -0/+6 |
2018-08-24 | Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -19/+19 |
2018-08-17 | kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contigu... | Marek Szyprowski | 1 | -1/+1 |
2018-08-08 | Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/oma... | Joerg Roedel | 1 | -19/+19 |
2018-08-08 | iommu: Remove the ->map_sg indirection | Christoph Hellwig | 1 | -1/+0 |
2018-07-20 | iommu/amd: Remove redundant WARN_ON() | Anna-Maria Gleixner | 1 | -12/+0 |
2018-07-06 | iommu/amd: Add support for IOMMU XT mode | Suravee Suthikulpanit | 1 | -5/+16 |
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-06-11 | Revert "iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,fr... | Linus Torvalds | 1 | -21/+47 |
2018-06-10 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2018-06-08 | Merge tag 'iommu-updates-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -34/+35 |
2018-06-07 | Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -3/+8 |
2018-06-06 | irq_remapping: Use apic_ack_irq() | Thomas Gleixner | 1 | -1/+1 |
2018-05-29 | Merge branches 'arm/io-pgtable', 'arm/qcom', 'arm/tegra', 'x86/vt-d', 'x86/am... | Joerg Roedel | 1 | -34/+35 |
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-10 | PCI: Add "pci=noats" boot parameter | Gil Kupfer | 1 | -3/+8 |
2018-05-03 | iommu/amd: Update logging information for new event type | Gary R Hook | 1 | -1/+9 |
2018-05-03 | iommu/amd: Update the PASID information printed to the system log | Gary R Hook | 1 | -18/+13 |
2018-05-03 | iommu/amd: Hide unused iommu_table_lock | Arnd Bergmann | 1 | -1/+1 |
2018-04-11 | Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -133/+187 |
2018-03-29 | Merge branches 'x86/amd', 'x86/vt-d', 'arm/rockchip', 'arm/omap', 'arm/mediat... | Joerg Roedel | 1 | -1/+1 |
2018-03-29 | iommu/amd: Return proper error code in irq_remapping_alloc() | Sebastian Andrzej Siewior | 1 | -2/+2 |
2018-03-29 | iommu/amd: Make amd_iommu_devtable_lock a spin_lock | Sebastian Andrzej Siewior | 1 | -7/+7 |
2018-03-29 | iommu/amd: Drop the lock while allocating new irq remap table | Sebastian Andrzej Siewior | 1 | -18/+45 |
2018-03-29 | iommu/amd: Factor out setting the remap table for a devid | Sebastian Andrzej Siewior | 1 | -11/+12 |
2018-03-29 | iommu/amd: Use `table' instead `irt' as variable name in amd_iommu_update_ga() | Sebastian Andrzej Siewior | 1 | -5/+5 |
2018-03-29 | iommu/amd: Remove the special case from alloc_irq_table() | Sebastian Andrzej Siewior | 1 | -14/+20 |
2018-03-29 | iommu/amd: Split irq_lookup_table out of the amd_iommu_devtable_lock | Sebastian Andrzej Siewior | 1 | -2/+3 |
2018-03-29 | iommu/amd: Split domain id out of amd_iommu_devtable_lock | Sebastian Andrzej Siewior | 1 | -7/+5 |
2018-03-29 | iommu/amd: Turn dev_data_list into a lock less list | Sebastian Andrzej Siewior | 1 | -18/+10 |
2018-03-29 | iommu/amd: Take into account that alloc_dev_data() may return NULL | Sebastian Andrzej Siewior | 1 | -0/+2 |
2018-03-20 | iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,free}() | Christoph Hellwig | 1 | -47/+21 |
2018-03-20 | x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y) | Christoph Hellwig | 1 | -3/+4 |
2018-03-15 | iommu/amd: Use dev_err to send events to the system log | Gary R Hook | 1 | -27/+28 |
2018-03-15 | iommu/amd: Add support for fast IOTLB flushing | Suravee Suthikulpanit | 1 | -3/+16 |
2018-02-15 | iommu/amd: Avoid locking get_irq_table() from atomic context | Scott Wood | 1 | -7/+22 |
2018-02-13 | iommu: Do not return error code for APIs with size_t return type | Suravee Suthikulpanit | 1 | -1/+1 |
2018-02-13 | iommu/amd: Don't use dev_data in irte_ga_set_affinity() | Scott Wood | 1 | -3/+1 |
2018-02-13 | iommu/amd: Use raw locks on atomic context paths | Scott Wood | 1 | -15/+15 |
2018-02-08 | Merge tag 'iommu-updates-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -6/+18 |
2018-02-06 | Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+2 |
2018-01-17 | Merge branches 'arm/renesas', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d'... | Joerg Roedel | 1 | -7/+19 |
2018-01-11 | iommu/amd: Deprecate pci_get_bus_and_slot() | Sinan Kaya | 1 | -1/+2 |
2017-12-29 | genirq/irqdomain: Rename early argument of irq_domain_activate_irq() | Thomas Gleixner | 1 | -1/+1 |
2017-12-20 | iommu/amd: Set the device table entry PPR bit for IOMMU V2 devices | Gary R Hook | 1 | -5/+15 |