summaryrefslogtreecommitdiffstats
path: root/arch/s390/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-131-6/+4
|\
| * s390/pci: Rework MSI descriptor walkThomas Gleixner2021-12-161-4/+2
| * PCI/MSI: Make arch_restore_msi_irqs() less horrible.Thomas Gleixner2021-12-091-2/+2
* | s390/pci: simplify __pciwb_mio() inline asmNiklas Schnelle2022-01-071-4/+1
* | s390/pci: use physical addresses in DMA tablesNiklas Schnelle2021-12-062-14/+14
* | s390/pci: use phys_to_virt() for AIBVs/DIBVsNiklas Schnelle2021-12-061-3/+3
|/
* s390/pci: implement minimal PCI error recoveryNiklas Schnelle2021-11-082-3/+274
* s390/pci: implement reset_slot for hotplug slotNiklas Schnelle2021-11-082-0/+68
* s390/pci: refresh function handle in iomapNiklas Schnelle2021-11-083-9/+37
* Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-063-2/+35
|\
| * s390/pci: add s390_iommu_aperture kernel parameterNiklas Schnelle2021-10-261-2/+23
| * Merge branch 'fixes' into featuresVasily Gorbik2021-10-262-7/+42
| |\
| * | s390/pci: add simpler s390dbf traces for eventsNiklas Schnelle2021-10-041-0/+4
| * | s390/pci: tolerate inconsistent handle in recoverNiklas Schnelle2021-10-041-0/+8
* | | Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-061-1/+1
|\ \ \ | |_|/ |/| |
| * | PCI: Rename pcibios_add_device() to pcibios_device_add()Oliver O'Halloran2021-09-211-1/+1
| |/
* / s390/pci: fix zpci_zdev_put() on reserveNiklas Schnelle2021-10-042-7/+42
|/
* s390/pci_mmio: fully validate the VMA before calling follow_pte()David Hildenbrand2021-09-151-2/+2
* Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-09-091-3/+6
|\
| * s390/pci: read clp_list_pci_req only oncePierre Morel2021-09-071-1/+1
| * s390/pci: fix clp_get_state() handling of -ENODEVNiklas Schnelle2021-09-071-2/+5
* | Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-09-021-6/+7
|\ \
| * | s390/pci: don't set failed sg dma_address to DMA_MAPPING_ERRORLogan Gunthorpe2021-08-091-1/+0
| * | s390/pci: return error code from s390_dma_map_sg()Martin Oliveira2021-08-091-5/+7
* | | Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-301-4/+0
|\ \ \ | |_|/ |/| |
| * | s390/pci: Do not mask MSI[-X] entries on teardownThomas Gleixner2021-08-101-4/+0
| |/
* | Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-08-306-133/+183
|\ \
| * | s390/pci: improve DMA translation init and exitNiklas Schnelle2021-08-255-36/+61
| * | s390/pci: simplify CLP List PCI handlingNiklas Schnelle2021-08-252-84/+99
| * | s390/pci: handle FH state mismatch only on disableNiklas Schnelle2021-08-252-6/+15
| * | s390/pci: fix misleading rc in clp_set_pci_fn()Niklas Schnelle2021-08-252-20/+20
| * | s390/pci: reset zdev->zbus on registration failureNiklas Schnelle2021-08-251-1/+2
| * | s390/pci: cleanup resources only if necessaryNiklas Schnelle2021-08-251-1/+2
| * | s390: make PCI mio support a machine flagNiklas Schnelle2021-07-271-3/+2
| |/
* / s390/pci: fix use after free of zpci_devNiklas Schnelle2021-08-182-0/+11
|/
* s390/pci: add zpci_set_irq()/zpci_clear_irq()Niklas Schnelle2021-06-281-10/+36
* s390/pci: use register pair instead of register asmNiklas Schnelle2021-06-182-45/+34
* s390/pci: handle stale deconfiguration eventsNiklas Schnelle2021-04-301-8/+18
* s390/pci: rename zpci_configure_device()Niklas Schnelle2021-04-302-5/+7
* s390/pci: expose a PCI device's UID as its indexNiklas Schnelle2021-04-201-0/+35
* s390/pci: narrow scope of zpci_configure_device()Niklas Schnelle2021-04-121-12/+3
* s390/pci: separate zbus registration from scanningNiklas Schnelle2021-04-124-29/+32
* s390/pci: use mutex not spinlock for zbus listNiklas Schnelle2021-04-121-7/+7
* s390/pci: separate zbus creation from scanningNiklas Schnelle2021-04-123-96/+175
* s390/pci: do more bus setup in zpci_bus_scan()Niklas Schnelle2021-04-121-13/+20
* s390/pci: introduce zpci_bus_scan_device()Niklas Schnelle2021-04-123-17/+28
* s390/pci: expose UID uniqueness guaranteeNiklas Schnelle2021-04-051-0/+9
* s390/pci: fix DMA cleanup on hard deconfigureNiklas Schnelle2021-03-281-6/+5
* s390/pci: move zpci_remove_device() to bus codeNiklas Schnelle2021-03-224-36/+38
* s390/pci: unify de-/configure for slots and eventsNiklas Schnelle2021-03-222-38/+95