aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-11powerpc/iommu: Put IOMMU group explicitlyAlexey Kardashevskiy1-7/+0
2015-03-04powerpc/iommu: Remove IOMMU device references via bus notifierNishanth Aravamudan1-0/+26
2014-12-11Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds1-1/+1
2014-11-18powerpc/iommu: Rename iommu_[un]map_sg functionsJoerg Roedel1-8/+8
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter1-1/+1
2014-08-13powerpc/powernv: Fix IOMMU group lostGavin Shan1-17/+21
2014-08-05powerpc/iommu: Fix comments with it_page_shiftAlexey Kardashevskiy1-2/+2
2014-02-11powerpc/powernv: Add iommu DMA bypass support for IODA2Benjamin Herrenschmidt1-0/+12
2014-01-15powerpc/iommu: Don't detach device without IOMMU groupGavin Shan1-0/+11
2013-12-30powerpc/iommu: Update the generic code to use dynamic iommu page sizesAlistair Popple1-41/+47
2013-12-30powerpc/iommu: Update constant names to reflect their hardcoded page sizeAlistair Popple1-39/+39
2013-12-05PPC: POWERNV: move iommu_add_device earlierAlexey Kardashevskiy1-44/+4
2013-10-03powerpc/iommu: Use GFP_KERNEL instead of GFP_ATOMIC in iommu_init_table()Nishanth Aravamudan1-1/+1
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell1-1/+1
2013-06-20powerpc/vfio: Enable on PowerNV platformAlexey Kardashevskiy1-0/+323
2013-04-18powerpc: Use PTR_RET instead of IS_ERR/PTR_ERRAdrian-Leonard Radu1-1/+1
2013-01-10powerpc/iommu: Prevent false TCE leak messageThadeu Lima de Souza Cascardo1-0/+7
2012-11-15powerpc/iommu: Use bitmap libraryAkinobu Mita1-11/+5
2012-10-04powerpc/iommu: Fix multiple issues with IOMMU pools codeAnton Blanchard1-1/+4
2012-07-13powerpc/iommu: Fix iommu pool initializationBenjamin Herrenschmidt1-2/+2
2012-07-10powerpc: IOMMU fault injectionAnton Blanchard1-0/+94
2012-07-03powerpc/iommu: Implement IOMMU pools to improve multiqueue adapter performanceAnton Blanchard1-34/+114
2012-07-03powerpc/iommu: Push spinlock into iommu_range_alloc and __iommu_freeAnton Blanchard1-33/+8
2012-07-03powerpc/iommu: Reduce spinlock coverage in iommu_freeAnton Blanchard1-11/+40
2012-07-03powerpc/iommu: Reduce spinlock coverage in iommu_alloc and iommu_freeAnton Blanchard1-10/+5
2012-02-23fadump: Register for firmware assisted dump.Mahesh Salgaonkar1-1/+7
2011-09-23powerpc: Reserve iommu page 0Thadeu Lima de Souza Cascardo1-0/+8
2010-12-09powerpc: iommu: Add device name to iommu error printksAnton Blanchard1-6/+8
2010-05-21powerpc: Remove unused 'protect4gb' boot parameterFUJITA Tomonori1-12/+0
2010-03-19powerpc: Remove IOMMU_VMERGE config optionFUJITA Tomonori1-6/+1
2009-12-16iommu-helper: use bitmap libraryAkinobu Mita1-2/+2
2009-01-13powerpc: Change u64/s64 to a long long integer typeIngo Molnar1-6/+6
2008-10-31powerpc: Update remaining dma_mapping_ops to use map/unmap_pageMark Nelson1-10/+12
2008-10-31powerpc: Use is_kdump_kernel()Milton Miller1-1/+2
2008-10-22powerpc: Support for relocatable kdump kernelMohan Kumar M1-32/+37
2008-10-16powerpc: use iommu_num_pages function in IOMMU codeJoerg Roedel1-16/+7
2008-10-16powerpc: rename iommu_num_pages function to iommu_nr_pagesJoerg Roedel1-6/+6
2008-07-25powerpc/pseries: iommu enablement for CMORobert Jennings1-5/+23
2008-07-22powerpc/dma: Use the struct dma_attrs in iommu codeMark Nelson1-5/+8
2008-07-09powerpc/dma: implement new dma_*map*_attrs() interfacesMark Nelson1-4/+7
2008-07-09powerpc/dma: Add struct iommu_table argument to iommu_map_sg()Mark Nelson1-4/+3
2008-04-01[POWERPC] Replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-02-05iommu sg: powerpc: remove DMA 4GB boundary protectionFUJITA Tomonori1-20/+1
2008-02-05iommu sg: powerpc: convert iommu to use the IOMMU helperFUJITA Tomonori1-33/+31
2008-02-05iommu sg merging: ppc: make iommu respect the segment size limitsFUJITA Tomonori1-2/+6
2008-01-24Merge branch 'linux-2.6'Paul Mackerras1-3/+14
2008-01-15[POWERPC] Workaround for iommu page alignmentBenjamin Herrenschmidt1-3/+14
2007-12-11[POWERPC] iommu_free_table doesn't need the device_nodeStephen Rothwell1-5/+3
2007-10-22Update arch/ to use sg helpersJens Axboe1-1/+1
2007-10-16PPC: sg chaining supportJens Axboe1-9/+14