summaryrefslogtreecommitdiff
path: root/arch/s390/pci/pci_dma.c
AgeCommit message (Expand)Author
2023-10-02s390/pci: Use dma-iommu layerNiklas Schnelle
2023-01-25iommu/s390: Use GFP_KERNEL in sleepable contextsJason Gunthorpe
2023-01-25iommu/s390: Push the gfp parameter to the kmem_cache_alloc()'sJason Gunthorpe
2022-11-19s390/pci: use lock-free I/O translation updatesNiklas Schnelle
2022-11-19iommu/s390: Make attach succeed even if the device is in error stateNiklas Schnelle
2022-09-14s390/pci: convert high_memory to physical addressNiklas Schnelle
2021-12-06s390/pci: use physical addresses in DMA tablesNiklas Schnelle
2021-10-26s390/pci: add s390_iommu_aperture kernel parameterNiklas Schnelle
2021-09-02Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2021-08-25s390/pci: improve DMA translation init and exitNiklas Schnelle
2021-08-09s390/pci: don't set failed sg dma_address to DMA_MAPPING_ERRORLogan Gunthorpe
2021-08-09s390/pci: return error code from s390_dma_map_sg()Martin Oliveira
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig
2020-09-25dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig
2020-09-03dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig
2019-08-29s390/pci: avoid using strncmp with hardcoded lengthVasily Gorbik
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig
2018-12-06s390: remove the mapping_error dma_map_ops methodChristoph Hellwig
2018-05-08dma-debug: move initialization to common codeChristoph Hellwig
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig
2017-12-13s390/pci: handle insufficient resources during dma tlb flushSebastian Ott
2017-11-24s390: pci: add SPDX identifiers to the remaining filesGreg Kroah-Hartman
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2017-06-28s390: implement ->mapping_errorChristoph Hellwig
2017-06-28s390/pci: improve unreg_ioat error handlingSebastian Ott
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche
2016-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2016-11-17s390/pci_dma: remove memset from dma_allocSebastian Ott
2016-11-17s390/pci_dma: make lazy flush independent from the tlb_refresh bitSebastian Ott
2016-11-17s390/pci: fix dma address calculation in map_sgSebastian Ott
2016-11-11s390: pci: don't print uninitialized data for debuggingArnd Bergmann
2016-09-22s390/pci_dma: improve lazy flush for unmapSebastian Ott
2016-09-22s390/pci_dma: split dma_update_transSebastian Ott
2016-09-22s390/pci_dma: improve map_sgSebastian Ott
2016-09-22s390/pci_dma: simplify dma address calculationSebastian Ott
2016-09-22s390/pci_dma: remove dma address range checkSebastian Ott
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2016-06-13s390/pci: ensure to not cross a dma segment boundarySebastian Ott
2016-06-13s390/pci: ensure page aligned dma start addressSebastian Ott
2016-04-21s390/pci: fix use after free in dma_initSebastian Ott
2016-03-20Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2016-03-02s390/dma: Allow per device dma opsChristian Borntraeger
2016-02-23s390/pci: remove pdev pointer from arch dataSebastian Ott
2016-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2016-01-09[s390] page_to_phys() always returns a multiple of PAGE_SIZEAl Viro
2015-11-27s390/pci_dma: fix DMA table corruption with > 4 TB main memoryGerald Schaefer
2015-11-09s390/pci_dma: improve debugging of errors during dma mapSebastian Ott
2015-11-09s390/pci_dma: handle dma table failuresSebastian Ott