summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* [S390] tape_char: add missing compat_ptr conversionHeiko Carstens2010-01-131-3/+15
* [S390] zcrypt: add sanity check before copy_from_user()Heiko Carstens2010-01-131-1/+3
* [S390] con3215: remove empty ioctl functionHeiko Carstens2010-01-131-17/+0Star
* [S390] dasd: add proper compat pointer conversion for symmetrix ioctlHeiko Carstens2010-01-131-5/+9
* [S390] tape_block: remove ioctl functionHeiko Carstens2010-01-131-39/+0Star
* [S390] fs3270: add missing compat ptr conversionHeiko Carstens2010-01-131-6/+11
* [S390] vmcp: add missing compat ptr conversionHeiko Carstens2010-01-131-3/+9
* [S390] cio: add missing compat ptr conversionHeiko Carstens2010-01-131-8/+15
* [S390] dasd: add missing compat ptr conversionHeiko Carstens2010-01-131-5/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-01-131-1/+1
|\
| * claw: use "claw" as root device nameUrsula Braun2010-01-071-1/+1
* | [S390] qdio: convert global statistics to per-device statsJan Glauber2010-01-047-265/+177Star
* | [S390] Use strim instead of strstrip to avoid false warnings.Heiko Carstens2009-12-181-1/+1
* | [S390] qdio: add counter for input queue full conditionJan Glauber2009-12-183-1/+5
* | [S390] qdio: remove superfluous log entries and WARN_ONs.Jan Glauber2009-12-181-9/+1Star
* | [S390] cio: fix channel path varyPeter Oberparleiter2009-12-183-14/+19
* | [S390] drivers: Correct size given to memsetJulia Lawall2009-12-181-2/+2
* | [S390] tape: Add pr_fmt() macro to all tape source filesMichael Holzheu2009-12-188-0/+18
* | [S390] tty: PTR_ERR return of wrong pointer in fs3270_open()Roel Kluin2009-12-181-1/+1
* | [S390] dasd: PTR_ERR return of wrong pointer inRoel Kluin2009-12-181-1/+1
* | [S390] dasd: move dasd-diag kmsg to dasdStefan Haberland2009-12-181-20/+22
* | [S390] cio: fix drvdata usage for the console subchannelSebastian Ott2009-12-181-0/+1
* | tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2009-12-151-2/+3
* | const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-1512-12/+12
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-5/+3Star
|\ \ | |/ |/|
| * percpu: make misc percpu symbols uniqueTejun Heo2009-10-291-5/+3Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-105-5/+5
|\ \
| * \ Merge branch 'for-next' into for-linusJiri Kosina2009-12-075-5/+5
| |\ \
| | * | tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder2009-12-041-1/+1
| | * | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-043-3/+3
| | * | tree-wide: fix typos "couter" -> "counter"Uwe Kleine-König2009-12-041-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-12-1014-1611/+1388Star
|\ \ \ \
| * | | | [SCSI] zfcp: Remove flag ZFCP_STATUS_FSFREQ_TMFUNCNOTSUPPChristof Schmitt2009-12-042-4/+0Star
| * | | | [SCSI] zfcp: Activate fc4s attributes for zfcp in FC transport classChristof Schmitt2009-12-042-0/+4
| * | | | [SCSI] zfcp: Block scsi_eh thread for rport state BLOCKEDChristof Schmitt2009-12-041-0/+3
| * | | | [SCSI] zfcp: Update FSF error reportingChristof Schmitt2009-12-042-29/+11Star
| * | | | [SCSI] zfcp: Improve ELS ADISC handlingChristof Schmitt2009-12-043-3/+17
| * | | | [SCSI] zfcp: Simplify handling of ct and els requestsChristof Schmitt2009-12-049-285/+160Star
| * | | | [SCSI] zfcp: Remove ZFCP_DID_MASKChristof Schmitt2009-12-044-18/+17Star
| * | | | [SCSI] zfcp: Move WKA port to zfcp FC codeChristof Schmitt2009-12-046-68/+90
| * | | | [SCSI] zfcp: Use common code definitions for FC CT structsChristof Schmitt2009-12-045-180/+161Star
| * | | | [SCSI] zfcp: Use common code definitions for FC ELS structsChristof Schmitt2009-12-046-154/+108Star
| * | | | [SCSI] zfcp: Update FCP protocol related codeChristof Schmitt2009-12-047-169/+156Star
| * | | | [SCSI] zfcp: Dont fail SCSI commands when transitioning to blocked fc_rportChristof Schmitt2009-12-041-2/+16
| * | | | [SCSI] zfcp: Assign scheduled work to driver queueSwen Schillig2009-12-046-24/+17Star
| * | | | [SCSI] zfcp: Remove STATUS_COMMON_REMOVE flag as it is not required anymoreSwen Schillig2009-12-046-78/+34Star
| * | | | [SCSI] zfcp: Implement module unloadingChristof Schmitt2009-12-043-13/+14
| * | | | [SCSI] zfcp: Merge trace code for fsf requests in one functionChristof Schmitt2009-12-041-54/+39Star
| * | | | [SCSI] zfcp: Access ports and units with container_of in sysfs codeChristof Schmitt2009-12-042-7/+10
| * | | | [SCSI] zfcp: Remove suspend callbackSwen Schillig2009-12-041-17/+1Star