aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-08s390/pci: implement minimal PCI error recoveryNiklas Schnelle2-3/+274
2021-11-08s390/pci: implement reset_slot for hotplug slotNiklas Schnelle2-0/+68
2021-11-08s390/pci: refresh function handle in iomapNiklas Schnelle3-9/+37
2021-11-06Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-2/+35
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-26s390/pci: add s390_iommu_aperture kernel parameterNiklas Schnelle1-2/+23
2021-10-26Merge branch 'fixes' into featuresVasily Gorbik2-7/+42
2021-10-04s390/pci: add simpler s390dbf traces for eventsNiklas Schnelle1-0/+4
2021-10-04s390/pci: tolerate inconsistent handle in recoverNiklas Schnelle1-0/+8
2021-10-04s390/pci: fix zpci_zdev_put() on reserveNiklas Schnelle2-7/+42
2021-09-21PCI: Rename pcibios_add_device() to pcibios_device_add()Oliver O'Halloran1-1/+1
2021-09-15s390/pci_mmio: fully validate the VMA before calling follow_pte()David Hildenbrand1-2/+2
2021-09-09Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-3/+6
2021-09-07s390/pci: read clp_list_pci_req only oncePierre Morel1-1/+1
2021-09-07s390/pci: fix clp_get_state() handling of -ENODEVNiklas Schnelle1-2/+5
2021-09-02Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-6/+7
2021-08-30Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+0
2021-08-30Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds6-133/+183
2021-08-25s390/pci: improve DMA translation init and exitNiklas Schnelle5-36/+61
2021-08-25s390/pci: simplify CLP List PCI handlingNiklas Schnelle2-84/+99
2021-08-25s390/pci: handle FH state mismatch only on disableNiklas Schnelle2-6/+15
2021-08-25s390/pci: fix misleading rc in clp_set_pci_fn()Niklas Schnelle2-20/+20
2021-08-25s390/pci: reset zdev->zbus on registration failureNiklas Schnelle1-1/+2
2021-08-25s390/pci: cleanup resources only if necessaryNiklas Schnelle1-1/+2
2021-08-18s390/pci: fix use after free of zpci_devNiklas Schnelle2-0/+11
2021-08-10s390/pci: Do not mask MSI[-X] entries on teardownThomas Gleixner1-4/+0
2021-08-09s390/pci: don't set failed sg dma_address to DMA_MAPPING_ERRORLogan Gunthorpe1-1/+0
2021-08-09s390/pci: return error code from s390_dma_map_sg()Martin Oliveira1-5/+7
2021-07-27s390: make PCI mio support a machine flagNiklas Schnelle1-3/+2
2021-06-28s390/pci: add zpci_set_irq()/zpci_clear_irq()Niklas Schnelle1-10/+36
2021-06-18s390/pci: use register pair instead of register asmNiklas Schnelle2-45/+34
2021-04-30s390/pci: handle stale deconfiguration eventsNiklas Schnelle1-8/+18
2021-04-30s390/pci: rename zpci_configure_device()Niklas Schnelle2-5/+7
2021-04-20s390/pci: expose a PCI device's UID as its indexNiklas Schnelle1-0/+35
2021-04-12s390/pci: narrow scope of zpci_configure_device()Niklas Schnelle1-12/+3
2021-04-12s390/pci: separate zbus registration from scanningNiklas Schnelle4-29/+32
2021-04-12s390/pci: use mutex not spinlock for zbus listNiklas Schnelle1-7/+7
2021-04-12s390/pci: separate zbus creation from scanningNiklas Schnelle3-96/+175
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 Schnelle3-17/+28
2021-04-05s390/pci: expose UID uniqueness guaranteeNiklas Schnelle1-0/+9
2021-03-28s390/pci: fix DMA cleanup on hard deconfigureNiklas Schnelle1-6/+5
2021-03-22s390/pci: move zpci_remove_device() to bus codeNiklas Schnelle4-36/+38
2021-03-22s390/pci: unify de-/configure for slots and eventsNiklas Schnelle2-38/+95
2021-03-22s390/pci: add zpci_event_hard_deconfigured()Niklas Schnelle1-15/+24
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 Schnelle2-16/+30
2021-02-21Merge tag 's390-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-56/+47
2021-02-09s390/pci: refactor zpci_create_device()Niklas Schnelle3-55/+46