- 9db4ad9 iommu/core: Check for the right function pointer in iommu_map() by Joerg Roedel · 10 years ago
- 9b29d3c iommu/amd: Fix cleanup_domain for mass device removal by Joerg Roedel · 10 years ago
- e7f9fa5 iommu/vt-d: Defer domain removal if device is assigned to a driver by Joerg Roedel · 10 years ago
- 44c916d Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
- 7725131 Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
- 8b80c0f Merge branch 'acpica' by Rafael J. Wysocki · 10 years ago
- 4c5e9d9 Merge branches 'x86/vt-d', 'x86/amd', 'arm/omap', 'ppc/pamu', 'arm/smmu', 'arm/exynos' and 'core' into next by Joerg Roedel · 10 years ago
- af43746 iommu/vt-d: Fix race setting IRQ CPU affinity while freeing IRQ by Greg Edwards · 10 years ago
- 83118b0 ACPICA: Tables: Update for DMAR table changes. by Bob Moore · 10 years ago
- daff2f9 iommu/amd: Fix 2 typos in comments by Joerg Roedel · 10 years ago
- 75058a3 iommu/amd: Fix device_state reference counting by Joerg Roedel · 10 years ago
- 8301da5 iommu/amd: Remove change_pte mmu_notifier call-back by Joerg Roedel · 10 years ago
- fcaa960 iommu/amd: Don't set pasid_state->mm to NULL in unbind_pasid by Joerg Roedel · 10 years ago
- 4802c1d iommu/exynos: Select ARM_DMA_USE_IOMMU by Tushar Behera · 10 years ago
- c875d2c iommu/vt-d: Exclude devices using RMRRs from IOMMU API domains by Alex Williamson · 10 years ago
- baaa7b5 iommu/omap: Remove virtual memory manager by Laurent Pinchart · 10 years ago
- 161f693 iommu/vt-d: Fix issue in computing domain's iommu_snooping flag by Jiang Liu · 10 years ago
- a156ef9 iommu/vt-d: Introduce helper function iova_size() to improve code readability by Jiang Liu · 10 years ago
- 162d1b1 iommu/vt-d: Introduce helper domain_pfn_within_range() to simplify code by Jiang Liu · 10 years ago
- d41a4ad iommu/vt-d: Simplify intel_unmap_sg() and kill duplicated code by Jiang Liu · 10 years ago
- 2a41cce iommu/vt-d: Change iommu_enable/disable_translation to return void by Jiang Liu · 10 years ago
- 129ad28 iommu/vt-d: Avoid freeing virtual machine domain in free_dmar_iommu() by Jiang Liu · 10 years ago
- 2a46ddf iommu/vt-d: Fix possible invalid memory access caused by free_dmar_iommu() by Jiang Liu · 10 years ago
- 44bde61 iommu/vt-d: Allocate dynamic domain id for virtual domains only by Jiang Liu · 10 years ago
- fb170fb iommu/vt-d: Introduce helper functions to make code symmetric for readability by Jiang Liu · 10 years ago
- ab8dfe2 iommu/vt-d: Introduce helper functions to improve code readability by Jiang Liu · 10 years ago
- 18fd779 iommu/vt-d: Use correct domain id to flush virtual machine domains by Jiang Liu · 10 years ago
- c3b497c iommu/vt-d: Match segment number when searching for dev_iotlb capable devices by Jiang Liu · 10 years ago
- cbb24a2 Merge branch 'core' into x86/vt-d by Joerg Roedel · 10 years ago
- 23e8929 Merge tag 'tegra-for-3.17-fuse-move' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/cleanup by Olof Johansson · 10 years ago
- 306a7f9 ARM: tegra: Move includes to include/soc/tegra by Thierry Reding · 10 years ago
- d9e1611 iommu/amd: Don't call the inv_ctx_cb when pasid is not set up by Joerg Roedel · 10 years ago
- dba3838 iommu/amd: Don't hold a reference to task_struct by Joerg Roedel · 10 years ago
- f0aac63 iommu/amd: Don't hold a reference to mm_struct by Joerg Roedel · 10 years ago
- 53d340e iommu/amd: Add pasid_state->invalid flag by Joerg Roedel · 10 years ago
- dc88db7 iommu/amd: Drop pasid_state reference in ppr_notifer error path by Joerg Roedel · 10 years ago
- 61feb43 iommu/amd: Get rid of __unbind_pasid by Joerg Roedel · 10 years ago
- c5db16a iommu/amd: Don't free pasid_state in mn_release path by Joerg Roedel · 10 years ago
- caf8a51 iommu/amd: Don't call mmu_notifer_unregister in __unbind_pasid by Joerg Roedel · 10 years ago
- ff6d0cc iommu/amd: Fix typo in amd_iommu_v2 driver by Joerg Roedel · 10 years ago
- e5cac32 iommu/amd: Drop oprofile dependency by Borislav Petkov · 10 years ago
- a188cf8 Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmu by Joerg Roedel · 10 years ago
- 51499aa iommu/amd: Moving PPR fault flags macros definitions by Alexey Skidanov · 10 years ago
- b00675b iommu/amd: Fix for pasid initialization by Alexey Skidanov · 10 years ago
- 2907320 iommu/arm-smmu: fix some checkpatch issues by Mitchel Humpherys · 10 years ago
- ffd78f0 iommu: Fix compile error in iommu-sysfs.c by Joerg Roedel · 10 years ago
- b22f643 iommu: Constify struct iommu_ops by Thierry Reding · 10 years ago
- 3170447 iommu/fsl: Fix the error condition during iommu group by Varun Sethi · 10 years ago
- 75f0e46 iommu/fsl: Fix the device domain attach condition. by Varun Sethi · 10 years ago
- d033f48 iommu/fsl: Fix PAMU window size check. by Varun Sethi · 10 years ago
- d3bca16 iommu/arm-smmu: fix capability checking prior to device attach by Will Deacon · 10 years ago
- f683367 iommu/fsl: Add void declarations in zero-arg functions. by Chi Pham · 10 years ago
- 34df6ab iommu/fsl_pamu: Remove unnecessary null test before kfree by Fabian Frederick · 10 years ago
- 0f19889 iommu/omap: Use PAGE_ALIGNED instead of IS_ALIGNED(PAGE_SIZE) by Fabian Frederick · 10 years ago
- 066f2e9 iommu/amd: Add sysfs support by Alex Williamson · 10 years ago
- a5459cf iommu/vt-d: Make use of IOMMU sysfs support by Alex Williamson · 10 years ago
- c61959e iommu: Add sysfs support for IOMMUs by Alex Williamson · 10 years ago
- fd2852d iommu: Remove pci.h by Alex Williamson · 10 years ago
- 7319ede iommu/fsl: Use iommu_group_get_for_dev() for IOMMU groups by Alex Williamson · 10 years ago
- 579305f iommu/vt-d: Update to use PCI DMA aliases by Alex Williamson · 10 years ago
- e17f9ff iommu/vt-d: Use iommu_group_get_for_dev() by Alex Williamson · 10 years ago
- 65d5352 iommu/amd: Use iommu_group_get_for_dev() by Alex Williamson · 10 years ago
- c193109 iommu/amd: Update to use PCI DMA aliases by Alex Williamson · 10 years ago
- 104a1c1 iommu/core: Create central IOMMU group lookup/creation interface by Alex Williamson · 10 years ago
- aa4d066 iommu/vt-d: Suppress compiler warnings by Yijing Wang · 10 years ago
- effad4b iommu/vt-d: Remove the useless dma_pte_addr by Yijing Wang · 10 years ago
- c3c75eb iommu/vt-d: Don't use magic number in dma_pte_superpage by Joerg Roedel · 10 years ago
- 9b27e82 iommu/vt-d: Fix reference count in iommu_prepare_isa by Yijing Wang · 10 years ago
- e16922a iommu/vt-d: Use inline function dma_pte_superpage instead of macros by Yijing Wang · 10 years ago
- 8f9d41b iommu/vt-d: Clear the redundant assignment for domain->nid by Yijing Wang · 10 years ago
- 435bbb4 iommu/vt-d: Clear the redundant assignment in dmar_enable_qi by Yijing Wang · 10 years ago
- 3a74ca0 iommu/vt-d: Use list_for_each_safe() to simplify code by Yijing Wang · 10 years ago
- 9c5c92e iommu/arm-smmu: prefer stage-1 mappings where we have a choice by Will Deacon · 10 years ago
- 44680ee iommu/arm-smmu: remove support for chained SMMUs by Will Deacon · 10 years ago
- d094894 iommu/arm-smmu: caps: add IOMMU_CAP_INTR_REMAP capability by Will Deacon · 10 years ago
- a9a1b0b iommu/arm-smmu: add support for PCI master devices by Will Deacon · 11 years ago
- a65217a iommu/arm-smmu: fix calculation of TCR.T0SZ by Will Deacon · 10 years ago
- d73a6d7 iommu/amd: Fix small race between invalidate_range_end/start by Joerg Roedel · 10 years ago
- 27e2495 iommu/vt-d: fix bug in handling multiple RMRRs for the same PCI device by Jiang Liu · 10 years ago
- 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