summaryrefslogtreecommitdiff
path: root/arch/s390/pci
AgeCommit message (Expand)AuthorFilesLines
2021-06-28s390/pci: add zpci_set_irq()/zpci_clear_irq()Niklas Schnelle1-10/+36
2021-06-18s390/pci: use register pair instead of register asmNiklas Schnelle2-45/+34
2021-04-30s390/pci: handle stale deconfiguration eventsNiklas Schnelle1-8/+18
2021-04-30s390/pci: rename zpci_configure_device()Niklas Schnelle2-5/+7
2021-04-20s390/pci: expose a PCI device's UID as its indexNiklas Schnelle1-0/+35
2021-04-12s390/pci: narrow scope of zpci_configure_device()Niklas Schnelle1-12/+3
2021-04-12s390/pci: separate zbus registration from scanningNiklas Schnelle4-29/+32
2021-04-12s390/pci: use mutex not spinlock for zbus listNiklas Schnelle1-7/+7
2021-04-12s390/pci: separate zbus creation from scanningNiklas Schnelle3-96/+175
2021-04-12s390/pci: do more bus setup in zpci_bus_scan()Niklas Schnelle1-13/+20
2021-04-12s390/pci: introduce zpci_bus_scan_device()Niklas Schnelle3-17/+28
2021-04-05s390/pci: expose UID uniqueness guaranteeNiklas Schnelle1-0/+9
2021-03-28s390/pci: fix DMA cleanup on hard deconfigureNiklas Schnelle1-6/+5
2021-03-22s390/pci: move zpci_remove_device() to bus codeNiklas Schnelle4-36/+38
2021-03-22s390/pci: unify de-/configure for slots and eventsNiklas Schnelle2-38/+95
2021-03-22s390/pci: add zpci_event_hard_deconfigured()Niklas Schnelle1-15/+24
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 Schnelle2-16/+30
2021-02-22Merge tag 's390-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds3-56/+47
2021-02-09s390/pci: refactor zpci_create_device()Niklas Schnelle3-55/+46
2021-02-09mm: provide a saner PTE walking API for modulesPaolo Bonzini1-2/+2
2021-01-27s390/pci: remove superfluous zdev->zbus checkNiklas Schnelle1-1/+1
2020-12-16mm: simplify follow_pte{,pmd}Christoph Hellwig1-2/+2
2020-12-15Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+1
2020-12-15Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-48/+60
2020-12-02s390/pci: fix CPU address in MSI for directed IRQAlexander Gordeev1-3/+11
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar1-0/+4
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra1-3/+1
2020-11-23s390/mm: remove set_fs / rework address space handlingHeiko Carstens1-6/+0
2020-11-18s390/pci: inform when missing required facilitiesNiklas Schnelle1-1/+3
2020-11-09s390/pci: remove races against pte updatesDaniel Vetter1-41/+57
2020-11-03s390/pci: fix hot-plug of PCI function missing busNiklas Schnelle1-0/+4
2020-10-22Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2-2/+5
2020-10-16Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds8-141/+215
2020-10-12Merge branches 'v5.10/vfio/fsl-mc-v6' and 'v5.10/vfio/zpci-info-v3' into v5.1...Alex Williamson1-0/+2
2020-10-07s390/pci: track whether util_str is valid in the zpci_devMatthew Rosato1-0/+1
2020-10-07s390/pci: stash version in the zpci_devMatthew Rosato1-0/+1
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig1-1/+1
2020-09-30s390: remove orphaned function declarationsVasily Gorbik1-1/+0
2020-09-25dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig1-0/+2
2020-09-25Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig2-0/+6
2020-09-22s390/pci: Mark all VFs as not implementing PCI_COMMAND_MEMORYMatthew Rosato1-2/+3
2020-09-16s390/pci: add missing pci_iov.h includeNiklas Schnelle1-0/+2
2020-09-14s390/pci: remove clp_rescan_pci_devices_simple()Niklas Schnelle1-23/+21
2020-09-14s390/pci: remove clp_rescan_pci_devices()Niklas Schnelle2-18/+2
2020-09-14s390/pci: remove unused function zpci_rescan()Niklas Schnelle1-6/+0
2020-09-14s390/pci: consolidate SR-IOV specific codeNiklas Schnelle6-96/+133
2020-09-14s390/pci: Implement ioremap_wc/prot() with MIONiklas Schnelle2-3/+63
2020-09-14s390/pci: fix leak of DMA tables on hard unplugNiklas Schnelle2-0/+6