summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/iommu.c
AgeCommit message (Expand)Author
2019-08-30Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2019-08-30powerpc/powernv/ioda: Remove obsolete iommu_table_ops::exchange callbacksAlexey Kardashevskiy
2019-08-30powerpc/powernv/ioda: Split out TCE invalidation from TCE updatesAlexey Kardashevskiy
2019-08-19powerpc/powernv/ioda2: Create bigger default window with 64k IOMMU pagesAlexey Kardashevskiy
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-01-01Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-12-21powerpc/powernv/pseries: Rework device adding to IOMMU groupsAlexey Kardashevskiy
2018-12-21powerpc/vfio/iommu/kvm: Do not pin device memoryAlexey Kardashevskiy
2018-12-17powerpc/iommu: Use device_iommu_mapped()Joerg Roedel
2018-12-06powerpc/iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-09-19powerpc/iommu: Avoid derefence before pointer checkBreno Leitao
2018-09-12KVM: PPC: Avoid marking DMA-mapped pages dirty in real modeAlexey Kardashevskiy
2017-09-01powerpc/iommu: Use permission-specific DEVICE_ATTR variantsJulia Lawall
2017-08-15powerpc/iommu: Avoid undefined right shift in iommu_range_alloc()Michael Ellerman
2017-08-01powerpc/kernel: Avoid preemption check in iommu_range_alloc()Victor Aoqui
2017-06-28powerpc: implement ->mapping_errorChristoph Hellwig
2017-04-20KVM: PPC: iommu: Unify TCE checkingAlexey Kardashevskiy
2017-03-30powerpc/vfio_spapr_tce: Add reference counting to iommu_tableAlexey Kardashevskiy
2017-03-30powerpc/iommu/vfio_spapr_tce: Cleanup iommu_table disposalAlexey Kardashevskiy
2017-03-30powerpc/powernv/iommu: Add real mode version of iommu_table_ops::exchange()Alexey Kardashevskiy
2016-10-11powerpc: implement the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2015-06-11powerpc/iommu/powernv: Release replaced TCEAlexey Kardashevskiy
2015-06-11powerpc/iommu: Fix IOMMU ownership control functionsAlexey Kardashevskiy
2015-06-11vfio: powerpc/spapr/iommu/powernv/ioda2: Rework IOMMU ownership controlAlexey Kardashevskiy
2015-06-11powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_groupAlexey Kardashevskiy
2015-06-11powerpc/spapr: vfio: Replace iommu_table with iommu_table_groupAlexey Kardashevskiy
2015-06-11powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_tableAlexey Kardashevskiy
2015-06-11powerpc/powernv: Do not set "read" flag if direction==DMA_NONEAlexey Kardashevskiy
2015-06-11vfio: powerpc/spapr: Move page pinning from arch code to VFIO IOMMU driverAlexey Kardashevskiy
2015-06-11powerpc/iommu: Always release iommu_table in iommu_free_table()Alexey Kardashevskiy
2015-06-11powerpc/iommu: Put IOMMU group explicitlyAlexey Kardashevskiy
2015-03-04powerpc/iommu: Remove IOMMU device references via bus notifierNishanth Aravamudan
2014-12-11Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2014-11-18powerpc/iommu: Rename iommu_[un]map_sg functionsJoerg Roedel
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter
2014-08-13powerpc/powernv: Fix IOMMU group lostGavin Shan
2014-08-05powerpc/iommu: Fix comments with it_page_shiftAlexey Kardashevskiy
2014-02-11powerpc/powernv: Add iommu DMA bypass support for IODA2Benjamin Herrenschmidt
2014-01-15powerpc/iommu: Don't detach device without IOMMU groupGavin Shan
2013-12-30powerpc/iommu: Update the generic code to use dynamic iommu page sizesAlistair Popple
2013-12-30powerpc/iommu: Update constant names to reflect their hardcoded page sizeAlistair Popple
2013-12-05PPC: POWERNV: move iommu_add_device earlierAlexey Kardashevskiy
2013-10-03powerpc/iommu: Use GFP_KERNEL instead of GFP_ATOMIC in iommu_init_table()Nishanth Aravamudan
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell
2013-06-20powerpc/vfio: Enable on PowerNV platformAlexey Kardashevskiy
2013-04-18powerpc: Use PTR_RET instead of IS_ERR/PTR_ERRAdrian-Leonard Radu
2013-01-10powerpc/iommu: Prevent false TCE leak messageThadeu Lima de Souza Cascardo