aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-2/+2
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche1-1/+1
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-1/+1
2017-01-16s390/pci: use proper endianness annotationsSebastian Ott1-4/+4
2016-12-14s390/pci: query fmb lengthSebastian Ott2-1/+2
2016-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds4-18/+31
2016-11-23s390/pci: use unique UIDs for domain enumerationSebastian Ott2-0/+11
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-11-11s390/atomic: refactor atomic primitivesMartin Schwidefsky1-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-24s390/pci: add zpci_report_error interfaceMartin Schwidefsky1-0/+9
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-11/+12
2016-07-18s390/pci: Delete an unnecessary check before the function call "pci_dev_put"Markus Elfring1-2/+1
2016-06-28s390/pci: use basic blocks for pci inline assembliesHeiko Carstens1-1/+11
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-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-14/+70
2016-04-21s390/pci: fix use after free in dma_initSebastian Ott1-6/+10
2016-04-15s390/pci: fmb enhancementsSebastian Ott1-14/+47
2016-04-15s390/pci: add report_error attributeSebastian Ott1-0/+23
2016-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+1
2016-04-01s390/pci: PCI function group 0 is valid for clp_query_pci_fnPierre Morel1-2/+1
2016-03-20Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-2/+3
2016-03-14s390/pci: enforce fmb page boundary ruleSebastian Ott1-1/+4
2016-03-07s390/pci: add ioctl interface for CLPMartin Schwidefsky1-12/+235
2016-03-02s390/dma: Allow per device dma opsChristian Borntraeger2-2/+3
2016-02-23s390/pci: remove pdev pointer from arch dataSebastian Ott4-19/+26
2016-01-26s390/pci: remove iomap sanity checksSebastian Ott1-9/+4
2016-01-26s390/pci: set error state for unusable functionsSebastian Ott1-0/+5
2016-01-26s390/pci: fix bar checkSebastian Ott1-1/+1
2016-01-26s390/pci: resize iomapSebastian Ott1-12/+22
2016-01-26s390/pci: improve ZPCI_* macrosSebastian Ott1-1/+1
2016-01-26s390/pci: provide ZPCI_ADDR macroSebastian Ott1-7/+3
2016-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-7/+15
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 Schaefer2-7/+15
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-11-05Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-12/+25
2015-10-14s390/pci: reshuffle struct used to write debug dataSebastian Ott1-3/+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