summaryrefslogtreecommitdiffstats
path: root/arch/s390/pci
Commit message (Expand)AuthorAgeFilesLines
* s390/pci: Drop unneeded reference to CONFIG_DMIJean Delvare2024-04-291-4/+0
* Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-03-124-41/+74
|\
| * s390/pci: fix three typos in commentsGerd Bayer2024-02-202-3/+3
| * 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-203-30/+62
| * s390/pci: rename lock member in struct zpci_devGerd Bayer2024-02-202-6/+6
* | s390: use the correct count for __iowrite64_copy()Jason Gunthorpe2024-02-211-1/+1
|/
* s390/pci: fix max size calculation in zpci_memcpy_toio()Niklas Schnelle2024-01-111-6/+6
* Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-097-792/+44
|\
| * s390/pci: Fix reset of IOMMU software countersNiklas Schnelle2023-10-051-3/+10
| * s390/pci: Use dma-iommu layerNiklas Schnelle2023-10-027-774/+23
| * s390/pci: prepare is_passed_through() for dma-iommuNiklas Schnelle2023-10-021-4/+11
* | Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-11-031-1/+1
|\ \
| * | 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/pci: fix iommu bitmap allocationNiklas Schnelle2023-10-191-2/+13
|/
* Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-47/+10
|\
| * s390: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-181-47/+10
* | s390/pci: use builtin_misc_device macro to simplify the codeLi Zetao2023-08-231-6/+1
|/
* s390: fix various typosHeiko Carstens2023-07-031-3/+3
* Merge branch 'uaccess-inline-asm-cleanup' into featuresVasily Gorbik2023-04-043-15/+16
|\
| * PCI: s390: Fix use-after-free of PCI resources with per-function hotplugNiklas Schnelle2023-03-133-15/+16
* | s390/pci: clean up left over special treatment for function zeroNiklas Schnelle2023-03-132-25/+5
* | s390/pci: remove redundant pci_bus_add_devices() on new busNiklas Schnelle2023-03-131-1/+0
* | s390/pci: only add specific device in zpci_bus_scan_device()Niklas Schnelle2023-03-131-2/+1
|/
* iommu/s390: Use GFP_KERNEL in sleepable contextsJason Gunthorpe2023-01-251-1/+1
* iommu/s390: Push the gfp parameter to the kmem_cache_alloc()'sJason Gunthorpe2023-01-251-14/+17
* Merge tag 'iommu-updates-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-192-36/+54
|\
| * s390/pci: use lock-free I/O translation updatesNiklas Schnelle2022-11-191-29/+45
| * 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-192-6/+8
* | Merge tag 's390-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2022-12-121-1/+1
|\ \ | |/ |/|
| * s390/pci: Use irq_data_get_msi_desc()Thomas Gleixner2022-11-231-1/+1
* | s390/pci: add missing EX_TABLE entries to __pcistg_mio_inuser()/__pcilg_mio_i...Heiko Carstens2022-10-261-4/+4
|/
* Merge tag 's390-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2022-10-091-1/+1
|\
| * s390/pci: convert high_memory to physical addressNiklas Schnelle2022-09-141-1/+1
* | KVM: s390: pci: Hook to access KVM lowlevel from VFIOPierre Morel2022-08-292-1/+12
|/
* Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-041-62/+20
|\
| * s390/pci: allow zPCI zbus without a function zeroNiklas Schnelle2022-07-221-62/+20
* | KVM: s390: pci: add routines to start/stop interpretive executionMatthew Rosato2022-07-111-0/+4
* | KVM: s390: pci: provide routines for enabling/disabling interrupt forwardingMatthew Rosato2022-07-111-0/+1
* | KVM: s390: pci: do initial setup for AEN interpretationMatthew Rosato2022-07-111-0/+6
* | s390/pci: stash dtsm and maxstblMatthew Rosato2022-07-111-0/+2
* | s390/pci: stash associated GISA designationMatthew Rosato2022-07-113-0/+16
* | s390/pci: externalize the SIC operation controls and routineMatthew Rosato2022-07-112-15/+14
* | s390/airq: allow for airq structure that uses an input vectorMatthew Rosato2022-07-111-4/+4
* | s390/airq: pass more TPI info to airq handlersMatthew Rosato2022-07-111-2/+7
|/
* s390/pci: add error record for CC 2 retriesNiklas Schnelle2022-04-251-17/+57
* s390/pci: add PCI access type and length to error recordsNiklas Schnelle2022-04-251-15/+39
* s390/pci: don't log availability events as errorsNiklas Schnelle2022-04-251-3/+0