summaryrefslogtreecommitdiffstats
path: root/arch/s390/pci
AgeCommit message (Expand)AuthorFilesLines
2020-08-03Merge tag 's390-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-8/+12
2020-07-27s390/pci: clarify comment in s390_mmio_read/writeNiklas Schnelle1-8/+12
2020-06-29s390/pci: fix enabling a reserved PCI functionNiklas Schnelle1-1/+12
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-08Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds7-155/+483
2020-05-28s390/pci: Log new handle in clp_disable_fh()Petr Tesarik1-2/+1
2020-05-20s390/pci: ioremap() align with generic codeNiklas Schnelle1-10/+11
2020-05-20s390/pci: create links between PFs and VFsNiklas Schnelle2-2/+71
2020-05-14s390/pci: Fix s390_mmio_read/write with MIONiklas Schnelle1-2/+211
2020-05-06s390/pci: removes wrong PCI multifunction assignmentPierre Morel1-3/+1
2020-04-28s390/pci: Handling multifunctionsPierre Morel4-45/+151
2020-04-28s390/pci: Adding bus resourcePierre Morel1-0/+5
2020-04-28s390/pci: adapt events for zbusPierre Morel1-16/+8
2020-04-28s390/pci: create zPCI busPierre Morel6-111/+257
2020-04-28s390/pci: define RID and RID availablePierre Morel1-0/+3
2020-04-28s390/pci: define kernel parameters for PCI multifunctionPierre Morel1-0/+6
2020-04-28s390/pci: Expose new port attribute for PCIe functionsAlexander Schmidt2-0/+3
2020-04-22s390/pci: do not set affinity for floating irqsNiklas Schnelle1-2/+3
2020-04-04Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-59/+26
2020-03-23s390/pci: Improve handling of unset UIDNiklas Schnelle2-1/+9
2020-03-23s390/pci: Fix zpci_alloc_domain() over allocationNiklas Schnelle1-16/+18
2020-03-23s390: remove broken hibernate / power management supportHeiko Carstens1-43/+0
2020-03-04s390/pci: Fix unexpected write combine on resourceNiklas Schnelle1-2/+2
2020-01-22s390/pci: Fix possible deadlock in recover_store()Niklas Schnelle1-21/+42
2020-01-22s390/pci: Recover handle in clp_set_pci_fn()Niklas Schnelle2-20/+30
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-11/+11
2019-11-30s390/pci: add error message on device number limitNiklas Schnelle1-0/+2
2019-11-30s390/pci: add error message for UID collisionNiklas Schnelle1-0/+3
2019-11-28Merge branch 'pci/resource'Bjorn Helgaas2-11/+11
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2-11/+11
2019-10-04s390/pci: mark function(s) __always_inlineHeiko Carstens1-1/+1
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+2
2019-09-16s390/pci: fix MSI message dataSebastian Ott1-1/+1
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig1-0/+2
2019-08-29s390/pci: avoid using strncmp with hardcoded lengthVasily Gorbik1-2/+2
2019-08-21s390/pci: PCI_IOV_RESOURCES loop refactoring in zpci_map_resourcesDenis Efremov1-4/+4
2019-07-12Merge tag 's390-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-1/+13
2019-07-11s390/pci: add mio_enabled attributeSebastian Ott1-0/+10
2019-07-11s390: fix setting of mio addressing controlSebastian Ott1-1/+3
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2019-07-04s390/pci: correctly handle MIO opt-outSebastian Ott1-1/+1
2019-07-04s390/pci: deal with devices that have no support for MIO instructionsSebastian Ott1-7/+8
2019-06-03locking/atomic, s390/pci: Remove redundant castsMark Rutland1-1/+1
2019-06-03locking/atomic, s390/pci: Prepare for atomic64_read() conversionMark Rutland1-2/+2
2019-05-28s390/pci: fix assignment of bus resourcesSebastian Ott1-1/+4
2019-05-28s390/pci: fix struct definition for set PCI functionSebastian Ott1-3/+3
2019-04-29s390/pci: add parameter to disable usage of MIO instructionsSebastian Ott1-1/+6
2019-04-29s390/pci: provide support for MIO instructionsSebastian Ott3-20/+266
2019-04-29s390/pci: move io address mapping code to pci_insn.cSebastian Ott2-6/+36
2019-04-29s390/pci: add parameter to force floating irqsSebastian Ott2-0/+8