| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-10-14 | 1 | -17/+28 |
|\ |
|
| * | iommu/uapi: Handle data and argsz filled by users | Jacob Pan | 2020-10-01 | 1 | -9/+19 |
| * | iommu/uapi: Rename uapi functions | Jacob Pan | 2020-10-01 | 1 | -15/+16 |
| * | iommu: Rename iommu_tlb_* functions to iommu_iotlb_* | Tom Murphy | 2020-09-04 | 1 | -5/+5 |
* | | drm, iommu: Change type of pasid to u32 | Fenghua Yu | 2020-09-17 | 1 | -5/+5 |
|/ |
|
*-. | Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex... | Joerg Roedel | 2020-07-29 | 1 | -22/+16 |
|\ \ |
|
| | * | iommu: Move sg_table wrapper out of CONFIG_IOMMU_SUPPORT | Marek Szyprowski | 2020-06-30 | 1 | -16/+16 |
| |/
|/| |
|
| * | iommu: Remove unused IOMMU_SYS_CACHE_ONLY flag | Will Deacon | 2020-07-08 | 1 | -6/+0 |
|/ |
|
* | Merge tag 'iommu-updates-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2020-06-08 | 1 | -47/+16 |
|\ |
|
| *---. | Merge branches 'arm/msm', 'arm/allwinner', 'arm/smmu', 'x86/vt-d', 'hyper-v',... | Joerg Roedel | 2020-06-02 | 1 | -47/+16 |
| |\ \ \ |
|
| | | | * | iommu: Remove iommu_sva_ops::mm_exit() | Jean-Philippe Brucker | 2020-05-29 | 1 | -30/+0 |
| | | |/
| | |/| |
|
| | | * | iommu: Remove functions that support private domain | Sai Praneeth Prakhya | 2020-05-15 | 1 | -12/+0 |
| | |/ |
|
| | * | iommu: Unexport iommu_group_get_for_dev() | Joerg Roedel | 2020-05-05 | 1 | -1/+0 |
| | * | iommu: Remove add_device()/remove_device() code-paths | Joerg Roedel | 2020-05-05 | 1 | -4/+0 |
| | * | iommu: Export bus_iommu_probe() and make is safe for re-probing | Joerg Roedel | 2020-05-05 | 1 | -0/+1 |
| | * | iommu: Add probe_device() and release_device() call-backs | Joerg Roedel | 2020-05-05 | 1 | -0/+9 |
| | * | iommu: Add def_domain_type() callback in iommu_ops | Sai Praneeth Prakhya | 2020-05-05 | 1 | -0/+6 |
| |/ |
|
* / | iommu: add generic helper for mapping sgtable objects | Marek Szyprowski | 2020-05-13 | 1 | -0/+16 |
|/ |
|
* | iommu: Move fwspec->iommu_priv to struct dev_iommu | Joerg Roedel | 2020-03-27 | 1 | -3/+4 |
* | iommu: Introduce accessors for iommu private data | Joerg Roedel | 2020-03-27 | 1 | -0/+10 |
* | iommu: Move iommu_fwspec to struct dev_iommu | Joerg Roedel | 2020-03-27 | 1 | -4/+8 |
* | iommu: Rename struct iommu_param to dev_iommu | Joerg Roedel | 2020-03-27 | 1 | -2/+2 |
* | iommu: Define dev_iommu_fwspec_get() for !CONFIG_IOMMU_API | Joerg Roedel | 2020-03-27 | 1 | -0/+4 |
* | iommu: Use C99 flexible array in fwspec | Robin Murphy | 2020-02-28 | 1 | -1/+1 |
*-. | Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in... | Joerg Roedel | 2020-01-24 | 1 | -3/+16 |
|\ \ |
|
| | * | iommu: Implement generic_iommu_put_resv_regions() | Thierry Reding | 2019-12-23 | 1 | -0/+2 |
| |/
|/| |
|
| * | iommu/arm-smmu-v3: Parse PASID devicetree property of platform devices | Jean-Philippe Brucker | 2020-01-15 | 1 | -0/+2 |
| * | drivers/iommu: Initialise module 'owner' field in iommu_device_set_ops() | Will Deacon | 2020-01-10 | 1 | -2/+9 |
| * | drivers/iommu: Take a ref to the IOMMU driver prior to ->add_device() | Will Deacon | 2019-12-23 | 1 | -1/+3 |
|/ |
|
*---. | Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm... | Joerg Roedel | 2019-11-12 | 1 | -5/+60 |
|\ \ \ |
|
| | | * | iommu: Introduce guest PASID bind function | Jacob Pan | 2019-10-15 | 1 | -0/+22 |
| | | * | iommu: Introduce cache_invalidate API | Yi L Liu | 2019-10-15 | 1 | -0/+14 |
| |_|/
|/| | |
|
| | * | iommu: Add gfp parameter to iommu_ops::map | Tom Murphy | 2019-10-15 | 1 | -1/+20 |
| |/
|/| |
|
| * | iommu/io-pgtable-arm: Rename IOMMU_QCOM_SYS_CACHE and improve doc | Will Deacon | 2019-11-07 | 1 | -4/+4 |
|/ |
|
* | iommu: Add helpers to set/get default domain type | Joerg Roedel | 2019-08-23 | 1 | -0/+16 |
* | iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync() | Will Deacon | 2019-07-29 | 1 | -3/+4 |
* | iommu: Introduce iommu_iotlb_gather_add_page() | Will Deacon | 2019-07-24 | 1 | -0/+31 |
* | iommu: Introduce struct iommu_iotlb_gather for batching TLB flushes | Will Deacon | 2019-07-24 | 1 | -4/+39 |
* | iommu: Remove empty iommu_tlb_range_add() callback from iommu_ops | Will Deacon | 2019-07-24 | 1 | -15/+0 |
*-------. | Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op... | Joerg Roedel | 2019-07-04 | 1 | -13/+94 |
|\ \ \ \ \ |
|
| | | | | * | iommu: Add recoverable fault reporting | Jean-Philippe Brucker | 2019-06-12 | 1 | -0/+19 |
| | | | | * | iommu: Introduce device fault report API | Jacob Pan | 2019-06-12 | 1 | -0/+29 |
| | | | | * | iommu: Introduce device fault data | Jacob Pan | 2019-06-12 | 1 | -0/+39 |
| | |_|_|/
| |/| | | |
|
| | * | | | Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin... | Joerg Roedel | 2019-07-01 | 1 | -0/+6 |
| | |\ \ \
| | | |_|/
| | |/| | |
|
| | | * | | iommu/io-pgtable-arm: Add support to use system cache | Vivek Gautam | 2019-06-18 | 1 | -0/+6 |
| | |/ /
| |/| | |
|
| | * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 | Thomas Gleixner | 2019-06-05 | 1 | -13/+1 |
| |/ / |
|
* | | | iommu: Introduce IOMMU_RESV_DIRECT_RELAXABLE reserved memory regions | Eric Auger | 2019-06-12 | 1 | -0/+6 |
* | | | iommu: Add API to request DMA domain for device | Lu Baolu | 2019-05-27 | 1 | -0/+6 |
|/ / |
|
* | | Merge branch 'api-features' into arm/smmu | Joerg Roedel | 2019-04-26 | 1 | -0/+140 |
|\ \ |
|
| * | | iommu: Bind process address spaces to devices | Jean-Philippe Brucker | 2019-04-11 | 1 | -0/+70 |