summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/iommu.c
AgeCommit message (Expand)Author
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
2012-11-15powerpc/iommu: Use bitmap libraryAkinobu Mita
2012-10-04powerpc/iommu: Fix multiple issues with IOMMU pools codeAnton Blanchard
2012-07-13powerpc/iommu: Fix iommu pool initializationBenjamin Herrenschmidt
2012-07-10powerpc: IOMMU fault injectionAnton Blanchard
2012-07-03powerpc/iommu: Implement IOMMU pools to improve multiqueue adapter performanceAnton Blanchard
2012-07-03powerpc/iommu: Push spinlock into iommu_range_alloc and __iommu_freeAnton Blanchard
2012-07-03powerpc/iommu: Reduce spinlock coverage in iommu_freeAnton Blanchard
2012-07-03powerpc/iommu: Reduce spinlock coverage in iommu_alloc and iommu_freeAnton Blanchard
2012-02-23fadump: Register for firmware assisted dump.Mahesh Salgaonkar
2011-09-23powerpc: Reserve iommu page 0Thadeu Lima de Souza Cascardo
2010-12-09powerpc: iommu: Add device name to iommu error printksAnton Blanchard
2010-05-21powerpc: Remove unused 'protect4gb' boot parameterFUJITA Tomonori
2010-03-19powerpc: Remove IOMMU_VMERGE config optionFUJITA Tomonori
2009-12-16iommu-helper: use bitmap libraryAkinobu Mita