summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-1527-272/+282
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-06-142-8/+8
| |\
| | * trivial: Kconfig: .ko is normally not included in module namesPavel Machek2009-06-121-7/+7
| | * trivial: fix typo milisecond/millisecond for documentation and source comments.Martin Olsson2009-06-121-1/+1
| * | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-06-1213-166/+135
| |\ \
| | * | [S390] ftrace: add function graph tracer supportHeiko Carstens2009-06-121-2/+2
| | * | [S390] dasd: forward internal errors to dasd_sleep_on callerStefan Weinhuber2009-06-124-9/+31
| | * | [S390] dasd: sync after async probeSebastian Ott2009-06-122-2/+14
| | * | [S390] dasd: check_characteristics cleanupSebastian Ott2009-06-124-19/+18
| | * | [S390] dasd: no High Performance FICON in 31-bit modeStefan Weinhuber2009-06-121-3/+8
| | * | [S390] dcssblk: revert devt conversionGerald Schaefer2009-06-121-2/+2
| | * | [S390] qdio: fix access beyond ARRAY_SIZE of irq_ptr->{in,out}put_qsRoel Kluin2009-06-121-1/+1
| | * | [S390] 3270: lock dependency fixesMartin Schwidefsky2009-06-122-48/+32
| | * | [S390] 3270: do not register with tty_register_deviceMartin Schwidefsky2009-06-121-15/+0
| | * | [S390] qdio: inline qdio_perf_stat_incJan Glauber2009-06-122-16/+6
| | * | [S390] qdio: simplify error handling in irq handlerJan Glauber2009-06-121-32/+12
| | * | [S390] cio: fix sanity checks in device_ops.Sebastian Ott2009-06-121-16/+8
| | * | [S390] merge cpu.h into cputime.hMartin Schwidefsky2009-06-121-1/+1
| | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-06-128-37/+68
| |\ \
| | * \ [SCSI] Merge branch 'linus'James Bottomley2009-06-129-56/+33
| | |\ \ | | | |/
| | * | [SCSI] zfcp: Keep ccw device and model id in zfcp_ccw.cChristof Schmitt2009-05-234-16/+20
| | * | [SCSI] zfcp: Changed D_ID left port disabledSwen Schillig2009-05-232-2/+12
| | * | [SCSI] zfcp: Increase ref counter for port open requestsMartin Petermann2009-05-231-3/+9
| | * | [SCSI] zfcp: Add comments to switch/case fallthroughsChristof Schmitt2009-05-232-0/+6
| | * | [SCSI] zfcp: Remove unnecessary default case and assignmentsChristof Schmitt2009-05-231-8/+2
| | * | [SCSI] zfcp: Make queue_depth adjustableChristof Schmitt2009-05-231-1/+12
| | * | [SCSI] zfcp: Update message and add descriptionChristof Schmitt2009-05-231-2/+2
| | * | [SCSI] zfcp: Use correct req_id for tracesChristof Schmitt2009-05-231-5/+5
| * | | virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin2009-06-121-2/+34
| * | | virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell2009-06-121-3/+4
| | |/ | |/|
| * | block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-224-4/+4
| * | Merge branch 'master' into for-2.6.31Jens Axboe2009-05-2210-114/+122
| |\ \ | | |/
| * | block: implement and enforce request peek/start/fetchTejun Heo2009-05-112-16/+7
| * | block: convert to pos and nr_sectors accessorsTejun Heo2009-05-117-12/+14
| * | block: implement and use [__]blk_end_request_all()Tejun Heo2009-04-282-24/+8
* | | net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-2/+2
* | | net: fix network drivers ndo_start_xmit() return values (part 5)Patrick McHardy2009-06-131-6/+0
* | | net: skb->dst accessorsEric Dumazet2009-06-032-6/+6
* | | net: unset IFF_XMIT_DST_RELEASE for qeth and ipoibEric Dumazet2009-05-301-0/+1
* | | net: convert unicast addr listJiri Pirko2009-05-291-2/+4
* | | qeth: Clear SBALF15 in any case for output buffers.Klaus-Dieter Wacket2009-05-201-0/+1
* | | qeth: omit upstream checksumming for HiperSocketsUrsula Braun2009-05-202-7/+15
* | | qeth: support z/VM VSWITCH Port IsolationUrsula Braun2009-05-203-1/+29
* | | ctcm: avoid crash in ctcm_remove_deviceUrsula Braun2009-05-201-4/+2
* | | qeth: avoid crash after detach of replugged deviceUrsula Braun2009-05-202-2/+6
| |/ |/|
* | [SCSI] zfcp: Fix oops when port disappearsChristof Schmitt2009-04-273-8/+24
* | [SCSI] zfcp: Reference counting for cfdc requestsChristof Schmitt2009-04-271-1/+2
* | [SCSI] zfcp: Fix port reference countingMartin Petermann2009-04-271-3/+4
* | [SCSI] zfcp: revert previous patch for sbal countingMartin Petermann2009-04-271-14/+14
* | [SCSI] zfcp: Fix abort handler for completions in progressChristof Schmitt2009-04-271-1/+1
OpenPOWER on IntegriCloud