summaryrefslogtreecommitdiff
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* s390/ctcm: don't use intparm for channel IOJulian Wiedmann2019-08-203-34/+20
* s390/qeth: streamline control code for promisc modeJulian Wiedmann2019-08-204-49/+30
* s390/qeth: get vnicc sub-cmd type from reply dataJulian Wiedmann2019-08-201-16/+5
* s390/qeth: merge qeth_reply struct into qeth_cmd_bufferJulian Wiedmann2019-08-204-97/+58
* s390/qeth: keep cmd alive after IO completionJulian Wiedmann2019-08-201-2/+7
* s390/qeth: use correct length field in SNMP cmd callbackJulian Wiedmann2019-08-202-27/+16
* s390/qeth: propagate length of processed cmd IO data to callbackJulian Wiedmann2019-08-203-11/+35
* s390/qeth: use node_descriptor structJulian Wiedmann2019-08-202-9/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-195-1/+26
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-08-192-0/+21
| |\
| | * s390/qeth: serialize cmd reply with concurrent timeoutJulian Wiedmann2019-08-132-0/+21
| * | Merge tag 'Wimplicit-fallthrough-5.3-rc4' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-08-103-1/+5
| |\ \ | | |/ | |/|
| | * s390/net: Mark expected switch fall-throughsGustavo A. R. Silva2019-08-093-1/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-0610-45/+59
|\ \ \ | |/ /
| * | Merge tag 's390-5.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-08-025-14/+10
| |\ \
| | * | s390/zcrypt: adjust switch fall through comments for -Wimplicit-fallthroughVasily Gorbik2019-08-022-13/+5
| | * | vfio-ccw: make vfio_ccw_async_region_ops staticVasily Gorbik2019-07-291-1/+1
| | * | s390/3215: add switch fall through comment for -Wimplicit-fallthroughVasily Gorbik2019-07-291-0/+1
| | * | s390/tape: add fallthrough annotationsHeiko Carstens2019-07-291-0/+3
| | |/
| * | s390/dasd: fix endless loop after read unit address configurationStefan Haberland2019-08-011-6/+16
| |/
| * virtio/s390: fix race on airq_areas[]Halil Pasic2019-07-261-0/+4
| * Merge tag 'vfio-ccw-20190717-2' of https://git.kernel.org/pub/scm/linux/kerne...Heiko Carstens2019-07-232-12/+18
| |\
| | * vfio-ccw: Don't call cp_free if we are processing a channel programFarhan Ali2019-07-151-1/+1
| | * vfio-ccw: Set pa_nr to 0 if memory allocation fails for pa_iova_pfnFarhan Ali2019-07-151-1/+3
| | * vfio-ccw: Fix memory leak and don't call cp_free in cp_initFarhan Ali2019-07-151-4/+7
| | * vfio-ccw: Fix misleading comment when setting orb.cmd.c64Farhan Ali2019-07-151-6/+7
| * | s390/qdio: restrict QAOB usage to IQD unicast queuesJulian Wiedmann2019-07-231-7/+5
| * | s390/qdio: add sanity checks to the fast-requeue pathJulian Wiedmann2019-07-231-6/+6
* | | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-1/+1
|/ /
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-07-202-7/+55
|\ \
| * | scsi: zfcp: fix GCC compiler warning emitted with -Wmaybe-uninitializedBenjamin Block2019-07-111-0/+7
| * | scsi: zfcp: fix request object use-after-free in send path causing wrong tracesBenjamin Block2019-07-111-2/+8
| * | scsi: zfcp: fix request object use-after-free in send path causing seqno errorsBenjamin Block2019-07-111-5/+40
* | | Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-181-1/+1
|\ \ \
| * | | libnvdimm: add dax_dev sync flagPankaj Gupta2019-07-051-1/+1
* | | | Merge tag 's390-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-07-1213-160/+1451
|\ \ \ \ | | |_|/ | |/| |
| * | | s390/zcrypt: remove the exporting of ap_query_configurationDenis Efremov2019-07-111-1/+0
| * | | s390/ipl: Fix detection of has_secure attributePhilipp Rudo2019-07-111-1/+0
| * | | s390: vfio-ap: fix irq registrationChristian Borntraeger2019-07-111-2/+1
| * | | s390/dasd: Handle out-of-space constraintJan Höppner2019-07-115-3/+243
| * | | s390/dasd: Add discard support for ESE volumesJan Höppner2019-07-111-3/+54
| * | | s390/dasd: Use ALIGN_DOWN macroJan Höppner2019-07-111-1/+1
| * | | s390/dasd: Make dasd_setup_queue() a discipline functionJan Höppner2019-07-117-80/+103
| * | | s390/dasd: Add new ioctl to release spaceJan Höppner2019-07-114-0/+361
| * | | s390/dasd: Add dasd_sleep_on_queue_interruptible()Jan Höppner2019-07-112-0/+10
| * | | s390/dasd: Add dynamic formatting support for ESE volumesJan Höppner2019-07-113-14/+239
| * | | s390/dasd: Recognise data for ESE volumesJan Höppner2019-07-114-4/+430
| * | | s390/dasd: Put sub-order definitions in a separate sectionJan Höppner2019-07-111-2/+6
| * | | s390/dasd: Make layout analysis ESE compatibleJan Höppner2019-07-111-6/+6
| * | | s390/dasd: Remove old defines and functionJan Höppner2019-07-111-21/+0