Age | Commit message (Expand) | Author | Files | Lines |
2015-04-02 | Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/tegra' ... | Joerg Roedel | 1 | -128/+122 |
2015-04-02 | iommu/amd: Correctly encode huge pages in iommu page tables | Joerg Roedel | 1 | -5/+6 |
2015-04-02 | iommu/amd: Optimize amd_iommu_iova_to_phys for new fetch_pte interface | Joerg Roedel | 1 | -9/+3 |
2015-04-02 | iommu/amd: Optimize alloc_new_range for new fetch_pte interface | Joerg Roedel | 1 | -4/+4 |
2015-04-02 | iommu/amd: Optimize iommu_unmap_page for new fetch_pte interface | Joerg Roedel | 1 | -24/+8 |
2015-04-02 | iommu/amd: Return the pte page-size in fetch_pte | Joerg Roedel | 1 | -22/+30 |
2015-04-02 | iommu/amd: Add support for contiguous dma allocator | Joerg Roedel | 1 | -16/+28 |
2015-04-02 | iommu/amd: Don't allocate with __GFP_ZERO in alloc_coherent | Joerg Roedel | 1 | -1/+0 |
2015-04-02 | iommu/amd: Ignore BUS_NOTIFY_UNBOUND_DRIVER event | Joerg Roedel | 1 | -10/+0 |
2015-04-02 | iommu/amd: Use BUS_NOTIFY_REMOVED_DEVICE | Joerg Roedel | 1 | -1/+1 |
2015-03-31 | iommu/amd: Make use of domain_alloc and domain_free | Joerg Roedel | 1 | -39/+45 |
2015-02-12 | Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -7/+7 |
2015-02-04 | Merge branches 'arm/renesas', 'arm/smmu', 'arm/omap', 'ppc/pamu', 'x86/amd' a... | Joerg Roedel | 1 | -7/+7 |
2015-02-04 | iommu/amd: Convert non-returned local variable to boolean when relevant | Quentin Lambert | 1 | -6/+6 |
2015-02-04 | iommu: Update my email address | Joerg Roedel | 1 | -1/+1 |
2015-01-15 | iommu/irq_remapping: Kill function irq_remapping_supported() and related code | Jiang Liu | 1 | -1/+0 |
2014-12-19 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -7/+7 |
2014-12-16 | iommu/amd: Use helpers to access irq_cfg data structure associated with IRQ | Jiang Liu | 1 | -7/+7 |
2014-12-02 | Merge branches 'arm/omap', 'arm/msm', 'arm/rockchip', 'arm/renesas', 'arm/smm... | Joerg Roedel | 1 | -0/+3 |
2014-11-14 | iommu/amd: remove compiler warning due to IOMMU_CAP_NOEXEC | Will Deacon | 1 | -0/+2 |
2014-11-04 | iommu: Add iommu_map_sg() function | Olav Haugan | 1 | -0/+1 |
2014-10-02 | Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' an... | Joerg Roedel | 1 | -49/+68 |
2014-09-25 | iommu/irq_remapping: Fix the regression of hpet irq remapping | Yijing Wang | 1 | -2/+2 |
2014-09-25 | iommu/amd: Split init_iommu_group() from iommu_init_device() | Alex Williamson | 1 | -14/+13 |
2014-09-25 | amd_iommu: do not dereference a NULL pointer address. | Maurizio Lombardi | 1 | -0/+3 |
2014-09-25 | iommu/amd: Convert to iommu_capable() API function | Joerg Roedel | 1 | -6/+5 |
2014-08-26 | iommu/amd: Remove device binding reference count | Joerg Roedel | 1 | -3/+0 |
2014-08-26 | iommu/amd: Attach and detach complete alias group | Joerg Roedel | 1 | -26/+20 |
2014-08-26 | iommu/amd: Keep a list of devices in an alias group | Joerg Roedel | 1 | -0/+6 |
2014-08-26 | iommu/amd: Move struct iommu_dev_data to amd_iommu.c | Joerg Roedel | 1 | -0/+21 |
2014-08-18 | iommu/amd: Fix cleanup_domain for mass device removal | Joerg Roedel | 1 | -4/+6 |
2014-07-07 | iommu: Constify struct iommu_ops | Thierry Reding | 1 | -2/+2 |
2014-07-04 | iommu/amd: Add sysfs support | Alex Williamson | 1 | -0/+6 |
2014-07-04 | iommu/amd: Use iommu_group_get_for_dev() | Alex Williamson | 1 | -159/+5 |
2014-07-04 | iommu/amd: Update to use PCI DMA aliases | Alex Williamson | 1 | -4/+74 |
2014-05-30 | iommu/amd: Fix recently introduced compile warnings | Joerg Roedel | 1 | -2/+0 |
2014-05-26 | iommu/amd: Remove duplicate checking code | Vaughan Cao | 1 | -6/+0 |
2014-05-13 | iommu/amd: Fix interrupt remapping for aliased devices | Alex Williamson | 1 | -1/+1 |
2014-03-24 | iommu/amd: Fix logic to determine and checking max PASID | Suravee Suthikulpanit | 1 | -2/+2 |
2014-03-04 | iommu/amd: Fix PASID format in INVALIDATE_IOTLB_PAGES command | Jay Cornwall | 1 | -2/+2 |
2014-01-07 | iommu/amd: Use dev_is_pci() to check whether it is pci device | Yijing Wang | 1 | -2/+2 |
2013-08-14 | iommu/amd: Fix resource leak in iommu_init_device() | Radmila Kompová | 1 | -1/+3 |
2013-06-25 | Merge branches 'x86/vt-d', 'arm/omap', 'core', 'x86/amd' and 'arm/smmu' into ... | Joerg Roedel | 1 | -25/+54 |
2013-06-23 | iommu/amd: Only unmap large pages from the first pte | Alex Williamson | 1 | -1/+5 |
2013-06-20 | iommu/amd: Fix memory leak in free_pagetable | Joerg Roedel | 1 | -24/+49 |
2013-06-20 | iommu/{vt-d,amd}: Remove multifunction assumption around grouping | Alex Williamson | 1 | -6/+19 |
2013-05-06 | Merge tag 'iommu-updates-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -81/+64 |
2013-05-02 | Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and '... | Joerg Roedel | 1 | -93/+74 |
2013-04-29 | Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -7/+7 |
2013-04-23 | iommu: Move swap_pci_ref function to drivers/iommu/pci.h. | Varun Sethi | 1 | -6/+1 |