Age | Commit message (Expand) | Author |
2023-10-02 | s390/pci: Use dma-iommu layer | Niklas Schnelle |
2023-01-25 | iommu/s390: Use GFP_KERNEL in sleepable contexts | Jason Gunthorpe |
2023-01-25 | iommu/s390: Push the gfp parameter to the kmem_cache_alloc()'s | Jason Gunthorpe |
2022-11-19 | s390/pci: use lock-free I/O translation updates | Niklas Schnelle |
2022-11-19 | iommu/s390: Make attach succeed even if the device is in error state | Niklas Schnelle |
2022-09-14 | s390/pci: convert high_memory to physical address | Niklas Schnelle |
2021-12-06 | s390/pci: use physical addresses in DMA tables | Niklas Schnelle |
2021-10-26 | s390/pci: add s390_iommu_aperture kernel parameter | Niklas Schnelle |
2021-09-02 | Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2021-08-25 | s390/pci: improve DMA translation init and exit | Niklas Schnelle |
2021-08-09 | s390/pci: don't set failed sg dma_address to DMA_MAPPING_ERROR | Logan Gunthorpe |
2021-08-09 | s390/pci: return error code from s390_dma_map_sg() | Martin Oliveira |
2020-10-06 | dma-mapping: split <linux/dma-mapping.h> | Christoph Hellwig |
2020-09-25 | dma-mapping: add a new dma_alloc_pages API | Christoph Hellwig |
2020-09-03 | dma-mapping: introduce dma_get_seg_boundary_nr_pages() | Nicolin Chen |
2019-09-19 | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2019-09-04 | dma-mapping: explicitly wire up ->mmap and ->get_sgtable | Christoph Hellwig |
2019-08-29 | s390/pci: avoid using strncmp with hardcoded length | Vasily Gorbik |
2018-12-20 | dma-mapping: zero memory returned from dma_alloc_* | Christoph Hellwig |
2018-12-06 | s390: remove the mapping_error dma_map_ops method | Christoph Hellwig |
2018-05-08 | dma-debug: move initialization to common code | Christoph Hellwig |
2018-05-07 | PCI: remove PCI_DMA_BUS_IS_PHYS | Christoph Hellwig |
2017-12-13 | s390/pci: handle insufficient resources during dma tlb flush | Sebastian Ott |
2017-11-24 | s390: pci: add SPDX identifiers to the remaining files | Greg Kroah-Hartman |
2017-07-06 | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2017-06-28 | s390: implement ->mapping_error | Christoph Hellwig |
2017-06-28 | s390/pci: improve unreg_ioat error handling | Sebastian Ott |
2017-01-24 | treewide: Constify most dma_map_ops structures | Bart Van Assche |
2016-12-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds |
2016-11-17 | s390/pci_dma: remove memset from dma_alloc | Sebastian Ott |
2016-11-17 | s390/pci_dma: make lazy flush independent from the tlb_refresh bit | Sebastian Ott |
2016-11-17 | s390/pci: fix dma address calculation in map_sg | Sebastian Ott |
2016-11-11 | s390: pci: don't print uninitialized data for debugging | Arnd Bergmann |
2016-09-22 | s390/pci_dma: improve lazy flush for unmap | Sebastian Ott |
2016-09-22 | s390/pci_dma: split dma_update_trans | Sebastian Ott |
2016-09-22 | s390/pci_dma: improve map_sg | Sebastian Ott |
2016-09-22 | s390/pci_dma: simplify dma address calculation | Sebastian Ott |
2016-09-22 | s390/pci_dma: remove dma address range check | Sebastian Ott |
2016-08-04 | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski |
2016-06-13 | s390/pci: ensure to not cross a dma segment boundary | Sebastian Ott |
2016-06-13 | s390/pci: ensure page aligned dma start address | Sebastian Ott |
2016-04-21 | s390/pci: fix use after free in dma_init | Sebastian Ott |
2016-03-20 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2016-03-02 | s390/dma: Allow per device dma ops | Christian Borntraeger |
2016-02-23 | s390/pci: remove pdev pointer from arch data | Sebastian Ott |
2016-01-13 | Merge 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_SIZE | Al Viro |
2015-11-27 | s390/pci_dma: fix DMA table corruption with > 4 TB main memory | Gerald Schaefer |
2015-11-09 | s390/pci_dma: improve debugging of errors during dma map | Sebastian Ott |
2015-11-09 | s390/pci_dma: handle dma table failures | Sebastian Ott |