summaryrefslogtreecommitdiff
path: root/drivers/s390
AgeCommit message (Expand)AuthorFilesLines
2019-04-03scsi: zfcp: fix scsi_eh host reset with port_forced ERP for non-NPIV FCP devicesSteffen Maier3-0/+20
2019-04-03scsi: zfcp: fix rport unblock if deleted SCSI devices on Scsi_HostSteffen Maier1-0/+3
2019-04-03vfio: ccw: only free cp on final interruptCornelia Huck1-2/+6
2019-03-23s390/virtio: handle find on invalid queue gracefullyHalil Pasic1-1/+3
2019-03-23s390/dasd: fix using offset into zero size array errorStefan Haberland1-0/+8
2019-03-14s390/qeth: cancel close_dev work before removing a cardJulian Wiedmann3-0/+4
2019-03-14s390/qeth: fix use-after-free in error pathJulian Wiedmann1-9/+6
2019-03-14s390/qeth: release cmd buffer in error pathsJulian Wiedmann1-0/+6
2019-02-20s390/zcrypt: fix specification exception on z196 during ap probeHarald Freudenberger1-1/+2
2019-02-12s390/zcrypt: improve special ap message cmd handlingHarald Freudenberger1-0/+2
2019-01-31s390/smp: fix CPU hotplug deadlock with CPU rescanGerald Schaefer1-0/+2
2019-01-13scsi: zfcp: fix posting too many status read buffers leading to adapter shutdownSteffen Maier1-3/+3
2018-12-17s390/cio: Fix cleanup when unsupported IDA format is usedEric Farman1-1/+3
2018-12-17s390/cio: Fix cleanup of pfn_array alloc failureEric Farman1-1/+1
2018-12-13virtio/s390: fix race in ccw_io_helper()Halil Pasic1-1/+6
2018-12-13virtio/s390: avoid race on vcdev->configHalil Pasic1-2/+8
2018-12-13s390/ism: clear dmbe_mask bit before SMC IRQ handlingUrsula Braun1-1/+1
2018-12-05s390/qeth: fix length check in SNMP processingJulian Wiedmann1-15/+12
2018-11-27s390/qeth: unregister netdevice only when registeredJulian Wiedmann3-4/+11
2018-11-27s390/qeth: fix HiperSockets snifferJulian Wiedmann1-3/+5
2018-10-10Merge tag 's390-4.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Greg Kroah-Hartman6-11/+38
2018-10-02s390/cio: Fix how vfio-ccw checks pinned pagesEric Farman1-1/+1
2018-09-28s390: qeth: Fix potential array overrun in cmd/rc lookupJean Delvare3-17/+19
2018-09-28s390: qeth_core_mpc: Use ARRAY_SIZE instead of reimplementing its functionzhong jiang1-5/+2
2018-09-27s390/cio: Refactor alloc of ccw_io_regionEric Farman1-4/+16
2018-09-27s390/cio: Convert ccw_io_region to pointerEric Farman4-7/+17
2018-09-20s390/hibernate: fix error handling when suspend cpu != resume cpuGerald Schaefer1-3/+8
2018-09-14Merge tag 's390-4.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-53/+33
2018-09-12s390/qeth: don't dump past end of unknown HW headerJulian Wiedmann2-2/+2
2018-09-12s390/qeth: use vzalloc for QUERY OAT bufferWenjia Zhang1-2/+3
2018-09-12s390/qeth: switch on SG by default for IQD devicesJulian Wiedmann1-0/+2
2018-09-12s390/qeth: indicate error when netdev allocation failsJulian Wiedmann1-1/+3
2018-09-12s390/zcrypt: remove VLA usage from the AP busMartin Schwidefsky1-53/+33
2018-08-26Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds1-3/+5
2018-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds20-210/+626
2018-08-21s390/zcrypt: hex string mask improvements for apmask and aqmask.Harald Freudenberger1-77/+146
2018-08-20s390/zcrypt: AP bus support for alternate driver(s)Harald Freudenberger5-4/+322
2018-08-20s390/zcrypt: code beautifyHarald Freudenberger18-205/+234
2018-08-18Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+28
2018-08-18mm/cma: remove unsupported gfp_mask parameter from cma_alloc()Marek Szyprowski1-1/+1
2018-08-16s390/zcrypt: fix ap_instructions_available() returncodesHarald Freudenberger1-1/+1
2018-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds13-684/+1484
2018-08-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds32-502/+301
2018-08-10s390/qeth: use true and false for boolean valuesGustavo A. R. Silva1-2/+2
2018-08-10s390/qeth: don't restrict qeth_card to DMA memoryJulian Wiedmann3-14/+19
2018-08-10s390/qeth: clean up card initializationJulian Wiedmann1-34/+10
2018-08-10s390/qeth: do basic setup for data channelJulian Wiedmann1-9/+15
2018-08-10s390/qeth: use qeth_setup_ccw() to set up all CCWsJulian Wiedmann4-43/+16
2018-08-10s390/qeth: reduce hard-coded access to ccw channelsJulian Wiedmann2-28/+31
2018-08-10s390/qeth: extract helper for MPC protocol typeJulian Wiedmann3-24/+15