summaryrefslogtreecommitdiffstats
path: root/arch/s390/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* s390/pci: make better use of zpci_dbg() levelsNiklas Schnelle2022-04-253-3/+3
* s390/pci: rename get_zdev_by_bus() to zdev_from_bus()Niklas Schnelle2022-03-272-4/+4
* s390/pci: improve zpci_dev reference countingNiklas Schnelle2022-03-274-4/+16
* s390/pci: make zpci_set_irq()/zpci_clear_irq() staticNiklas Schnelle2022-03-101-2/+2
* s390/extable: move EX_TABLE define to asm-extable.hHeiko Carstens2022-03-083-0/+3
* 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