aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/pci/pci.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-24s390: Remove KMSG_COMPONENT macroHeiko Carstens1-2/+1
2025-10-04s390/pci: Expose firmware provided UID Checking state in sysfsRamesh Errabolu1-0/+4
2025-05-22s390/pci: Serialize device addition and removalNiklas Schnelle1-0/+7
2025-05-22s390/pci: Allow re-add of a reserved but not yet removed deviceNiklas Schnelle1-10/+22
2025-05-22s390/pci: Remove redundant bus removal and disable from zpci_release_device()Niklas Schnelle1-6/+0
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-03-29Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-2/+3
2025-03-16mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts1-2/+2
2025-03-04s390/pci: Get rid of MACHINE_HAS_PCI_MIOHeiko Carstens1-2/+3
2025-02-21iommu/s390: handle IOAT registration based on domainMatthew Rosato1-15/+20
2024-11-29Merge tag 's390-6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-29/+26
2024-11-28s390/pci: Fix potential double remove of hotplug slotNiklas Schnelle1-25/+9
2024-11-28s390/pci: Fix leak of struct zpci_dev when zpci_add_device() failsNiklas Schnelle1-4/+17
2024-11-22Merge tag 'iommu-updates-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+3
2024-10-15iommu/s390: Implement blocking domainMatthew Rosato1-0/+3
2024-10-10s390/pci: Sort PCI functions prior to creating virtual bussesNiklas Schnelle1-8/+61
2024-08-09s390/pci: Stop usurping pdev->dev.groupsLukas Wunner1-1/+0
2024-06-18s390: Replace S390_lowcore by get_lowcore()Sven Schnelle1-1/+1
2024-04-22s390: Stop using weak symbols for __iowrite64_copy()Jason Gunthorpe1-6/+0
2024-03-12Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-6/+14
2024-02-21s390: use the correct count for __iowrite64_copy()Jason Gunthorpe1-1/+1
2024-02-20s390/pci: fix three typos in commentsGerd Bayer1-1/+1
2024-02-20s390/pci: remove hotplug slot when releasing the deviceGerd Bayer1-2/+3
2024-02-20s390/pci: introduce lock to synchronize state of zpci_dev'sGerd Bayer1-2/+9
2024-02-20s390/pci: rename lock member in struct zpci_devGerd Bayer1-1/+1
2023-11-09Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-20/+15
2023-10-05s390/pci: Fix reset of IOMMU software countersNiklas Schnelle1-3/+10
2023-10-02s390/pci: Use dma-iommu layerNiklas Schnelle1-17/+5
2023-09-19s390: use control register bit definesHeiko Carstens1-1/+1
2023-09-19s390/ctlreg: add local and system prefix to some functionsHeiko Carstens1-1/+1
2023-08-18s390: mm: convert to GENERIC_IOREMAPBaoquan He1-47/+10
2023-04-04Merge branch 'uaccess-inline-asm-cleanup' into featuresVasily Gorbik1-6/+10
2023-03-13s390/pci: clean up left over special treatment for function zeroNiklas Schnelle1-20/+3
2023-03-13PCI: s390: Fix use-after-free of PCI resources with per-function hotplugNiklas Schnelle1-6/+10
2022-11-19iommu/s390: Use RCU to allow concurrent domain_list iterationNiklas Schnelle1-1/+1
2022-11-19iommu/s390: Make attach succeed even if the device is in error stateNiklas Schnelle1-5/+6
2022-07-11KVM: s390: pci: add routines to start/stop interpretive executionMatthew Rosato1-0/+4
2022-07-11KVM: s390: pci: do initial setup for AEN interpretationMatthew Rosato1-0/+6
2022-07-11s390/pci: stash associated GISA designationMatthew Rosato1-0/+6
2022-04-25s390/pci: make better use of zpci_dbg() levelsNiklas Schnelle1-1/+1
2022-03-27s390/pci: rename get_zdev_by_bus() to zdev_from_bus()Niklas Schnelle1-2/+2
2022-03-27s390/pci: improve zpci_dev reference countingNiklas Schnelle1-0/+1
2021-12-06s390/pci: use physical addresses in DMA tablesNiklas Schnelle1-1/+1
2021-11-08s390/pci: implement minimal PCI error recoveryNiklas Schnelle1-0/+53
2021-11-08s390/pci: implement reset_slot for hotplug slotNiklas Schnelle1-0/+59
2021-11-08s390/pci: refresh function handle in iomapNiklas Schnelle1-4/+32
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2021-10-04s390/pci: fix zpci_zdev_put() on reserveNiklas Schnelle1-5/+40
2021-09-21PCI: Rename pcibios_add_device() to pcibios_device_add()Oliver O'Halloran1-1/+1
2021-08-30Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-29/+44
2021-08-25s390/pci: improve DMA translation init and exitNiklas Schnelle1-24/+19
2021-08-25s390/pci: simplify CLP List PCI handlingNiklas Schnelle1-11/+17
2021-08-25s390/pci: handle FH state mismatch only on disableNiklas Schnelle1-1/+14
2021-08-25s390/pci: fix misleading rc in clp_set_pci_fn()Niklas Schnelle1-3/+4
2021-08-25s390/pci: cleanup resources only if necessaryNiklas Schnelle1-1/+2
2021-08-18s390/pci: fix use after free of zpci_devNiklas Schnelle1-0/+6
2021-07-27s390: make PCI mio support a machine flagNiklas Schnelle1-3/+2
2021-04-30s390/pci: rename zpci_configure_device()Niklas Schnelle1-4/+6
2021-04-12s390/pci: narrow scope of zpci_configure_device()Niklas Schnelle1-12/+3
2021-04-12s390/pci: separate zbus registration from scanningNiklas Schnelle1-5/+6
2021-04-12s390/pci: separate zbus creation from scanningNiklas Schnelle1-29/+13
2021-04-12s390/pci: introduce zpci_bus_scan_device()Niklas Schnelle1-7/+2
2021-03-22s390/pci: move zpci_remove_device() to bus codeNiklas Schnelle1-35/+2
2021-03-22s390/pci: unify de-/configure for slots and eventsNiklas Schnelle1-2/+87
2021-03-22s390/pci: deconfigure device on releaseNiklas Schnelle1-0/+5
2021-03-22s390/pci: refactor zpci function statesNiklas Schnelle1-6/+4
2021-03-15s390/pci: fix leak of PCI device structureNiklas Schnelle1-4/+24
2021-02-09s390/pci: refactor zpci_create_device()Niklas Schnelle1-16/+41
2020-11-18s390/pci: inform when missing required facilitiesNiklas Schnelle1-1/+3
2020-10-16Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-28/+31
2020-09-14s390/pci: remove unused function zpci_rescan()Niklas Schnelle1-6/+0
2020-09-14s390/pci: consolidate SR-IOV specific codeNiklas Schnelle1-20/+3
2020-09-14s390/pci: Implement ioremap_wc/prot() with MIONiklas Schnelle1-2/+28
2020-09-14s390/pci: fix leak of DMA tables on hard unplugNiklas Schnelle1-0/+4
2020-08-17s390/pci: fix PF/VF linking on hot plugNiklas Schnelle1-1/+4
2020-08-17s390/pci: re-introduce zpci_remove_device()Niklas Schnelle1-7/+12
2020-05-20s390/pci: ioremap() align with generic codeNiklas Schnelle1-10/+11
2020-04-28s390/pci: Handling multifunctionsPierre Morel1-22/+17
2020-04-28s390/pci: create zPCI busPierre Morel1-100/+69
2020-04-28s390/pci: define kernel parameters for PCI multifunctionPierre Morel1-0/+6
2020-04-04Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-58/+25
2020-03-23s390/pci: Improve handling of unset UIDNiklas Schnelle1-0/+8
2020-03-23s390/pci: Fix zpci_alloc_domain() over allocationNiklas Schnelle1-16/+18
2020-03-23s390: remove broken hibernate / power management supportHeiko Carstens1-43/+0
2020-03-04s390/pci: Fix unexpected write combine on resourceNiklas Schnelle1-2/+2
2020-01-22s390/pci: Recover handle in clp_set_pci_fn()Niklas Schnelle1-1/+1
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+8
2019-11-30s390/pci: add error message on device number limitNiklas Schnelle1-0/+2
2019-11-30s390/pci: add error message for UID collisionNiklas Schnelle1-0/+3
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov1-8/+8
2019-08-21s390/pci: PCI_IOV_RESOURCES loop refactoring in zpci_map_resourcesDenis Efremov1-4/+4
2019-07-11s390: fix setting of mio addressing controlSebastian Ott1-1/+3
2019-07-04s390/pci: deal with devices that have no support for MIO instructionsSebastian Ott1-7/+8
2019-05-28s390/pci: fix assignment of bus resourcesSebastian Ott1-1/+4
2019-04-29s390/pci: add parameter to disable usage of MIO instructionsSebastian Ott1-1/+6
2019-04-29s390/pci: provide support for MIO instructionsSebastian Ott1-10/+122
2019-04-29s390/pci: move io address mapping code to pci_insn.cSebastian Ott1-2/+2
2019-04-29s390/pci: add parameter to force floating irqsSebastian Ott1-0/+5
2019-04-29s390/pci: move everything irq related to pci_irq.cSebastian Ott1-216/+0
2019-04-29s390/pci: remove unused defineSebastian Ott1-2/+0
2019-04-29s390/pci: mark command line parser data __initdataSebastian Ott1-1/+1
2019-03-05Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-1/+21
2019-02-07s390/pci: map IOV resourcesSebastian Ott1-0/+20
2019-02-07s390/pci: improve bar checkSebastian Ott1-1/+1
2019-02-07Revert "s390/pci: remove bit_lock usage in interrupt handler"Sebastian Ott1-1/+3
2019-01-05Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2019-01-01s390/pci: skip VF scanningSebastian Ott1-0/+3
2018-12-13s390/pci: remove bit_lock usage in interrupt handlerSebastian Ott1-3/+1
2018-08-16s390/pci: remove stale rcSebastian Ott1-1/+0
2018-08-16s390/pci: fix out of bounds access during irq setupSebastian Ott1-0/+2
2017-11-24s390: pci: add SPDX identifiers to the remaining filesGreg Kroah-Hartman1-0/+1
2017-11-08s390/pci: do not require AIS facilityChristian Borntraeger1-2/+3
2017-09-09Merge tag 'iommu-updates-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+8
2017-08-15iommu/s390: Add support for iommu_device handlingJoerg Roedel1-1/+8
2017-08-02PCI: Add a generic weak pcibios_fixup_bus()Palmer Dabbelt1-4/+0
2017-06-28s390/pci: recognize name clashes with uidsSebastian Ott1-1/+11
2017-06-28s390/pci: provide more debug informationSebastian Ott1-0/+1
2017-06-28s390/pci: fix handling of PEC 306Sebastian Ott1-10/+19
2017-06-28s390/pci: improve pci hotplugSebastian Ott1-0/+9
2017-06-28s390/pci: improve error handling during fmb (de)registrationSebastian Ott1-30/+21
2017-06-28s390/pci: improve unreg_ioat error handlingSebastian Ott1-5/+14
2017-06-28s390/pci: improve error handling during interrupt deregistrationSebastian Ott1-10/+19
2017-06-28s390/pci: don't cleanup in arch_setup_msi_irqsSebastian Ott1-28/+17
2017-04-05s390/pci: remove forward declarationSebastian Ott1-8/+5
2017-04-05s390/pci: reduce iomap size (even more)Sebastian Ott1-1/+1
2017-04-05s390/pci: remove duplicated defineSebastian Ott1-2/+0
2017-04-05s390/pci: remove unused functionSebastian Ott1-5/+0
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche1-1/+1
2017-01-16s390/pci: use proper endianness annotationsSebastian Ott1-4/+4
2016-12-14s390/pci: query fmb lengthSebastian Ott1-1/+1
2016-11-23s390/pci: use unique UIDs for domain enumerationSebastian Ott1-0/+8
2016-08-24s390/pci: add zpci_report_error interfaceMartin Schwidefsky1-0/+9
2016-03-20Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+1
2016-03-14s390/pci: enforce fmb page boundary ruleSebastian Ott1-1/+4
2016-03-02s390/dma: Allow per device dma opsChristian Borntraeger1-0/+1
2016-02-23s390/pci: remove pdev pointer from arch dataSebastian Ott1-5/+1
2016-01-26s390/pci: remove iomap sanity checksSebastian Ott1-9/+4
2016-01-26s390/pci: fix bar checkSebastian Ott1-1/+1
2016-01-26s390/pci: resize iomapSebastian Ott1-12/+22
2016-01-26s390/pci: improve ZPCI_* macrosSebastian Ott1-1/+1
2016-01-26s390/pci: provide ZPCI_ADDR macroSebastian Ott1-7/+3
2015-11-27s390/pci_dma: fix DMA table corruption with > 4 TB main memoryGerald Schaefer1-2/+1
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2015-07-29s390/pci: free resources after failed bus allocationSebastian Ott1-4/+9
2015-07-22s390/pci: Use for_pci_msi_entry() to access MSI device listJiang Liu1-3/+3
2015-07-22s390/pci: inline get_zdevSebastian Ott1-13/+8
2015-04-15s390/pci: add locking for fmb accessSebastian Ott1-0/+1
2015-04-15s390/pci: extract software counters from fmbSebastian Ott1-0/+5
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-2/+1
2015-03-25s390: remove test_facility(2) (== z/Architecture mode active) checksHeiko Carstens1-2/+1
2015-03-23Merge branches 'pci/enumeration' and 'pci/virtualization' into nextBjorn Helgaas1-1/+1
2015-03-19PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang1-1/+1
2015-02-27s390/pci: unify pci_iomap symbol exportsSebastian Ott1-2/+2
2015-02-27s390/pci: fix [un]map_resources sequenceSebastian Ott1-10/+14
2015-01-21s390: add pci_iomap_rangeMichael S. Tsirkin1-7/+27
2014-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-4/+5
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner1-2/+2
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq et alThomas Gleixner1-2/+2
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu1-1/+1
2014-11-11s390/MSI: Use __msi_mask_irq() instead of default_msi_mask_irq()Yijing Wang1-2/+2
2014-11-03s390/pci: add sparse annotationsMartin Schwidefsky1-2/+4
2014-11-03s390/pci: improve irq number check for msixSebastian Ott1-2/+1
2014-07-22s390/pci: fix kmsg componentGerald Schaefer1-2/+2
2014-07-16s390/MSI: Use standard mask and unmask funtionsYijing Wang1-43/+6
2014-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2014-05-22s390/pci: use pdev->dev.groups for attribute creationSebastian Ott1-5/+1
2014-05-16s390: pci: Check return value of alloc_irq_desc() properThomas Gleixner1-3/+3
2014-03-19s390/PCI: Use generic pci_enable_resources()Bjorn Helgaas1-15/+1
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2013-12-20s390/PCI: Remove superfluous check of MSI typeAlexander Gordeev1-2/+0
2013-12-20s390/PCI: Fix single MSI only checkAlexander Gordeev1-0/+2
2013-12-16s390/pci: reenable per defaultSebastian Ott1-3/+3
2013-12-16s390/pci: prevent inadvertently triggered bus scansSebastian Ott1-1/+9
2013-11-15s390/pci: implement pcibios_remove_busSebastian Ott1-34/+35
2013-11-15s390/pci: improve handling of bus resourcesSebastian Ott1-64/+83
2013-10-24s390/pci: cleanup function information blockSebastian Ott1-31/+15
2013-10-24s390/pci: message cleanupSebastian Ott1-15/+6
2013-10-24s390/pci: implement hibernation hooksSebastian Ott1-0/+41
2013-08-30s390/pci: update function handle after resume from hibernateSebastian Ott1-5/+10
2013-08-30s390/pci: split lpfSebastian Ott1-6/+1
2013-08-30s390/pci: add recover sysfs knobSebastian Ott1-2/+2
2013-08-30s390/pci: use claim_resourceSebastian Ott1-29/+34
2013-08-30s390/pci/hotplug: convert to be builtin onlySebastian Ott1-28/+6
2013-08-22s390: convert interrupt handling to use generic hardirqMartin Schwidefsky1-169/+86
2013-08-22s390/pci: use adapter interrupt vector helpersMartin Schwidefsky1-192/+155
2013-08-22s390/pci: cleanup function namesMartin Schwidefsky1-6/+6
2013-06-26s390/airq: simplify adapter interrupt codeMartin Schwidefsky1-14/+13
2013-06-26s390/pci: remove per device debug attributeMartin Schwidefsky1-13/+0
2013-06-26s390/pci: cleanup hotplug codeSebastian Ott1-19/+0
2013-06-26s390/pci: implement pcibios_release_deviceSebastian Ott1-1/+25
2013-06-10s390/pci: Implement IRQ functions if !PCIBen Hutchings1-33/+0
2013-04-26s390/pci: use pci_scan_root_busSebastian Ott1-33/+17
2013-04-17s390/pci: remove disable_device implementationSebastian Ott1-34/+0
2013-04-17s390/pci: disable per defaultSebastian Ott1-3/+3
2013-04-17s390/pci: return error after failed pci opsSebastian Ott1-4/+12
2013-04-17s390/pci: do not read data after failed loadSebastian Ott1-4/+4
2013-04-17s390/pci: rename instruction wrappersSebastian Ott1-6/+6
2013-04-17s390/pci: implement pcibios_add_deviceSebastian Ott1-3/+11
2013-04-17s390/pci: do not modify function handlesSebastian Ott1-0/+7