aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/pci
AgeCommit message (Expand)AuthorFilesLines
2023-03-13PCI: s390: Fix use-after-free of PCI resources with per-function hotplugGravatar Niklas Schnelle 3-15/+16
2023-01-25iommu/s390: Use GFP_KERNEL in sleepable contextsGravatar Jason Gunthorpe 1-1/+1
2023-01-25iommu/s390: Push the gfp parameter to the kmem_cache_alloc()'sGravatar Jason Gunthorpe 1-14/+17
2022-12-19Merge tag 'iommu-updates-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-36/+54
2022-12-12Merge tag 's390-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 1-1/+1
2022-11-23s390/pci: Use irq_data_get_msi_desc()Gravatar Thomas Gleixner 1-1/+1
2022-11-19s390/pci: use lock-free I/O translation updatesGravatar Niklas Schnelle 1-29/+45
2022-11-19iommu/s390: Use RCU to allow concurrent domain_list iterationGravatar Niklas Schnelle 1-1/+1
2022-11-19iommu/s390: Make attach succeed even if the device is in error stateGravatar Niklas Schnelle 2-6/+8
2022-10-26s390/pci: add missing EX_TABLE entries to __pcistg_mio_inuser()/__pcilg_mio_i...Gravatar Heiko Carstens 1-4/+4
2022-10-09Merge tag 's390-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 1-1/+1
2022-09-14s390/pci: convert high_memory to physical addressGravatar Niklas Schnelle 1-1/+1
2022-08-29KVM: s390: pci: Hook to access KVM lowlevel from VFIOGravatar Pierre Morel 2-1/+12
2022-08-04Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-62/+20
2022-07-22s390/pci: allow zPCI zbus without a function zeroGravatar Niklas Schnelle 1-62/+20
2022-07-11KVM: s390: pci: add routines to start/stop interpretive executionGravatar Matthew Rosato 1-0/+4
2022-07-11KVM: s390: pci: provide routines for enabling/disabling interrupt forwardingGravatar Matthew Rosato 1-0/+1
2022-07-11KVM: s390: pci: do initial setup for AEN interpretationGravatar Matthew Rosato 1-0/+6
2022-07-11s390/pci: stash dtsm and maxstblGravatar Matthew Rosato 1-0/+2
2022-07-11s390/pci: stash associated GISA designationGravatar Matthew Rosato 3-0/+16
2022-07-11s390/pci: externalize the SIC operation controls and routineGravatar Matthew Rosato 2-15/+14
2022-07-11s390/airq: allow for airq structure that uses an input vectorGravatar Matthew Rosato 1-4/+4
2022-07-11s390/airq: pass more TPI info to airq handlersGravatar Matthew Rosato 1-2/+7
2022-04-25s390/pci: add error record for CC 2 retriesGravatar Niklas Schnelle 1-17/+57
2022-04-25s390/pci: add PCI access type and length to error recordsGravatar Niklas Schnelle 1-15/+39
2022-04-25s390/pci: don't log availability events as errorsGravatar Niklas Schnelle 1-3/+0
2022-04-25s390/pci: make better use of zpci_dbg() levelsGravatar Niklas Schnelle 3-3/+3
2022-03-27s390/pci: rename get_zdev_by_bus() to zdev_from_bus()Gravatar Niklas Schnelle 2-4/+4
2022-03-27s390/pci: improve zpci_dev reference countingGravatar Niklas Schnelle 4-4/+16
2022-03-10s390/pci: make zpci_set_irq()/zpci_clear_irq() staticGravatar Niklas Schnelle 1-2/+2
2022-03-08s390/extable: move EX_TABLE define to asm-extable.hGravatar Heiko Carstens 3-0/+3
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-6/+4
2022-01-07s390/pci: simplify __pciwb_mio() inline asmGravatar Niklas Schnelle 1-4/+1
2021-12-16s390/pci: Rework MSI descriptor walkGravatar Thomas Gleixner 1-4/+2
2021-12-09PCI/MSI: Make arch_restore_msi_irqs() less horrible.Gravatar Thomas Gleixner 1-2/+2
2021-12-06s390/pci: use physical addresses in DMA tablesGravatar Niklas Schnelle 2-14/+14
2021-12-06s390/pci: use phys_to_virt() for AIBVs/DIBVsGravatar Niklas Schnelle 1-3/+3
2021-11-08s390/pci: implement minimal PCI error recoveryGravatar Niklas Schnelle 2-3/+274
2021-11-08s390/pci: implement reset_slot for hotplug slotGravatar Niklas Schnelle 2-0/+68
2021-11-08s390/pci: refresh function handle in iomapGravatar Niklas Schnelle 3-9/+37
2021-11-06Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 3-2/+35
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2021-10-26s390/pci: add s390_iommu_aperture kernel parameterGravatar Niklas Schnelle 1-2/+23
2021-10-26Merge branch 'fixes' into featuresGravatar Vasily Gorbik 2-7/+42
2021-10-04s390/pci: add simpler s390dbf traces for eventsGravatar Niklas Schnelle 1-0/+4
2021-10-04s390/pci: tolerate inconsistent handle in recoverGravatar Niklas Schnelle 1-0/+8
2021-10-04s390/pci: fix zpci_zdev_put() on reserveGravatar Niklas Schnelle 2-7/+42
2021-09-21PCI: Rename pcibios_add_device() to pcibios_device_add()Gravatar Oliver O'Halloran 1-1/+1
2021-09-15s390/pci_mmio: fully validate the VMA before calling follow_pte()Gravatar David Hildenbrand 1-2/+2
2021-09-09Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 1-3/+6