summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | s390/dasd: remove unused debug macrosSebastian Ott2017-10-181-16/+0
| * | | | s390/debug: improve debug_eventSebastian Ott2017-10-185-41/+7
| * | | | vfio: ccw: validate the count field of a ccw before pinningDong Jia Shi2017-10-161-1/+17
| * | | | vfio: ccw: bypass bad idaw address when fetching IDAL ccwsDong Jia Shi2017-10-161-4/+0
| * | | | s390/pkey: fix kzalloc-simple.cocci warningsVasyl Gomonovych2017-10-161-2/+1
| * | | | s390/virtio: simplify MakefileHeiko Carstens2017-09-291-2/+1
| * | | | s390/virtio: remove the old KVM virtio transportThomas Huth2017-09-292-518/+0
| * | | | s390/ccwgroup: tie a ccwgroup driver to its ccw driverJulian Wiedmann2017-09-294-0/+9
| * | | | s390/sclp: Use setup_timer and mod_timerHimanshu Jha2017-09-282-10/+4
| * | | | s390/zcrypt: Explicitly check input data length.Harald Freudenberger2017-09-281-3/+3
| * | | | s390/cmf: use tod_to_ns()Sebastian Ott2017-09-281-5/+3
| * | | | s390/cmf: avg_utilizationSebastian Ott2017-09-281-23/+35
| * | | | s390/cmf: read from hw bufferSebastian Ott2017-09-281-31/+14
| * | | | s390/cmf: simplify copy_blockSebastian Ott2017-09-281-17/+3
| * | | | s390/cmf: simplify cmb_copy_waitSebastian Ott2017-09-281-49/+23
| * | | | s390/cmf: simplify set_schib_waitSebastian Ott2017-09-281-47/+23
| * | | | s390/cmf: set_schib_wait add timeoutSebastian Ott2017-09-281-7/+8
| * | | | s390/char: fix cdev_add usageJean Delvare2017-09-283-6/+3
| |/ / /
* | | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-02141-0/+141
|\ \ \ \ | |_|_|/ |/| | |
| * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02141-0/+141
| |/ /
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-10-283-7/+21
|\ \ \ | |/ / |/| |
| * | scsi: zfcp: fix erp_action use-before-initialize in REC action traceSteffen Maier2017-10-163-7/+21
| |/
* | s390/cio: recover from bad pathsSebastian Ott2017-09-194-3/+24
* | s390/scm_blk: consistently use blk_status_t as error typeSebastian Ott2017-09-191-3/+3
* | s390/dasd: fix race during dasd initializationStefan Haberland2017-09-131-3/+9
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-09-127-227/+262
|\
| * s390/dasd: blk-mq conversionStefan Haberland2017-09-083-165/+193
| * s390/zcrypt: externalize AP queue interrupt controlHarald Freudenberger2017-09-062-4/+29
| * s390/zcrypt: externalize AP config info queryHarald Freudenberger2017-09-062-16/+16
| * s390/zcrypt: externalize test AP queueTony Krowiak2017-09-063-42/+24
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-09-0712-110/+178
|\ \
| * | scsi: zfcp: early returns for traces disabled via levelMartin Peschke2017-08-101-8/+46
| * | scsi: zfcp: clean up unnecessary module_param_named() with no_auto_port_rescanMartin Peschke2017-08-101-1/+1
| * | scsi: zfcp: clean up a member of struct zfcp_qdio that was assigned but never...Martin Peschke2017-08-102-3/+0
| * | scsi: zfcp: clean up no longer existent prototype from zfcp API headerSteffen Maier2017-08-101-1/+0
| * | scsi: zfcp: clean up redundant code with fall through in link down SRB switch...Martin Peschke2017-08-101-2/+0
| * | scsi: zfcp: fix kernel doc comment typos for struct zfcp_dbf_scsiSteffen Maier2017-08-101-3/+3
| * | scsi: zfcp: use endianness conversions with common FC(P) struct fieldsSteffen Maier2017-08-104-35/+43
| * | scsi: zfcp: use common code fcp_cmnd and fcp_resp with union in fsf_qtcb_bott...Steffen Maier2017-08-104-10/+17
| * | scsi: zfcp: clarify that we don't need "link" test on failed open portSteffen Maier2017-08-101-1/+3
| * | scsi: zfcp: more fitting constant for fc_ct_hdr.ct_reason on port scan responseSteffen Maier2017-08-101-2/+2
| * | scsi: zfcp: trace high part of "new" 64 bit SCSI LUNSteffen Maier2017-08-102-2/+4
| * | scsi: zfcp: trace HBA FSF response by default on dismiss or timedout late res...Steffen Maier2017-08-101-1/+5
| * | scsi: zfcp: fix payload with full FCP_RSP IU in SCSI trace recordsSteffen Maier2017-08-101-4/+17
| * | scsi: zfcp: fix missing trace records for early returns in TMF eh handlersSteffen Maier2017-08-101-2/+6
| * | scsi: zfcp: fix passing fsf_req to SCSI trace on TMF to correlate with HBASteffen Maier2017-08-102-7/+8
| * | scsi: zfcp: fix capping of unsuccessful GPN_FT SAN response trace recordsSteffen Maier2017-08-102-3/+11
| * | scsi: zfcp: add handling for FCP_RESID_OVER to the fcp ingress pathBenjamin Block2017-08-101-1/+5
| * | scsi: zfcp: fix queuecommand for scsi_eh commands when DIX enabledSteffen Maier2017-08-101-1/+2
| * | scsi: zfcp: convert bool-definitions to use 'true' instead of '1'Benjamin Block2017-08-102-2/+2
OpenPOWER on IntegriCloud