summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-10-133-30/+12Star
|\
| * Driver core: change add_uevent_var to use a structKay Sievers2007-10-123-30/+12Star
* | [S390] xpram: fix bio_end{_,}io typoMartin Schwidefsky2007-10-121-1/+1
* | [S390] 3215: Handle special console device.Cornelia Huck2007-10-121-0/+3
* | [S390] vmwatchdog: fix broken inline assembly.Heiko Carstens2007-10-121-2/+2
* | [S390] tape: Fix medium state handlingMichael Holzheu2007-10-121-9/+17
* | [S390] zcore: fix inline assembly in memcpy_real()Michael Holzheu2007-10-121-3/+4
* | [S390] qdio: change QDIO performance_stats error message priorityUrsula Braun2007-10-121-1/+1
* | [S390] is_power_of_2 in drivers/s390/block/dasd_int.hvignesh babu2007-10-121-1/+2
* | [S390] qdio: dont cast function pointers and use them to call functions.Heiko Carstens2007-10-121-18/+19
* | [S390] Get rid of a bunch of sparse warnings again.Heiko Carstens2007-10-128-28/+45
* | [S390] zcrypt: fix PCIXCC/CEX2C error recoveryRalph Wuerthner2007-10-121-2/+5
* | [S390] zcrypt: fix ap_reset_domain()Ralph Wuerthner2007-10-121-2/+3
* | [S390] zcrypt: remove duplicated struct CPRBX definitionRalph Wuerthner2007-10-122-46/+1Star
* | [S390] zcrypt: make init/exit functions static.Heiko Carstens2007-10-121-2/+2
* | [S390] cio: Avoid machine check vs. not operational races.Cornelia Huck2007-10-123-127/+21Star
* | [S390] cio: Fix device attributes for early devices.Cornelia Huck2007-10-121-0/+1
* | [S390] cio: Disable channel measurements (cmf) on shutdown/reboot.Cornelia Huck2007-10-122-0/+7
* | [S390] cio: Introduce ccw_bus_type.shutdown.Cornelia Huck2007-10-122-6/+14
* | [S390] cio: Disable channel path measurements on shutdown/reboot.Cornelia Huck2007-10-121-0/+29
* | [S390] cio: Minor style fixes.Cornelia Huck2007-10-121-4/+4
* | [S390] cio: Add docbook comments.Cornelia Huck2007-10-123-57/+315
* | [S390] cio: Kerneldoc comments for cmf.Cornelia Huck2007-10-121-13/+74
* | [S390] cio: Fix some coding style issues in cmf.Cornelia Huck2007-10-121-64/+77
* | [S390] cio: remove subchannel_add_files()Cornelia Huck2007-10-121-1/+0Star
* | [S390] cio: rename css to channel_subsystemsCornelia Huck2007-10-124-39/+49
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2007-10-128-45/+63
|\
| * [QETH]: fix qeth_main.cAndrew Morton2007-10-111-1/+2
| * qeth: discard inbound packets with unknown header idUrsula Braun2007-10-111-1/+6
| * lcs: Channel errors drive lcs_recovery which leads to kernel panic.Klaus D. Wacker2007-10-112-3/+9
| * qeth: avoid duplicate deletion of multicast addressesUrsula Braun2007-10-111-2/+3
| * qeth: EDDP does not work on large MTUsFrank Blaschka2007-10-112-8/+11
| * qeth: HiperSockets layer-3 interface drop non IPv4 or non IPv6 packetsKlaus D. Wacker2007-10-111-2/+2
| * [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-112-20/+27
| * [NET]: Wrap hard_header_parseStephen Hemminger2007-10-111-3/+3
| * [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-115-5/+0Star
* | Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-102-6/+4Star
* | Fixup rq_for_each_segment() indentationJens Axboe2007-10-105-50/+46Star
* | Introduce rq_for_each_segment replacing rq_for_each_bioNeilBrown2007-10-105-46/+26Star
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2007-09-113-10/+8Star
|\
| * [SCSI] zfcp: fix the data buffer accessor patchHeiko Carstens2007-08-151-7/+3Star
| * [SCSI] zfcp: allocate gid_pn_data objects from gid_pn_cacheHeiko Carstens2007-08-151-2/+2
| * [SCSI] zfcp: fix memory leakHeiko Carstens2007-08-151-1/+3
* | qeth: Drop ARP packages on HiperSockets interface with NOARP attribute.Klaus D. Wacker2007-08-311-2/+8
* | qeth: provide specific message for OSA-adapters exclusively usedUrsula Braun2007-08-312-9/+20
* | qeth: crash during reboot after failing online settingUrsula Braun2007-08-311-7/+13
* | qeth: Announce tx checksumming for qeth devices in TSO/EDDP modeFrank Blaschka2007-08-311-14/+68
* | qeth: dont return the return values of void functions.Heiko Carstens2007-08-312-6/+6
* | qeth: enforce a rate limit for inbound scatter gather messagesFrank Blaschka2007-08-311-5/+8
* | qeth: ungrouping a device must not be interruptibleUrsula Braun2007-08-311-3/+2Star