summaryrefslogtreecommitdiffstats
path: root/arch/s390/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* s390: Stop using weak symbols for __iowrite64_copy()Jason Gunthorpe2024-04-221-6/+0
* Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-03-121-6/+14
|\
| * s390/pci: fix three typos in commentsGerd Bayer2024-02-201-1/+1
| * s390/pci: remove hotplug slot when releasing the deviceGerd Bayer2024-02-201-2/+3
| * s390/pci: introduce lock to synchronize state of zpci_dev'sGerd Bayer2024-02-201-2/+9
| * s390/pci: rename lock member in struct zpci_devGerd Bayer2024-02-201-1/+1
* | s390: use the correct count for __iowrite64_copy()Jason Gunthorpe2024-02-211-1/+1
|/
* Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-091-20/+15
|\
| * s390/pci: Fix reset of IOMMU software countersNiklas Schnelle2023-10-051-3/+10
| * s390/pci: Use dma-iommu layerNiklas Schnelle2023-10-021-17/+5
* | s390: use control register bit definesHeiko Carstens2023-09-191-1/+1
* | s390/ctlreg: add local and system prefix to some functionsHeiko Carstens2023-09-191-1/+1
|/
* s390: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-181-47/+10
* Merge branch 'uaccess-inline-asm-cleanup' into featuresVasily Gorbik2023-04-041-6/+10
|\
| * PCI: s390: Fix use-after-free of PCI resources with per-function hotplugNiklas Schnelle2023-03-131-6/+10
* | s390/pci: clean up left over special treatment for function zeroNiklas Schnelle2023-03-131-20/+3
|/
* iommu/s390: Use RCU to allow concurrent domain_list iterationNiklas Schnelle2022-11-191-1/+1
* iommu/s390: Make attach succeed even if the device is in error stateNiklas Schnelle2022-11-191-5/+6
* KVM: s390: pci: add routines to start/stop interpretive executionMatthew Rosato2022-07-111-0/+4
* KVM: s390: pci: do initial setup for AEN interpretationMatthew Rosato2022-07-111-0/+6
* s390/pci: stash associated GISA designationMatthew Rosato2022-07-111-0/+6
* s390/pci: make better use of zpci_dbg() levelsNiklas Schnelle2022-04-251-1/+1
* s390/pci: rename get_zdev_by_bus() to zdev_from_bus()Niklas Schnelle2022-03-271-2/+2
* s390/pci: improve zpci_dev reference countingNiklas Schnelle2022-03-271-0/+1
* s390/pci: use physical addresses in DMA tablesNiklas Schnelle2021-12-061-1/+1
* s390/pci: implement minimal PCI error recoveryNiklas Schnelle2021-11-081-0/+53
* s390/pci: implement reset_slot for hotplug slotNiklas Schnelle2021-11-081-0/+59
* s390/pci: refresh function handle in iomapNiklas Schnelle2021-11-081-4/+32
* 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-041-5/+40
|/
* Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-08-301-29/+44
|\
| * s390/pci: improve DMA translation init and exitNiklas Schnelle2021-08-251-24/+19
| * s390/pci: simplify CLP List PCI handlingNiklas Schnelle2021-08-251-11/+17
| * s390/pci: handle FH state mismatch only on disableNiklas Schnelle2021-08-251-1/+14
| * s390/pci: fix misleading rc in clp_set_pci_fn()Niklas Schnelle2021-08-251-3/+4
| * 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-181-0/+6
|/
* s390/pci: rename zpci_configure_device()Niklas Schnelle2021-04-301-4/+6
* s390/pci: narrow scope of zpci_configure_device()Niklas Schnelle2021-04-121-12/+3
* s390/pci: separate zbus registration from scanningNiklas Schnelle2021-04-121-5/+6
* s390/pci: separate zbus creation from scanningNiklas Schnelle2021-04-121-29/+13
* s390/pci: introduce zpci_bus_scan_device()Niklas Schnelle2021-04-121-7/+2
* s390/pci: move zpci_remove_device() to bus codeNiklas Schnelle2021-03-221-35/+2
* s390/pci: unify de-/configure for slots and eventsNiklas Schnelle2021-03-221-2/+87
* s390/pci: deconfigure device on releaseNiklas Schnelle2021-03-221-0/+5
* s390/pci: refactor zpci function statesNiklas Schnelle2021-03-221-6/+4
* s390/pci: fix leak of PCI device structureNiklas Schnelle2021-03-151-4/+24
* s390/pci: refactor zpci_create_device()Niklas Schnelle2021-02-091-16/+41