- ff3a2b7 drivers/iommu/omap-iommu-debug.c: fix decimal permissions by Joe Perches · 11 years ago
- 972157c arm/smmu: Use irqsafe spinlock for domain lock by Joerg Roedel · 11 years ago
- d123cf8 iommu/arm-smmu: fix compilation issue when !CONFIG_ARM_AMBA by Will Deacon · 11 years ago
- 57ca90f iommu/arm-smmu: set CBARn.BPSHCFG to NSH for s1-s2-bypass contexts by Will Deacon · 11 years ago
- 6dd35f4 iommu/arm-smmu: fix table flushing during initial allocations by Will Deacon · 11 years ago
- c9d09e2 iommu/arm-smmu: really fix page table locking by Will Deacon · 11 years ago
- 97a6442 iommu/arm-smmu: fix pud/pmd entry fill sequence by Yifan Zhang · 11 years ago
- b3a4bca Merge tag 'iommu-updates-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 11 years ago
- 09da8df Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
- 08336fd intel-iommu: fix off-by-one in pagetable freeing by Alex Williamson · 11 years ago
- 98feb7c Merge branch 'acpi-cleanup' by Rafael J. Wysocki · 11 years ago
- dd1a175 Merge branches 'arm/smmu', 'core', 'x86/vt-d', 'arm/shmobile', 'x86/amd', 'ppc/pamu', 'iommu/fixes' and 'arm/msm' into next by Joerg Roedel · 11 years ago
- 9f4c744 iommu/vt-d: Fix signedness bug in alloc_irte() by Dan Carpenter · 11 years ago
- 9bdc531 iommu/vt-d: free all resources if failed to initialize DMARs by Jiang Liu · 11 years ago
- b707cb0 iommu/vt-d, trivial: clean sparse warnings by Jiang Liu · 11 years ago
- cc05301 iommu/vt-d: fix wrong return value of dmar_table_init() by Jiang Liu · 11 years ago
- a84da70 iommu/vt-d: release invalidation queue when destroying IOMMU unit by Jiang Liu · 11 years ago
- 5ced12a iommu/vt-d: fix access after free issue in function free_dmar_iommu() by Jiang Liu · 11 years ago
- a868e6b iommu/vt-d: keep shared resources when failed to initialize iommu devices by Jiang Liu · 11 years ago
- b5f36d9 iommu/vt-d: fix invalid memory access when freeing DMAR irq by Jiang Liu · 11 years ago
- 7c91977 iommu/vt-d, trivial: simplify code with existing macros by Jiang Liu · 11 years ago
- 2fe2c60 iommu/vt-d, trivial: use defined macro instead of hardcoding by Jiang Liu · 11 years ago
- 694835d iommu/vt-d: mark internal functions as static by Jiang Liu · 11 years ago
- b8a2d28 iommu/vt-d, trivial: clean up unused code by Jiang Liu · 11 years ago
- b977e73 iommu/vt-d, trivial: check suitable flag in function detect_intel_iommu() by Jiang Liu · 11 years ago
- 9544c00 iommu/vt-d, trivial: print correct domain id of static identity domain by Jiang Liu · 11 years ago
- 5c645b3 iommu/vt-d, trivial: refine support of 64bit guest address by Jiang Liu · 11 years ago
- 852bdb0 iommu/vt-d: fix resource leakage on error recovery path in iommu_init_domains() by Jiang Liu · 11 years ago
- 18d9916 iommu/vt-d: fix a race window in allocating domain ID for virtual machines by Jiang Liu · 11 years ago
- ada4d4b iommu/vt-d: fix PCI device reference leakage on error recovery path by Jiang Liu · 11 years ago
- 360eb3c iommu/vt-d: use dedicated bitmap to track remapping entry allocation status by Jiang Liu · 11 years ago
- e87c621 iommu/shmobile: Turn the flush_lock mutex into a spinlock by Laurent Pinchart · 11 years ago
- dc89f79 iommu/shmobile: Allocate archdata with kzalloc() by Laurent Pinchart · 11 years ago
- b3eb76d iommu/fsl_pamu: Use dev_is_pci() to check whether it is pci device by Yijing Wang · 11 years ago
- dbad086 iommu/vt-d: Use dev_is_pci() to check whether it is pci device by Yijing Wang · 11 years ago
- b82a227 iommu/amd: Use dev_is_pci() to check whether it is pci device by Yijing Wang · 11 years ago
- cbff563 iommu: add missing include by Brian Norris · 11 years ago
- 78a2e12 iommu: shmobile: Enable driver compilation with COMPILE_TEST by Laurent Pinchart · 11 years ago
- d2d1e8f iommu/vt-d: Mark function eoi_ioapic_pin_remapped() as static in irq_remapping.c by Rashika Kheria · 11 years ago
- 6a7885c iommu/vt-d: Mark functions as static in intel_irq_remapping.c by Rashika Kheria · 11 years ago
- 21004dc iommu/vt-d: Mark functions as static in dmar.c by Rashika Kheria · 11 years ago
- cf2d45b iommu/arm-smmu: add support for IOMMU_EXEC by Will Deacon · 11 years ago
- 06f983d iommu/arm-smmu: use VA_BITS to determine arm64 virtual address space by Will Deacon · 11 years ago
- 5fc63a7 iommu/arm-smmu: add devices attached to the SMMU to an IOMMU group by Antonios Motakis · 11 years ago
- 8b48463 ACPI: Clean up inclusions of ACPI header files by Lv Zheng · 11 years ago
- 89a23cd iommu/arm-smmu: fix error return code in arm_smmu_device_dt_probe() by Wei Yongjun · 11 years ago
- 5552ecd iommu/arm-smmu: remove potential NULL dereference on mapping path by Will Deacon · 11 years ago
- a44a979 iommu/arm-smmu: use mutex instead of spinlock for locking page tables by Will Deacon · 11 years ago
- f63c482 Don't try to compile shmobile-iommu outside of ARM by Linus Torvalds · 11 years ago
- 91838e2 Merge tag 'iommu-updates-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 11 years ago
- 01058e7 iommu/arm-smmu: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
- f9300ea Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
- a2529ad drivers/iommu/omap-iopgtable.h: remove unneeded cast of void* by Jingoo Han · 11 years ago
- 0faf996 Merge branch 'acpica' by Rafael J. Wysocki · 11 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
- 7d02c4d iommu/shmobile: Enable the driver on all ARM platforms by Laurent Pinchart · 11 years ago
- a33a97c iommu/tegra-smmu: Staticize tegra_smmu_pm_ops by Sachin Kamat · 11 years ago
- 8a78865 iommu/tegra-gart: Staticize tegra_gart_pm_ops by Sachin Kamat · 11 years ago
- bca2b91 iommu/vt-d: Use list_for_each_entry_safe() for dmar_domain->devices traversal by Yijing Wang · 11 years ago
- 8b161f0 iommu/vt-d: Use for_each_drhd_unit() instead of list_for_each_entry() by Yijing Wang · 11 years ago
- f942360 iommu/vt-d: Fixed interaction of VFIO_IOMMU_MAP_DMA with IOMMU address limits by Julian Stecklina · 11 years ago
- fa5f508 ACPICA: Update DMAR table definitions. by Lv Zheng · 11 years ago
- 659db6f iommu/arm-smmu: Clear global and context bank fault status registers by Andreas Herrmann · 11 years ago
- 2ef0f03 iommu/arm-smmu: Print context fault information by Andreas Herrmann · 11 years ago
- 44a08de iommu/arm-smmu: Check for num_context_irqs > 0 to avoid divide by zero exception by Andreas Herrmann · 11 years ago
- c55af7f iommu/arm-smmu: Refine check for proper size of mapped region by Andreas Herrmann · 11 years ago
- b1950b2 iommu/arm-smmu: Switch to subsys_initcall for driver registration by Andreas Herrmann · 11 years ago
- 2572484 iommu/arm-smmu: use relaxed accessors where possible by Will Deacon · 11 years ago
- 8a7f431 iommu/arm-smmu: replace devm_request_and_ioremap by devm_ioremap_resource by Julia Lawall · 11 years ago
- 0dbc607 x86, build, pci: Fix PCI_MSI build on !SMP by Thomas Petazzoni · 11 years ago
- 05104a4 iommu: Remove stack trace from broken irq remapping warning by Neil Horman · 11 years ago
- 04fa2f7 iommu: Add iommu_error class event to iommu trace by Shuah Khan · 11 years ago
- d0c5b25 iommu/tegra: gart: cleanup devm_* functions usage by Wei Yongjun · 11 years ago
- e56b3da iommu/tegra: Print phys_addr_t using %pa by Thierry Reding · 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
- fd90cec iommu/arm-smmu: don't enable SMMU device until probing has completed by Will Deacon · 11 years ago
- 6614ee7 iommu/arm-smmu: fix iommu_present() test in init by Dan Carpenter · 11 years ago
- faea13b7 iommu/arm-smmu: fix a signedness bug by Dan Carpenter · 11 years ago
- e5d0c87 Merge tag 'iommu-updates-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 11 years ago
- d6a60fc Merge branches 'arm/exynos', 'ppc/pamu', 'arm/smmu', 'x86/amd' and 'iommu/fixes' into next by Joerg Roedel · 11 years ago
- 5e42781 drivers/iommu: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
- 30f9c3b Merge tag 'tegra-for-3.12-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/cleanup by Kevin Hilman · 11 years ago
- 946a88d tegra: simplify use of devm_ioremap_resource by Julia Lawall · 11 years ago
- 3269ee0 intel-iommu: Fix leaks in pagetable freeing by Alex Williamson · 11 years ago
- e644a01 iommu/amd: Fix resource leak in iommu_init_device() by Radmila Kompová · 12 years ago
- 82fcfc6 iommu/amd: Clean up unnecessary MSI/MSI-X capability find by Yijing Wang · 11 years ago
- ecfadb6 iommu/arm-smmu: Simplify VMID and ASID allocation by Will Deacon · 11 years ago
- 1463fe4 iommu/arm-smmu: Don't use VMIDs for stage-1 translations by Will Deacon · 11 years ago
- adaba32 iommu/arm-smmu: Tighten up global fault reporting by Will Deacon · 11 years ago
- 2ae9f2f iommu/arm-smmu: Remove broken big-endian check by Will Deacon · 11 years ago
- 634544b iommu/fsl: Remove unnecessary 'fsl-pamu' prefixes by Joerg Roedel · 11 years ago
- 9ed4366 iommu/fsl: Fix whitespace problems noticed by git-am by Joerg Roedel · 11 years ago
- 695093e iommu/fsl: Freescale PAMU driver and iommu implementation. by Varun Sethi · 11 years ago