aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/pci/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-11KVM: s390: pci: add routines to start/stop interpretive executionMatthew Rosato1-0/+4
2022-07-11KVM: s390: pci: do initial setup for AEN interpretationMatthew Rosato1-0/+6
2022-07-11s390/pci: stash associated GISA designationMatthew Rosato1-0/+6
2022-04-25s390/pci: make better use of zpci_dbg() levelsNiklas Schnelle1-1/+1
2022-03-27s390/pci: rename get_zdev_by_bus() to zdev_from_bus()Niklas Schnelle1-2/+2
2022-03-27s390/pci: improve zpci_dev reference countingNiklas Schnelle1-0/+1
2021-12-06s390/pci: use physical addresses in DMA tablesNiklas Schnelle1-1/+1
2021-11-08s390/pci: implement minimal PCI error recoveryNiklas Schnelle1-0/+53
2021-11-08s390/pci: implement reset_slot for hotplug slotNiklas Schnelle1-0/+59
2021-11-08s390/pci: refresh function handle in iomapNiklas Schnelle1-4/+32
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2021-10-04s390/pci: fix zpci_zdev_put() on reserveNiklas Schnelle1-5/+40
2021-09-21PCI: Rename pcibios_add_device() to pcibios_device_add()Oliver O'Halloran1-1/+1
2021-08-30Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-29/+44
2021-08-25s390/pci: improve DMA translation init and exitNiklas Schnelle1-24/+19
2021-08-25s390/pci: simplify CLP List PCI handlingNiklas Schnelle1-11/+17
2021-08-25s390/pci: handle FH state mismatch only on disableNiklas Schnelle1-1/+14
2021-08-25s390/pci: fix misleading rc in clp_set_pci_fn()Niklas Schnelle1-3/+4
2021-08-25s390/pci: cleanup resources only if necessaryNiklas Schnelle1-1/+2
2021-08-18s390/pci: fix use after free of zpci_devNiklas Schnelle1-0/+6
2021-07-27s390: make PCI mio support a machine flagNiklas Schnelle1-3/+2
2021-04-30s390/pci: rename zpci_configure_device()Niklas Schnelle1-4/+6
2021-04-12s390/pci: narrow scope of zpci_configure_device()Niklas Schnelle1-12/+3
2021-04-12s390/pci: separate zbus registration from scanningNiklas Schnelle1-5/+6
2021-04-12s390/pci: separate zbus creation from scanningNiklas Schnelle1-29/+13
2021-04-12s390/pci: introduce zpci_bus_scan_device()Niklas Schnelle1-7/+2
2021-03-22s390/pci: move zpci_remove_device() to bus codeNiklas Schnelle1-35/+2
2021-03-22s390/pci: unify de-/configure for slots and eventsNiklas Schnelle1-2/+87
2021-03-22s390/pci: deconfigure device on releaseNiklas Schnelle1-0/+5
2021-03-22s390/pci: refactor zpci function statesNiklas Schnelle1-6/+4
2021-03-15s390/pci: fix leak of PCI device structureNiklas Schnelle1-4/+24
2021-02-09s390/pci: refactor zpci_create_device()Niklas Schnelle1-16/+41
2020-11-18s390/pci: inform when missing required facilitiesNiklas Schnelle1-1/+3
2020-10-16Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-28/+31
2020-09-14s390/pci: remove unused function zpci_rescan()Niklas Schnelle1-6/+0
2020-09-14s390/pci: consolidate SR-IOV specific codeNiklas Schnelle1-20/+3
2020-09-14s390/pci: Implement ioremap_wc/prot() with MIONiklas Schnelle1-2/+28
2020-09-14s390/pci: fix leak of DMA tables on hard unplugNiklas Schnelle1-0/+4
2020-08-17s390/pci: fix PF/VF linking on hot plugNiklas Schnelle1-1/+4
2020-08-17s390/pci: re-introduce zpci_remove_device()Niklas Schnelle1-7/+12
2020-05-20s390/pci: ioremap() align with generic codeNiklas Schnelle1-10/+11
2020-04-28s390/pci: Handling multifunctionsPierre Morel1-22/+17
2020-04-28s390/pci: create zPCI busPierre Morel1-100/+69
2020-04-28s390/pci: define kernel parameters for PCI multifunctionPierre Morel1-0/+6
2020-04-04Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-58/+25
2020-03-23s390/pci: Improve handling of unset UIDNiklas Schnelle1-0/+8
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: Recover handle in clp_set_pci_fn()Niklas Schnelle1-1/+1