aboutsummaryrefslogtreecommitdiff
path: root/drivers/s390
AgeCommit message (Expand)AuthorFilesLines
2018-07-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 2-10/+11
2018-07-02s390/dasd: reduce the default queue depth and nr of hardware queuesGravatar Stefan Haberland 2-10/+11
2018-06-30s390/qeth: consistently re-enable device featuresGravatar Julian Wiedmann 4-17/+16
2018-06-30s390/qeth: don't clobber buffer on async TX completionGravatar Julian Wiedmann 2-6/+27
2018-06-30s390/qeth: avoid using is_multicast_ether_addr_64bits on (u8 *)[6]Gravatar Vasily Gorbik 1-2/+2
2018-06-30s390/qeth: fix race when setting MAC addressGravatar Julian Wiedmann 1-4/+11
2018-06-30Revert "s390/qeth: use Read device to query hypervisor for MAC"Gravatar Julian Wiedmann 1-1/+1
2018-06-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 12-235/+250
2018-06-12treewide: Use array_size() in vzalloc()Gravatar Kees Cook 1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 9-23/+27
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 3-6/+7
2018-06-12s390/dasd: only use preallocated requestsGravatar Sebastian Ott 4-77/+8
2018-06-12s390/dasd: reshuffle struct dasd_ccw_reqGravatar Sebastian Ott 1-11/+3
2018-06-12s390/dasd: remove dasd_kmalloc_set_cdaGravatar Sebastian Ott 1-6/+0
2018-06-12s390/dasd: move dasd_ccw_req to per request dataGravatar Sebastian Ott 5-47/+57
2018-06-12s390/dasd: simplify locking in process_final_queueGravatar Sebastian Ott 1-27/+32
2018-06-12Merge tag 'vfio-ccw-20180529' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Martin Schwidefsky 5-67/+150
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 10-167/+400
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+7
2018-06-08Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextGravatar Dan Williams 1-0/+7
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 7-292/+229
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyGravatar Kees Cook 1-2/+1
2018-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 7-54/+100
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 6-6/+1
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 2-32/+4
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+3
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+5
2018-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-2/+5
2018-05-30s390/zcrypt: Fix CCA and EP11 CPRB processing failure memory leak.Gravatar Harald Freudenberger 3-40/+43
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEGravatar Christoph Hellwig 1-3/+3
2018-05-29vfio: ccw: add tracepoints for interesting error pathsGravatar Halil Pasic 3-1/+71
2018-05-29vfio: ccw: set ccw->cda to NULL defensivelyGravatar Dong Jia Shi 1-11/+20
2018-05-29vfio: ccw: refactor and improve pfn_array_alloc_pin()Gravatar Dong Jia Shi 1-46/+36
2018-05-29vfio: ccw: shorten kernel doc description for pfn_array_pin()Gravatar Dong Jia Shi 1-8/+6
2018-05-29vfio: ccw: push down unsupported IDA checkGravatar Halil Pasic 1-3/+16
2018-05-29vfio: ccw: fix error return in vfio_ccw_sch_eventGravatar Dong Jia Shi 1-1/+4
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-9/+33
2018-05-25s390/dasd: simplify locking in dasd_times_outGravatar Sebastian Ott 1-14/+17
2018-05-22dax: Introduce a ->copy_to_iter dax operationGravatar Dan Williams 1-0/+7
2018-05-23s390/cio: add test for ccwgroup deviceGravatar Sebastian Ott 1-0/+6
2018-05-23s390/cio: add helper to query utility strings per given ccw deviceGravatar Sebastian Ott 1-0/+31
2018-05-23s390/dasd: use blk_mq_rq_from_pdu for per request dataGravatar Sebastian Ott 1-2/+5
2018-05-21Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 3-9/+33
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-10/+15
2018-05-18scsi: zfcp: enhance comments on fc_link_speed and supported_speedGravatar Jens Remus 1-3/+3
2018-05-18scsi: zfcp: add port speed capabilitiesGravatar Jens Remus 1-1/+10
2018-05-18scsi: zfcp: assert that the ERP lock is held when tracing a recovery triggerGravatar Jens Remus 1-0/+2
2018-05-18scsi: zfcp: cleanup indentation for posting FC eventsGravatar Steffen Maier 1-3/+2
2018-05-18scsi: zfcp: support SCSI_ADAPTER_RESET via scsi_host sysfs attribute host_resetGravatar Steffen Maier 4-4/+39