| Commit message (Expand) | Author | Age | Files | Lines |
* | [S390] tape_char: add missing compat_ptr conversion | Heiko Carstens | 2010-01-13 | 1 | -3/+15 |
* | [S390] con3215: remove empty ioctl function | Heiko Carstens | 2010-01-13 | 1 | -17/+0 |
* | [S390] tape_block: remove ioctl function | Heiko Carstens | 2010-01-13 | 1 | -39/+0 |
* | [S390] fs3270: add missing compat ptr conversion | Heiko Carstens | 2010-01-13 | 1 | -6/+11 |
* | [S390] vmcp: add missing compat ptr conversion | Heiko Carstens | 2010-01-13 | 1 | -3/+9 |
* | [S390] Use strim instead of strstrip to avoid false warnings. | Heiko Carstens | 2009-12-18 | 1 | -1/+1 |
* | [S390] tape: Add pr_fmt() macro to all tape source files | Michael Holzheu | 2009-12-18 | 8 | -0/+18 |
* | [S390] tty: PTR_ERR return of wrong pointer in fs3270_open() | Roel Kluin | 2009-12-18 | 1 | -1/+1 |
* | const: constify remaining dev_pm_ops | Alexey Dobriyan | 2009-12-15 | 5 | -5/+5 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-12-09 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'for-next' into for-linus | Jiri Kosina | 2009-12-07 | 1 | -1/+1 |
| |\ |
|
| | * | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2009-12-09 | 17 | -108/+137 |
|\ \ \ |
|
| * | | | [S390] 3215/3270 console: remove wrong comment | Heiko Carstens | 2009-12-07 | 2 | -2/+0 |
| * | | | [S390] vmlogrdr: remove BKL | Martin Schwidefsky | 2009-12-07 | 1 | -6/+2 |
| * | | | [S390] vmur: remove BKL | Martin Schwidefsky | 2009-12-07 | 1 | -3/+0 |
| * | | | [S390] 3270: remove BKL | Martin Schwidefsky | 2009-12-07 | 1 | -4/+6 |
| * | | | [S390] vmwatchdog: remove lock_kernel() from open() function | Gerald Schaefer | 2009-12-07 | 1 | -10/+19 |
| * | | | [S390] monwriter: remove lock_kernel() from open() function | Gerald Schaefer | 2009-12-07 | 1 | -3/+4 |
| * | | | [S390] monreader: remove lock_kernel() from open() function | Gerald Schaefer | 2009-12-07 | 1 | -4/+4 |
| * | | | [S390] tty3270: move keyboard compat ioctls | Arnd Bergmann | 2009-12-07 | 1 | -0/+20 |
| * | | | [S390] sclp: improve servicability setting | Martin Schwidefsky | 2009-12-07 | 1 | -0/+1 |
| * | | | [S390] tape: remove BKL from tape driver | Martin Schwidefsky | 2009-12-07 | 4 | -22/+29 |
| * | | | [S390] tape: cleanup reference counting | Martin Schwidefsky | 2009-12-07 | 7 | -51/+50 |
| * | | | [S390] tape: fix tape remove function | Martin Schwidefsky | 2009-12-07 | 1 | -1/+1 |
| * | | | [S390] tape: remove f_pos changes from read / write function. | Martin Schwidefsky | 2009-12-07 | 1 | -2/+0 |
| * | | | [S390] cio: split PGID settings and status | Peter Oberparleiter | 2009-12-07 | 1 | -1/+2 |
| |/ / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 | Linus Torvalds | 2009-12-08 | 1 | -3/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | sysctl s390: Remove dead sysctl binary support | Eric W. Biederman | 2009-11-12 | 1 | -3/+2 |
| |/ |
|
* | | [S390] sclp: undo quiesce handler override on resume | Martin Schwidefsky | 2009-11-13 | 1 | -10/+38 |
* | | [S390] monreader: fix use after free bug with suspend/resume | Gerald Schaefer | 2009-11-13 | 1 | -0/+1 |
|/ |
|
* | [S390] call home: fix string length handling | Heiko Carstens | 2009-10-29 | 1 | -8/+6 |
* | [S390] call home: fix error handling in init function | Heiko Carstens | 2009-10-29 | 1 | -18/+10 |
* | [S390] call home: fix local buffer usage in proc handler | Sebastian Ott | 2009-10-29 | 1 | -4/+3 |
* | [S390] sclp_vt220 build fix | Michael Holzheu | 2009-10-14 | 1 | -15/+15 |
* | [S390] call home support: fix proc handler | Heiko Carstens | 2009-10-14 | 1 | -2/+2 |
* | [S390] tape390: Fix request queue handling in block driver | Michael Holzheu | 2009-10-14 | 1 | -1/+2 |
* | [S390] 3270 console build fix | Sebastian Ott | 2009-10-06 | 1 | -0/+2 |
* | headers: utsname.h redux | Alexey Dobriyan | 2009-09-23 | 1 | -1/+0 |
* | const: make block_device_operations const | Alexey Dobriyan | 2009-09-22 | 1 | -1/+1 |
* | [S390] tape: Use pr_xxx instead of dev_xxx in shared driver code | Michael Holzheu | 2009-09-11 | 4 | -16/+14 |
* | [S390] Get rid of cpuid.h header file. | Heiko Carstens | 2009-09-11 | 1 | -1/+1 |
* | [S390] tape: Fix device online messages | Michael Holzheu | 2009-09-11 | 2 | -6/+8 |
* | [S390] tape: reversed order of labels | Roel Kluin | 2009-09-11 | 1 | -2/+2 |
* | [S390] vmur: Invalid allocation sequence for vmur class | Michael Holzheu | 2009-09-11 | 1 | -9/+10 |
* | [S390] add call home support | Hans-Joachim Picht | 2009-09-11 | 4 | -1/+238 |
* | [S390] tape: use init_timer_on_stack() rather than init_timer() | Frank Munzert | 2009-09-11 | 1 | -1/+1 |
* | [S390] proper use of device register | Sebastian Ott | 2009-09-11 | 2 | -2/+4 |
* | [S390] improve suspend/resume error messages | Christian Borntraeger | 2009-07-07 | 1 | -4/+4 |
* | [S390] monreader: fix dev_set_drvdata conversion | Heiko Carstens | 2009-07-07 | 1 | -2/+2 |