- 6adc19f Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
- a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
- 8f02f36 Merge tag 'iommu-drivers-move-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 4 years, 7 months ago
- 672cf6d iommu/vt-d: Move Intel IOMMU driver into subdirectory by Joerg Roedel · 4 years, 7 months ago
- ad8694b iommu/amd: Move AMD IOMMU driver into subdirectory by Joerg Roedel · 4 years, 7 months ago
- d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
- 23fc02e Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 7 months ago
- 4e3a16e Merge tag 'iommu-updates-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 4 years, 7 months ago
- 1ee18de9 Merge tag 'dma-mapping-5.8' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 7 months ago
- 431275a iommu: Check for deferred attach in iommu_group_do_dma_attach() by Joerg Roedel · 4 years, 8 months ago
- cc69fc4 Merge branches 'arm/msm', 'arm/allwinner', 'arm/smmu', 'x86/vt-d', 'hyper-v', 'core' and 'x86/amd' into next by Joerg Roedel · 4 years, 8 months ago
- 736c333 iommu/amd: Remove redundant devid checks by Joerg Roedel · 4 years, 8 months ago
- 05a0542 iommu/amd: Store dev_data as device iommu private data by Joerg Roedel · 4 years, 8 months ago
- 786dfe4 iommu/amd: Merge private header files by Joerg Roedel · 4 years, 8 months ago
- e1980df iommu/amd: Remove PD_DMA_OPS_MASK by Joerg Roedel · 4 years, 8 months ago
- 301441a iommu/amd: Consolidate domain allocation/freeing by Joerg Roedel · 4 years, 8 months ago
- 75b2774 iommu/amd: Free page-table in protection_domain_free() by Joerg Roedel · 4 years, 8 months ago
- a71730e iommu/amd: Allocate page-table in protection_domain_init() by Joerg Roedel · 4 years, 8 months ago
- 1226c37 iommu/amd: Let free_pagetable() not rely on domain->pt_root by Joerg Roedel · 4 years, 8 months ago
- fb1b6955 iommu/amd: Unexport get_dev_data() by Joerg Roedel · 4 years, 8 months ago
- 4c201d5 Merge tag 'v5.7-rc7' into x86/amd by Joerg Roedel · 4 years, 8 months ago
- 7cc3161 iommu: Fix reference count leak in iommu_group_alloc. by Qiushi Wu · 4 years, 8 months ago
- 71974cf iommu/vt-d: Fix compile warning by Jacob Pan · 4 years, 8 months ago
- bba9cc2 iommu/vt-d: Remove real DMA lookup in find_domain by Jon Derrick · 4 years, 8 months ago
- 4fda230 iommu/vt-d: Allocate domain info for real DMA sub-devices by Jon Derrick · 4 years, 8 months ago
- 8038bdb iommu/vt-d: Only clear real DMA device's context entries by Jon Derrick · 4 years, 8 months ago
- edcc40d iommu: Remove iommu_sva_ops::mm_exit() by Jean-Philippe Brucker · 4 years, 9 months ago
- 79074f6 iommu/sun50i: Constify sun50i_iommu_ops by Rikard Falkeborn · 4 years, 8 months ago
- 9f510d1 iommu/hyper-v: Constify hyperv_ir_domain_ops by Rikard Falkeborn · 4 years, 8 months ago
- da656a0 iommu/vt-d: Use pci_ats_supported() by Jean-Philippe Brucker · 4 years, 8 months ago
- 0b2527a iommu/arm-smmu-v3: Use pci_ats_supported() by Jean-Philippe Brucker · 4 years, 8 months ago
- 7a441b2 iommu/amd: Use pci_ats_supported() by Jean-Philippe Brucker · 4 years, 8 months ago
- 79659190e iommu: Don't take group reference in iommu_alloc_default_domain() by Joerg Roedel · 4 years, 8 months ago
- 7809c4d iommu/vt-d: fix a GCC warning by Qian Cai · 4 years, 8 months ago
- bfe6240 iommu/vt-d: Fix pointer cast warnings on 32 bit by Lu Baolu · 4 years, 8 months ago
- 70b8170 iommu: Don't call .probe_finalize() under group->mutex by Joerg Roedel · 4 years, 8 months ago
- 0299a1a iommu/arm-smmu-v3: Manage ASIDs with xarray by Jean-Philippe Brucker · 4 years, 8 months ago
- bd42126 iommu: Fix deferred domain attachment by Joerg Roedel · 4 years, 8 months ago
- 2bc61fb iommu/mediatek-v1: Fix a build warning for a unused variable 'data' by Yong Wu · 4 years, 8 months ago
- ae7d292 iommu/sun50i: Fix return value check in sun50i_iommu_probe() by Wei Yongjun · 4 years, 8 months ago
- 52f3fab iommu/arm-smmu-v3: Don't reserve implementation defined register space by Jean-Philippe Brucker · 4 years, 8 months ago
- d100ff3 iommu/arm-smmu-qcom: Request direct mapping for modem device by Sibi Sankar · 4 years, 8 months ago
- 0602019 iommu/arm-smmu-v3: remove set but not used variable 'smmu' by Chen Zhou · 4 years, 8 months ago
- 8bbe13f iommu/mediatek-v1: Add def_domain_type by Yong Wu · 4 years, 8 months ago
- 5df362a5 iommu/omap: Add registration for DT fwnode pointer by Tero Kristo via iommu · 4 years, 9 months ago
- e70b081 iommu/vt-d: Remove IOVA handling code from the non-dma_ops path by Tom Murphy · 4 years, 8 months ago
- 7482fd5 iommu/vt-d: Remove duplicated check in intel_svm_bind_mm() by Lu Baolu · 4 years, 8 months ago
- 81ebd91 iommu/vt-d: Remove redundant IOTLB flush by Lu Baolu · 4 years, 8 months ago
- 66ac4db iommu/vt-d: Add page request draining support by Lu Baolu · 4 years, 8 months ago
- 37e91bd iommu/vt-d: Disable non-recoverable fault processing before unbind by Lu Baolu · 4 years, 8 months ago
- 4c0fa5b iommu/vt-d: debugfs: Add support to show inv queue internals by Lu Baolu · 4 years, 8 months ago
- 8a1d824 iommu/vt-d: Multiple descriptors per qi_submit_sync() by Lu Baolu · 4 years, 8 months ago
- 064a57d iommu/vt-d: Replace intel SVM APIs with generic SVA APIs by Jacob Pan · 4 years, 8 months ago
- 76fdd6c iommu/vt-d: Report SVA feature with generic flag by Jacob Pan · 4 years, 8 months ago
- e85bb99 iommu/vt-d: Add get_domain_info() helper by Lu Baolu · 4 years, 8 months ago
- 3375303 iommu/vt-d: Add custom allocator for IOASID by Jacob Pan · 4 years, 8 months ago
- 24f27d3 iommu/vt-d: Enlightened PASID allocation by Lu Baolu · 4 years, 8 months ago
- 6ee1b77 iommu/vt-d: Add svm/sva invalidate function by Jacob Pan · 4 years, 8 months ago
- 61a06a1 iommu/vt-d: Support flushing more translation cache types by Jacob Pan · 4 years, 8 months ago
- 56722a4 iommu/vt-d: Add bind guest PASID support by Jacob Pan · 4 years, 8 months ago
- b0d1f87 iommu/vt-d: Add nested translation helper function by Jacob Pan · 4 years, 8 months ago
- 3aef9ca iommu/vt-d: Use a helper function to skip agaw for SL by Jacob Pan · 4 years, 8 months ago
- 3db9983 iommu/vt-d: Move domain helper to header by Jacob Pan · 4 years, 8 months ago
- 46b14fc iommu/omap: Add check for iommu group when no IOMMU in use by Tero Kristo via iommu · 4 years, 8 months ago
- 69cf449 iommu: Remove functions that support private domain by Sai Praneeth Prakhya · 4 years, 8 months ago
- 38b91f8 iommu/sun50i: Use __GFP_ZERO instead of memset() by Joerg Roedel · 4 years, 8 months ago
- ab785cf iommu/sun50i: Fix compile warnings by Joerg Roedel · 4 years, 8 months ago
- 4100b8c iommu: Add Allwinner H6 IOMMU driver by Maxime Ripard · 4 years, 8 months ago
- 555fb5a iommu/amd: Unify format of the printed messages by Andy Shevchenko · 4 years, 8 months ago
- 8627892 iommu/vt-d: Unify format of the printed messages by Andy Shevchenko · 4 years, 8 months ago
- 6fc7020 iommu/vt-d: Apply per-device dma_ops by Lu Baolu · 4 years, 9 months ago
- 14b3526 iommu/vt-d: Allow PCI sub-hierarchy to use DMA domain by Lu Baolu · 4 years, 9 months ago
- 327d5b2 iommu/vt-d: Allow 32bit devices to uses DMA domain by Lu Baolu · 4 years, 9 months ago
- ec9b40c Merge tag 'v5.7-rc4' into core by Joerg Roedel · 4 years, 8 months ago
- c4e0f3b iommu/msm: Make msm_iommu_lock static by Samuel Zou · 4 years, 8 months ago
- ea90228 iommu/amd: Fix get_acpihid_device_id() by Raul E Rangel · 4 years, 8 months ago
- e461b8c iommu/amd: Fix over-read of ACPI UID from IVRS table by Alexander Monakov · 4 years, 8 months ago
- 3a0ce12 iommu/iova: Unify format of the printed messages by Andy Shevchenko · 4 years, 8 months ago
- 2ba20b5 iommu/renesas: Fix unused-function warning by Arnd Bergmann · 4 years, 8 months ago
- f38338c iommu: Do not probe devices on IOMMU-less busses by Thierry Reding · 4 years, 8 months ago
- cfcccbe iommu/amd: Fix variable "iommu" set but not used by Qian Cai · 4 years, 8 months ago
- fb3637a iommu/virtio: Reverse arguments to list_add by Julia Lawall · 4 years, 9 months ago
- 0e764a0 iommu/arm-smmu: Allow client devices to select direct mapping by Jordan Crouse · 4 years, 9 months ago
- 232c5ae iommu/arm-smmu: Implement iommu_ops->def_domain_type call-back by Sai Prakash Ranjan · 4 years, 9 months ago
- 64510ed iommu: arm-smmu-impl: Convert to a generic reset implementation by Sai Prakash Ranjan · 4 years, 9 months ago
- 02782f3 iommu/arm-smmu: Make remove callback message more informative by Sai Prakash Ranjan · 4 years, 9 months ago
- 119b2b2 iommu/amd: Do not flush Device Table in iommu_map_page() by Joerg Roedel · 4 years, 9 months ago
- 19c6978 iommu/amd: Update Device Table in increase_address_space() by Joerg Roedel · 4 years, 9 months ago
- f44a4d7 iommu/amd: Call domain_flush_complete() in update_domain() by Joerg Roedel · 4 years, 9 months ago
- 5b8a9a0 iommu/amd: Do not loop forever when trying to increase address space by Joerg Roedel · 4 years, 9 months ago
- eb791aa iommu/amd: Fix race in increase_address_space()/fetch_pte() by Joerg Roedel · 4 years, 9 months ago
- 1b032ec iommu: Unexport iommu_group_get_for_dev() by Joerg Roedel · 4 years, 9 months ago
- 4e8906f iommu: Move more initialization to __iommu_probe_device() by Joerg Roedel · 4 years, 9 months ago
- 3eeeb45 iommu: Remove add_device()/remove_device() code-paths by Joerg Roedel · 4 years, 9 months ago
- 3c51c05 iommu/exynos: Convert to probe/release_device() call-backs by Joerg Roedel · 4 years, 9 months ago
- 66ae88e iommu/exynos: Use first SYSMMU in controllers list for IOMMU core by Joerg Roedel · 4 years, 9 months ago
- 6785eb9 iommu/omap: Convert to probe/release_device() call-backs by Joerg Roedel · 4 years, 9 months ago
- c822b37 iommu/omap: Remove orphan_dev tracking by Joerg Roedel · 4 years, 9 months ago
- 6580c8a iommu/renesas: Convert to probe/release_device() call-backs by Joerg Roedel · 4 years, 9 months ago
- b287ba7 iommu/tegra: Convert to probe/release_device() call-backs by Joerg Roedel · 4 years, 9 months ago