summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/iommu.h
Commit message (Expand)AuthorAgeFilesLines
* powerpc/iommu: Reimplement the iommu_table_group_ops for pSeriesShivaprasad G Bhat2024-06-281-2/+2
* powerpc/iommu: Move dev_has_iommu_table() to iommu.cShivaprasad G Bhat2024-06-281-0/+6
* powerpc/iommu: Move pSeries specific functions to pseries/iommu.cShivaprasad G Bhat2024-06-281-1/+3
* powerpc/pseries/iommu: Split Dynamic DMA Window to be used in Hybrid modeGaurav Batra2024-06-041-0/+2
* powerpc: Move DMA64_PROPNAME define to a headerMichal Suchanek2023-08-181-0/+3
* powerpc/iommu: Remove iommu_del_device()Jason Gunthorpe2023-05-171-5/+0
* powerpc/iommu: Add "borrowing" iommu_table_group_opsAlexey Kardashevskiy2023-03-141-3/+3
* KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlersAlexey Kardashevskiy2022-05-191-4/+2
* powerpc/pseries: Add __init attribute to eligible functionsNick Child2021-12-231-1/+1
* powerpc/machdep: Remove stale functions from ppc_md structureChristophe Leroy2021-10-221-6/+0
* powerpc/kernel/iommu: Add new iommu_table_in_use() helperLeonardo Bras2021-08-271-0/+1
* dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-061-1/+1
* powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy2020-05-111-2/+2
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2019-08-301-7/+14
|\
| * powerpc/powernv/ioda: Remove obsolete iommu_table_ops::exchange callbacksAlexey Kardashevskiy2019-08-301-10/+0
| * powerpc/powernv/ioda: Split out TCE invalidation from TCE updatesAlexey Kardashevskiy2019-08-301-0/+17
* | powerpc/powernv/ioda2: Create bigger default window with 64k IOMMU pagesAlexey Kardashevskiy2019-08-191-2/+5
|/
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-8/+0
|\
| * powerpc: remove device_to_mask()Christoph Hellwig2019-07-031-8/+0
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
|/
* powerpc/dma: trim the fat from <asm/dma-mapping.h>Christoph Hellwig2019-02-181-0/+10
* powerpc/cell: use the generic iommu bypass codeChristoph Hellwig2019-02-181-0/+6
* powerpc/dma: untangle vio_dma_mapping_ops from dma_iommu_opsChristoph Hellwig2019-02-181-0/+1
* Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-281-4/+0
|\
| * powerpc/iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-4/+0
* | powerpc/powernv/pseries: Rework device adding to IOMMU groupsAlexey Kardashevskiy2018-12-211-8/+4
* | powerpc/vfio/iommu/kvm: Do not pin device memoryAlexey Kardashevskiy2018-12-211-2/+3
|/
* KVM: PPC: Optimize clearing TCEs for sparse tablesAlexey Kardashevskiy2018-10-201-1/+1
* KVM: PPC: Avoid marking DMA-mapped pages dirty in real modeAlexey Kardashevskiy2018-09-121-2/+0
* powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy2018-07-301-0/+1
* powerpc/powernv/ioda: Allocate indirect TCE levels on demandAlexey Kardashevskiy2018-07-161-2/+5
* powerpc/powernv: Add indirect levels to it_userspaceAlexey Kardashevskiy2018-07-161-3/+3
* KVM: PPC: Make iommu_table::it_userspace big endianAlexey Kardashevskiy2018-07-161-1/+1
* powerpc: implement ->mapping_errorChristoph Hellwig2017-06-281-0/+4
* KVM: PPC: iommu: Unify TCE checkingAlexey Kardashevskiy2017-04-201-5/+15
* powerpc/vfio_spapr_tce: Add reference counting to iommu_tableAlexey Kardashevskiy2017-03-301-2/+3
* powerpc/powernv/iommu: Add real mode version of iommu_table_ops::exchange()Alexey Kardashevskiy2017-03-301-0/+7
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-5/+5
* powerpc/dart: Use a cachable DARTBenjamin Herrenschmidt2016-07-211-1/+0
* powerpc/iommu: Remove dma_data unionBenjamin Herrenschmidt2015-07-131-6/+25
* vfio: powerpc/spapr: Support Dynamic DMA windowsAlexey Kardashevskiy2015-06-111-1/+1
* vfio: powerpc/spapr: Register memory and define IOMMU v2Alexey Kardashevskiy2015-06-111-0/+6
* powerpc/iommu/ioda2: Add get_table_size() to calculate the size of future tableAlexey Kardashevskiy2015-06-111-0/+5
* vfio: powerpc/spapr: powerpc/powernv/ioda: Define and implement DMA windows APIAlexey Kardashevskiy2015-06-111-0/+19
* powerpc/powernv: Implement multilevel TCE tablesAlexey Kardashevskiy2015-06-111-0/+2
* powerpc/iommu/powernv: Release replaced TCEAlexey Kardashevskiy2015-06-111-4/+18
* vfio: powerpc/spapr/iommu/powernv/ioda2: Rework IOMMU ownership controlAlexey Kardashevskiy2015-06-111-1/+10
* powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_groupAlexey Kardashevskiy2015-06-111-1/+7
* powerpc/spapr: vfio: Replace iommu_table with iommu_table_groupAlexey Kardashevskiy2015-06-111-8/+11
* powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_tableAlexey Kardashevskiy2015-06-111-0/+17