aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390
AgeCommit message (Expand)AuthorFilesLines
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter3-5/+5
2006-12-07[PATCH] slab: remove SLAB_DMAChristoph Lameter2-2/+2
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter1-1/+1
2006-12-06[PATCH] More work_struct induced breakage (s390)Al Viro5-21/+18
2006-12-04[S390] cio: Use device_reprobe() instead of bus_rescan_devices().Cornelia Huck1-1/+13
2006-12-04[S390] cio: Retry internal operations after vary off.Cornelia Huck7-11/+90
2006-12-04[S390] cio: Use path verification for last path gone after vary off.Cornelia Huck3-10/+24
2006-12-04[S390] non-unique constant/macro identifiers.Ursula Braun6-65/+58
2006-12-04[S390] cpu shutdown reworkHeiko Carstens1-36/+1
2006-12-04[S390] Reset infrastructure for re-IPL.Heiko Carstens2-63/+100
2006-12-04[S390] return 'count' for successful execution of dasd_eer_enable.Horst Hummel1-4/+5
2006-12-04[S390] Enhanced handling of failed termination requests.Horst Hummel1-5/+11
2006-12-04[S390] Add MODALIAS= to the uevent for the ap bus.Cornelia Huck1-1/+9
2006-12-04[S390] 3215 device locking.Martin Schwidefsky1-26/+24
2006-12-04[S390] handle incorrect values when writing to dasd sysfs attributes.Horst Hummel1-14/+29
2006-12-02[NET] driver/s390/net: Checksum annotations.Al Viro4-24/+24
2006-11-30Fix misc .c/.h comment typosMatt LaPlante1-1/+1
2006-10-27[S390] cio: Make ccw_device_register() static.Cornelia Huck2-3/+1
2006-10-27[S390] Improve AP bus device removal.Ralph Wuerthner1-1/+6
2006-10-27[S390] cio: css_probe_device() must be called enabled.Cornelia Huck1-4/+3
2006-10-25Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2-0/+5
2006-10-25[SCSI] zfcp: initialize scsi_host_template.max_sectors with appropriate valueSwen Schillig2-0/+5
2006-10-18[S390] dasd: clean up timer.Stefan Weinhuber1-0/+1
2006-10-18[S390] monwriter find header logic.Melissa Howland1-4/+10
2006-10-18[S390] cio: sch_no -> schid.sch_no conversion.Cornelia Huck1-1/+1
2006-10-18[S390] cio: invalid device operational notificationPeter Oberparleiter1-0/+4
2006-10-11[S390] cio: remove casts from/to (void *).Cornelia Huck4-26/+26
2006-10-11[S390] cio: Remove grace period for vary off chpid.Cornelia Huck5-76/+14
2006-10-11[S390] cio: Use ccw_dev_id and subchannel_id in ccw_device_privateCornelia Huck8-53/+56
2006-10-11[S390] monwriter kzalloc size.Melissa Howland1-1/+1
2006-10-11[S390] cio: add missing KERN_INFO printk header.Cornelia Huck1-1/+2
2006-10-11[S390] irq change improvements.Heiko Carstens1-2/+2
2006-10-10[PATCH] drivers/s390 misc sparse annotationsAl Viro1-1/+1
2006-10-06[S390] irq change build fixes.Heiko Carstens6-8/+12
2006-10-06[S390] cio: 0 is a valid chpid.Cornelia Huck1-9/+16
2006-10-06[S390] monwriter buffer limit.Melissa Howland1-5/+5
2006-10-06[S390] ap bus poll thread priority.Christian Borntraeger1-1/+1
2006-10-04[S390] cio: improve unit check handling for internal operationsPeter Oberparleiter1-4/+4
2006-10-04[S390] cio: add timeout handler for internal operations.Peter Oberparleiter1-0/+3
2006-10-04[S390] zcrypt device registration/unregistration race.Ralph Wuerthner1-11/+12
2006-10-04[S390] Add timeouts during sense PGID, path verification and disband PGID.Cornelia Huck3-0/+13
2006-10-02[PATCH] replace cad_pid by a struct pidCedric Le Goater1-1/+1
2006-10-02[PATCH] s390: update fs3270 to use a struct pidCedric Le Goater1-5/+6
2006-10-02[PATCH] const struct tty_operationsJeff Dike4-4/+4
2006-10-01[PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra1-1/+1
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells1-1/+1
2006-09-30[PATCH] Split struct request ->flags into two partsJens Axboe3-3/+3
2006-09-28[IPV4]: inet_addr_type() annotationsAl Viro1-1/+1
2006-09-28[S390] Inline assembly cleanup.Martin Schwidefsky9-498/+255
2006-09-28[S390] init_timer in tty3270.Jan Glauber1-1/+0
2006-09-28[S390] remove unnecessary includes.Christian Borntraeger1-1/+0
2006-09-23[SCSI] zfcp: fix: avoid removal of fsf reqs before qdio queues are downAndreas Herrmann3-19/+4
2006-09-23[SCSI] zfcp: introduce struct timer_list in struct zfcp_fsf_reqAndreas Herrmann6-344/+191
2006-09-23[SCSI] zfcp: fix: use correct req_id in eh_abort_handlerAndreas Herrmann5-49/+42
2006-09-23[SCSI] zfcp: create private slab caches to guarantee proper data alignmentHeiko Carstens5-39/+92
2006-09-23[SCSI] zfcp: remove zfcp_ccw_unregister functionHeiko Carstens2-14/+0
2006-09-20[S390] cio: subchannel evaluation function operates without lockPeter Oberparleiter1-99/+104
2006-09-20[S390] cio: always query all paths on path verification.Peter Oberparleiter5-61/+68
2006-09-20[S390] cio: update path groups on logical CHPID changes.Peter Oberparleiter2-2/+15
2006-09-20[S390] cio: subchannels in no-path state.Peter Oberparleiter1-1/+2
2006-09-20[S390] Replace nopav-message on VM.Peter Oberparleiter1-2/+6
2006-09-20[S390] set modalias for ccw bus uevents.Peter Oberparleiter1-43/+66
2006-09-20[S390] Get rid of DBG macro.Cornelia Huck1-10/+7
2006-09-20[S390] Linux API for writing z/VM APPLDATA Monitor records.Melissa Howland3-0/+299
2006-09-20[S390] xpram off by one error.Christian Borntraeger1-1/+1
2006-09-20[S390] fix typo in vmcp.Christian Borntraeger2-2/+2
2006-09-20[S390] qdio slsb processing state.Frank Pavlic1-1/+1
2006-09-20[S390] Missing initialization in common i/o layer.Heiko Carstens1-0/+1
2006-09-20[S390] convert some assembler to C.Heiko Carstens1-2/+36
2006-09-20[S390] __exit cleanup.Heiko Carstens1-1/+1
2006-09-20[S390] cleanup sysinfo and add system z9 specific extensions.Martin Schwidefsky1-224/+231
2006-09-20[S390] dasd default debug level.Horst Hummel1-2/+2
2006-09-20[S390] dasd deadlock after state change pending interrupt.Martin Schwidefsky3-28/+51
2006-09-20[S390] qdio_get_micros return value.Frank Pavlic1-1/+1
2006-09-20[S390] empty function defines.Heiko Carstens2-12/+12
2006-09-20[S390] ipl/dump on panic.Michael Holzheu1-10/+40
2006-09-20[S390] zcrypt secure key cryptography extension.Ralph Wuerthner13-25/+373
2006-09-20[S390] zcrypt driver Makefile, Kconfig and monolithic build.Martin Schwidefsky3-0/+134
2006-09-20[S390] zcrypt PCICC, PCIXCC coprocessor card ap bus drivers.Martin Schwidefsky5-0/+1949
2006-09-20[S390] zcrypt CEX2A, CEX2C, PCICA accelerator card ap bus drivers.Martin Schwidefsky5-0/+1229
2006-09-20[S390] zcrypt user space interface.Martin Schwidefsky2-0/+1121
2006-09-20[S390] zcrypt adjunct processor bus.Martin Schwidefsky2-0/+1379
2006-09-20[S390] remove old z90crypt driver.Martin Schwidefsky6-6158/+0
2006-09-17[PATCH] s390: qeth driver fixes [6/6]Frank Pavlic1-20/+39
2006-09-17[PATCH] s390: qeth driver fixes [5/6]Frank Pavlic2-30/+44
2006-09-17[PATCH] s390: qeth driver fixes [4/6]Frank Pavlic6-108/+128
2006-09-17[PATCH] s390: qeth driver fixes [3/6]Frank Pavlic3-116/+114
2006-09-17[PATCH] s390: qeth driver fixes [2/6]Frank Pavlic2-15/+32
2006-09-17[PATCH] s390: qeth driver fixes [1/6]Frank Pavlic1-26/+23
2006-09-17[PATCH] s390: Makefile cleanupFrank Pavlic1-1/+0
2006-09-17[PATCH] s390: netiucv driver fixesFrank Pavlic1-16/+64
2006-09-17[PATCH] s390: minor s390 network driver fixesFrank Pavlic3-10/+10
2006-08-30[S390] cio: unsolicited interrupts during sense pgid.Stefan Bader1-6/+21
2006-08-30[S390] cio: no path after machine check.Peter Oberparleiter1-2/+2
2006-08-30[S390] cio: kernel stack overflow.Heiko Carstens4-37/+22
2006-08-30[S390] dasd: fix device shutdown process.Horst Hummel2-65/+137
2006-08-26Merge gregkh@master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Greg Kroah-Hartman8-296/+339
2006-08-24Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Greg Kroah-Hartman2-11/+11
2006-08-24[S390] dasd PAV enabling.Horst Hummel2-11/+11
2006-08-19[PATCH] s390: fix arp_tbl lock usage in qethHeiko Carstens1-4/+4
2006-08-16[S390] inaccessible PAV alias devices on LPAR.Peter Oberparleiter1-14/+18
2006-08-16[S390] dasd slab cache alignment.Heiko Carstens1-2/+3
2006-08-10[S390] dasd calls kzalloc while holding a spinlock.Horst Hummel2-41/+32
2006-08-09[S390] dasd set offline kernel bug.Horst Hummel1-1/+1
2006-08-07[S390] xpram system device class.Martin Schwidefsky1-24/+1
2006-08-07[S390] lost interrupt after chpid vary off/on cycle.Peter Oberparleiter1-0/+1
2006-08-07[S390] retry after deferred condition code.Cornelia Huck1-0/+3
2006-08-07[S390] tape class return value handling.Heiko Carstens1-1/+1
2006-08-06Merge ../linux-2.6James Bottomley2-8/+5
2006-08-06[SCSI] zfcp: bump version numberAndreas Herrmann1-1/+1
2006-08-06[SCSI] zfcp: minor erp bug fixesAndreas Herrmann4-167/+107
2006-08-06[SCSI] zfcp: improve management of request IDsVolker Sameske7-128/+231
2006-07-27[S390] duplicate ccw devices in ccwgroup.Cornelia Huck1-7/+3
2006-07-27[S390] permanent subchannel busy conditions may cause I/O stallPeter Oberparleiter1-1/+2
2006-07-18[S390] sysfs_create_xxx return values.Heiko Carstens5-32/+76
2006-07-17[S390] channel measurement interval display.Cornelia Huck1-0/+1
2006-07-17[S390] xpram module parameter parsing - take 2.Heiko Carstens1-3/+14
2006-07-12[S390] Fix sparse warnings.Heiko Carstens27-124/+123
2006-07-12[S390] path grouping and path verifications fixes.Cornelia Huck8-48/+225
2006-07-12[S390] xpram module parameter parsing.Heiko Carstens1-57/+6
2006-07-12[S390] subchannel register/unregister mutex.Cornelia Huck5-7/+29
2006-07-10[PATCH] s390: broken null test in claw driverDave Jones1-1/+1
2006-07-10[PATCH] fix oddball boolean logic in s390 netiucvDave Jones1-1/+1
2006-07-10[PATCH] s390: move var declarations behind ifdefSerge E. Hallyn1-0/+2
2006-07-08[NET] gso: Add skb_is_gsoHerbert Xu1-1/+1
2006-07-03[PATCH] zfcp: fix incorrect usage of fsf_req_list_lockHeiko Carstens1-4/+5
2006-07-03[PATCH] zfcp: fix incorrect usage of erp_lockHeiko Carstens1-4/+4
2006-07-03[PATCH] lockdep: annotate qeth driverHeiko Carstens1-0/+6
2006-07-03[PATCH] lockdep: s390 turn validator off in machine-check handlerHeiko Carstens1-0/+3
2006-07-03[PATCH] lockdep: irqtrace subsystem, s390 supportHeiko Carstens2-5/+7
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel46-46/+0
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds7-17/+1
2006-06-29[S390] rework of channel measurement facility.Cornelia Huck3-177/+468
2006-06-29[S390] add PAV support to the dasd driver.Horst Hummel6-87/+222
2006-06-29[S390] cio chpid offline.Cornelia Huck3-3/+5
2006-06-29Convert s390_collect_crw_info() in s390mach.c from being startedSerge E. Hallyn1-3/+2
2006-06-29[S390] dasd eer data format.Stefan Weinhuber1-1/+1
2006-06-29[S390] dasd whitespace and other cosmetics.Horst Hummel15-304/+173
2006-06-29[S390] dasd_eckd_dump_sense bug.Horst Hummel1-71/+74
2006-06-29[S390] missing check in dasd_eer_open.Stefan Weinhuber1-0/+2
2006-06-29[S390] modular 3270 driver.Martin Schwidefsky1-33/+34
2006-06-29[S390] cio async subchannel reprobe.Peter Oberparleiter4-36/+72
2006-06-29[S390] ccwgroup device unregister.Cornelia Huck1-7/+10
2006-06-29[S390] channel measurement fix.Cornelia Huck1-1/+2
2006-06-29[S390] cio long busy in read configuration data.Peter Oberparleiter1-1/+6
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar1-1/+1
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-7/+7
2006-06-26[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman1-1/+1
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman2-3/+0
2006-06-26[PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer neededGreg Kroah-Hartman2-2/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2-2/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2-3/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2-5/+0
2006-06-26[PATCH] drivers: use list_move()Akinobu Mita1-4/+3
2006-06-26spelling fixesAndreas Mohr1-7/+7
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