summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-12-142-16/+24
|\
| * scsi: fc: use bsg_job_doneJohannes Thumshirn2016-11-171-1/+1
| * scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn2016-11-172-9/+10
| * scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn2016-11-171-3/+5
| * scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn2016-11-171-2/+4
| * scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn2016-11-171-1/+1
| * scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn2016-11-171-3/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-12-1325-489/+1193
|\ \
| * | s390/dasd: channel path aware error recoveryStefan Haberland2016-12-126-108/+524
| * | s390/dasd: extend dasd path handlingStefan Haberland2016-12-128-143/+475
| * | s390/vmlogrdr: fix IUCV buffer allocationGerald Schaefer2016-12-121-1/+1
| * | s390/smp: initialize cpu_present_mask in setup_archHeiko Carstens2016-12-073-24/+55
| * | s390/zcrypt: Convert to PM opsLars-Peter Clausen2016-12-021-8/+4
| * | zcore: Improve startup-message textMichael Holzheu2016-11-171-1/+1
| * | s390: virtio: make ccw explicitly non-modularPaul Gortmaker2016-10-311-23/+2
| * | s390: char: make slcp_quiesce explicitly non-modularPaul Gortmaker2016-10-311-3/+1
| * | s390: char: make sclp_tty explicitly non-modularPaul Gortmaker2016-10-311-2/+1
| * | s390: char: make con3215 explicitly non-modularPaul Gortmaker2016-10-311-11/+1
| * | s390: char: make zcore explicitly non-modularPaul Gortmaker2016-10-311-19/+1
| * | s390: cio: make it explicitly non-modularPaul Gortmaker2016-10-314-16/+11
| * | s390/dasd: Fix locking issue when changing RO attributeJan Höppner2016-10-281-2/+15
| * | s390/dasd: Fix locking issue when changing EER attributeJan Höppner2016-10-282-22/+34
| * | s390/dasd: Eliminate race condition in dasd_generic_set_offline()Jan Höppner2016-10-281-15/+24
| * | s390/dasd: Make use of dasd_set_feature() more oftenJan Höppner2016-10-281-61/+29
| * | s390/dasd: Replace simple_strtoul with kstrtouintJan Höppner2016-10-281-20/+11
| * | s390/cio: clean up DEV_STATE_SENSE_PGIDDong Jia Shi2016-10-282-7/+0
| * | s390/dasd: Define often used variableJan Höppner2016-10-281-8/+8
| * | s390/dasd: Make setting queue_max_segments more explicitJan Höppner2016-10-281-1/+1
| |/
* | Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-131-2/+2
|\ \
| * | s390: char: make slp_ctl explicitly non-modularPaul Gortmaker2016-11-101-2/+2
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-303-5/+7
|\|
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-10-272-4/+6
| |\
| | * s390/cio: don't register chpids in reserved stateSebastian Ott2016-10-171-2/+4
| | * s390/dasd: avoid undefined behaviourChristian Borntraeger2016-10-171-2/+2
| * | scsi: zfcp: spin_lock_irqsave() is not nestableDan Carpenter2016-10-141-1/+1
| |/
* | s390/net: use net core MTU range checkingJarod Wilson2016-10-205-29/+8
* | s390/lcs: remove trailing space at end of dev_err messageColin Ian King2016-10-131-1/+1
* | s390/netiucv: improve checking of sysfs attribute bufferUrsula Braun2016-10-131-7/+7
* | s390/netiucv: get rid of one memcpy in netiucv_printuserUrsula Braun2016-10-131-2/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-10-077-34/+196
|\
| * zfcp: trace full payload of all SAN records (req,resp,iels)Steffen Maier2016-08-122-13/+104
| * zfcp: fix payload trace length for SAN request&responseSteffen Maier2016-08-121-2/+2
| * zfcp: fix D_ID field with actual value on tracing SAN responsesSteffen Maier2016-08-123-2/+6
| * zfcp: restore tracing of handle for port and LUN with HBA recordsSteffen Maier2016-08-122-0/+4
| * zfcp: trace on request for open and close of WKA portSteffen Maier2016-08-123-2/+39
| * zfcp: restore: Dont use 0 to indicate invalid LUN in rec traceSteffen Maier2016-08-121-1/+2
| * zfcp: retain trace level for SCSI and HBA FSF response recordsSteffen Maier2016-08-123-10/+12
| * zfcp: close window with unblocked rport during rport goneSteffen Maier2016-08-123-5/+22
| * zfcp: fix ELS/GS request&response length for hardware data routerSteffen Maier2016-08-121-0/+4
| * zfcp: fix fc_host port_type with NPIVSteffen Maier2016-08-121-3/+5