summaryrefslogtreecommitdiff
path: root/arch/s390/pci
Commit message (Expand)AuthorAgeFilesLines
* s390/pci: fix zpci_zdev_put() on reserveNiklas Schnelle2021-10-042-7/+42
* s390/pci_mmio: fully validate the VMA before calling follow_pte()David Hildenbrand2021-09-151-2/+2
* Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-09-091-3/+6
|\
| * s390/pci: read clp_list_pci_req only oncePierre Morel2021-09-071-1/+1
| * s390/pci: fix clp_get_state() handling of -ENODEVNiklas Schnelle2021-09-071-2/+5
* | Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-09-021-6/+7
|\ \
| * | s390/pci: don't set failed sg dma_address to DMA_MAPPING_ERRORLogan Gunthorpe2021-08-091-1/+0
| * | s390/pci: return error code from s390_dma_map_sg()Martin Oliveira2021-08-091-5/+7
* | | Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-301-4/+0
|\ \ \ | |_|/ |/| |
| * | s390/pci: Do not mask MSI[-X] entries on teardownThomas Gleixner2021-08-101-4/+0
| |/
* | Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-08-306-133/+183
|\ \
| * | s390/pci: improve DMA translation init and exitNiklas Schnelle2021-08-255-36/+61
| * | s390/pci: simplify CLP List PCI handlingNiklas Schnelle2021-08-252-84/+99
| * | s390/pci: handle FH state mismatch only on disableNiklas Schnelle2021-08-252-6/+15
| * | s390/pci: fix misleading rc in clp_set_pci_fn()Niklas Schnelle2021-08-252-20/+20
| * | s390/pci: reset zdev->zbus on registration failureNiklas Schnelle2021-08-251-1/+2
| * | s390/pci: cleanup resources only if necessaryNiklas Schnelle2021-08-251-1/+2
| * | s390: make PCI mio support a machine flagNiklas Schnelle2021-07-271-3/+2
| |/
* | s390/pci: fix use after free of zpci_devNiklas Schnelle2021-08-182-0/+11
|/
* s390/pci: add zpci_set_irq()/zpci_clear_irq()Niklas Schnelle2021-06-281-10/+36
* s390/pci: use register pair instead of register asmNiklas Schnelle2021-06-182-45/+34
* s390/pci: handle stale deconfiguration eventsNiklas Schnelle2021-04-301-8/+18
* s390/pci: rename zpci_configure_device()Niklas Schnelle2021-04-302-5/+7
* s390/pci: expose a PCI device's UID as its indexNiklas Schnelle2021-04-201-0/+35
* s390/pci: narrow scope of zpci_configure_device()Niklas Schnelle2021-04-121-12/+3
* s390/pci: separate zbus registration from scanningNiklas Schnelle2021-04-124-29/+32
* s390/pci: use mutex not spinlock for zbus listNiklas Schnelle2021-04-121-7/+7
* s390/pci: separate zbus creation from scanningNiklas Schnelle2021-04-123-96/+175
* s390/pci: do more bus setup in zpci_bus_scan()Niklas Schnelle2021-04-121-13/+20
* s390/pci: introduce zpci_bus_scan_device()Niklas Schnelle2021-04-123-17/+28
* s390/pci: expose UID uniqueness guaranteeNiklas Schnelle2021-04-051-0/+9
* s390/pci: fix DMA cleanup on hard deconfigureNiklas Schnelle2021-03-281-6/+5
* s390/pci: move zpci_remove_device() to bus codeNiklas Schnelle2021-03-224-36/+38
* s390/pci: unify de-/configure for slots and eventsNiklas Schnelle2021-03-222-38/+95
* s390/pci: add zpci_event_hard_deconfigured()Niklas Schnelle2021-03-221-15/+24
* s390/pci: deconfigure device on releaseNiklas Schnelle2021-03-221-0/+5
* s390/pci: refactor zpci function statesNiklas Schnelle2021-03-221-6/+4
* s390/pci: fix leak of PCI device structureNiklas Schnelle2021-03-152-16/+30
* Merge tag 's390-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-02-213-56/+47
|\
| * s390/pci: refactor zpci_create_device()Niklas Schnelle2021-02-093-55/+46
| * s390/pci: remove superfluous zdev->zbus checkNiklas Schnelle2021-01-271-1/+1
* | mm: provide a saner PTE walking API for modulesPaolo Bonzini2021-02-091-2/+2
|/
* mm: simplify follow_pte{,pmd}Christoph Hellwig2020-12-151-2/+2
* Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-3/+1
|\
| * Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar2020-11-271-0/+4
| |\
| * | smp: Cleanup smp_call_function*()Peter Zijlstra2020-11-241-3/+1
* | | Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-12-142-48/+60
|\ \ \
| * | | s390/mm: remove set_fs / rework address space handlingHeiko Carstens2020-11-231-6/+0
| * | | s390/pci: inform when missing required facilitiesNiklas Schnelle2020-11-181-1/+3
| * | | s390/pci: remove races against pte updatesDaniel Vetter2020-11-091-41/+57
| | |/ | |/|