summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/iommu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-0/+1
|\
| * fix missing vmalloc.h includesKent Overstreet2024-04-251-0/+1
* | powerpc/iommu: Refactor spapr_tce_platform_iommu_attach_dev()Shivaprasad G Bhat2024-04-031-4/+3
|/
* Merge tag 'powerpc-6.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-02-241-6/+17
|\
| * powerpc/pseries/iommu: DLPAR add doesn't completely initialize pci_controllerGaurav Batra2024-02-191-6/+17
* | Merge tag 'powerpc-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-02-171-1/+3
|\|
| * powerpc/iommu: Fix the missing iommu_group_put() during platform domain attachShivaprasad G Bhat2024-02-141-1/+3
| * Revert "powerpc/pseries/iommu: Fix iommu initialisation during DLPAR add"Michael Ellerman2024-02-141-16/+5
| * powerpc/pseries/iommu: Fix iommu initialisation during DLPAR addGaurav Batra2024-02-051-5/+16
* | powerpc: iommu: Bring back table group release_ownership() callShivaprasad G Bhat2024-02-021-9/+28
|/
* Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-091-29/+24
|\
| * iommu: Move IOMMU_DOMAIN_BLOCKED global statics to ops->blocked_domainJason Gunthorpe2023-10-261-8/+1
| * powerpc/iommu: Do not do platform domain attach atctions after probeJason Gunthorpe2023-10-061-2/+8
| * powerpc/iommu: Setup a default domain and remove set_platform_dma_opsJason Gunthorpe2023-09-251-21/+17
* | powerpc: Remove extern from function implementationsBenjamin Gray2023-10-191-4/+4
|/
* powerpc/iommu: Fix notifiers being shared by PCI and VIO busesRussell Currey2023-08-251-3/+14
* powerpc/iommu: Only build sPAPR access functions on pSeriesTimothy Pearson2023-06-211-0/+4
* powerpc/iommu: DMA address offset is incorrectly calculated with 2MB TCEsGaurav Batra2023-05-171-4/+7
* powerpc/iommu: Remove iommu_del_device()Jason Gunthorpe2023-05-171-17/+0
* powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domainsAlexey Kardashevskiy2023-03-151-2/+146
* powerpc/iommu: Add "borrowing" iommu_table_group_opsAlexey Kardashevskiy2023-03-141-4/+94
* powerpc/iommu: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-081-3/+1
* powerpc/iommu: Fix iommu_table_in_use for a small default DMA window caseAlexey Kardashevskiy2022-07-281-0/+5
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-05-191-2/+2
|\
| * KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlersAlexey Kardashevskiy2022-05-191-2/+2
* | powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy2022-05-081-1/+0
|/
* Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-09-031-30/+31
|\
| * powerpc/kernel/iommu: Add new iommu_table_in_use() helperLeonardo Bras2021-08-271-30/+31
* | powerpc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERRORLogan Gunthorpe2021-08-091-2/+0
* | powerpc/iommu: return error code from .map_sg() opsMartin Oliveira2021-08-091-2/+2
|/
* Revert "powerpc/kernel/iommu: Align size for IOMMU_PAGE_SIZE() to save TCEs"Frederic Barrat2021-06-011-6/+5
* powerpc/kernel/iommu: Use largepool as a last resort when !largeallocLeonardo Bras2021-04-231-0/+9
* powerpc/kernel/iommu: Align size for IOMMU_PAGE_SIZE() to save TCEsLeonardo Bras2021-04-231-5/+6
* powerpc/iommu: Annotate nested lock for lockdepAlexey Kardashevskiy2021-04-231-2/+2
* powerpc/iommu: Do not immediately panic when failed IOMMU table allocationAlexey Kardashevskiy2021-04-231-2/+4
* powerpc/iommu: Allocate it_map by vmallocAlexey Kardashevskiy2021-04-231-12/+3
* powerpc/iommu/debug: fix ifnullfree.cocci warningskernel test robot2021-03-291-2/+1
* powerpc/iommu/debug: Add debugfs entries for IOMMU tablesAlexey Kardashevskiy2021-01-301-0/+46
* dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen2020-09-031-9/+2
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2019-08-301-10/+13
|\
| * powerpc/powernv/ioda: Remove obsolete iommu_table_ops::exchange callbacksAlexey Kardashevskiy2019-08-301-25/+1
| * powerpc/powernv/ioda: Split out TCE invalidation from TCE updatesAlexey Kardashevskiy2019-08-301-0/+27
* | powerpc/powernv/ioda2: Create bigger default window with 64k IOMMU pagesAlexey Kardashevskiy2019-08-191-22/+52
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-011-2/+2
|\
| * powerpc/iommu: Use device_iommu_mapped()Joerg Roedel2018-12-171-3/+3
* | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-281-14/+14
|\ \
| * | powerpc/iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-14/+14
| |/
* | powerpc/powernv/pseries: Rework device adding to IOMMU groupsAlexey Kardashevskiy2018-12-211-55/+3
* | powerpc/vfio/iommu/kvm: Do not pin device memoryAlexey Kardashevskiy2018-12-211-3/+8
|/