aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/pci/pci_dma.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-24treewide: Constify most dma_map_ops structuresGravatar Bart Van Assche 1-1/+1
2016-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-17/+19
2016-11-17s390/pci_dma: remove memset from dma_allocGravatar Sebastian Ott 1-2/+0
2016-11-17s390/pci_dma: make lazy flush independent from the tlb_refresh bitGravatar Sebastian Ott 1-8/+11
2016-11-17s390/pci: fix dma address calculation in map_sgGravatar Sebastian Ott 1-7/+8
2016-11-11s390: pci: don't print uninitialized data for debuggingGravatar Arnd Bergmann 1-1/+1
2016-09-22s390/pci_dma: improve lazy flush for unmapGravatar Sebastian Ott 1-14/+33
2016-09-22s390/pci_dma: split dma_update_transGravatar Sebastian Ott 1-21/+44
2016-09-22s390/pci_dma: improve map_sgGravatar Sebastian Ott 1-24/+82
2016-09-22s390/pci_dma: simplify dma address calculationGravatar Sebastian Ott 1-19/+18
2016-09-22s390/pci_dma: remove dma address range checkGravatar Sebastian Ott 1-5/+0
2016-08-04dma-mapping: use unsigned long for dma_attrsGravatar Krzysztof Kozlowski 1-11/+12
2016-06-13s390/pci: ensure to not cross a dma segment boundaryGravatar Sebastian Ott 1-1/+2
2016-06-13s390/pci: ensure page aligned dma start addressGravatar Sebastian Ott 1-0/+1
2016-04-21s390/pci: fix use after free in dma_initGravatar Sebastian Ott 1-6/+10
2016-03-20Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-2/+2
2016-03-02s390/dma: Allow per device dma opsGravatar Christian Borntraeger 1-2/+2
2016-02-23s390/pci: remove pdev pointer from arch dataGravatar Sebastian Ott 1-9/+12
2016-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-5/+14
2016-01-09[s390] page_to_phys() always returns a multiple of PAGE_SIZEGravatar Al Viro 1-2/+1
2015-11-27s390/pci_dma: fix DMA table corruption with > 4 TB main memoryGravatar Gerald Schaefer 1-5/+14
2015-11-09s390/pci_dma: improve debugging of errors during dma mapGravatar Sebastian Ott 1-11/+30
2015-11-09s390/pci_dma: handle dma table failuresGravatar Sebastian Ott 1-14/+24
2015-11-09s390/pci_dma: unify label of invalid translation table entriesGravatar Sebastian Ott 1-4/+3
2015-10-06iommu/s390: Add iommu api for s390 pci devicesGravatar Gerald Schaefer 1-12/+25
2015-09-10dma-mapping: consolidate dma_set_maskGravatar Christoph Hellwig 1-10/+0
2015-07-22s390/pci: inline get_zdevGravatar Sebastian Ott 1-4/+4
2015-04-15s390/pci: extract software counters from fmbGravatar Sebastian Ott 1-4/+4
2014-07-22s390/pci: introduce lazy IOTLB flushing for DMA unmapGravatar Gerald Schaefer 1-14/+36
2014-02-21s390/pci/dma: use correct segment boundary sizeGravatar Gerald Schaefer 1-3/+5
2013-12-16s390/pci/dma: fix accounting of allocated_pagesGravatar Sebastian Ott 1-5/+8
2013-10-24s390/pci: message cleanupGravatar Sebastian Ott 1-10/+8
2013-08-30s390/pci: use virtual memory for iommu bitmapGravatar Sebastian Ott 1-9/+3
2013-08-22s390/pci: cleanup function namesGravatar Martin Schwidefsky 1-2/+2
2013-06-26s390/pci: use to_pci_devGravatar Sebastian Ott 1-3/+3
2013-04-23s390/pci: return correct dma address for offset > PAGE_SIZEGravatar Gerald Schaefer 1-3/+1
2013-04-17s390/pci: rename instruction wrappersGravatar Sebastian Ott 1-2/+3
2013-01-08s390/pci: remove dead codeGravatar Heiko Carstens 1-2/+0
2012-12-14s390/pci: performance statistics and debug infrastructureGravatar Jan Glauber 1-1/+7
2012-12-03s390/pci: fix potential NULL pointer dereference in dma_free_seg_table()Gravatar Wei Yongjun 1-1/+2
2012-11-30s390/pci: DMA supportGravatar Jan Glauber 1-0/+505