Age | Commit message (Expand) | Author | Files | Lines |
2012-10-01 | Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty | Linus Torvalds | 4 | -16/+48 |
2012-09-26 | drivers/s390/char/monreader.c: fix error return code | Peter Senna Tschudin | 1 | -1/+4 |
2012-09-26 | s390/tape: remove even more tape block leftovers | Heiko Carstens | 2 | -5/+0 |
2012-09-26 | s390/vmlogrdr: change return value from -ENOSYS to -EOPNOTSUPP | Heiko Carstens | 1 | -1/+1 |
2012-09-26 | s390/sclp: use -EOPNOTSUPP instead of -ENOSYS | Heiko Carstens | 2 | -2/+2 |
2012-09-26 | s390/3270: drop unused spinlock from struct con3270 | Jean Delvare | 1 | -1/+0 |
2012-08-27 | Merge 3.6-rc3 into tty-next | Greg Kroah-Hartman | 1 | -0/+2 |
2012-08-13 | TTY: tty3270, add tty install | Jiri Slaby | 1 | -9/+22 |
2012-08-13 | TTY: con3215, add tty install | Jiri Slaby | 1 | -6/+15 |
2012-08-13 | TTY: con3215, unset raw3215[line] | Jiri Slaby | 1 | -0/+7 |
2012-08-13 | TTY: use tty_port_link_device | Jiri Slaby | 2 | -0/+2 |
2012-08-13 | TTY: automatically create nodes for some drivers | Jiri Slaby | 1 | -1/+1 |
2012-08-10 | TTY: tty3270, free tty driver properly | Jiri Slaby | 1 | -0/+1 |
2012-08-08 | s390/sclp_sdias: Add missing break and "fall through" | Michael Holzheu | 1 | -0/+2 |
2012-07-24 | Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 3 | -10/+48 |
2012-07-20 | s390/comments: unify copyright messages and remove file names | Heiko Carstens | 31 | -49/+21 |
2012-06-13 | KVM: s390: Perform early event mask processing during boot | Heinz Graalfs | 3 | -10/+48 |
2012-06-05 | s390/vmlogrdr: cleanup driver attribute usage | Sebastian Ott | 1 | -12/+13 |
2012-06-05 | s390/vmlogrdr: cleanup device attribute usage | Sebastian Ott | 1 | -11/+8 |
2012-05-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -1/+1 |
2012-05-24 | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+11 |
2012-05-24 | s390/headers: replace __s390x__ with CONFIG_64BIT where possible | Heiko Carstens | 1 | -1/+1 |
2012-05-22 | Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 6 | -179/+194 |
2012-05-17 | KVM: s390: add capability indicating COW support | Christian Borntraeger | 1 | -1/+11 |
2012-05-16 | s390/memory hotplug: initialize storage keys | Heiko Carstens | 1 | -1/+11 |
2012-05-16 | s390/tape: remove tape block leftovers | Heiko Carstens | 5 | -311/+2 |
2012-04-23 | Merge 3.4-rc4 into tty-next | Greg Kroah-Hartman | 6 | -179/+194 |
2012-04-17 | tty: add missing tty_port_tty_get() call to raw3215_wakeup | Heiko Carstens | 1 | -1/+5 |
2012-04-13 | TTY: con3215, use tty from tty_port | Jiri Slaby | 1 | -16/+16 |
2012-04-13 | TTY: con3215, add tty_port | Jiri Slaby | 1 | -14/+16 |
2012-04-11 | [S390] s390/char/vmur.c: fix memory leak | Dennis Chen | 1 | -1/+1 |
2012-04-09 | TTY: tty3270, add tty_port | Jiri Slaby | 3 | -43/+49 |
2012-04-09 | TTY: tty3270, push tty down to tty3270_do_write | Jiri Slaby | 1 | -5/+6 |
2012-04-09 | TTY: tty3270, get rid of ugly aliasing | Jiri Slaby | 1 | -23/+19 |
2012-04-09 | TTY: tty3270, move initialization to allocation | Jiri Slaby | 1 | -10/+10 |
2012-04-09 | TTY: sclp_vt220, remove unused allocation | Jiri Slaby | 1 | -8/+1 |
2012-04-09 | TTY: sclp_vt220, add tty_port | Jiri Slaby | 1 | -10/+14 |
2012-04-09 | TTY: sclp_tty, add tty_port | Jiri Slaby | 1 | -14/+19 |
2012-04-09 | TTY: con3215, centralize allocation | Jiri Slaby | 1 | -35/+39 |
2012-03-28 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 1 | -0/+1 |
2012-03-28 | Disintegrate asm/system.h for S390 | David Howells | 1 | -0/+1 |
2012-03-23 | s390/char: use for_each_clear_bit() | Akinobu Mita | 1 | -3/+2 |
2012-03-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 4 | -25/+82 |
2012-03-20 | Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty | Linus Torvalds | 4 | -10/+2 |
2012-03-11 | [S390] irq: external interrupt code passing | Heiko Carstens | 1 | -2/+2 |
2012-03-11 | [S390] zfcpdump: Implement async sdias event processing | Michael Holzheu | 1 | -21/+80 |
2012-03-11 | [S390] rework smp code | Martin Schwidefsky | 2 | -2/+0 |
2012-03-08 | TTY: remove unneeded tty->index checks | Jiri Slaby | 1 | -6/+2 |
2012-03-08 | TTY: remove re-assignments to tty_driver members | Jiri Slaby | 4 | -4/+0 |
2012-02-27 | compat: fix compile breakage on s390 | Heiko Carstens | 2 | -0/+2 |