Age | Commit message (Expand) | Author |
2020-07-29 | Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex... | Joerg Roedel |
2020-07-24 | iommu: Mark __iommu_map_sg() as static | Baolin Wang |
2020-07-22 | iommu: Make some functions static | Wei Yongjun |
2020-07-09 | iommu: Fix use-after-free in iommu_release_device | Qian Cai |
2020-06-30 | iommu: Allow page responses without PASID | Jean-Philippe Brucker |
2020-06-04 | iommu: Check for deferred attach in iommu_group_do_dma_attach() | Joerg Roedel |
2020-06-02 | Merge branches 'arm/msm', 'arm/allwinner', 'arm/smmu', 'x86/vt-d', 'hyper-v',... | Joerg Roedel |
2020-05-29 | Merge tag 'v5.7-rc7' into x86/amd | Joerg Roedel |
2020-05-29 | iommu: Fix reference count leak in iommu_group_alloc. | Qiushi Wu |
2020-05-29 | iommu: Remove iommu_sva_ops::mm_exit() | Jean-Philippe Brucker |
2020-05-25 | iommu: Don't take group reference in iommu_alloc_default_domain() | Joerg Roedel |
2020-05-25 | iommu: Don't call .probe_finalize() under group->mutex | Joerg Roedel |
2020-05-19 | iommu: Fix deferred domain attachment | Joerg Roedel |
2020-05-15 | iommu: Remove functions that support private domain | Sai Praneeth Prakhya |
2020-05-13 | Merge tag 'v5.7-rc4' into core | Joerg Roedel |
2020-05-13 | iommu: Do not probe devices on IOMMU-less busses | Thierry Reding |
2020-05-05 | iommu: Unexport iommu_group_get_for_dev() | Joerg Roedel |
2020-05-05 | iommu: Move more initialization to __iommu_probe_device() | Joerg Roedel |
2020-05-05 | iommu: Remove add_device()/remove_device() code-paths | Joerg Roedel |
2020-05-05 | iommu: Export bus_iommu_probe() and make is safe for re-probing | Joerg Roedel |
2020-05-05 | iommu: Move iommu_group_create_direct_mappings() out of iommu_group_add_device() | Joerg Roedel |
2020-05-05 | iommu: Split off default domain allocation from group assignment | Joerg Roedel |
2020-05-05 | iommu: Move new probe_device path to separate function | Joerg Roedel |
2020-05-05 | iommu: Keep a list of allocated groups in __iommu_probe_device() | Joerg Roedel |
2020-05-05 | iommu: Move default domain allocation to iommu_probe_device() | Joerg Roedel |
2020-05-05 | iommu: Add probe_device() and release_device() call-backs | Joerg Roedel |
2020-05-05 | iommu: Add def_domain_type() callback in iommu_ops | Sai Praneeth Prakhya |
2020-05-05 | iommu: Move default domain allocation to separate function | Joerg Roedel |
2020-05-01 | iommu: Properly export iommu_group_get_for_dev() | Greg Kroah-Hartman |
2020-04-29 | iommu: Fix the memory leak in dev_iommu_free() | Kevin Hao |
2020-03-27 | iommu: Move iommu_fwspec to struct dev_iommu | Joerg Roedel |
2020-03-27 | iommu: Rename struct iommu_param to dev_iommu | Joerg Roedel |
2020-02-28 | iommu: Use C99 flexible array in fwspec | Robin Murphy |
2020-01-24 | Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in... | Joerg Roedel |
2020-01-07 | iommu: Remove device link to group on failure | Jon Derrick |
2019-12-23 | iommu: Implement generic_iommu_put_resv_regions() | Thierry Reding |
2019-12-23 | drivers/iommu: Allow IOMMU bus ops to be unregistered | Will Deacon |
2019-12-23 | drivers/iommu: Take a ref to the IOMMU driver prior to ->add_device() | Will Deacon |
2019-12-23 | drivers/iommu: Export core IOMMU API symbols to permit modular drivers | Will Deacon |
2019-12-20 | Merge tag 'iommu-fixes-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2019-12-17 | iommu: set group default domain before creating direct mappings | Jerry Snitselaar |
2019-12-16 | iommu: fix KASAN use-after-free in iommu_insert_resv_region | Eric Auger |
2019-11-12 | Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm... | Joerg Roedel |
2019-10-15 | iommu: Introduce guest PASID bind function | Jacob Pan |
2019-10-15 | iommu: Introduce cache_invalidate API | Yi L Liu |
2019-10-15 | iommu: Add gfp parameter to iommu_ops::map | Tom Murphy |
2019-09-03 | iommu: Don't use sme_active() in generic code | Joerg Roedel |
2019-08-30 | iommu: Remove wrong default domain comments | Tom Murphy |
2019-08-30 | iommu: Revisit iommu_insert_resv_region() implementation | Eric Auger |
2019-08-23 | iommu: Disable passthrough mode when SME is active | Joerg Roedel |