aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-09Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds17-108/+137
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds1-3/+2
2009-12-07[S390] 3215/3270 console: remove wrong commentHeiko Carstens2-2/+0
2009-12-07[S390] vmlogrdr: remove BKLMartin Schwidefsky1-6/+2
2009-12-07[S390] vmur: remove BKLMartin Schwidefsky1-3/+0
2009-12-07[S390] 3270: remove BKLMartin Schwidefsky1-4/+6
2009-12-07[S390] vmwatchdog: remove lock_kernel() from open() functionGerald Schaefer1-10/+19
2009-12-07[S390] monwriter: remove lock_kernel() from open() functionGerald Schaefer1-3/+4
2009-12-07[S390] monreader: remove lock_kernel() from open() functionGerald Schaefer1-4/+4
2009-12-07[S390] tty3270: move keyboard compat ioctlsArnd Bergmann1-0/+20
2009-12-07[S390] sclp: improve servicability settingMartin Schwidefsky1-0/+1
2009-12-07[S390] tape: remove BKL from tape driverMartin Schwidefsky4-22/+29
2009-12-07[S390] tape: cleanup reference countingMartin Schwidefsky7-51/+50
2009-12-07[S390] tape: fix tape remove functionMartin Schwidefsky1-1/+1
2009-12-07[S390] tape: remove f_pos changes from read / write function.Martin Schwidefsky1-2/+0
2009-12-07[S390] cio: split PGID settings and statusPeter Oberparleiter1-1/+2
2009-11-13[S390] sclp: undo quiesce handler override on resumeMartin Schwidefsky1-10/+38
2009-11-13[S390] monreader: fix use after free bug with suspend/resumeGerald Schaefer1-0/+1
2009-11-12sysctl s390: Remove dead sysctl binary supportEric W. Biederman1-3/+2
2009-10-29[S390] call home: fix string length handlingHeiko Carstens1-8/+6
2009-10-29[S390] call home: fix error handling in init functionHeiko Carstens1-18/+10
2009-10-29[S390] call home: fix local buffer usage in proc handlerSebastian Ott1-4/+3
2009-10-14[S390] sclp_vt220 build fixMichael Holzheu1-15/+15
2009-10-14[S390] call home support: fix proc handlerHeiko Carstens1-2/+2
2009-10-14[S390] tape390: Fix request queue handling in block driverMichael Holzheu1-1/+2
2009-10-06[S390] 3270 console build fixSebastian Ott1-0/+2
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
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 Carstens1-1/+1
2009-09-11[S390] tape: Fix device online messagesMichael Holzheu2-6/+8
2009-09-11[S390] tape: reversed order of labelsRoel Kluin1-2/+2
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 Ott2-2/+4
2009-07-07[S390] improve suspend/resume error messagesChristian Borntraeger1-4/+4
2009-07-07[S390] monreader: fix dev_set_drvdata conversionHeiko Carstens1-2/+2
2009-07-07[S390] sclp: fix compile error for !SCLP_CONSOLEHeiko Carstens1-0/+5
2009-06-22[S390] driver_data accessMartin Schwidefsky6-11/+11
2009-06-22[S390] Use del_timer instead of del_timer_syncMichael Holzheu1-1/+1
2009-06-22[S390] vt220 console: convert from bootmem to slabHeiko Carstens1-13/+5
2009-06-22[S390] sclp console: convert from bootmem to slabHeiko Carstens1-3/+2
2009-06-22[S390] 3270 console: convert from bootmem to slabHeiko Carstens2-38/+7
2009-06-22[S390] 3215 console: convert from bootmem to slabHeiko Carstens1-11/+7
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds7-43/+43
2009-06-16[S390] pm: monreader power management callbacks.Gerald Schaefer1-12/+128
2009-06-16[S390] pm: monwriter power management callbacks.Gerald Schaefer1-6/+92
2009-06-16[S390] pm: memory hotplug power management callbacksGerald Schaefer1-4/+38
2009-06-16[S390] pm: con3270 power management callbacks.Martin Schwidefsky4-29/+95