summaryrefslogtreecommitdiffstats
path: root/drivers/s390 (follow)
Commit message (Expand)AuthorAgeFilesLines
* [S390] dasd: fix fixpoint divide exception in define_extentStefan Haberland2011-12-272-1/+11
* [S390] dasd: add sanity check to detect path connection errorStefan Haberland2011-12-271-109/+300
* [S390] qdio: fix kernel panic for zfcp 31-bitSteffen Maier2011-12-272-2/+3
* [S390] dasd: fix expiration handling for recovery requestsStefan Weinhuber2011-12-271-2/+2
* [S390] zcrypt: Fix error return codes.Holger Dengler2011-12-271-4/+4
* [S390] zcrypt: Rework length parameter checking.Holger Dengler2011-12-271-18/+6
* [S390] qdio: fix qdio_allocate_aob() declarationHeiko Carstens2011-12-271-5/+2
* [SCSI] zfcp: return early from slave_destroy if slave_alloc returned earlySteffen Maier2011-12-141-0/+4
* [S390] ap: Setup timer for sending messages after reset.Holger Dengler2011-12-011-0/+2
* [S390] cio: fix chsc_chp_varySebastian Ott2011-12-011-5/+2
* [S390] cio: provide fake irb for transport mode IOSebastian Ott2011-12-013-10/+37
* [S390] cio: disallow driver io for known to be broken pathsSebastian Ott2011-12-011-4/+4
* [S390] hibernate: directly trigger subchannel evaluationSebastian Ott2011-12-013-47/+66
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-207-9/+16
|\
| * qeth: Reduce CPU consumption through less SIGA-r callsEinar Lueck2011-11-161-2/+1
| * qeth: l3 fix rcu splat in xmitFrank Blaschka2011-11-161-0/+7
| * netiucv: reinsert dev_alloc_name for device namingUrsula Braun2011-11-161-0/+2
| * qeth: remove WARN_ON leftoverChristian Borntraeger2011-11-161-1/+0
| * qeth: return with -EPERM if sniffing is not enabledUrsula Braun2011-11-161-2/+2
| * net: Fix references to deleted NET_ETHERNET Kconfig setting.David S. Miller2011-11-102-4/+4
* | [S390] zfcpdump: Do not initialize zfcpdump in kdump modeMichael Holzheu2011-11-141-0/+2
* | [S390] ap: Setup processing for messages in request queue.Holger Dengler2011-11-141-6/+17
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0713-0/+15
|\
| * s390: add missing module.h/export.h includesHeiko Carstens2011-11-0113-0/+15
* | Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-052-7/+5
|\ \
| * \ Merge branch 'v3.1-rc10' into for-3.2/coreJens Axboe2011-10-193-7/+17
| |\ \
| * | | block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-122-7/+5
* | | | [S390] qdio: prevent dsci access without adapter interruptsJan Glauber2011-10-303-33/+50
* | | | [S390] sparse: fix sparse symbol shadow warningMartin Schwidefsky2011-10-301-3/+3
* | | | [S390] sparse: fix sparse NULL pointer warningsMartin Schwidefsky2011-10-301-2/+2
* | | | [S390] sparse: fix sparse warnings about missing prototypesMartin Schwidefsky2011-10-301-0/+2
* | | | [S390] sparse: fix sparse static warningsMartin Schwidefsky2011-10-306-6/+6
* | | | [S390] dasd: prevent path verification before resumeStefan Haberland2011-10-303-2/+17
* | | | [S390] qdio: remove multicast pollingJan Glauber2011-10-302-12/+0
* | | | [S390] qdio: reset outbound SBAL error statesJan Glauber2011-10-301-1/+2
* | | | [S390] qdio: EQBS retry after CCQ 96Jan Glauber2011-10-301-40/+41
* | | | [S390] qdio: add timestamp for last queue scan timeJan Glauber2011-10-304-5/+16
* | | | [S390] dasd: re-initialize read_conf buffer for retriesStefan Haberland2011-10-303-2/+32
* | | | [S390] dasd: wait for terminated requestStefan Haberland2011-10-301-1/+5
* | | | [S390] zcore: add missing module.h includeHeiko Carstens2011-10-301-0/+1
* | | | [S390] chsc_sch: add support for irq statisticsSebastian Ott2011-10-301-1/+4
* | | | [S390] ccwgroup: cleanupSebastian Ott2011-10-301-180/+119
* | | | [S390] ccwgroup: move attributes to attribute groupSebastian Ott2011-10-301-20/+22
* | | | [S390] cleanup psw related bits and piecesMartin Schwidefsky2011-10-302-3/+4
* | | | [S390] kdump backend codeMichael Holzheu2011-10-301-1/+1
* | | | [S390] Add real memory access functionsMichael Holzheu2011-10-301-18/+2
* | | | [S390] cio: add message for timeouts on internal I/OSebastian Ott2011-10-301-3/+20
* | | | [S390] fix mismatch in summation of I/O IRQ statisticsPeter Oberparleiter2011-10-3017-22/+51
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-10-299-68/+207
|\ \ \
| * | | [SCSI] zfcp: support for hardware data routerSwen Schillig2011-08-277-60/+195