summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-11-082-55/+9
|\
| * qeth: fix race condition during device startupFrank Blaschka2010-11-081-1/+1
| * qeth: remove dev_queue_xmit invocationUrsula Braun2010-11-082-54/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-10-313-6/+3
|\ \
| * | [SCSI] zfcp: Use correct length for FCP_RSP_INFOChristof Schmitt2010-10-251-1/+1
| * | [SCSI] zfcp: Call get_device on port before calling put_deviceChristof Schmitt2010-10-251-2/+2
| * | [SCSI] zfcp: Fix adapter activation on link downSwen Schillig2010-10-251-3/+0
| |/
* | [S390] tape: fix dbf usageSebastian Ott2010-10-292-7/+6
* | [S390] dasd: provide a Sense Path Group ID ioctlStefan Weinhuber2010-10-292-0/+70
* | [S390] cleanup facility list handlingMartin Schwidefsky2010-10-251-8/+1
* | [S390] dasd: ignore unsolicited interrupts for DIAGStefan Haberland2010-10-251-9/+14
* | [S390] dasd: fix unsolicited interrupt recognitionStefan Weinhuber2010-10-252-41/+40
* | [S390] dasd: fix use after free in dbfSebastian Ott2010-10-251-1/+0
* | [S390] cio: fix I/O cancel functionPeter Oberparleiter2010-10-252-2/+8
* | [S390] cleanup lowcore access from external interruptsMartin Schwidefsky2010-10-254-26/+20
* | [S390] cio: notify drivers of channel path eventsSebastian Ott2010-10-254-8/+63
* | [S390] css: update subchannel description after hibernateSebastian Ott2010-10-251-0/+1
* | [S390] css: update descriptor after hibernateSebastian Ott2010-10-252-2/+12
* | [S390] cio: update descriptor in chsc_chp_varySebastian Ott2010-10-253-9/+11
* | [S390] chsc: use the global page to determine the chp desriptorSebastian Ott2010-10-253-44/+44
* | [S390] chsc: consolidate memory allocationsSebastian Ott2010-10-253-136/+116
* | [S390] chsc: initialization fixesSebastian Ott2010-10-253-17/+17
* | [S390] cio: add lock to struct channel_pathSebastian Ott2010-10-252-14/+27
* | [S390] cio: fix memleak in resume pathSebastian Ott2010-10-251-2/+6
* | [S390] cio: remove custom implementation of hex_to_bin()Andy Shevchenko2010-10-251-6/+4
* | [S390] dasd fix dump_sense_dbfStefan Haberland2010-10-251-6/+10
* | [S390] css: fix sparse warningSebastian Ott2010-10-251-1/+1
* | [S390] drivers/s390/char: Use static const char arraysJoe Perches2010-10-251-2/+2
* | [S390] dasd: let recovery cqr inherit flags from failed cqrStefan Weinhuber2010-10-251-0/+3
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-244-9/+9
|\
| * drivers/s390: Remove unnecessary casts of private_dataJoe Perches2010-09-231-3/+3
| * Fix various typos of valid in commentsNikanth Karthikesan2010-09-211-2/+2
| * Merge branch 'master' into for-nextJiri Kosina2010-08-1116-35/+282
| |\
| * \ Merge branch 'master' into for-nextJiri Kosina2010-08-103-3/+3
| |\ \
| * | | Fix spelling fuction -> function in commentsStefan Weil2010-08-092-4/+4
* | | | Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-10-241-6/+60
|\ \ \ \
| * | | | KVM: S390: Add virtio hotplug add supportAlexander Graf2010-10-241-0/+47
| * | | | KVM: S390: take a full byte as ext_param indicatorAlexander Graf2010-10-241-6/+13
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-2312-217/+496
|\ \ \ \ \
| * | | | | vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross2010-10-211-3/+3
| * | | | | s390: ctcm_mpc: Fix build after netdev refcount changes.David S. Miller2010-10-131-1/+1
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-061-2/+1
| |\ \ \ \ \ | | |/ / / /
| * | | | | qeth: tagging with VLAN-ID 0Ursula Braun2010-10-032-14/+15
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-271-2/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-092-4/+2
| |\ \ \ \ \ \
| * | | | | | | qeth: NAPI support for l2 and l3 disciplineFrank Blaschka2010-09-084-138/+260
| * | | | | | | Kconfig: have CCWGROUP depend on CLAWMike Frysinger2010-09-081-1/+1
| * | | | | | | qeth: Use %pI6Joe Perches2010-09-081-6/+1
| * | | | | | | qdio: extend API to allow pollingJan Glauber2010-09-086-56/+217
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-10-2215-1124/+1280
|\ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud