aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/pci/pci_dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig1-1/+1
2018-12-06s390: remove the mapping_error dma_map_ops methodChristoph Hellwig1-13/+5
2018-05-08dma-debug: move initialization to common codeChristoph Hellwig1-9/+0
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig1-2/+0
2017-12-13s390/pci: handle insufficient resources during dma tlb flushSebastian Ott1-2/+19
2017-11-24s390: pci: add SPDX identifiers to the remaining filesGreg Kroah-Hartman1-0/+1
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-5/+13
2017-06-28s390: implement ->mapping_errorChristoph Hellwig1-5/+13
2017-06-28s390/pci: improve unreg_ioat error handlingSebastian Ott1-1/+3
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-1/+1
2016-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-17/+19
2016-11-17s390/pci_dma: remove memset from dma_allocSebastian Ott1-2/+0
2016-11-17s390/pci_dma: make lazy flush independent from the tlb_refresh bitSebastian Ott1-8/+11
2016-11-17s390/pci: fix dma address calculation in map_sgSebastian Ott1-7/+8
2016-11-11s390: pci: don't print uninitialized data for debuggingArnd Bergmann1-1/+1
2016-09-22s390/pci_dma: improve lazy flush for unmapSebastian Ott1-14/+33
2016-09-22s390/pci_dma: split dma_update_transSebastian Ott1-21/+44
2016-09-22s390/pci_dma: improve map_sgSebastian Ott1-24/+82
2016-09-22s390/pci_dma: simplify dma address calculationSebastian Ott1-19/+18
2016-09-22s390/pci_dma: remove dma address range checkSebastian Ott1-5/+0
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-11/+12
2016-06-13s390/pci: ensure to not cross a dma segment boundarySebastian Ott1-1/+2
2016-06-13s390/pci: ensure page aligned dma start addressSebastian Ott1-0/+1
2016-04-21s390/pci: fix use after free in dma_initSebastian Ott1-6/+10
2016-03-20Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2016-03-02s390/dma: Allow per device dma opsChristian Borntraeger1-2/+2
2016-02-23s390/pci: remove pdev pointer from arch dataSebastian Ott1-9/+12
2016-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-5/+14
2016-01-09[s390] page_to_phys() always returns a multiple of PAGE_SIZEAl Viro1-2/+1
2015-11-27s390/pci_dma: fix DMA table corruption with > 4 TB main memoryGerald Schaefer1-5/+14
2015-11-09s390/pci_dma: improve debugging of errors during dma mapSebastian Ott1-11/+30
2015-11-09s390/pci_dma: handle dma table failuresSebastian Ott1-14/+24
2015-11-09s390/pci_dma: unify label of invalid translation table entriesSebastian Ott1-4/+3
2015-10-06iommu/s390: Add iommu api for s390 pci devicesGerald Schaefer1-12/+25
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig1-10/+0
2015-07-22s390/pci: inline get_zdevSebastian Ott1-4/+4
2015-04-15s390/pci: extract software counters from fmbSebastian Ott1-4/+4
2014-07-22s390/pci: introduce lazy IOTLB flushing for DMA unmapGerald Schaefer1-14/+36
2014-02-21s390/pci/dma: use correct segment boundary sizeGerald Schaefer1-3/+5
2013-12-16s390/pci/dma: fix accounting of allocated_pagesSebastian Ott1-5/+8
2013-10-24s390/pci: message cleanupSebastian Ott1-10/+8
2013-08-30s390/pci: use virtual memory for iommu bitmapSebastian Ott1-9/+3
2013-08-22s390/pci: cleanup function namesMartin Schwidefsky1-2/+2
2013-06-26s390/pci: use to_pci_devSebastian Ott1-3/+3
2013-04-23s390/pci: return correct dma address for offset > PAGE_SIZEGerald Schaefer1-3/+1
2013-04-17s390/pci: rename instruction wrappersSebastian Ott1-2/+3
2013-01-08s390/pci: remove dead codeHeiko Carstens1-2/+0
2012-12-14s390/pci: performance statistics and debug infrastructureJan Glauber1-1/+7
2012-12-03s390/pci: fix potential NULL pointer dereference in dma_free_seg_table()Wei Yongjun1-1/+2
2012-11-30s390/pci: DMA supportJan Glauber1-0/+505