Age | Commit message (Expand) | Author |
2017-06-28 | iommu: Warn once when device_group callback returns NULL | Joerg Roedel |
2017-06-28 | iommu: Return ERR_PTR() values from device_group call-backs | Joerg Roedel |
2017-05-04 | Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm... | Joerg Roedel |
2017-04-27 | iommu: Move report_iommu_fault() to iommu.c | Joerg Roedel |
2017-04-20 | iommu: Make iommu_bus_notifier return NOTIFY_DONE rather than error code | zhichang.yuan |
2017-04-06 | iommu: Allow default domain type to be set on the kernel command line | Will Deacon |
2017-03-22 | iommu: Disambiguate MSI region types | Robin Murphy |
2017-02-10 | Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m... | Joerg Roedel |
2017-02-10 | iommu: Remove iommu_register_instance interface | Joerg Roedel |
2017-02-10 | iommu: Introduce new 'struct iommu_device' | Joerg Roedel |
2017-02-10 | iommu: Rename struct iommu_device | Joerg Roedel |
2017-02-10 | iommu: Rename iommu_get_instance() | Joerg Roedel |
2017-02-06 | iommu: Fix static checker warning in iommu_insert_device_resv_regions | Eric Auger |
2017-02-06 | iommu: Avoid unnecessary assignment of dev->iommu_fwspec | Zhen Lei |
2017-01-23 | iommu: Implement reserved_regions iommu-group sysfs file | Eric Auger |
2017-01-23 | iommu: iommu_get_group_resv_regions | Eric Auger |
2017-01-23 | iommu: Only map direct mapped regions | Eric Auger |
2017-01-23 | iommu: iommu_alloc_resv_region | Eric Auger |
2017-01-23 | iommu: Rename iommu_dm_regions into iommu_resv_regions | Eric Auger |
2017-01-17 | iommu: Handle default domain attach failure | Robin Murphy |
2016-12-06 | Merge branches 'arm/mediatek', 'arm/smmu', 'x86/amd', 's390', 'core' and 'arm... | Joerg Roedel |
2016-11-29 | iommu: Make of_iommu_set/get_ops() DT agnostic | Lorenzo Pieralisi |
2016-11-15 | iommu: Allow taking a reference on a group directly | Robin Murphy |
2016-09-16 | iommu: Introduce iommu_fwspec | Robin Murphy |
2016-07-26 | Merge branches 'x86/amd', 'x86/vt-d', 'arm/exynos', 'arm/mediatek', 'arm/msm'... | Joerg Roedel |
2016-07-13 | iommu: Add apply_dm_region call-back to iommu-ops | Joerg Roedel |
2016-07-13 | iommu: Simplify and fix ida handling | Heiner Kallweit |
2016-07-13 | iommu: Simplify init function | Heiner Kallweit |
2016-05-19 | Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2016-05-19 | Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2016-05-09 | iommu: Allow selecting page sizes per domain | Robin Murphy |
2016-04-11 | PCI: Add support for multiple DMA aliases | Jacek Lawrynowicz |
2016-04-07 | iommu: Don't overwrite domain pointer when there is no default_domain | Joerg Roedel |
2016-02-25 | iommu: Fix second argument of trace_map() to report correct paddr | Yoshihiro Shimoda |
2015-12-15 | Revert "scatterlist: use sg_phys()" | Dan Williams |
2015-10-22 | iommu: Move default domain allocation to iommu_group_get_for_dev() | Joerg Roedel |
2015-10-22 | iommu: Remove is_pci_dev() fall-back from iommu_group_get_for_dev | Joerg Roedel |
2015-10-22 | iommu: Add generic_device_group() function | Joerg Roedel |
2015-10-22 | iommu: Export and rename iommu_group_get_for_pci_dev() | Joerg Roedel |
2015-10-22 | iommu: Revive device_group iommu-ops call-back | Joerg Roedel |
2015-08-17 | scatterlist: use sg_phys() | Dan Williams |
2015-06-29 | iommu: Ignore -ENODEV errors from add_device call-back | Joerg Roedel |
2015-06-19 | Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'x86/vt-d', 'x86/amd... | Joerg Roedel |
2015-06-11 | iommu: Checking for NULL instead of IS_ERR | Dan Carpenter |
2015-06-11 | iommu: Introduce iommu_request_dm_for_dev() | Joerg Roedel |
2015-06-09 | iommu: Add function to query the default domain of a group | Joerg Roedel |
2015-06-09 | iommu: Create direct mappings in default domains | Joerg Roedel |
2015-06-09 | iommu: Introduce direct mapped region handling | Joerg Roedel |
2015-06-09 | iommu: Add iommu_get_domain_for_dev function | Joerg Roedel |
2015-06-09 | iommu: Make sure a device is always attached to a domain | Joerg Roedel |