summaryrefslogtreecommitdiff
path: root/arch/s390/pci
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-62/+20
2022-07-23s390/pci: allow zPCI zbus without a function zeroNiklas Schnelle1-62/+20
2022-07-11KVM: s390: pci: add routines to start/stop interpretive executionMatthew Rosato1-0/+4
2022-07-11KVM: s390: pci: provide routines for enabling/disabling interrupt forwardingMatthew Rosato1-0/+1
2022-07-11KVM: s390: pci: do initial setup for AEN interpretationMatthew Rosato1-0/+6
2022-07-11s390/pci: stash dtsm and maxstblMatthew Rosato1-0/+2
2022-07-11s390/pci: stash associated GISA designationMatthew Rosato3-0/+16
2022-07-11s390/pci: externalize the SIC operation controls and routineMatthew Rosato2-15/+14
2022-07-11s390/airq: allow for airq structure that uses an input vectorMatthew Rosato1-4/+4
2022-07-11s390/airq: pass more TPI info to airq handlersMatthew Rosato1-2/+7
2022-04-25s390/pci: add error record for CC 2 retriesNiklas Schnelle1-17/+57
2022-04-25s390/pci: add PCI access type and length to error recordsNiklas Schnelle1-15/+39
2022-04-25s390/pci: don't log availability events as errorsNiklas Schnelle1-3/+0
2022-04-25s390/pci: make better use of zpci_dbg() levelsNiklas Schnelle3-3/+3
2022-03-27s390/pci: rename get_zdev_by_bus() to zdev_from_bus()Niklas Schnelle2-4/+4
2022-03-27s390/pci: improve zpci_dev reference countingNiklas Schnelle4-4/+16
2022-03-10s390/pci: make zpci_set_irq()/zpci_clear_irq() staticNiklas Schnelle1-2/+2
2022-03-08s390/extable: move EX_TABLE define to asm-extable.hHeiko Carstens3-0/+3
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+4
2022-01-07s390/pci: simplify __pciwb_mio() inline asmNiklas Schnelle1-4/+1
2021-12-17s390/pci: Rework MSI descriptor walkThomas Gleixner1-4/+2
2021-12-09PCI/MSI: Make arch_restore_msi_irqs() less horrible.Thomas Gleixner1-2/+2
2021-12-06s390/pci: use physical addresses in DMA tablesNiklas Schnelle2-14/+14
2021-12-06s390/pci: use phys_to_virt() for AIBVs/DIBVsNiklas Schnelle1-3/+3
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-07Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds3-2/+35
2021-11-07Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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...Linus 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-31Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+0
2021-08-30Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus 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