aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-17net/s390 drivers: add missing 'const' attributeHeiko Carstens3-3/+3
2009-11-16qeth: allow dynamic change of rx checksummingFrank Blaschka3-23/+41
2009-11-16qeth: rework TSO functionsFrank Blaschka7-98/+110
2009-11-16qeth: Recognize return codes of ccw_device_set_onlineUrsula Braun3-46/+31
2009-11-16qeth: remaining EDDP cleanupUrsula Braun1-2/+0
2009-11-16qeth: Exploit Connection IsolationEinar Lueck6-12/+267
2009-11-13netiucv: displayed TX bytes value much too highUrsula Braun1-2/+2
2009-11-13s390: remove cu3088 layer for lcs and ctcmUrsula Braun13-242/+304
2009-11-13ctcm: suspend has to wait for outstanding I/OFrank Blaschka3-0/+8
2009-10-17ctcm rollback in case of errorsEinar Lueck1-17/+42
2009-10-17lcs: Recognize return codes of ccw_device_set_online().Klaus-Dieter Wacker1-3/+9
2009-10-17lcs: ODEBUG: object is on stack, but not annotated.Klaus-Dieter Wacker1-1/+1
2009-10-05qeth: Convert ethtool get_stats_count() ops to get_sset_count()Ben Hutchings4-7/+12
2009-10-01const: constify remaining file_operationsAlexey Dobriyan2-2/+2
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-09-23Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds9-184/+219
2009-09-22[S390] dasd: tolerate devices that have no feature codesStefan Weinhuber1-7/+6
2009-09-22[S390] zcrypt: Do not add/remove devices in s/r callbacksFelix Beck1-11/+29
2009-09-22[S390] qdio: change state of all primed input buffersJan Glauber1-0/+2
2009-09-22[S390] qdio: reduce per device debug messagesJan Glauber1-18/+12
2009-09-22[S390] cio: introduce consistent subchannel scanningSebastian Ott3-106/+51
2009-09-22[S390] cio: idset use actual number of ssidsSebastian Ott3-14/+15
2009-09-22[S390] cio: dont kfree vmalloced memorySebastian Ott1-2/+2
2009-09-22[S390] cio: introduce css_settleSebastian Ott3-12/+25
2009-09-22[S390] cio: introduce css_eval_scheduledSebastian Ott3-0/+27
2009-09-22[S390] cio: merge init callsSebastian Ott3-25/+61
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-3/+3
2009-09-22const: make block_device_operations constAlexey Dobriyan5-5/+5
2009-09-21trivial: remove unnecessary semicolonsJoe Perches3-3/+3
2009-09-15driver model: constify attribute groupsDavid Brownell3-3/+3
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds13-1339/+1492
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds9-112/+142
2009-09-11[S390] tape: Use pr_xxx instead of dev_xxx in shared driver codeMichael Holzheu4-16/+14
2009-09-11[S390] Get rid of cpuid.h header file.Heiko Carstens2-3/+3
2009-09-11[S390] tape: Fix device online messagesMichael Holzheu2-6/+8
2009-09-11[S390] kvm: use console_initcall() to initialize s390 virtio consoleHendrik Brueckner1-2/+6
2009-09-11[S390] tape: reversed order of labelsRoel Kluin1-2/+2
2009-09-11[S390] zcrypt: Free ap_device if dev_set_name fails.Felix Beck1-2/+5
2009-09-11[S390] zcrypt: Use spin_lock_bh in suspend callbackFelix Beck1-2/+6
2009-09-11[S390] xpram: Remove checksum validation for suspend/resumeMichael Holzheu1-65/+0
2009-09-11[S390] vmur: Invalid allocation sequence for vmur classMichael Holzheu1-9/+10
2009-09-11[S390] add call home supportHans-Joachim Picht4-1/+238
2009-09-11[S390] tape: use init_timer_on_stack() rather than init_timer()Frank Munzert1-1/+1
2009-09-11[S390] proper use of device registerSebastian Ott7-25/+24
2009-09-11[S390] dasd: fix message namingStefan Haberland8-20/+20
2009-09-11[S390] dasd: optimize cpu usage in goodcaseStefan Haberland7-51/+41
2009-09-11[S390] dasd: fail requests when device state is less then readyStefan Weinhuber1-1/+4
2009-09-11[S390] cio: remove ccw_device init_nameSebastian Ott2-19/+6
2009-09-11[S390] cio: move final put_device to ccw_device_unregisterSebastian Ott1-3/+4
2009-09-11[S390] cio: remove subchannel init_nameSebastian Ott3-14/+2