- fb485eb iommu/io-pgtable-arm: Rationalise TCR handling by Robin Murphy · 5 years ago
- d1e5f26 iommu/io-pgtable-arm: Rationalise TTBRn handling by Robin Murphy · 5 years ago
- 8efda06 iommu/arm-smmu-v3: Remove useless of_match_ptr() by Masahiro Yamada · 5 years ago
- 322a9bb iommu/arm-smmu-v3: Fix resource_size check by Masahiro Yamada · 5 years ago
- 935d43b iommu/arm-smmu-v3: Populate VMID field for CMDQ_OP_TLBI_NH_VA by Shameer Kolothum · 5 years ago
- fc10cca drivers/iommu: Initialise module 'owner' field in iommu_device_set_ops() by Will Deacon · 5 years ago
- 1ea27ee iommu/arm-smmu: Update my email address in MODULE_AUTHOR() by Will Deacon · 5 years ago
- 2852ad0 iommu/arm-smmu-v3: Allow building as a module by Will Deacon · 5 years ago
- d3daf66 iommu/arm-smmu: Support SMMU module probing from the IORT by Ard Biesheuvel · 5 years ago
- ab24677 iommu/arm-smmu-v3: Unregister IOMMU and bus ops on device removal by Will Deacon · 5 years ago
- 34debdc iommu/arm-smmu: Prevent forced unbinding of Arm SMMU drivers by Will Deacon · 5 years ago
- 6e8fa74 Revert "iommu/arm-smmu: Make arm-smmu-v3 explicitly non-modular" by Will Deacon · 5 years ago
- 9b3a713 Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm/mediatek', 'arm/tegra', 'arm/smmu', 'x86/amd', 'x86/vt-d', 'virtio' and 'core' into next by Joerg Roedel · 5 years ago
- f7aff1a iommu/arm-smmu-v3: Don't display an error when IRQ lines are missing by Jean-Philippe Brucker · 5 years ago
- 205577a iommu/io-pgtable-arm: Rationalise MAIR handling by Robin Murphy · 5 years ago
- 781ca2d iommu: Add gfp parameter to iommu_ops::map by Tom Murphy · 5 years ago
- 4feaab0 Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 5 years ago
- 097a7df iommu/arm-smmu-v3: Fix build error without CONFIG_PCI_ATS by YueHaibing · 5 years ago
- dbe8e6a 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 · 5 years ago
- a91bcc2 Revert "iommu/arm-smmu-v3: Disable detection of ATS and PRI" by Will Deacon · 5 years ago
- cdb8a3c iommu/arm-smmu-v3: Avoid locking on invalidation path when not using ATS by Will Deacon · 5 years ago
- 353e3cf iommu/arm-smmu-v3: Fix ATC invalidation ordering wrt main TLBs by Will Deacon · 5 years ago
- bfff88e iommu/arm-smmu-v3: Rework enabling/disabling of ATS for PCI masters by Will Deacon · 5 years ago
- 7314ca8 iommu/arm-smmu-v3: Don't issue CMD_SYNC for zero-length invalidations by Will Deacon · 5 years ago
- f75d8e3 iommu/arm-smmu-v3: Remove boolean bitfield for 'ats_enabled' flag by Will Deacon · 5 years ago
- b5e8619 iommu/arm-smmu-v3: Disable detection of ATS and PRI by Will Deacon · 5 years ago
- 05cbaf4 iommu/arm-smmu-v3: Document ordering guarantees of command insertion by Will Deacon · 5 years ago
- 2af2e72 iommu/arm-smmu-v3: Defer TLB invalidation until ->iotlb_sync() by Will Deacon · 6 years ago
- 587e6c1 iommu/arm-smmu-v3: Reduce contention during command-queue insertion by Will Deacon · 6 years ago
- 11f4fe9 iommu/arm-smmu: Mark expected switch fall-through by Anders Roxell · 5 years ago
- 67843bb drivers: Introduce device lookup variants by fwnode by Suzuki K Poulose · 5 years ago
- 7c288a5 iommu/arm-smmu-v3: Operate directly on low-level queue where possible by Will Deacon · 6 years ago
- 52be863 iommu/arm-smmu-v3: Move low-level queue fields out of arm_smmu_queue by Will Deacon · 6 years ago
- 8a073da iommu/arm-smmu-v3: Drop unused 'q' argument from Q_OVF macro by Will Deacon · 6 years ago
- 2a8868f iommu/arm-smmu-v3: Separate s/w and h/w views of prod and cons indexes by Will Deacon · 6 years ago
- 3951c41 iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->tlb_add_page() by Will Deacon · 6 years ago
- a2d3a38 iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap() by Will Deacon · 6 years ago
- e953f7f iommu/io-pgtable: Remove unused ->tlb_sync() callback by Will Deacon · 6 years ago
- abfd6fe iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page() by Will Deacon · 6 years ago
- 05aed94 iommu/io-pgtable: Hook up ->tlb_flush_walk() and ->tlb_flush_leaf() in drivers by Will Deacon · 6 years ago
- 56f8af5 iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync() by Will Deacon · 6 years ago
- 298f7889 iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_ops by Will Deacon · 6 years ago
- f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
- 8dd8f00 iommu/arm-smmu-v3: Invalidate ATC when detaching a device by Jean-Philippe Brucker · 6 years ago
- 900a85c iommu/arm-smmu-v3: Fix compilation when CONFIG_CMA=n by Will Deacon · 6 years ago
- 4f41845 iommu/io-pgtable: Replace IO_PGTABLE_QUIRK_NO_DMA with specific flag by Will Deacon · 6 years ago
- 92ce7e8 driver_find_device: Unify the match function with class_find_device() by Suzuki K Poulose · 6 years ago
- d25f6ea iommu/arm-smmu-v3: Increase maximum size of queues by Will Deacon · 6 years ago
- 3f54c44 iommu/arm-smmu-v3: Don't disable SMMU in kdump kernel by Will Deacon · 6 years ago
- b2fc9b4b iommu/arm-smmu-v3: Disable tagged pointers by Jean-Philippe Brucker · 6 years ago
- 9ce27af iommu/arm-smmu-v3: Add support for PCI ATS by Jean-Philippe Brucker · 6 years ago
- 2a7e62f iommu/arm-smmu-v3: Link domains and devices by Jean-Philippe Brucker · 6 years ago
- 8be39a1 iommu/arm-smmu-v3: Add a master->domain pointer by Jean-Philippe Brucker · 6 years ago
- bcecaee iommu/arm-smmu-v3: Store SteamIDs in master by Jean-Philippe Brucker · 6 years ago
- b54f426 iommu/arm-smmu-v3: Rename arm_smmu_master_data to arm_smmu_master by Jean-Philippe Brucker · 6 years ago
- b77cf11 iommu: Allow io-pgtable to be used outside of drivers/iommu/ by Rob Herring · 6 years ago
- 03ebe48 Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into next by Joerg Roedel · 6 years ago
- 9b468f7 iommu/arm-smmu: Use helper functions to access dev->iommu_fwspec by Joerg Roedel · 6 years ago
- a868e85 iommu/arm-smmu-v3: Use explicit mb() when moving cons pointer by Will Deacon · 6 years ago
- 84a9a75 iommu/arm-smmu-v3: Avoid memory corruption from Hisilicon MSI payloads by Zhen Lei · 6 years ago
- 3cd508a iommu/arm-smmu-v3: Fix big-endian CMD_SYNC writes by Robin Murphy · 6 years ago
- c07b642 iommu/arm-smmu: Make arm-smmu-v3 explicitly non-modular by Paul Gortmaker · 6 years ago
- 5e73107 iommu/arm-smmu-v3: Remove unnecessary wrapper function by Andrew Murray · 6 years ago
- 2d7ca2c iommu/arm-smmu-v3: Add SPDX header by Andrew Murray · 6 years ago
- 9662b99 iommu/arm-smmu-v3: Add support for non-strict mode by Zhen Lei · 6 years ago
- 07fdef3 iommu/arm-smmu-v3: Implement flush_iotlb_all hook by Zhen Lei · 6 years ago
- 901510e iommu/arm-smmu-v3: Avoid back-to-back CMD_SYNC operations by Zhen Lei · 6 years ago
- 0f02477 iommu/arm-smmu-v3: Fix unexpected CMD_SYNC timeout by Zhen Lei · 6 years ago
- 657135f iommu/arm-smmu-v3: Fix a couple of minor comment typos by John Garry · 6 years ago
- 18b8bfd Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 6 years ago
- 6488a7f Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/omap', 'x86/amd', 'x86/vt-d' and 'core' into next by Joerg Roedel · 6 years ago
- d88e61f iommu: Remove the ->map_sg indirection by Christoph Hellwig · 6 years ago
- b63b343 iommu/arm-smmu-v3: Abort all transactions if SMMU is enabled in kdump kernel by Will Deacon · 6 years ago
- a71792d iommu/arm-smmu-v3: Prevent any devices access to memory without registration by Zhen Lei · 7 years ago
- 0d53596 iommu/arm-smmu-v3: sync the OVACKFLG to PRIQ consumer register by Miao Zhong · 6 years ago
- ac6bbf0 iommu: Remove IOMMU_OF_DECLARE by Rob Herring · 7 years ago
- dcd189e iommu/arm-smmu-v3: Support 52-bit virtual address by Robin Murphy · 7 years ago
- 6619c91 iommu/arm-smmu-v3: Support 52-bit physical address by Robin Murphy · 7 years ago
- 7417b99 iommu/arm-smmu-v3: Clean up queue definitions by Robin Murphy · 7 years ago
- ba08bdc iommu/arm-smmu-v3: Clean up table definitions by Robin Murphy · 7 years ago
- cbcee19 iommu/arm-smmu-v3: Clean up register definitions by Robin Murphy · 7 years ago
- 1cf9e54 iommu/arm-smmu-v3: Clean up address masking by Robin Murphy · 7 years ago
- 940ded9 iommu/arm-smmu-v3: limit reporting of MSI allocation failures by Nate Watterson · 7 years ago
- 4c8996d iommu/arm-smmu-v3: Warn about missing IRQs by Robin Murphy · 7 years ago
- fedbd94 Merge branches 'arm/renesas', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d' and 'core' into next by Joerg Roedel · 7 years ago
- b0c560f iommu: Clean up of_iommu_init_fn by Robin Murphy · 7 years ago
- 563b5cb iommu/arm-smmu-v3: Cope with duplicated Stream IDs by Robin Murphy · 7 years ago
- 57d72e1 iommu/arm-smmu-v3: Don't free page table ops twice by Jean-Philippe Brucker · 7 years ago
- 56f1944 Merge branches 'iommu/arm/smmu', 'iommu/updates', 'iommu/vt-d', 'iommu/ipmmu-vmsa' and 'iommu/iova' into iommu-next-20171113.0 by Alex Williamson · 7 years ago
- 8ff0f72 iommu/arm-smmu-v3: Use burst-polling for sync completion by Robin Murphy · 7 years ago
- a529ea1 iommu/arm-smmu-v3: Consolidate identical timeouts by Will Deacon · 7 years ago
- 4980659 iommu/arm-smmu-v3: Split arm_smmu_cmdq_issue_sync in half by Will Deacon · 7 years ago
- 37de98f iommu/arm-smmu-v3: Use CMD_SYNC completion MSI by Robin Murphy · 7 years ago
- dce032a iommu/arm-smmu-v3: Forget about cmdq-sync interrupt by Robin Murphy · 7 years ago
- 2f657ad iommu/arm-smmu-v3: Specialise CMD_SYNC handling by Robin Murphy · 7 years ago
- 2a22baa iommu/arm-smmu-v3: Correct COHACC override message by Robin Murphy · 7 years ago
- 9cff86fd2 iommu/arm-smmu-v3: Avoid ILLEGAL setting of STE.S1STALLD and CD.S by Yisheng Xie · 7 years ago
- 704c038 iommu/arm-smmu-v3: Ensure we sync STE when only changing config field by Will Deacon · 7 years ago
- 6948d4a iommu/arm-smmu: Remove ACPICA workarounds by Robin Murphy · 7 years ago
- 32b1244 iommu/io-pgtable-arm: Convert to IOMMU API TLB sync by Robin Murphy · 7 years ago