aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/pci
AgeCommit message (Expand)Author
2024-01-25s390/pci: fix max size calculation in zpci_memcpy_toio()Niklas Schnelle
2023-10-25s390/pci: fix iommu bitmap allocationNiklas Schnelle
2022-11-03s390/pci: add missing EX_TABLE entries to __pcistg_mio_inuser()/__pcilg_mio_i...Heiko Carstens
2022-05-25s390/pci: improve zpci_dev reference countingNiklas Schnelle
2021-10-27s390/pci: fix zpci_zdev_put() on reserveNiklas Schnelle
2021-09-26s390/pci_mmio: fully validate the VMA before calling follow_pte()David Hildenbrand
2021-09-18s390: make PCI mio support a machine flagNiklas Schnelle
2021-09-15s390/pci: fix misleading rc in clp_set_pci_fn()Niklas Schnelle
2021-08-26s390/pci: fix use after free of zpci_devNiklas Schnelle
2021-03-25s390/pci: fix leak of PCI device structureNiklas Schnelle
2021-03-25s390/pci: remove superfluous zdev->zbus checkNiklas Schnelle
2021-03-25s390/pci: refactor zpci_create_device()Niklas Schnelle
2020-12-02s390/pci: fix CPU address in MSI for directed IRQAlexander Gordeev
2020-11-03s390/pci: fix hot-plug of PCI function missing busNiklas Schnelle
2020-10-22Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2020-10-16Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2020-10-12Merge branches 'v5.10/vfio/fsl-mc-v6' and 'v5.10/vfio/zpci-info-v3' into v5.1...Alex Williamson
2020-10-07s390/pci: track whether util_str is valid in the zpci_devMatthew Rosato
2020-10-07s390/pci: stash version in the zpci_devMatthew Rosato
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig
2020-09-30s390: remove orphaned function declarationsVasily Gorbik
2020-09-25dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig
2020-09-25Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig
2020-09-22s390/pci: Mark all VFs as not implementing PCI_COMMAND_MEMORYMatthew Rosato
2020-09-16s390/pci: add missing pci_iov.h includeNiklas Schnelle
2020-09-14s390/pci: remove clp_rescan_pci_devices_simple()Niklas Schnelle
2020-09-14s390/pci: remove clp_rescan_pci_devices()Niklas Schnelle
2020-09-14s390/pci: remove unused function zpci_rescan()Niklas Schnelle
2020-09-14s390/pci: consolidate SR-IOV specific codeNiklas Schnelle
2020-09-14s390/pci: Implement ioremap_wc/prot() with MIONiklas Schnelle
2020-09-14s390/pci: fix leak of DMA tables on hard unplugNiklas Schnelle
2020-09-03dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen
2020-08-17s390/pci: fix PF/VF linking on hot plugNiklas Schnelle
2020-08-17s390/pci: re-introduce zpci_remove_device()Niklas Schnelle
2020-08-17s390/pci: fix zpci_bus_link_virtfn()Niklas Schnelle
2020-08-17s390/pci: ignore stale configuration request eventNiklas Schnelle
2020-08-03Merge tag 's390-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-07-27s390/pci: clarify comment in s390_mmio_read/writeNiklas Schnelle
2020-06-29s390/pci: fix enabling a reserved PCI functionNiklas Schnelle
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-08Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-05-28s390/pci: Log new handle in clp_disable_fh()Petr Tesarik
2020-05-20s390/pci: ioremap() align with generic codeNiklas Schnelle
2020-05-20s390/pci: create links between PFs and VFsNiklas Schnelle
2020-05-14s390/pci: Fix s390_mmio_read/write with MIONiklas Schnelle
2020-05-06s390/pci: removes wrong PCI multifunction assignmentPierre Morel
2020-04-28s390/pci: Handling multifunctionsPierre Morel
2020-04-28s390/pci: Adding bus resourcePierre Morel
2020-04-28s390/pci: adapt events for zbusPierre Morel
2020-04-28s390/pci: create zPCI busPierre Morel