aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390
AgeCommit message (Expand)AuthorFilesLines
2006-06-26[PATCH] drivers: use list_move()Akinobu Mita1-4/+3
2006-06-25[PATCH] kernel/sys.c: cleanupsAdrian Bunk1-2/+1
2006-06-23[NET]: Merge TSO/UFO fields in sk_buffHerbert Xu3-9/+9
2006-06-21Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds14-619/+204
2006-06-20Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds1-183/+2
2006-06-10Merge ../linux-2.6James Bottomley28-703/+911
2006-06-08Merge branch 'master' into upstreamJeff Garzik2-3/+3
2006-06-05[PATCH] s390: cio non-unique path group idsPeter Oberparleiter1-2/+2
2006-06-05[PATCH] s390: irb memcpy argument swapCornelia Huck1-1/+1
2006-05-28[SCSI] zfcp: bump up version numberAndreas Herrmann1-1/+1
2006-05-28[SCSI] zfcp: make use of fc_remote_port_delete when target port is unavailableAndreas Herrmann3-4/+27
2006-05-28[SCSI] zfcp: evaluate plogi payload to set maxframe_size, supported_classes o...Ralph Wuerthner6-4/+34
2006-05-28[SCSI] zfcp: print bit error threshold data human readableRalph Wuerthner1-4/+32
2006-05-28[SCSI] zfcp: (cleanup) removed superfluous macros, struct members, typedefsAndreas Herrmann7-122/+41
2006-05-28[SCSI] zfcp: (cleanup) kmalloc/kzalloc replacementAndreas Herrmann3-20/+10
2006-05-28[SCSI] zfcp: (cleanup) remove useless commentsAndreas Herrmann3-284/+0
2006-05-28[SCSI] zfcp: (cleanup) shortened copyright and author informationAndreas Herrmann14-180/+59
2006-05-26Merge branch 'upstream-fixes' into upstreamJeff Garzik15-624/+632
2006-05-26[netdrvr s/390] trim trailing whitespaceJeff Garzik15-440/+440
2006-05-26[PATCH] s390: lcs driver bug fixes and improvements [2/2]Klaus Wacker1-5/+9
2006-05-26[PATCH] s390: lcs driver bug fixes and improvements [1/2]Klaus Wacker1-170/+171
2006-05-26[PATCH] s390: qeth driver fixesUrsula Braun1-10/+13
2006-05-26[PATCH] s390: qeth driver fixesUrsula Braun2-12/+12
2006-05-26[PATCH] s390: minor fix in cu3088Cornelia Huck1-1/+1
2006-05-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse1-1/+1
2006-05-20Merge branch 'master' into upstreamJeff Garzik1-1/+1
2006-05-15[PATCH] s390: lcs incorrect testGreg Smith1-1/+1
2006-05-08Move user-visible parts of drivers/s390/crypto/z90crypt.h to include/asm-s390David Woodhouse1-183/+2
2006-05-02Merge branch 'master' into upstreamJeff Garzik11-70/+270
2006-05-01[PATCH] s390: fix ipd handlingHeiko Carstens1-1/+2
2006-05-01[PATCH] s390: make qeth buildableBastian Blank1-1/+0
2006-04-28[PATCH] s390: dasd device identifiersHorst Hummel4-20/+191
2006-04-28[PATCH] s390: instruction processing damage handlingHeiko Carstens1-5/+28
2006-04-28[PATCH] s390: tape 3590 changesStefan Bader2-11/+12
2006-04-28[PATCH] s390: fix slab debuggingChristian Borntraeger1-3/+3
2006-04-28[PATCH] s390: dasd ioctl never returnsHorst Hummel1-0/+5
2006-04-28[PATCH] s390: qdio memory allocationsAndreas Herrmann1-6/+24
2006-04-28[PATCH] s390: enable interrupts on error pathStefan Bader1-2/+2
2006-04-28[PATCH] s390: fix I/O termination race in cioPeter Oberparleiter1-22/+4
2006-04-20[PATCH] s390: remove tty support from ctc network device driver [2/2]Frank Pavlic2-1294/+0
2006-04-20[PATCH] s390: remove tty support from ctc network device driver [1/2]Frank Pavlic3-44/+16
2006-04-11[PATCH] s390: minor tape fixesPeter Oberparleiter2-9/+5
2006-04-11[PATCH] s390: dasd proc entriesHorst Hummel1-0/+17
2006-04-11[PATCH] s390: fail-fast requests on quiesced devicesPeter Oberparleiter1-13/+16
2006-04-11[PATCH] s390: dasd device offline messagesHorst Hummel1-5/+11
2006-04-11[PATCH] s390: increase cio_trace debug event sizePeter Oberparleiter2-9/+15
2006-04-11[PATCH] s390: wrong return codes in cio_ignore_proc_init()Cornelia Huck1-2/+2
2006-04-11[PATCH] s390: invalid check after kzalloc()Peter Oberparleiter1-1/+1
2006-04-02BUG_ON() Conversion in drivers/s390/net/lcs.cEric Sesterhenn1-8/+5
2006-04-01BUG_ON() Conversion in drivers/s390/char/tape_block.cEric Sesterhenn1-9/+4
2006-04-01BUG_ON() Conversion in drivers/s390/block/dasd_erp.cEric Sesterhenn1-5/+3
2006-04-01typos: s/ducument/document/Adrian Bunk1-1/+1
2006-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-4/+2
2006-03-26[PATCH] mempool: use common mempool kmalloc allocatorMatthew Dobson1-42/+18
2006-03-26[PATCH] sem2mutex: misc static one-file mutexesIngo Molnar1-19/+20
2006-03-26BUG_ON() Conversion in drivers/s390/block/dasd_devmap.cEric Sesterhenn1-4/+2
2006-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-6/+4
2006-03-25[PATCH] Remove MODULE_PARMRusty Russell2-1/+3
2006-03-24BUG_ON() Conversion in drivers/s390/block/dasd.cEric Sesterhenn1-6/+4
2006-03-24[PATCH] dasd: "cleanup dasd_ioctl" fixBastian Blank1-1/+1
2006-03-24[PATCH] s390: kzalloc() conversion in drivers/s390Eric Sesterhenn26-138/+67
2006-03-24[PATCH] s390: CEX2A crt message lengthEric Rossman2-3/+12
2006-03-24[PATCH] s390: 3590 tape driverStefan Bader6-11/+1443
2006-03-24[PATCH] s390: fix endless retry loop in tape driverMichael Holzheu3-13/+35
2006-03-24[PATCH] s390: tape operation abortion leads to panicMichael Holzheu1-1/+1
2006-03-24[PATCH] s390: tape retry flooding by deferred CC in interruptStefan Bader1-4/+5
2006-03-24[PATCH] s390: dasd extended error reportingStefan Weinhuber8-1/+812
2006-03-24[PATCH] s390: random values in result of BIODASDINFO2Horst Hummel1-3/+2
2006-03-24[PATCH] s390: remove experimental flag from dasd diagPeter Oberparleiter1-1/+1
2006-03-24[PATCH] s390: remove dynamic dasd ioctlsChristoph Hellwig2-80/+0
2006-03-24[PATCH] s390: merge cmb into dasdcChristoph Hellwig4-139/+22
2006-03-24[PATCH] s390: use normal switch statement for ioctls in dasd_ioctlcChristoph Hellwig3-97/+55
2006-03-24[PATCH] s390: use normal switch statement for ioctls in dasd_ioctlcChristoph Hellwig3-161/+86
2006-03-24[PATCH] s390: channel path measurementsCornelia Huck4-23/+500
2006-03-24[PATCH] s390: wrong interrupt delivered for hsch() or csch()Cornelia Huck1-0/+12
2006-03-23[PATCH] sem2mutex: blockdev #2Arjan van de Ven1-4/+4
2006-03-22Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds3-80/+35
2006-03-22[PATCH] s390: qeth :allow setting of attribute "route6" to "no_router".Frank Pavlic1-5/+0
2006-03-22[PATCH] s390: qeth driver cleanupsFrank Pavlic3-55/+14
2006-03-22[PATCH] s390: qeth driver statistics fixesFrank Pavlic2-20/+21
2006-03-22Fix "frist", "fisrt", typosUwe Zeisberger1-1/+1
2006-03-18[PATCH] regularize blk_cleanup_queue() useAl Viro1-4/+4
2006-03-14[PATCH] "s390: multiple subchannel sets support" fixGreg Smith1-0/+3
2006-03-14Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds3-7/+13
2006-03-09[PATCH] s390: dasd proc interface typoHorst Hummel1-1/+1
2006-03-09[SCSI] zfcp: fix device registration issuesAndreas Herrmann3-6/+12
2006-03-08[PATCH] s390: dasd partition detectionHorst Hummel4-14/+36
2006-03-08[PATCH] s390: iucv message limit for smsgMartin Schwidefsky1-1/+1
2006-03-06[PATCH] s390: improve response code handling in chsc_enable_facility()Cornelia Huck1-0/+5
2006-03-02[SCSI] zfcp: correctly set this_id for hostsAndreas Herrmann1-1/+1
2006-02-20[PATCH] s390: revert dasd eer moduleHeiko Carstens7-1219/+4
2006-02-20[PATCH] s390: dasd reference countingPeter Oberparleiter2-1/+21
2006-02-20[PATCH] s390: V=V qdio fixesFrank Pavlic1-2/+11
2006-02-17[PATCH] s390: fix assignment instead of check in ccw_device_set_online()Cornelia Huck2-2/+1
2006-02-17[PATCH] s390: ccw device disbandingCornelia Huck1-1/+1
2006-02-17[PATCH] s390: some qeth driver fixesFrank Pavlic3-77/+63
2006-02-17[PATCH] s390: lcs performance enhancementsFrank Pavlic2-15/+18
2006-02-16Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds7-157/+118
2006-02-12[SCSI] zfcp: fix: avoid race between fc_remote_port_add and scsi_add_deviceAndreas Herrmann1-0/+2
2006-02-12[SCSI] zfcp: fix logging during device resetMaxim Shchetynin5-61/+47
2006-02-12[SCSI] zfcp: fix adapter erp when link is unpluggedAndreas Herrmann3-90/+69
2006-02-12[SCSI] zfcp: get rid of physical_wwpn and physical_s_idAndreas Herrmann2-6/+0
2006-02-11[PATCH] s390: fix sclp memory corruption in tty pages listPeter Oberparleiter1-8/+5
2006-02-11[PATCH] s390: fix locking in __chp_add() and s390_subchannel_remove_chpid()Cornelia Huck1-5/+5
2006-02-03[PATCH] s390: fix to_channelpath macroCornelia Huck1-1/+1
2006-02-03[PATCH] s390: dasd extended error reporting moduleStefan Weinhuber7-4/+1219
2006-02-01[PATCH] ebcdic do_kdsk_ioctl off-by-oneDavi Arnaut1-1/+5
2006-02-01[PATCH] s390: Add missing memory constraint to stcrw()Peter Oberparleiter1-8/+9
2006-02-01[PATCH] s390: Fix modalias for ccw devicesCornelia Huck1-1/+1
2006-02-01[PATCH] s390: dasd wait for clear i/o interruptHorst Hummel1-12/+33
2006-02-01[PATCH] s390: dasd open counterHorst Hummel1-1/+8
2006-02-01[PATCH] s390: ccw_device_probe_console return valuePeter Oberparleiter3-3/+5
2006-02-01[PATCH] s390: hangcheck timer supportJan Glauber1-0/+7
2006-02-01[PATCH] s390: Remove CVS generated informationHeiko Carstens76-218/+26
2006-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2006-01-14[PATCH] s390: fix blk_queue_ordered call in dasd.c fixupHeiko Carstens1-1/+1
2006-01-14[PATCH] s390: email-address changeCornelia Huck17-34/+35
2006-01-14[PATCH] s390: chps[] array too shortCornelia Huck1-1/+1
2006-01-14[PATCH] s390: fix blk_queue_ordered call in dasdcMartin Schwidefsky1-1/+1
2006-01-15spelling: s/appropiate/appropriate/Adrian Bunk1-1/+1
2006-01-14Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds9-102/+212
2006-01-14[SCSI] zfcp: transport class adaptations IIAndreas Herrmann6-38/+29
2006-01-14[SCSI] zfcp: transport class adaptationsAndreas Herrmann6-64/+136
2006-01-14[SCSI] zfcp: handle unsolicited status notification lostMaxim Shchetynin2-0/+47
2006-01-13[PATCH] Add {css,ccw}_bus_type probe, remove, shutdown methods.Cornelia Huck3-28/+62
2006-01-13[PATCH] Add ccwgroup_bus_type probe and remove methodsRussell King1-7/+9
2006-01-10[PATCH] TTY layer buffering revampAlan Cox4-61/+25
2006-01-10[PATCH] don't include ioctl32.h in driversChristoph Hellwig1-1/+0
2006-01-10[PATCH] add ->compat_ioctl to dasdChristoph Hellwig3-0/+14
2006-01-10[PATCH] ->compat_ioctl for 390 tape_charChristoph Hellwig1-0/+20
2006-01-10[PATCH] switch fs3270 to ->compat_ioctlChristoph Hellwig1-9/+11
2006-01-08[PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig3-39/+30
2006-01-06Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2-2/+2
2006-01-06[PATCH] s390: cleanup KconfigMartin Schwidefsky18-50/+50
2006-01-06[PATCH] s390: fix invalid return code in sclp_cpiPeter Oberparleiter1-1/+1
2006-01-06[PATCH] s390: Fix missing release function and cosmetic changesCornelia Huck2-4/+13
2006-01-06[PATCH] s390: add support for cex2a crypto cardsEric Rossman4-51/+383
2006-01-06[PATCH] s390: multiple subchannel sets supportCornelia Huck16-165/+354
2006-01-06[PATCH] s390: convert /proc/cio_ignoreCornelia Huck1-30/+92
2006-01-06[PATCH] s390: introduce struct channel_subsystemCornelia Huck6-45/+90
2006-01-06[PATCH] s390: introduce for_each_subchannelCornelia Huck5-290/+318
2006-01-06[PATCH] s390: introduce struct subchannel_idCornelia Huck18-238/+313
2006-01-06[PATCH] s390: qdio V=V pass-throughFrank Pavlic3-150/+547
2006-01-06[PATCH] s390: dasd failfast supportHorst Hummel5-12/+34
2006-01-06[PATCH] s390: BIODASDPRRD ioctl return codeHorst Hummel1-1/+4
2006-01-06[PATCH] s390: move s390_root_dev_* out of the cio layerCarsten Otte7-45/+59
2006-01-06[PATCH] s390: re-activated path detectionCornelia Huck1-0/+15
2006-01-06[PATCH] s390: cms volume label definitionsPeter Oberparleiter2-25/+5
2006-01-06[PATCH] s390: atomic primitivesMartin Schwidefsky7-24/+22
2006-01-06[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()Tejun Heo2-2/+2
2006-01-04[PATCH] driver kill hotplug word from sn and others fixPaul Jackson2-4/+4
2006-01-04[PATCH] remove CONFIG_KOBJECT_UEVENT optionKay Sievers1-1/+0
2005-12-24[PATCH] s390: remove redundant and useless code in qethFrank Pavlic6-230/+38
2005-12-24[PATCH] s390: minor qeth network driver fixesFrank Pavlic3-12/+10
2005-12-24[PATCH] s390: some minor qeth driver fixesFrank Pavlic2-24/+24
2005-12-01[SCSI] zfcp: fix return code of zfcp_scsi_slave_allocAndreas Herrmann1-1/+1
2005-12-01[SCSI] zfcp: fix link down handling during firmware updateMaxim Shchetynin1-19/+31
2005-12-01[SCSI] zfcp: fix adapter initializationAndreas Herrmann2-85/+64
2005-12-01[SCSI] zfcp: fix spinlock initializationHeiko Carstens3-9/+14
2005-11-18[PATCH] s390: fix class_device_create calls in 3270 the driverMartin Schwidefsky1-2/+2
2005-11-11[PATCH] s390: mail address changedFrank Pavlic6-8/+8
2005-11-11[PATCH] s390: introduce guestLan sniffer support in qethFrank Pavlic3-4/+102
2005-11-11[PATCH] s390: fix recovery failure of non-guestLAN devicesFrank Pavlic2-17/+22
2005-11-11[PATCH] s390: some more qeth fixesFrank Pavlic1-4/+7
2005-11-11[PATCH] s390: qeth multicast address registration fixedFrank Pavlic1-26/+80
2005-11-11[PATCH] s390: minor modification in qeth layer2 codeFrank Pavlic1-14/+26
2005-11-11[PATCH] s390: synthax checking for VIPA addresses fixedFrank Pavlic2-16/+55
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering2-2/+0
2005-11-09[PATCH] s390: "extern inline" -> "static inline"Adrian Bunk4-10/+10
2005-11-07[PATCH] kfree cleanup: drivers/s390Jesper Juhl16-86/+44
2005-11-07[PATCH] s390: fix memory leak in vmcpChristian Borntraeger1-1/+3
2005-11-07[PATCH] s390: duplicate timeout in qdioUrsula Braun-Krahl1-4/+4
2005-11-07[PATCH] s390: dasd diag with block sizes > 512Peter Oberparleiter1-20/+30
2005-11-07[PATCH] s390: dasd diag inline assemblyPeter Oberparleiter2-13/+13
2005-11-07[PATCH] s390: ccwgroup online attributeCornelia Huck1-3/+3
2005-10-30[PATCH] fix missing includesTim Schmielau3-0/+6
2005-10-30[PATCH] s390, ccw - export modaliasBastian Blank1-0/+19
2005-10-30[PATCH] s390: 3270 fullscreen viewRichard Hitt5-69/+306
2005-10-29[PATCH] arguments out of order in class_device_create() call (s390)Al Viro1-1/+1
2005-10-28Merge ../bleed-2.6Greg KH8-114/+415
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2-0/+2
2005-10-28Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds6-112/+413
2005-10-28[PATCH] gfp_t: remaining bits of drivers/*Al Viro2-2/+2
2005-10-13Merge branch 'master'Jeff Garzik2-2/+2
2005-10-11[PATCH] s390: ccw device reconnect oops.Cornelia Huck1-1/+1
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-1/+1
2005-10-03[PATCH] s390: introducing support in qeth for new OSA CHPID type OSNUrsula Braun6-112/+413
2005-10-03[PATCH] s390: qeth driver fixesUrsula Braun2-20/+19
2005-10-03[IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnlHerbert Xu1-2/+2
2005-09-22[PATCH] driver core: add helper device_is_registered()Daniel Ritz1-1/+1
2005-09-20Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6Linus Torvalds12-1005/+1822
2005-09-19[SCSI] zfcp: add additional fc_host attributesAndreas Herrmann7-98/+72
2005-09-19[SCSI] zfcp: provide support for NPIVMaxim Shchetynin7-140/+367
2005-09-19[SCSI] zfcp: enhancement of zfcp debug featuresMaxim Shchetynin9-435/+1297
2005-09-19[SCSI] zfcp: shorten eh_bus_reset and eh_host_reset handlersAndreas Herrmann1-26/+14
2005-09-19[SCSI] zfcp: remove function zfcp_fsf_req_wait_and_cleanupAndreas Herrmann3-59/+9
2005-09-19[SCSI] zfcp: remove union zfcp_req_data, use unit refcount for FCP commandsAndreas Herrmann4-275/+81
2005-09-19[SCSI] zfcp: fix race conditions when accessing erp_action listsAndreas Herrmann1-7/+17
2005-09-17[PATCH] s390: crypto driver patch take 2Martin Schwidefsky1-3/+0
2005-09-17[PATCH] s390: bl_dev array sizeHeiko Carstens1-2/+2