- 2732ea9 Merge tag 'iommu-updates-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu into next by Linus Torvalds · 10 years ago
- 00170fd Merge branch 'akpm' (patchbomb from Andrew) into next by Linus Torvalds · 10 years ago
- 3674643 intel-iommu: integrate DMA CMA by Akinobu Mita · 10 years ago
- d09cc36 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
- 5da7776 Merge tag 'driver-core-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into next by Linus Torvalds · 10 years ago
- 4255532 Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci into next by Linus Torvalds · 10 years ago
- c0981b8 Merge branches 'iommu/fixes', 'arm/omap', 'arm/smmu', 'arm/shmobile', 'x86/amd', 'arm/exynos', 'arm/renesas', 'ppc/pamu' and 'arm/msm' into next by Joerg Roedel · 10 years ago
- afba256 iommu/msm: Use devm_ioremap_resource to simplify code by Kefeng Wang · 10 years ago
- 3dbc260 iommu/amd: Fix recently introduced compile warnings by Joerg Roedel · 10 years ago
- 8283b49 driver core: dev_set_drvdata can no longer fail by Jean Delvare · 11 years ago
- 1457467 iommu/exynos: Remove unnecessary "&" from function pointers by Bjorn Helgaas · 10 years ago
- 720b0ce arm/ipmmu-vmsa: Fix compile error by Joerg Roedel · 10 years ago
- 365409d iommu/exynos: Fix checkpatch warning by Sachin Kamat · 10 years ago
- 5455d70 iommu/exynos: Fix trivial typo by Sachin Kamat · 10 years ago
- b28165d iommu/exynos: Remove invalid symbol dependency by Sachin Kamat · 10 years ago
- d6a71bf iommu: fsl_pamu.c: Fix for possible null pointer dereference by Rickard Strandqvist · 10 years ago
- ecef115 iommu/amd: Remove duplicate checking code by Vaughan Cao · 10 years ago
- e79df31 iommu/amd: Handle parallel invalidate_range_start/end calls correctly by Joerg Roedel · 10 years ago
- 9163b90 iommu/amd: Remove IOMMUv2 pasid_state_list by Joerg Roedel · 10 years ago
- a40d4c6 iommu/amd: Implement mmu_notifier_release call-back by Joerg Roedel · 10 years ago
- 741669c iommu/amd: Convert IOMMUv2 state_table into state_list by Joerg Roedel · 10 years ago
- b87d2d7 iommu/amd: Don't access IOMMUv2 state_table directly by Joerg Roedel · 10 years ago
- 004c5b3 iommu/ipmmu-vmsa: Support clearing mappings by Laurent Pinchart · 10 years ago
- bec0ca0 iommu/ipmmu-vmsa: Remove stage 2 PTE bits definitions by Laurent Pinchart · 10 years ago
- dda7c2e iommu/ipmmu-vmsa: Support 2MB mappings by Laurent Pinchart · 10 years ago
- 9009f25 iommu/ipmmu-vmsa: Rewrite page table management by Laurent Pinchart · 10 years ago
- 14e5123 iommu/ipmmu-vmsa: PMD is never folded, PUD always is by Laurent Pinchart · 10 years ago
- 4ee3cc9 iommu/ipmmu-vmsa: Set the PTE contiguous hint bit when possible by Laurent Pinchart · 10 years ago
- bc28191 iommu/ipmmu-vmsa: Define driver-specific page directory sizes by Laurent Pinchart · 10 years ago
- 251dac4 iommu/ipmmu-vmsa: Fix the supported page sizes by Laurent Pinchart · 10 years ago
- 192d204 iommu/ipmmu-vmsa: Refactor micro-TLB lookup by Laurent Pinchart · 10 years ago
- d25a2a1 iommu: Add driver for Renesas VMSA-compatible IPMMU by Laurent Pinchart · 11 years ago
- a553b14 iommu: dmar: Provide arch specific irq allocation by Thomas Gleixner · 11 years ago
- aa5125a iommu: smar: Fix return value check of create_irq() by Thomas Gleixner · 11 years ago
- d24a135 x86: irq_remapping: Use irq_alloc/free_hwirq() by Thomas Gleixner · 11 years ago
- ba5fa6f iommu/exynos: Remove unnecessary "&" from function pointers by Bjorn Helgaas · 11 years ago
- 66a7ed8 iommu/exynos: Apply workaround of caching fault page table entries by Cho KyongHo · 10 years ago
- eeb5184 iommu/exynos: Turn on useful configuration options by Cho KyongHo · 10 years ago
- 6b21a5d iommu/exynos: Support for device tree by Cho KyongHo · 10 years ago
- 0bf4e54 iommu/exynos: Enhanced error messages by Cho KyongHo · 10 years ago
- bf4a1c9 iommu/exynos: Add devices attached to the System MMU to an IOMMU group by Antonios Motakis · 10 years ago
- d09d78f iommu/exynos: Use exynos-iommu specific typedef by Cho KyongHo · 10 years ago
- 9d4e7a2 iommu/exynos: Change rwlock to spinlock by Cho KyongHo · 10 years ago
- 1fab7fa iommu/exynos: Remove custom fault handler by Cho KyongHo · 10 years ago
- 7060587 iommu/exynos: Gating clocks of master H/W by Cho KyongHo · 10 years ago
- 46c16d1 iommu/exynos: Use managed device helper functions by Cho KyongHo · 10 years ago
- e5cf63c iommu/exynos: Remove dbgname from drvdata of a System MMU by Cho KyongHo · 10 years ago
- f4723ec iommu/exynos: Always enable runtime PM by Cho KyongHo · 10 years ago
- 6cb47ed iommu/exynos: Add missing cache flush for removed page table entries by Cho KyongHo · 10 years ago
- 8f8fcf9 iommu/exynos: Remove prefetch buffer setting by Cho KyongHo · 10 years ago
- 3ad6b7f iommu/exynos: Fix L2TLB invalidation by Cho KyongHo · 10 years ago
- 734c3c7 iommu/exynos: Allocate lv2 page table from own slab by Cho KyongHo · 10 years ago
- 61128f0 iommu/exynos: Change error handling when page table update is failed by Cho KyongHo · 10 years ago
- 7222e8d iommu/exynos: Fix build errors by Cho KyongHo · 10 years ago
- 2c16c9f iommu/amd: fix enabling exclusion range for an exact device by Su Friendy · 11 years ago
- 4378d99 iommu/amd: Take mmap_sem when calling get_user_pages by Jay Cornwall · 11 years ago
- e028a9e iommu/amd: Fix interrupt remapping for aliased devices by Alex Williamson · 11 years ago
- 9db4241 Merge branch 'iommu/for-v3.16' of git://linuxtv.org/pinchartl/fbdev into arm/shmobile by Joerg Roedel · 10 years ago
- 6069d23 iommu/arm-smmu: fix incorrect use of S2CR_TYPE_SHIFT by Kefeng Wang · 11 years ago
- c443084 iommu/arm-smmu: allow 42-bit stage-1 output size with 64K pages by Will Deacon · 11 years ago
- b11762f iommu/shmobile: Use devm_ioremap_resource() by Laurent Pinchart · 11 years ago
- ac1ef1f iommu/shmobile: Don't ignore the ipmmu_iommu_init() return value by Laurent Pinchart · 11 years ago
- 286f600 iommu/omap: Fix map protection value handling by Laurent Pinchart · 11 years ago
- 67b779d iommu/omap: Remove comment about supporting single page mappings only by Laurent Pinchart · 11 years ago
- f7129a0 iommu/omap: Fix 'no page for' debug message in flush_iotlb_page() by Laurent Pinchart · 11 years ago
- 5acc97d iommu/omap: Move to_iommu definition from omap-iopgtable.h by Suman Anna · 11 years ago
- 2ac6133 iommu/omap: Remove omap_iommu_domain_has_cap() function by Suman Anna · 11 years ago
- d760e3e iommu/omap: Correct init value of iotlb_entry valid field by Suman Anna · 11 years ago
- 3426cb3 Merge git://git.infradead.org/iommu-2.6 into iommu/fixes by Joerg Roedel · 11 years ago
- aca1bc4 iommu/arm-smmu: fix panic in arm_smmu_alloc_init_pte by Bin Wang · 11 years ago
- 16c50dc iommu/arm-smmu: Return 0 on unmap failure by Laurent Pinchart · 11 years ago
- 5ae0566 iommu/vt-d: fix bug in matching PCI devices with DRHD/RMRR descriptors by Jiang Liu · 11 years ago
- 9f05d3f iommu/vt-d: Fix get_domain_for_dev() handling of upstream PCIe bridges by David Woodhouse · 11 years ago
- adeb259 iommu/vt-d: fix memory leakage caused by commit ea8ea46 by Jiang Liu · 11 years ago
- 3f583bc Merge tag 'iommu-updates-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 11 years ago
- 7474043 Merge branch 'for-3.15' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 11 years ago
- e172b81 Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'arm/omap', 'arm/shmobile' and 'x86/vt-d' into next by Joerg Roedel · 11 years ago
- 4b1779c Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
- 7713ec0 iommu/vt-d: Fix error handling in ANDD processing by David Woodhouse · 11 years ago
- 14d4056 iommu/vt-d: returning free pointer in get_domain_for_dev() by Dan Carpenter · 11 years ago
- 63b4262 iommu/vt-d: Only call dmar_acpi_dev_scope_init() if DRHD units present by David Woodhouse · 11 years ago
- 11f1a77 iommu/vt-d: Check for NULL pointer in dmar_acpi_dev_scope_init() by Joerg Roedel · 11 years ago
- a919a01 iommu/amd: Fix logic to determine and checking max PASID by Suravee Suthikulpanit · 11 years ago
- cf04eee iommu/vt-d: Include ACPI devices in iommu=pt by David Woodhouse · 11 years ago
- 66077ed iommu/vt-d: Finally enable translation for non-PCI devices by David Woodhouse · 11 years ago
- 46333e3 iommu/vt-d: Remove to_pci_dev() in intel_map_page() by David Woodhouse · 11 years ago
- 7207d8f iommu/vt-d: Remove pdev from intel_iommu_attach_device() by David Woodhouse · 11 years ago
- ecb509e iommu/vt-d: Remove pdev from iommu_no_mapping() by David Woodhouse · 11 years ago
- 5913c9b iommu/vt-d: Make domain_add_dev_info() take struct device by David Woodhouse · 11 years ago
- bf9c9ed iommu/vt-d: Make domain_remove_one_dev_info() take struct device by David Woodhouse · 11 years ago
- 5040a91 iommu/vt-d: Rename 'hwdev' variables to 'dev' now that that's the norm by David Woodhouse · 11 years ago
- 207e359 iommu/vt-d: Remove some pointless to_pci_dev() calls by David Woodhouse · 11 years ago
- d4b709f iommu/vt-d: Make get_valid_domain_for_dev() take struct device by David Woodhouse · 11 years ago
- 3bdb259 iommu/vt-d: Make iommu_should_identity_map() take struct device by David Woodhouse · 11 years ago
- 0b9d975 iommu/vt-d: Handle RMRRs for non-PCI devices by David Woodhouse · 11 years ago
- 146922e iommu/vt-d: Make get_domain_for_dev() take struct device by David Woodhouse · 11 years ago
- e1f167f iommu/vt-d: Make domain_context_mapp{ed,ing}() take struct device by David Woodhouse · 11 years ago
- 156baca iommu/vt-d: Make device_to_iommu() cope with non-PCI devices by David Woodhouse · 11 years ago
- 9b22662 iommu/vt-d: Make identity_mapping() take struct device not struct pci_dev by David Woodhouse · 11 years ago
- 41e80dca iommu/vt-d: Remove segment from struct device_domain_info() by David Woodhouse · 11 years ago