summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* s390/virtio: handle find on invalid queue gracefullyHalil Pasic2019-03-231-1/+3
* s390/dasd: fix using offset into zero size array errorStefan Haberland2019-03-231-0/+8
* s390/qeth: cancel close_dev work before removing a cardJulian Wiedmann2019-03-133-0/+4
* s390/qeth: fix use-after-free in error pathJulian Wiedmann2019-03-131-9/+6
* s390/qeth: release cmd buffer in error pathsJulian Wiedmann2019-03-131-0/+6
* s390/zcrypt: fix specification exception on z196 during ap probeHarald Freudenberger2019-02-201-1/+2
* s390/zcrypt: improve special ap message cmd handlingHarald Freudenberger2019-02-121-0/+2
* s390/smp: fix CPU hotplug deadlock with CPU rescanGerald Schaefer2019-01-311-0/+2
* scsi: zfcp: fix posting too many status read buffers leading to adapter shutdownSteffen Maier2019-01-131-3/+3
* s390/cio: Fix cleanup when unsupported IDA format is usedEric Farman2018-12-171-1/+3
* s390/cio: Fix cleanup of pfn_array alloc failureEric Farman2018-12-171-1/+1
* virtio/s390: fix race in ccw_io_helper()Halil Pasic2018-12-131-1/+6
* virtio/s390: avoid race on vcdev->configHalil Pasic2018-12-131-2/+8
* s390/ism: clear dmbe_mask bit before SMC IRQ handlingUrsula Braun2018-12-131-1/+1
* s390/qeth: fix length check in SNMP processingJulian Wiedmann2018-12-051-15/+12
* s390/qeth: unregister netdevice only when registeredJulian Wiedmann2018-11-273-4/+11
* s390/qeth: fix HiperSockets snifferJulian Wiedmann2018-11-271-3/+5
* Merge tag 's390-4.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Greg Kroah-Hartman2018-10-106-11/+38
|\
| * s390/cio: Fix how vfio-ccw checks pinned pagesEric Farman2018-10-021-1/+1
| * s390/cio: Refactor alloc of ccw_io_regionEric Farman2018-09-271-4/+16
| * s390/cio: Convert ccw_io_region to pointerEric Farman2018-09-274-7/+17
| * s390/hibernate: fix error handling when suspend cpu != resume cpuGerald Schaefer2018-09-201-3/+8
* | s390: qeth: Fix potential array overrun in cmd/rc lookupJean Delvare2018-09-283-17/+19
* | s390: qeth_core_mpc: Use ARRAY_SIZE instead of reimplementing its functionzhong jiang2018-09-281-5/+2
|/
* Merge tag 's390-4.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2018-09-131-53/+33
|\
| * s390/zcrypt: remove VLA usage from the AP busMartin Schwidefsky2018-09-121-53/+33
* | s390/qeth: don't dump past end of unknown HW headerJulian Wiedmann2018-09-122-2/+2
* | s390/qeth: use vzalloc for QUERY OAT bufferWenjia Zhang2018-09-121-2/+3
* | s390/qeth: switch on SG by default for IQD devicesJulian Wiedmann2018-09-121-0/+2
* | s390/qeth: indicate error when netdev allocation failsJulian Wiedmann2018-09-121-1/+3
|/
* Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds2018-08-251-3/+5
|\
| * s390, dcssblk: kaddr and pfn can be NULL to ->direct_access()Huaisheng Ye2018-07-301-3/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-08-2420-210/+626
|\ \
| * | s390/zcrypt: hex string mask improvements for apmask and aqmask.Harald Freudenberger2018-08-211-77/+146
| * | s390/zcrypt: AP bus support for alternate driver(s)Harald Freudenberger2018-08-205-4/+322
| * | s390/zcrypt: code beautifyHarald Freudenberger2018-08-2018-205/+234
| * | s390/zcrypt: fix ap_instructions_available() returncodesHarald Freudenberger2018-08-161-1/+1
* | | Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-08-181-2/+28
|\ \ \
| * | | kbd: complete dead keys definitionsSamuel Thibault2018-07-071-2/+28
| | |/ | |/|
* | | mm/cma: remove unsupported gfp_mask parameter from cma_alloc()Marek Szyprowski2018-08-171-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-1513-684/+1484
|\ \ \ | |_|/ |/| |
| * | s390/qeth: use true and false for boolean valuesGustavo A. R. Silva2018-08-091-2/+2
| * | s390/qeth: don't restrict qeth_card to DMA memoryJulian Wiedmann2018-08-093-14/+19
| * | s390/qeth: clean up card initializationJulian Wiedmann2018-08-091-34/+10
| * | s390/qeth: do basic setup for data channelJulian Wiedmann2018-08-091-9/+15
| * | s390/qeth: use qeth_setup_ccw() to set up all CCWsJulian Wiedmann2018-08-094-43/+16
| * | s390/qeth: reduce hard-coded access to ccw channelsJulian Wiedmann2018-08-092-28/+31
| * | s390/qeth: extract helper for MPC protocol typeJulian Wiedmann2018-08-093-24/+15
| * | s390/qeth: speed up L2 IQD xmitJulian Wiedmann2018-07-213-56/+30
| * | s390/qeth: add support for constrained HW headersJulian Wiedmann2018-07-214-22/+30