aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/pci/pci_dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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