summaryrefslogtreecommitdiffstats
path: root/arch/s390/pci/pci_dma.c
Commit message (Expand)AuthorAgeFilesLines
* s390/pci: Use dma-iommu layerNiklas Schnelle2023-10-021-735/+0
* iommu/s390: Use GFP_KERNEL in sleepable contextsJason Gunthorpe2023-01-251-1/+1
* iommu/s390: Push the gfp parameter to the kmem_cache_alloc()'sJason Gunthorpe2023-01-251-14/+17
* s390/pci: use lock-free I/O translation updatesNiklas Schnelle2022-11-191-29/+45
* iommu/s390: Make attach succeed even if the device is in error stateNiklas Schnelle2022-11-191-1/+2
* s390/pci: convert high_memory to physical addressNiklas Schnelle2022-09-141-1/+1
* s390/pci: use physical addresses in DMA tablesNiklas Schnelle2021-12-061-13/+13
* s390/pci: add s390_iommu_aperture kernel parameterNiklas Schnelle2021-10-261-2/+23
* Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-09-021-6/+7
|\
| * s390/pci: don't set failed sg dma_address to DMA_MAPPING_ERRORLogan Gunthorpe2021-08-091-1/+0
| * s390/pci: return error code from s390_dma_map_sg()Martin Oliveira2021-08-091-5/+7
* | s390/pci: improve DMA translation init and exitNiklas Schnelle2021-08-251-8/+17
|/
* dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-061-1/+1
* dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig2020-09-251-0/+2
* dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen2020-09-031-4/+2
* Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-0/+2
|\
| * dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig2019-09-041-0/+2
* | s390/pci: avoid using strncmp with hardcoded lengthVasily Gorbik2019-08-291-2/+2
|/
* dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig2018-12-201-1/+1
* s390: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-13/+5
* dma-debug: move initialization to common codeChristoph Hellwig2018-05-081-9/+0
* PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-2/+0
* s390/pci: handle insufficient resources during dma tlb flushSebastian Ott2017-12-131-2/+19
* s390: pci: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-241-0/+1
* Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-061-5/+13
|\
| * s390: implement ->mapping_errorChristoph Hellwig2017-06-281-5/+13
* | s390/pci: improve unreg_ioat error handlingSebastian Ott2017-06-281-1/+3
|/
* treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-12-131-17/+19
|\
| * s390/pci_dma: remove memset from dma_allocSebastian Ott2016-11-171-2/+0
| * s390/pci_dma: make lazy flush independent from the tlb_refresh bitSebastian Ott2016-11-171-8/+11
| * s390/pci: fix dma address calculation in map_sgSebastian Ott2016-11-171-7/+8
* | s390: pci: don't print uninitialized data for debuggingArnd Bergmann2016-11-111-1/+1
|/
* s390/pci_dma: improve lazy flush for unmapSebastian Ott2016-09-221-14/+33
* s390/pci_dma: split dma_update_transSebastian Ott2016-09-221-21/+44
* s390/pci_dma: improve map_sgSebastian Ott2016-09-221-24/+82
* s390/pci_dma: simplify dma address calculationSebastian Ott2016-09-221-19/+18
* s390/pci_dma: remove dma address range checkSebastian Ott2016-09-221-5/+0
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-11/+12
* s390/pci: ensure to not cross a dma segment boundarySebastian Ott2016-06-131-1/+2
* s390/pci: ensure page aligned dma start addressSebastian Ott2016-06-131-0/+1
* s390/pci: fix use after free in dma_initSebastian Ott2016-04-211-6/+10
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-03-201-2/+2
|\
| * s390/dma: Allow per device dma opsChristian Borntraeger2016-03-021-2/+2
* | s390/pci: remove pdev pointer from arch dataSebastian Ott2016-02-231-9/+12
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-01-131-5/+14
|\
| * s390/pci_dma: fix DMA table corruption with > 4 TB main memoryGerald Schaefer2015-11-271-5/+14
* | [s390] page_to_phys() always returns a multiple of PAGE_SIZEAl Viro2016-01-091-2/+1
|/
* s390/pci_dma: improve debugging of errors during dma mapSebastian Ott2015-11-091-11/+30
* s390/pci_dma: handle dma table failuresSebastian Ott2015-11-091-14/+24