summaryrefslogtreecommitdiff
path: root/arch/s390/pci
AgeCommit message (Expand)Author
2021-04-30s390/pci: handle stale deconfiguration eventsNiklas Schnelle
2021-04-30s390/pci: rename zpci_configure_device()Niklas Schnelle
2021-04-20s390/pci: expose a PCI device's UID as its indexNiklas Schnelle
2021-04-12s390/pci: narrow scope of zpci_configure_device()Niklas Schnelle
2021-04-12s390/pci: separate zbus registration from scanningNiklas Schnelle
2021-04-12s390/pci: use mutex not spinlock for zbus listNiklas Schnelle
2021-04-12s390/pci: separate zbus creation from scanningNiklas Schnelle
2021-04-12s390/pci: do more bus setup in zpci_bus_scan()Niklas Schnelle
2021-04-12s390/pci: introduce zpci_bus_scan_device()Niklas Schnelle
2021-04-05s390/pci: expose UID uniqueness guaranteeNiklas Schnelle
2021-03-28s390/pci: fix DMA cleanup on hard deconfigureNiklas Schnelle
2021-03-22s390/pci: move zpci_remove_device() to bus codeNiklas Schnelle
2021-03-22s390/pci: unify de-/configure for slots and eventsNiklas Schnelle
2021-03-22s390/pci: add zpci_event_hard_deconfigured()Niklas Schnelle
2021-03-22s390/pci: deconfigure device on releaseNiklas Schnelle
2021-03-22s390/pci: refactor zpci function statesNiklas Schnelle
2021-03-15s390/pci: fix leak of PCI device structureNiklas Schnelle
2021-02-21Merge tag 's390-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-02-09s390/pci: refactor zpci_create_device()Niklas Schnelle
2021-02-09mm: provide a saner PTE walking API for modulesPaolo Bonzini
2021-01-27s390/pci: remove superfluous zdev->zbus checkNiklas Schnelle
2020-12-15mm: simplify follow_pte{,pmd}Christoph Hellwig
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-14Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2020-12-02s390/pci: fix CPU address in MSI for directed IRQAlexander Gordeev
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra
2020-11-23s390/mm: remove set_fs / rework address space handlingHeiko Carstens
2020-11-18s390/pci: inform when missing required facilitiesNiklas Schnelle
2020-11-09s390/pci: remove races against pte updatesDaniel Vetter
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