| Commit message (Expand) | Author | Age | Files | Lines |
* | [S390] tape block: fix dependencies | Kamalesh Babulal | 2009-01-09 | 1 | -1/+1 |
* | fix similar typos to successfull | Coly Li | 2009-01-08 | 1 | -1/+1 |
* | trivial: fix then -> than typos in comments and documentation | Frederik Schwarzer | 2009-01-06 | 1 | -2/+2 |
* | [S390] convert vmlogrdr printks to pr_xxx macros. | Martin Schwidefsky | 2008-12-25 | 1 | -13/+13 |
* | [S390] convert zfcp dumper printks to pr_xxx macros. | Michael Holzheu | 2008-12-25 | 1 | -6/+8 |
* | [S390] convert sclp printks to pr_xxx macros. | Martin Schwidefsky | 2008-12-25 | 4 | -28/+41 |
* | [S390] convert monwriter printks to pr_xxx macros. | Melissa Howland | 2008-12-25 | 1 | -1/+4 |
* | [S390] convert monreader printks to pr_xxx macros. | Gerald Schaefer | 2008-12-25 | 1 | -24/+17 |
* | [S390] convert vmur printks to pr_xxx macros. | Frank Munzert | 2008-12-25 | 1 | -6/+9 |
* | [S390] convert vmcp printks to pr_xxx macros. | Christian Borntraeger | 2008-12-25 | 1 | -3/+5 |
* | [S390] sclp vt220: fix compile warning | Heiko Carstens | 2008-12-25 | 1 | -17/+16 |
* | [S390] vmcp: remove BKL | Christian Borntraeger | 2008-12-25 | 1 | -3/+0 |
* | [S390] sclp: emit error message if assign storage fails | Heiko Carstens | 2008-11-14 | 1 | -0/+3 |
* | [S390] tape: disable interrupts in tape_open and tape_release | Frank Munzert | 2008-10-28 | 1 | -4/+4 |
* | [S390] tape block: complete request with correct locking | Frank Munzert | 2008-10-28 | 1 | -2/+4 |
* | [PATCH] switch tape_block | Al Viro | 2008-10-21 | 1 | -16/+13 |
* | [PATCH] beginning of methods conversion | Al Viro | 2008-10-21 | 1 | -3/+3 |
* | device create: s390: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 2008-10-16 | 4 | -18/+15 |
* | fs3270: Correct error returns | Alan Cox | 2008-10-13 | 1 | -5/+4 |
* | fs3270: remove extra locks | Alan Cox | 2008-10-13 | 1 | -5/+1 |
* | tty: Redo current tty locking | Alan Cox | 2008-10-13 | 1 | -0/+1 |
* | tty: Make get_current_tty use a kref | Alan Cox | 2008-10-13 | 1 | -1/+2 |
* | [S390] 3215: Remove tasklet. | Heiko Carstens | 2008-10-10 | 1 | -20/+6 |
* | [S390] console flush on panic / reboot | Holger Smolinski | 2008-10-10 | 4 | -18/+86 |
* | [S390] more bus_id -> dev_name conversions | Cornelia Huck | 2008-10-10 | 1 | -2/+2 |
* | [S390] bus_id -> dev_set_name() changes | Cornelia Huck | 2008-10-10 | 1 | -2/+1 |
* | [S390] bus_id -> dev_name conversions | Kay Sievers | 2008-10-10 | 7 | -86/+92 |
* | [S390] drivers/s390: Use an IS_ERR test rather than a NULL test | Julien Brunel | 2008-08-21 | 2 | -2/+2 |
* | [S390] dont use kthread for smp_rescan_cpus(). | Heiko Carstens | 2008-08-01 | 1 | -12/+1 |
* | [S390] Add support for memory hot-remove. | Gerald Schaefer | 2008-08-01 | 1 | -0/+5 |
* | [S390] nohz/sclp: disable timer on synchronous waits. | Heiko Carstens | 2008-08-01 | 1 | -2/+4 |
* | device create: s390: convert device_create to device_create_drvdata | Greg Kroah-Hartman | 2008-07-22 | 3 | -12/+14 |
* | [S390] vmur: Fix return code handling. | Frank Munzert | 2008-07-17 | 1 | -5/+5 |
* | [S390] zfcpdump: Make SCSI disk dump tool recognize storage holes | Frank Munzert | 2008-07-17 | 1 | -7/+94 |
* | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2008-07-14 | 8 | -15/+58 |
|\ |
|
| * | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet | 2008-07-14 | 8 | -43/+30 |
| |\ |
|
| * | | vmwatchdog: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -1/+6 |
| * | | vmcp: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -0/+4 |
| * | | monwriter: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -0/+3 |
| * | | monreader: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -0/+4 |
| * | | drivers/s390: cdev lock_kernel() pushdown | Jonathan Corbet | 2008-06-20 | 4 | -14/+41 |
* | | | [S390] sclp_tty: Fix scheduling while atomic bug. | Heiko Carstens | 2008-07-14 | 1 | -19/+17 |
* | | | [S390] sclp_tty: remove ioctl interface. | Heiko Carstens | 2008-07-14 | 3 | -248/+23 |
* | | | [S390] Remove P390 support. | Heiko Carstens | 2008-07-14 | 2 | -10/+1 |
* | | | [S390] Cleanup vmcp printk messages. | Christian Borntraeger | 2008-07-14 | 1 | -10/+5 |
* | | | [S390] Cleanup vmwatch printk messages. | Martin Schwidefsky | 2008-07-14 | 1 | -13/+3 |
* | | | [S390] Cleanup zfcp dumper printk messages. | Michael Holzheu | 2008-07-14 | 1 | -19/+12 |
* | | | [S390] Cleanup vmlogrdr printk messages. | Martin Schwidefsky | 2008-07-14 | 1 | -26/+3 |
* | | | [S390] Cleanup monreader printk messages. | Gerald Schaefer | 2008-07-14 | 1 | -67/+7 |
* | | | [S390] Cleanup sclp printk messages. | Martin Schwidefsky | 2008-07-14 | 9 | -46/+9 |