summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/iommu.c
AgeCommit message (Expand)Author
2020-12-08Merge branch 'for-next/iommu/fixes' into for-next/iommu/coreWill Deacon
2020-12-08Merge branch 'for-next/iommu/misc' into for-next/iommu/coreWill Deacon
2020-12-07iommu: Improve the performance for direct_mappingYong Wu
2020-11-26iommu: return error code when it can't get groupYang Yingliang
2020-11-25iommu: Take lock before reading iommu group default domain typeSai Praneeth Prakhya
2020-11-25iommu: Add support to change default domain of an iommu groupSai Praneeth Prakhya
2020-11-25iommu: Move def_domain type check for untrusted device into coreLu Baolu
2020-11-23iommu: Check return of __iommu_attach_device()Shameer Kolothum
2020-11-17iommu: Modify the description of iommu_sva_unbind_deviceChen Jun
2020-11-03iommu: Fix a check in iommu_check_bind_data()Dan Carpenter
2020-10-14Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-01iommu/uapi: Handle data and argsz filled by usersJacob Pan
2020-10-01iommu/uapi: Rename uapi functionsJacob Pan
2020-09-17drm, iommu: Change type of pasid to u32Fenghua Yu
2020-09-04iommu: Rename iommu_tlb_* functions to iommu_iotlb_*Tom Murphy
2020-07-29Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex...Joerg Roedel
2020-07-24iommu: Mark __iommu_map_sg() as staticBaolin Wang
2020-07-22iommu: Make some functions staticWei Yongjun
2020-07-09iommu: Fix use-after-free in iommu_release_deviceQian Cai
2020-06-30iommu: Allow page responses without PASIDJean-Philippe Brucker
2020-06-04iommu: Check for deferred attach in iommu_group_do_dma_attach()Joerg Roedel
2020-06-02Merge branches 'arm/msm', 'arm/allwinner', 'arm/smmu', 'x86/vt-d', 'hyper-v',...Joerg Roedel
2020-05-29Merge tag 'v5.7-rc7' into x86/amdJoerg Roedel
2020-05-29iommu: Fix reference count leak in iommu_group_alloc.Qiushi Wu
2020-05-29iommu: Remove iommu_sva_ops::mm_exit()Jean-Philippe Brucker
2020-05-25iommu: Don't take group reference in iommu_alloc_default_domain()Joerg Roedel
2020-05-25iommu: Don't call .probe_finalize() under group->mutexJoerg Roedel
2020-05-19iommu: Fix deferred domain attachmentJoerg Roedel
2020-05-15iommu: Remove functions that support private domainSai Praneeth Prakhya
2020-05-13Merge tag 'v5.7-rc4' into coreJoerg Roedel
2020-05-13iommu: Do not probe devices on IOMMU-less bussesThierry Reding
2020-05-05iommu: Unexport iommu_group_get_for_dev()Joerg Roedel
2020-05-05iommu: Move more initialization to __iommu_probe_device()Joerg Roedel
2020-05-05iommu: Remove add_device()/remove_device() code-pathsJoerg Roedel
2020-05-05iommu: Export bus_iommu_probe() and make is safe for re-probingJoerg Roedel
2020-05-05iommu: Move iommu_group_create_direct_mappings() out of iommu_group_add_device()Joerg Roedel
2020-05-05iommu: Split off default domain allocation from group assignmentJoerg Roedel
2020-05-05iommu: Move new probe_device path to separate functionJoerg Roedel
2020-05-05iommu: Keep a list of allocated groups in __iommu_probe_device()Joerg Roedel
2020-05-05iommu: Move default domain allocation to iommu_probe_device()Joerg Roedel
2020-05-05iommu: Add probe_device() and release_device() call-backsJoerg Roedel
2020-05-05iommu: Add def_domain_type() callback in iommu_opsSai Praneeth Prakhya
2020-05-05iommu: Move default domain allocation to separate functionJoerg Roedel
2020-05-01iommu: Properly export iommu_group_get_for_dev()Greg Kroah-Hartman
2020-04-29iommu: Fix the memory leak in dev_iommu_free()Kevin Hao
2020-03-27iommu: Move iommu_fwspec to struct dev_iommuJoerg Roedel
2020-03-27iommu: Rename struct iommu_param to dev_iommuJoerg Roedel
2020-02-28iommu: Use C99 flexible array in fwspecRobin Murphy
2020-01-24Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in...Joerg Roedel
2020-01-07iommu: Remove device link to group on failureJon Derrick