summaryrefslogtreecommitdiffstats
path: root/arch/s390/pci
Commit message (Expand)AuthorAgeFilesLines
* s390/pci: fix hot-plug of PCI function missing busNiklas Schnelle2020-11-031-0/+4
* Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2020-10-222-2/+5
|\
| *-. Merge branches 'v5.10/vfio/fsl-mc-v6' and 'v5.10/vfio/zpci-info-v3' into v5.1...Alex Williamson2020-10-121-0/+2
| |\ \
| | | * s390/pci: track whether util_str is valid in the zpci_devMatthew Rosato2020-10-071-0/+1
| | | * s390/pci: stash version in the zpci_devMatthew Rosato2020-10-071-0/+1
| | |/
| * / s390/pci: Mark all VFs as not implementing PCI_COMMAND_MEMORYMatthew Rosato2020-09-221-2/+3
| |/
* | Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-10-168-141/+215
|\ \
| * | s390: remove orphaned function declarationsVasily Gorbik2020-09-301-1/+0
| * | s390/pci: add missing pci_iov.h includeNiklas Schnelle2020-09-161-0/+2
| * | s390/pci: remove clp_rescan_pci_devices_simple()Niklas Schnelle2020-09-141-23/+21
| * | s390/pci: remove clp_rescan_pci_devices()Niklas Schnelle2020-09-142-18/+2
| * | s390/pci: remove unused function zpci_rescan()Niklas Schnelle2020-09-141-6/+0
| * | s390/pci: consolidate SR-IOV specific codeNiklas Schnelle2020-09-146-96/+133
| * | s390/pci: Implement ioremap_wc/prot() with MIONiklas Schnelle2020-09-142-3/+63
* | | dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-061-1/+1
* | | dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig2020-09-251-0/+2
* | | Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig2020-09-252-0/+6
|\ \ \ | | |/ | |/|
| * | s390/pci: fix leak of DMA tables on hard unplugNiklas Schnelle2020-09-142-0/+6
| |/
* / dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen2020-09-031-4/+2
|/
* s390/pci: fix PF/VF linking on hot plugNiklas Schnelle2020-08-173-13/+32
* s390/pci: re-introduce zpci_remove_device()Niklas Schnelle2020-08-172-9/+14
* s390/pci: fix zpci_bus_link_virtfn()Niklas Schnelle2020-08-171-10/+15
* s390/pci: ignore stale configuration request eventNiklas Schnelle2020-08-171-0/+3
* Merge tag 's390-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-08-031-8/+12
|\
| * s390/pci: clarify comment in s390_mmio_read/writeNiklas Schnelle2020-07-271-8/+12
* | s390/pci: fix enabling a reserved PCI functionNiklas Schnelle2020-06-291-1/+12
|/
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-06-087-155/+483
|\
| * s390/pci: Log new handle in clp_disable_fh()Petr Tesarik2020-05-281-2/+1
| * s390/pci: ioremap() align with generic codeNiklas Schnelle2020-05-201-10/+11
| * s390/pci: create links between PFs and VFsNiklas Schnelle2020-05-202-2/+71
| * s390/pci: removes wrong PCI multifunction assignmentPierre Morel2020-05-061-3/+1
| * s390/pci: Handling multifunctionsPierre Morel2020-04-284-45/+151
| * s390/pci: Adding bus resourcePierre Morel2020-04-281-0/+5
| * s390/pci: adapt events for zbusPierre Morel2020-04-281-16/+8
| * s390/pci: create zPCI busPierre Morel2020-04-286-111/+257
| * s390/pci: define RID and RID availablePierre Morel2020-04-281-0/+3
| * s390/pci: define kernel parameters for PCI multifunctionPierre Morel2020-04-281-0/+6
| * s390/pci: Expose new port attribute for PCIe functionsAlexander Schmidt2020-04-282-0/+3
* | s390/pci: Fix s390_mmio_read/write with MIONiklas Schnelle2020-05-141-2/+211
* | s390/pci: do not set affinity for floating irqsNiklas Schnelle2020-04-221-2/+3
|/
* Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-04-042-59/+26
|\
| * s390/pci: Improve handling of unset UIDNiklas Schnelle2020-03-232-1/+9
| * s390/pci: Fix zpci_alloc_domain() over allocationNiklas Schnelle2020-03-231-16/+18
| * s390: remove broken hibernate / power management supportHeiko Carstens2020-03-231-43/+0
* | s390/pci: Fix unexpected write combine on resourceNiklas Schnelle2020-03-041-2/+2
|/
* s390/pci: Fix possible deadlock in recover_store()Niklas Schnelle2020-01-221-21/+42
* s390/pci: Recover handle in clp_set_pci_fn()Niklas Schnelle2020-01-222-20/+30
* Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-032-11/+11
|\
| * Merge branch 'pci/resource'Bjorn Helgaas2019-11-282-11/+11
| |\