summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/pseries/iommu.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-25Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linuxLinus Torvalds1-1/+1
2012-07-06devicetree: add helper inline for retrieving a node's full nameGrant Likely1-1/+1
2012-07-03powerpc/pseries: Disable interrupts around IOMMU percpu data accessesAnton Blanchard1-0/+6
2012-07-03powerpc/pseries/iommu: remove default window before attempting DDW manipulationNishanth Aravamudan1-15/+92
2012-06-29powerpc/pseries: Fix software invalidate TCEMichael Neuling1-2/+2
2012-03-28powerpc/eeh: Remove eeh information from pci_dnGavin Shan1-16/+13
2011-11-25powerpc/powernv: Add TCE SW invalidation supportBenjamin Herrenschmidt1-3/+3
2011-11-25powerpc/pseries: Software invalidatation of TCEsMilton Miller1-5/+56
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-11-01powerpc: Fix up implicit sched.h usersPaul Gortmaker1-0/+1
2011-09-20pseries/iommu: Add missing kfreeJulia Lawall1-2/+5
2011-09-20powerpc: Use the newly added get_required_mask dma_map_ops hookMilton Miller1-1/+1
2011-09-01powerpc: Override dma_get_required_mask by platform hook and opsMilton Miller1-0/+27
2011-05-19powerpc/pseries/iommu: Cleanup ddw namingMilton Miller1-23/+19
2011-05-19powerpc/pseries/iommu: Find windows after kexec during bootMilton Miller1-28/+24
2011-05-19powerpc/pseries/iommu: Remove ddw property when destroying windowMilton Miller1-2/+10
2011-05-19powerpc/pseries/iommu: Add additional checks when changing iommu maskMilton Miller1-4/+11
2011-05-19powerpc/pseries/iommu: Use correct return type in dupe_ddw_if_already_createdNishanth Aravamudan1-1/+1
2011-05-19pseries/iommu: Restore iommu table pointer when restoring iommu opsNishanth Aravamudan1-2/+3
2011-05-19powerpc: Fix kexec with dynamic dma windowsNishanth Aravamudan1-9/+14
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2011-03-04powerpc/pseries: Add support for dynamic dma windowsNishanth Aravamudan1-0/+587
2010-12-09powerpc/pseries: Pass phb only to iommu_table_setparms_lparBenjamin Herrenschmidt1-7/+4
2010-12-09powerpc/pseries: Do not need to check for dma_window == NULLNishanth Aravamudan1-6/+0
2010-12-09powerpc/pseries: Checking for pdn->parent is redundantNishanth Aravamudan1-4/+1
2010-12-09powerpc/pseries: Do not search for dma-window property on dlpar removeNishanth Aravamudan1-5/+1
2010-11-29powerpc/pseries: iommu cleanupNishanth Aravamudan1-7/+2
2010-11-29powerpc/pseries: Add kernel parameter to disable batched hcallsWill Schmidt1-0/+14
2010-08-24powerpc: Fix bogus it_blocksize in VIO iommu codeAnton Blanchard1-4/+4
2010-07-14lmb: rename to memblockYinghai Lu1-1/+1
2010-05-19of: eliminate of_device->node and dev_archdata->{of,prom}_nodeGrant Likely1-1/+1
2009-09-24powerpc: Change archdata dma_data to a unionBecky Bruce1-4/+4
2009-06-09powerpc/pseries: Fix warnings when printing resource_size_tStephen Rothwell1-2/+2
2009-01-13powerpc: Change u64/s64 to a long long integer typeIngo Molnar1-18/+17
2008-10-31powerpc: Use is_kdump_kernel()Milton Miller1-2/+2
2008-10-22powerpc: Support for relocatable kdump kernelMohan Kumar M1-3/+3
2008-07-25powerpc/pseries: iommu enablement for CMORobert Jennings1-10/+32
2008-07-22powerpc/dma: Use the struct dma_attrs in iommu codeMark Nelson1-5/+9
2008-05-14[POWERPC] Fix sparse warnings in arch/powerpc/platforms/pseriesMichael Ellerman1-6/+9
2008-04-24[POWERPC] Convert from DBG() to pr_debug() in platforms/pseries/Michael Ellerman1-20/+19
2007-12-11[POWERPC] pci_controller->arch_data really is a struct device_node *Stephen Rothwell1-1/+1
2007-12-11[POWERPC] pSeries: Remove dependency on pci_dn bussubnoStephen Rothwell1-17/+7
2007-12-11[POWERPC] iommu_free_table doesn't need the device_nodeStephen Rothwell1-1/+1
2007-05-10[POWERPC] Minor pSeries IOMMU debug cleanupMichael Neuling1-1/+2
2007-05-02[POWERPC] pseries: Handle null iommu dma-window property correctlyLinas Vepstas1-0/+6
2007-04-12[POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell1-6/+6
2007-03-09[POWERPC] Allow pSeries to build without CONFIG_PCIStephen Rothwell1-23/+30
2007-03-09[POWERPC] Create and use set_pci_dma_opsStephen Rothwell1-2/+2
2007-01-22[POWERPC] Fix broken DMA on non-LPAR pSeriesLinas Vepstas1-1/+2
2006-12-04[POWERPC] Refactor 64 bits DMA operationsBenjamin Herrenschmidt1-44/+46