aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/pci/pci.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceGravatar Bart Van Assche 1-1/+1
2016-12-14s390/pci: query fmb lengthGravatar Sebastian Ott 1-1/+1
2016-11-23s390/pci: use unique UIDs for domain enumerationGravatar Sebastian Ott 1-0/+8
2016-08-24s390/pci: add zpci_report_error interfaceGravatar Martin Schwidefsky 1-0/+9
2016-03-20Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-0/+1
2016-03-14s390/pci: enforce fmb page boundary ruleGravatar Sebastian Ott 1-1/+4
2016-03-02s390/dma: Allow per device dma opsGravatar Christian Borntraeger 1-0/+1
2016-02-23s390/pci: remove pdev pointer from arch dataGravatar Sebastian Ott 1-5/+1
2016-01-26s390/pci: remove iomap sanity checksGravatar Sebastian Ott 1-9/+4
2016-01-26s390/pci: fix bar checkGravatar Sebastian Ott 1-1/+1
2016-01-26s390/pci: resize iomapGravatar Sebastian Ott 1-12/+22
2016-01-26s390/pci: improve ZPCI_* macrosGravatar Sebastian Ott 1-1/+1
2016-01-26s390/pci: provide ZPCI_ADDR macroGravatar Sebastian Ott 1-7/+3
2015-11-27s390/pci_dma: fix DMA table corruption with > 4 TB main memoryGravatar Gerald Schaefer 1-2/+1
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+3
2015-07-29s390/pci: free resources after failed bus allocationGravatar Sebastian Ott 1-4/+9
2015-07-22s390/pci: Use for_pci_msi_entry() to access MSI device listGravatar Jiang Liu 1-3/+3
2015-07-22s390/pci: inline get_zdevGravatar Sebastian Ott 1-13/+8
2015-04-15s390/pci: add locking for fmb accessGravatar Sebastian Ott 1-0/+1
2015-04-15s390/pci: extract software counters from fmbGravatar Sebastian Ott 1-0/+5
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-2/+1
2015-03-25s390: remove test_facility(2) (== z/Architecture mode active) checksGravatar Heiko Carstens 1-2/+1
2015-03-23Merge branches 'pci/enumeration' and 'pci/virtualization' into nextGravatar Bjorn Helgaas 1-1/+1
2015-03-19PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Gravatar Yijing Wang 1-1/+1
2015-02-27s390/pci: unify pci_iomap symbol exportsGravatar Sebastian Ott 1-2/+2
2015-02-27s390/pci: fix [un]map_resources sequenceGravatar Sebastian Ott 1-10/+14
2015-01-21s390: add pci_iomap_rangeGravatar Michael S. Tsirkin 1-7/+27
2014-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-4/+5
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq treewideGravatar Thomas Gleixner 1-2/+2
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq et alGravatar Thomas Gleixner 1-2/+2
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Gravatar Jiang Liu 1-1/+1
2014-11-11s390/MSI: Use __msi_mask_irq() instead of default_msi_mask_irq()Gravatar Yijing Wang 1-2/+2
2014-11-03s390/pci: add sparse annotationsGravatar Martin Schwidefsky 1-2/+4
2014-11-03s390/pci: improve irq number check for msixGravatar Sebastian Ott 1-2/+1
2014-07-22s390/pci: fix kmsg componentGravatar Gerald Schaefer 1-2/+2
2014-07-16s390/MSI: Use standard mask and unmask funtionsGravatar Yijing Wang 1-43/+6
2014-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+3
2014-05-22s390/pci: use pdev->dev.groups for attribute creationGravatar Sebastian Ott 1-5/+1
2014-05-16s390: pci: Check return value of alloc_irq_desc() properGravatar Thomas Gleixner 1-3/+3
2014-03-19s390/PCI: Use generic pci_enable_resources()Gravatar Bjorn Helgaas 1-15/+1
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2013-12-20s390/PCI: Remove superfluous check of MSI typeGravatar Alexander Gordeev 1-2/+0
2013-12-20s390/PCI: Fix single MSI only checkGravatar Alexander Gordeev 1-0/+2
2013-12-16s390/pci: reenable per defaultGravatar Sebastian Ott 1-3/+3
2013-12-16s390/pci: prevent inadvertently triggered bus scansGravatar Sebastian Ott 1-1/+9
2013-11-15s390/pci: implement pcibios_remove_busGravatar Sebastian Ott 1-34/+35
2013-11-15s390/pci: improve handling of bus resourcesGravatar Sebastian Ott 1-64/+83
2013-10-24s390/pci: cleanup function information blockGravatar Sebastian Ott 1-31/+15
2013-10-24s390/pci: message cleanupGravatar Sebastian Ott 1-15/+6
2013-10-24s390/pci: implement hibernation hooksGravatar Sebastian Ott 1-0/+41