| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-06-10 | iommu/amd: Move AMD IOMMU driver into subdirectory | Joerg Roedel | 1 | -4041/+0 |
| 2020-06-02 | Merge branches 'arm/msm', 'arm/allwinner', 'arm/smmu', 'x86/vt-d', 'hyper-v',... | Joerg Roedel | 1 | -237/+132 |
| 2020-05-29 | iommu/amd: Remove redundant devid checks | Joerg Roedel | 1 | -11/+2 |
| 2020-05-29 | iommu/amd: Store dev_data as device iommu private data | Joerg Roedel | 1 | -22/+22 |
| 2020-05-29 | iommu/amd: Merge private header files | Joerg Roedel | 1 | -3/+1 |
| 2020-05-29 | iommu/amd: Remove PD_DMA_OPS_MASK | Joerg Roedel | 1 | -17/+7 |
| 2020-05-29 | iommu/amd: Consolidate domain allocation/freeing | Joerg Roedel | 1 | -89/+27 |
| 2020-05-29 | iommu/amd: Free page-table in protection_domain_free() | Joerg Roedel | 1 | -5/+6 |
| 2020-05-29 | iommu/amd: Allocate page-table in protection_domain_init() | Joerg Roedel | 1 | -26/+22 |
| 2020-05-29 | iommu/amd: Let free_pagetable() not rely on domain->pt_root | Joerg Roedel | 1 | -20/+16 |
| 2020-05-29 | iommu/amd: Unexport get_dev_data() | Joerg Roedel | 1 | -4/+5 |
| 2020-05-29 | Merge tag 'v5.7-rc7' into x86/amd | Joerg Roedel | 1 | -45/+156 |
| 2020-05-27 | iommu/amd: Use pci_ats_supported() | Jean-Philippe Brucker | 1 | -8/+4 |
| 2020-05-13 | iommu/amd: Fix get_acpihid_device_id() | Raul E Rangel | 1 | -1/+2 |
| 2020-05-13 | iommu/amd: Fix variable "iommu" set but not used | Qian Cai | 1 | -3/+0 |
| 2020-05-05 | iommu/amd: Do not flush Device Table in iommu_map_page() | Joerg Roedel | 1 | -11/+16 |
| 2020-05-05 | iommu/amd: Update Device Table in increase_address_space() | Joerg Roedel | 1 | -13/+36 |
| 2020-05-05 | iommu/amd: Call domain_flush_complete() in update_domain() | Joerg Roedel | 1 | -0/+1 |
| 2020-05-05 | iommu/amd: Do not loop forever when trying to increase address space | Joerg Roedel | 1 | -1/+12 |
| 2020-05-05 | iommu/amd: Fix race in increase_address_space()/fetch_pte() | Joerg Roedel | 1 | -35/+105 |
| 2020-05-05 | iommu/amd: Convert to probe/release_device() call-backs | Joerg Roedel | 1 | -49/+22 |
| 2020-05-05 | iommu/amd: Remove dev_data->passthrough | Joerg Roedel | 1 | -5/+5 |
| 2020-05-05 | iommu/amd: Return -ENODEV in add_device when device is not handled by IOMMU | Joerg Roedel | 1 | -1/+4 |
| 2020-05-05 | iommu/amd: Remove dma_mask check from check_device() | Joerg Roedel | 1 | -1/+1 |
| 2020-05-05 | iommu/amd: Implement iommu_ops->def_domain_type call-back | Joerg Roedel | 1 | -0/+15 |
| 2020-03-14 | iommu/amd: Fix IOMMU AVIC not properly update the is_run bit in IRTE | Suravee Suthikulpanit | 1 | -2/+2 |
| 2020-02-05 | Merge tag 'iommu-updates-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -11/+1 |
| 2020-01-24 | Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in... | Joerg Roedel | 1 | -11/+1 |
| 2020-01-24 | iommu/amd: Remove the unnecessary assignment | Adrian Huang | 1 | -1/+0 |
| 2019-12-23 | iommu: amd: Use generic_iommu_put_resv_regions() | Thierry Reding | 1 | -10/+1 |
| 2019-12-18 | PCI: Add nr_devfns parameter to pci_add_dma_alias() | James Sewart | 1 | -5/+2 |
| 2019-12-02 | Merge tag 'iommu-updates-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -723/+170 |
| 2019-11-26 | Merge branches 'acpi-utils', 'acpi-platform', 'acpi-video' and 'acpi-doc' | Rafael J. Wysocki | 1 | -25/+5 |
| 2019-11-12 | Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm... | Joerg Roedel | 1 | -723/+170 |
| 2019-10-30 | iommu/amd: Support multiple PCI DMA aliases in IRQ Remapping | Logan Gunthorpe | 1 | -7/+30 |
| 2019-10-30 | iommu/amd: Support multiple PCI DMA aliases in device table | Logan Gunthorpe | 1 | -72/+61 |
| 2019-10-30 | iommu/amd: Do not re-fetch iommu->cmd_buf_tail | Denys Vlasenko | 1 | -6/+7 |
| 2019-10-18 | iommu/amd: Check PM_LEVEL_SIZE() condition in locked section | Joerg Roedel | 1 | -3/+4 |
| 2019-10-18 | iommu/amd: Pass gfp flags to iommu_map_page() in amd_iommu_map() | Joerg Roedel | 1 | -1/+1 |
| 2019-10-15 | iommu/amd: Simpify decoding logic for INVALID_PPR_REQUEST event | Suthikulpanit, Suravee | 1 | -2/+1 |
| 2019-10-15 | iommu/amd: Fix incorrect PASID decoding from event log | Suthikulpanit, Suravee | 1 | -2/+3 |
| 2019-10-15 | iommu/amd: Switch to use acpi_dev_hid_uid_match() | Andy Shevchenko | 1 | -25/+5 |
| 2019-10-15 | iommu/amd: Convert AMD iommu driver to the dma-iommu api | Tom Murphy | 1 | -625/+67 |
| 2019-10-15 | iommu: Add gfp parameter to iommu_ops::map | Tom Murphy | 1 | -1/+2 |
| 2019-10-15 | iommu/amd: Remove unnecessary locking from AMD iommu driver | Tom Murphy | 1 | -9/+1 |
| 2019-09-29 | Merge tag 'iommu-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -93/+136 |
| 2019-09-28 | iommu/amd: Lock code paths traversing protection_domain->dev_list | Joerg Roedel | 1 | -1/+24 |
| 2019-09-28 | iommu/amd: Lock dev_data in attach/detach code paths | Joerg Roedel | 1 | -0/+9 |
| 2019-09-28 | iommu/amd: Check for busy devices earlier in attach_device() | Joerg Roedel | 1 | -18/+7 |
| 2019-09-28 | iommu/amd: Take domain->lock for complete attach/detach path | Joerg Roedel | 1 | -39/+26 |
| 2019-09-28 | iommu/amd: Remove amd_iommu_devtable_lock | Joerg Roedel | 1 | -17/+6 |
| 2019-09-28 | iommu/amd: Remove domain->updated | Joerg Roedel | 1 | -24/+25 |
| 2019-09-24 | iommu/amd: Wait for completion of IOTLB flush in attach_device | Filippo Sironi | 1 | -0/+2 |
| 2019-09-24 | iommu/amd: Unmap all L7 PTEs when downgrading page-sizes | Andrei Dulea | 1 | -3/+27 |
| 2019-09-24 | iommu/amd: Introduce first_pte_l7() helper | Andrei Dulea | 1 | -11/+29 |
| 2019-09-24 | iommu/amd: Fix downgrading default page-sizes in alloc_pte() | Andrei Dulea | 1 | -1/+2 |
| 2019-09-24 | iommu/amd: Fix pages leak in free_pagetable() | Andrei Dulea | 1 | -1/+1 |
| 2019-09-19 | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -0/+2 |
| 2019-09-11 | Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qco... | Joerg Roedel | 1 | -33/+73 |
| 2019-09-06 | iommu/amd: Fix race in increase_address_space() | Joerg Roedel | 1 | -5/+11 |
| 2019-09-06 | iommu/amd: Flush old domains in kdump kernel | Stuart Hayes | 1 | -0/+24 |
| 2019-09-04 | dma-mapping: explicitly wire up ->mmap and ->get_sgtable | Christoph Hellwig | 1 | -0/+2 |
| 2019-08-30 | iommu/amd: Silence warnings under memory pressure | Qian Cai | 1 | -1/+3 |
| 2019-08-23 | iommu/amd: Request passthrough mode from IOMMU core | Joerg Roedel | 1 | -3/+3 |
| 2019-08-09 | iommu/amd: Re-factor guest virtual APIC (de-)activation code | Suthikulpanit, Suravee | 1 | -24/+61 |
| 2019-07-29 | iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync() | Will Deacon | 1 | -2/+9 |
| 2019-07-24 | iommu: Remove empty iommu_tlb_range_add() callback from iommu_ops | Will Deacon | 1 | -6/+0 |
| 2019-07-21 | iommu/amd: fix a crash in iova_magazine_free_pfns | Qian Cai | 1 | -1/+1 |
| 2019-07-04 | Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op... | Joerg Roedel | 1 | -20/+20 |
| 2019-07-01 | iommu/amd: Flush not present cache in iommu_map_page | Tom Murphy | 1 | -4/+16 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 | Thomas Gleixner | 1 | -13/+1 |
| 2019-05-28 | iommu/amd: Add missed 'tag' to error msg in iommu_print_event | YueHaibing | 1 | -2/+2 |
| 2019-05-27 | iommu/amd: Remove redundant assignment to variable npages | Colin Ian King | 1 | -1/+1 |
| 2019-05-14 | Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
| 2019-05-07 | Revert "iommu/amd: Flush not present cache in iommu_map_page" | Joerg Roedel | 1 | -15/+4 |
| 2019-05-06 | Revert "iommu/amd: Remove the leftover of bypass support" | Joerg Roedel | 1 | -17/+63 |
| 2019-05-03 | iommu/amd: Flush not present cache in iommu_map_page | Tom Murphy | 1 | -4/+15 |
| 2019-04-29 | iommu/amd: Use pci_dev_id() helper | Heiner Kallweit | 1 | -1/+1 |
| 2019-04-26 | iommu/amd: Remove amd_iommu_pd_list | Joerg Roedel | 1 | -33/+0 |
| 2019-04-11 | iommu/amd: Remove the leftover of bypass support | Christoph Hellwig | 1 | -63/+17 |
| 2019-04-11 | iommu/amd: Use pci_prg_resp_pasid_required() | Jean-Philippe Brucker | 1 | -18/+1 |
| 2019-03-29 | iommu/amd: Reserve exclusion range in iova-domain | Joerg Roedel | 1 | -3/+6 |
| 2019-03-18 | iommu/amd: fix sg->dma_address for sg->offset bigger than PAGE_SIZE | Stanislaw Gruszka | 1 | -1/+6 |
| 2019-03-15 | iommu/amd: Fix NULL dereference bug in match_hid_uid | Aaron Ma | 1 | -2/+6 |
| 2019-03-01 | Merge branches 'iommu/fixes', 'arm/msm', 'arm/tegra', 'arm/mediatek', 'x86/vt... | Joerg Roedel | 1 | -15/+13 |
| 2019-02-11 | iommu/amd: Use dev_printk() when possible | Bjorn Helgaas | 1 | -14/+12 |
| 2019-01-30 | iommu/amd: Print reason for iommu_map_page failure in map_sg | Jerry Snitselaar | 1 | -3/+3 |
| 2019-01-24 | iommu/amd: Fix IOMMU page flush when detach device from a domain | Suravee Suthikulpanit | 1 | -4/+11 |
| 2019-01-22 | iommu/amd: Unmap all mapped pages in error path of map_sg | Jerry Snitselaar | 1 | -1/+1 |
| 2019-01-22 | iommu/amd: Call free_iova_fast with pfn in map_sg | Jerry Snitselaar | 1 | -1/+1 |
| 2019-01-01 | Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -102/+173 |
| 2018-12-13 | dma-mapping: bypass indirect calls for dma-direct | Christoph Hellwig | 1 | -12/+1 |
| 2018-12-07 | iommu/amd: Fix amd_iommu=force_isolation | Yu Zhao | 1 | -1/+8 |
| 2018-12-06 | iommu: remove the mapping_error dma_map_ops method | Christoph Hellwig | 1 | -13/+5 |
| 2018-11-28 | iommu/amd: Remove leading 0s in error log messages | Joerg Roedel | 1 | -10/+10 |
| 2018-11-28 | iommu/amd: Fix line-break in error log reporting | Joerg Roedel | 1 | -12/+10 |
| 2018-11-28 | iommu/amd: Use pr_fmt() | Joerg Roedel | 1 | -18/+20 |
| 2018-11-15 | iommu/amd: Allow to upgrade page-size | Joerg Roedel | 1 | -2/+27 |
| 2018-11-15 | iommu/amd: Restart loop if cmpxchg64 succeeded in alloc_pte() | Joerg Roedel | 1 | -6/+5 |
| 2018-11-15 | iommu/amd: Allow downgrading page-sizes in alloc_pte() | Joerg Roedel | 1 | -3/+9 |
| 2018-11-15 | iommu/amd: Ignore page-mode 7 in free_sub_pt() | Joerg Roedel | 1 | -0/+4 |
| 2018-11-15 | iommu/amd: Introduce free_sub_pt() function | Joerg Roedel | 1 | -5/+13 |
| 2018-11-15 | iommu/amd: Collect page-table pages in freelist | Joerg Roedel | 1 | -61/+83 |
| 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 |
| 2017-12-20 | iommu/amd - Record more information about unknown events | Gary R Hook | 1 | -1/+3 |
| 2017-11-14 | Merge tag 'iommu-v4.15-rc1' of git://github.com/awilliam/linux-vfio | Linus Torvalds | 1 | -19/+24 |
| 2017-11-07 | Merge branch 'linus' into x86/apic, to resolve conflicts | Ingo Molnar | 1 | -4/+7 |
| 2017-11-03 | iommu/amd: Limit the IOVA page range to the specified addresses | Gary R Hook | 1 | -1/+1 |
| 2017-11-03 | iommu/amd: remove unused variable flush_addr | Colin Ian King | 1 | -2/+0 |
| 2017-11-03 | iommu/amd: Fix alloc_irq_index() increment | Alex Williamson | 1 | -3/+4 |
| 2017-10-13 | Merge branches 'iommu/fixes', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d'... | Joerg Roedel | 1 | -15/+21 |
| 2017-10-13 | iommu/amd: Finish TLB flush in amd_iommu_unmap() | Joerg Roedel | 1 | -0/+1 |
| 2017-10-12 | iommu/iova: Make rcache flush optional on IOVA allocation failure | Tomasz Nowicki | 1 | -2/+3 |
| 2017-10-10 | iommu/amd: Do not disable SWIOTLB if SME is active | Tom Lendacky | 1 | -4/+6 |
| 2017-10-10 | iommu/amd: Enforce alignment for MSI IRQs | Joerg Roedel | 1 | -1/+3 |
| 2017-10-10 | iommu/amd: Add align parameter to alloc_irq_index() | Joerg Roedel | 1 | -8/+14 |
| 2017-09-27 | iommu/iova: Make dma_32bit_pfn implicit | Zhen Lei | 1 | -5/+2 |
| 2017-09-25 | iommu/amd: Reevaluate vector configuration on activate() | Thomas Gleixner | 1 | -10/+29 |
| 2017-09-25 | genirq/irqdomain: Update irq_domain_ops.activate() signature | Thomas Gleixner | 1 | -2/+3 |
| 2017-09-09 | Merge tag 'iommu-updates-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -264/+49 |
| 2017-09-01 | Merge branches 'arm/exynos', 'arm/renesas', 'arm/rockchip', 'arm/omap', 'arm/... | Joerg Roedel | 1 | -264/+49 |
| 2017-08-28 | iommu/amd: Rename a few flush functions | Joerg Roedel | 1 | -8/+8 |
| 2017-08-28 | iommu/amd: Check if domain is NULL in get_domain() and return -EBUSY | Baoquan He | 1 | -0/+3 |
| 2017-08-26 | Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts | Ingo Molnar | 1 | -0/+1 |
| 2017-08-17 | Merge branch 'core' into arm/tegra | Joerg Roedel | 1 | -220/+9 |
| 2017-08-15 | iommu/amd: Make use of iova queue flushing | Joerg Roedel | 1 | -220/+9 |
| 2017-08-15 | iommu/amd: Don't copy GCR3 table root pointer | Baoquan He | 1 | -25/+3 |
| 2017-08-15 | iommu/amd: Use is_attach_deferred call-back | Baoquan He | 1 | -1/+22 |
| 2017-08-15 | iommu/amd: Do sanity check for address translation and irq remap of old dev t... | Baoquan He | 1 | -5/+0 |
| 2017-08-15 | iommu/amd: Add function copy_dev_tables() | Baoquan He | 1 | -1/+1 |
| 2017-08-15 | iommu/amd: Define bit fields for DTE particularly | Baoquan He | 1 | -4/+4 |
| 2017-08-15 | Revert "iommu/amd: Suppress IO_PAGE_FAULTs in kdump kernel" | Baoquan He | 1 | -2/+1 |
| 2017-07-25 | iommu/amd: Enable ga_log_intr when enabling guest_mode | Suravee Suthikulpanit | 1 | -0/+1 |
| 2017-07-18 | iommu/amd: Allow the AMD IOMMU to work with memory encryption | Tom Lendacky | 1 | -14/+16 |
| 2017-07-12 | Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -166/+292 |
| 2017-07-06 | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -5/+15 |
| 2017-07-03 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -7/+15 |
| 2017-06-28 | x86: remove arch specific dma_supported implementation | Christoph Hellwig | 1 | -0/+2 |
| 2017-06-28 | iommu/amd: implement ->mapping_error | Christoph Hellwig | 1 | -5/+13 |
| 2017-06-28 | Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/renesas', 'arm/smmu', 'arm... | Joerg Roedel | 1 | -166/+292 |
| 2017-06-28 | iommu/amd: Fix interrupt remapping when disable guest_mode | Suravee Suthikulpanit | 1 | -4/+2 |
| 2017-06-22 | iommu/amd: Use named irq domain interface | Thomas Gleixner | 1 | -3/+10 |
| 2017-06-22 | iommu/amd: Add name to irq chip | Thomas Gleixner | 1 | -4/+5 |
| 2017-06-22 | iommu/amd: Free already flushed ring-buffer entries before full-check | Joerg Roedel | 1 | -3/+9 |
| 2017-06-16 | iommu/amd: Suppress IO_PAGE_FAULTs in kdump kernel | Joerg Roedel | 1 | -1/+2 |
| 2017-06-08 | iommu/amd: Remove queue_release() function | Joerg Roedel | 1 | -20/+8 |
| 2017-06-08 | iommu/amd: Add per-domain timer to flush per-cpu queues | Joerg Roedel | 1 | -17/+67 |
| 2017-06-08 | iommu/amd: Add flush counters to struct dma_ops_domain | Joerg Roedel | 1 | -0/+52 |
| 2017-06-08 | iommu/amd: Add locking to per-domain flush-queue | Joerg Roedel | 1 | -0/+11 |
| 2017-06-08 | iommu/amd: Make use of the per-domain flush queue | Joerg Roedel | 1 | -4/+56 |
| 2017-06-08 | iommu/amd: Add per-domain flush-queue data structures | Joerg Roedel | 1 | -0/+69 |