- 1228236 iommu: Move default domain allocation to iommu_group_get_for_dev() by Joerg Roedel · 9 years ago
- 391811e iommu: Remove is_pci_dev() fall-back from iommu_group_get_for_dev by Joerg Roedel · 9 years ago
- 6eab556 iommu: Add generic_device_group() function by Joerg Roedel · 9 years ago
- 5e62292 iommu: Export and rename iommu_group_get_for_pci_dev() by Joerg Roedel · 9 years ago
- 46c6b2b iommu: Revive device_group iommu-ops call-back by Joerg Roedel · 9 years ago
- db0fa0c scatterlist: use sg_phys() by Dan Williams · 9 years ago
- 38667f1 iommu: Ignore -ENODEV errors from add_device call-back by Joerg Roedel · 9 years ago
- 5ffde2f Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'x86/vt-d', 'x86/amd', 'default-domains' and 'core' into next by Joerg Roedel · 9 years ago
- 409e553 iommu: Checking for NULL instead of IS_ERR by Dan Carpenter · 9 years ago
- d290f1e iommu: Introduce iommu_request_dm_for_dev() by Joerg Roedel · 9 years ago
- 6827ca8 iommu: Add function to query the default domain of a group by Joerg Roedel · 9 years ago
- beed282 iommu: Create direct mappings in default domains by Joerg Roedel · 9 years ago
- a1015c2 iommu: Introduce direct mapped region handling by Joerg Roedel · 9 years ago
- 2c1296d iommu: Add iommu_get_domain_for_dev function by Joerg Roedel · 9 years ago
- e39cb8a iommu: Make sure a device is always attached to a domain by Joerg Roedel · 9 years ago
- 426a273 iommu: Limit iommu_attach/detach_device to devices with their own group by Joerg Roedel · 9 years ago
- 53723dc iommu: Allocate a default domain for iommu groups by Joerg Roedel · 9 years ago
- 843cb6d iommu: Call remove_device call-back after driver release by Joerg Roedel · 9 years ago
- 8da3014 iommu: Clean up after a failed bus initialization by Joerg Roedel · 9 years ago
- 19762d7 iommu: Propagate error in add_iommu_group by Joerg Roedel · 9 years ago
- 269aa80 iommu: Add a few printk messages to group handling code by Joerg Roedel · 9 years ago
- 92e7066 iommu: Remove function name from pr_fmt() by Joerg Roedel · 9 years ago
- d7ef999 iommu: Init iommu-groups support earlier, in core_initcall by Marek Szyprowski · 9 years ago
- 89be34a iommu: Remove domain_init and domain_free iommu_ops by Joerg Roedel · 10 years ago
- a10315e iommu: Only allow iommu_map/unmap for paging domains by Joerg Roedel · 10 years ago
- 8539c7c iommu: Introduce iommu domain types by Joerg Roedel · 10 years ago
- 938c470 iommu: Introduce domain_alloc and domain_free iommu_ops by Joerg Roedel · 10 years ago
- 63ce3ae iommu: Update my email address by Joerg Roedel · 10 years ago
- 860cd64d iommu: Fix trace_map() to report original iova and original size by Shuah Khan · 10 years ago
- db8614d iommu: Change trace unmap api to report unmapped size by Shuah Khan · 10 years ago
- 6fd492f iommu: Fix trace_unmap() to report original iova by Shuah Khan · 10 years ago
- 6f51ee7 Merge tag 'iommu-config-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
- 18f2340 iommu: Decouple iommu_map_sg from CPU page size by Robin Murphy · 10 years ago
- 461bfb3f iommu: fix initialization without 'add_device' callback by Marek Szyprowski · 10 years ago
- d7da6bd iommu: Improve error handling when setting bus iommu by Heiko Stübner · 10 years ago
- 38ec010 iommu: Do more input validation in iommu_map_sg() by Joerg Roedel · 10 years ago
- 315786e iommu: Add iommu_map_sg() function by Olav Haugan · 10 years ago
- fb3e306 iommu: Fix bus notifier breakage by Mark Salter · 10 years ago
- f096c06 iommu: Rework iommu_group_get_for_pci_dev() by Alex Williamson · 10 years ago
- 24278a2 iommu: Remove iommu_domain_has_cap() API function by Joerg Roedel · 10 years ago
- 3c0e0ca iommu: Introduce iommu_capable API function by Joerg Roedel · 10 years ago
- 1aed074 iommu: Convert iommu-caps from define to enum by Joerg Roedel · 10 years ago
- c4a783b iommu/core: Make iommu_group_get_for_dev() more robust by Joerg Roedel · 10 years ago
- 9db4ad9 iommu/core: Check for the right function pointer in iommu_map() by Joerg Roedel · 10 years ago
- b22f643 iommu: Constify struct iommu_ops by Thierry Reding · 10 years ago
- 104a1c1 iommu/core: Create central IOMMU group lookup/creation interface by Alex Williamson · 10 years ago
- bb51eee Merge branches 'iommu/fixes', 'tracing', 'core', 'arm/tegra', 'x86/vt-d', 'arm/smmu' and 'arm/shmobile' into next by Joerg Roedel · 11 years ago
- abedb04 iommu: No need to pass '0x' when '%pa' is used by Fabio Estevam · 11 years ago
- 3a50639 iommu: Change iommu driver to call unmap trace event by Shuah Khan · 11 years ago
- e0be7c8 iommu: Change iommu driver to call map trace event by Shuah Khan · 11 years ago
- 6998063 iommu: Change iommu driver to call detach_device_to_domain trace event by Shuah Khan · 11 years ago
- b54db77 iommu: Change iommu driver to call attach_device_to_domain trace event by Shuah Khan · 11 years ago
- 2e75708 iommu: Change iommu driver to call remove_device_to_group trace event by Shuah Khan · 11 years ago
- d1cf7e8 iommu: Change iommu driver to call add_device_to_group trace event by Shuah Khan · 11 years ago
- 7f6db17 iommu: Add event tracing feature to iommu by Shuah Khan · 11 years ago
- 6197ca8 iommu: Use %pa and %zx instead of casting by Joe Perches · 11 years ago
- c6a8af5 iommu: Fix compiler warning on pr_debug by Alex Williamson · 11 years ago
- bd13969 iommu: Split iommu_unmaps by Alex Williamson · 11 years ago
- 0c4513b Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and 'arm/tegra' into next by Joerg Roedel · 12 years ago
- aa16bea iommu: Add a function to find an iommu group by id by Alexey Kardashevskiy · 12 years ago
- 80f97f0 iommu/fsl: Add the window permission flag as a parameter to iommu_window_enable API. by Varun Sethi · 12 years ago
- bb5547ac iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API. by Varun Sethi · 12 years ago
- 6935671 iommu: Add DOMAIN_ATTR_WINDOWS domain attribute by Joerg Roedel · 12 years ago
- d7787d5 iommu: Add domain window handling functions by Joerg Roedel · 12 years ago
- d2e1216 iommu: Implement DOMAIN_ATTR_PAGING attribute by Joerg Roedel · 12 years ago
- 5788651 iommu: Check for valid pgsize_bitmap in iommu_map/unmap by Joerg Roedel · 12 years ago
- 097e363 iommu: moving initialization earlier by Alexey Kardashevskiy · 12 years ago
- 395e51f Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domain-attr' into next by Joerg Roedel · 12 years ago
- 0ff64f8 iommu/amd: Implement DOMAIN_ATTR_GEOMETRY attribute by Joerg Roedel · 13 years ago
- 0cd76dd iommu: Add domain-attribute handlers by Joerg Roedel · 13 years ago
- d72e31c iommu: IOMMU Groups by Alex Williamson · 12 years ago
- 77ca233 iommu/core: pass a user-provided token to fault handlers by Ohad Ben-Cohen · 12 years ago
- f93ea73 Merge branches 'iommu/page-sizes' and 'iommu/group-id' into next by Joerg Roedel · 13 years ago
- 00fb543 Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into next by Joerg Roedel · 13 years ago
- 8bd6960 iommu: Initialize domain->handler in iommu_domain_alloc() by KyongHo Cho · 13 years ago
- 1460432 iommu: Add iommu_device_group callback and iommu_group sysfs entry by Alex Williamson · 13 years ago
- 6c274d1 iommu/core: remove the temporary pgsize settings by Ohad Ben-Cohen · 13 years ago
- 7d3002c iommu/core: split mapping to page sizes as supported by the hardware by Ohad Ben-Cohen · 13 years ago
- 5009065 iommu/core: stop converting bytes to page order back and forth by Ohad Ben-Cohen · 13 years ago
- 1abb4ba Merge branches 'amd/fixes', 'debug/dma-api', 'arm/omap', 'arm/msm', 'core', 'iommu/fault-reporting' and 'api/iommu-ops-per-bus' into next by Joerg Roedel · 13 years ago
- 94441c3 iommu/core: Remove global iommu_ops and register_iommu by Joerg Roedel · 13 years ago
- e5aa7f0 iommu/core: Use bus->iommu_ops in the iommu-api by Joerg Roedel · 13 years ago
- a1b60c1 iommu/core: Convert iommu_found to iommu_present by Joerg Roedel · 13 years ago
- 905d66c iommu/core: Add bus_type parameter to iommu_domain_alloc by Joerg Roedel · 13 years ago
- ff21776 Driver core: Add iommu_ops to bus_type by Joerg Roedel · 13 years ago
- 0ed6d2d iommu/core: let drivers know if an iommu fault handler isn't installed by Ohad Ben-Cohen · 13 years ago
- 30bd918 iommu/core: export iommu_set_fault_handler() by Ohad Ben-Cohen · 13 years ago
- 4f3f8d9 iommu/core: Add fault reporting mechanism by Ohad Ben-Cohen · 13 years ago
- 85410340e iommu/core: Use PAGE_SIZE instead of hard-coded value by Joerg Roedel · 13 years ago
- 4099818 iommu/core: use the existing IS_ALIGNED macro by Ohad Ben-Cohen · 13 years ago
- ab493a0 drivers: iommu: move to a dedicated folder by Ohad Ben-Cohen · 13 years ago[Renamed from drivers/base/iommu.c]
- 12c7389 iommu-api: Remove iommu_{un}map_range functions by Joerg Roedel · 15 years ago
- 6765178 iommu-api: Add ->{un}map callbacks to iommu_ops by Joerg Roedel · 15 years ago
- cefc53c iommu-api: Add iommu_map and iommu_unmap functions by Joerg Roedel · 15 years ago
- 4abc14a iommu-api: Rename ->{un}map function pointers to ->{un}map_range by Joerg Roedel · 15 years ago
- 60db402 drivers/base/iommu.c: add missing includes by Andrew Morton · 16 years ago
- ca1ee21 Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 16 years ago
- dbb9fd8 iommu: Add domain_has_cap iommu_ops by Sheng Yang · 16 years ago
- ff2c8a4 IOMMU-API: use ANSI style function declaration for 'iommu_found' by Hannes Eder · 16 years ago
- fc2100e add frontend implementation for the IOMMU API by Joerg Roedel · 16 years ago