aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/s390/pci/pci_bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-02s390/pci: Use dma-iommu layerNiklas Schnelle1-5/+0
2023-04-04Merge branch 'uaccess-inline-asm-cleanup' into featuresVasily Gorbik1-7/+5
2023-03-13s390/pci: clean up left over special treatment for function zeroNiklas Schnelle1-5/+2
2023-03-13s390/pci: remove redundant pci_bus_add_devices() on new busNiklas Schnelle1-1/+0
2023-03-13s390/pci: only add specific device in zpci_bus_scan_device()Niklas Schnelle1-2/+1
2023-03-13PCI: s390: Fix use-after-free of PCI resources with per-function hotplugNiklas Schnelle1-7/+5
2022-07-22s390/pci: allow zPCI zbus without a function zeroNiklas Schnelle1-62/+20
2021-08-25s390/pci: improve DMA translation init and exitNiklas Schnelle1-0/+5
2021-08-25s390/pci: reset zdev->zbus on registration failureNiklas Schnelle1-1/+2
2021-04-12s390/pci: separate zbus registration from scanningNiklas Schnelle1-18/+17
2021-04-12s390/pci: use mutex not spinlock for zbus listNiklas Schnelle1-7/+7
2021-04-12s390/pci: separate zbus creation from scanningNiklas Schnelle1-67/+160
2021-04-12s390/pci: do more bus setup in zpci_bus_scan()Niklas Schnelle1-13/+20
2021-04-12s390/pci: introduce zpci_bus_scan_device()Niklas Schnelle1-10/+25
2021-03-22s390/pci: move zpci_remove_device() to bus codeNiklas Schnelle1-0/+33
2020-10-22Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-2/+3
2020-09-22s390/pci: Mark all VFs as not implementing PCI_COMMAND_MEMORYMatthew Rosato1-2/+3
2020-09-14s390/pci: consolidate SR-IOV specific codeNiklas Schnelle1-64/+2
2020-08-17s390/pci: fix PF/VF linking on hot plugNiklas Schnelle1-12/+15
2020-08-17s390/pci: fix zpci_bus_link_virtfn()Niklas Schnelle1-10/+15
2020-05-20s390/pci: create links between PFs and VFsNiklas Schnelle1-2/+70
2020-05-06s390/pci: removes wrong PCI multifunction assignmentPierre Morel1-3/+1
2020-04-28s390/pci: Handling multifunctionsPierre Morel1-19/+129
2020-04-28s390/pci: Adding bus resourcePierre Morel1-0/+5
2020-04-28s390/pci: create zPCI busPierre Morel1-0/+147