aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-13s390/pci: handle insufficient resources during dma tlb flushSebastian Ott2-2/+22
2017-12-05s390: add a few more SPDX identifiersMartin Schwidefsky1-0/+1
2017-11-24s390: pci: add SPDX identifiers to the remaining filesGreg Kroah-Hartman4-0/+4
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-3/+8
2017-11-08s390/pci: do not require AIS facilityChristian Borntraeger2-3/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-09-09Merge tag 'iommu-updates-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+8
2017-09-08Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-4/+0
2017-08-15iommu/s390: Add support for iommu_device handlingJoerg Roedel1-1/+8
2017-08-09s390/pci: log changes to uid checkingSebastian Ott1-1/+9
2017-08-02PCI: Add a generic weak pcibios_fixup_bus()Palmer Dabbelt1-4/+0
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-5/+13
2017-06-28s390: implement ->mapping_errorChristoph Hellwig1-5/+13
2017-06-28s390/pci: recognize name clashes with uidsSebastian Ott1-1/+11
2017-06-28s390/pci: provide more debug informationSebastian Ott2-2/+4
2017-06-28s390/pci: fix handling of PEC 306Sebastian Ott2-31/+23
2017-06-28s390/pci: improve pci hotplugSebastian Ott2-3/+20
2017-06-28s390/pci: introduce clp_get_stateSebastian Ott1-9/+42
2017-06-28s390/pci: improve error handling during fmb (de)registrationSebastian Ott1-30/+21
2017-06-28s390/pci: improve unreg_ioat error handlingSebastian Ott2-6/+17
2017-06-28s390/pci: improve error handling during interrupt deregistrationSebastian Ott2-15/+24
2017-06-28s390/pci: don't cleanup in arch_setup_msi_irqsSebastian Ott1-28/+17
2017-04-05s390/pci: remove forward declarationSebastian Ott1-8/+5
2017-04-05s390/pci: reduce iomap size (even more)Sebastian Ott1-1/+1
2017-04-05s390/pci: remove duplicated defineSebastian Ott1-2/+0
2017-04-05s390/pci: remove unused functionSebastian Ott1-5/+0
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