Age | Commit message (Expand) | Author | Files | Lines |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-05-21 | Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -2/+2 |
2016-05-10 | s390/3270: hangup the 3270 tty after a disconnect | Martin Schwidefsky | 1 | -3/+35 |
2016-05-10 | s390/3270: handle reconnect of a tty with a different size | Martin Schwidefsky | 1 | -1/+24 |
2016-05-04 | s390/3270: avoid endless I/O loop with disconnected 3270 terminals | Martin Schwidefsky | 1 | -2/+1 |
2016-05-04 | s390/3270: fix garbled output on 3270 tty view | Martin Schwidefsky | 1 | -1/+4 |
2016-05-04 | s390/3270: fix view reference counting | Martin Schwidefsky | 1 | -8/+6 |
2016-05-04 | s390/3270: add missing tty_kref_put | Martin Schwidefsky | 1 | -0/+1 |
2016-04-30 | tty: Replace TTY_IO_ERROR bit tests with tty_io_error() | Peter Hurley | 1 | -2/+2 |
2015-08-26 | s390/3270: redraw screen on unsolicited device end | Martin Schwidefsky | 1 | -0/+4 |
2014-01-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -5/+2 |
2013-12-18 | s390/3270: fix allocation of tty3270_screen structure | Martin Schwidefsky | 1 | -1/+1 |
2013-12-16 | s390/3270: fix use after free of tty3270_screen structure | Martin Schwidefsky | 1 | -5/+2 |
2013-09-30 | s390/3270: fix return value check in tty3270_resize_work() | Wei Yongjun | 1 | -1/+1 |
2013-09-07 | s390: make various functions static, add declarations to header files | Heiko Carstens | 1 | -3/+3 |
2013-03-21 | s390/3270: fix minor_start issue | Martin Schwidefsky | 1 | -7/+9 |
2013-02-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -47/+140 |
2013-02-14 | s390/3270: asynchronous size sensing | Martin Schwidefsky | 1 | -25/+84 |
2013-02-14 | s390/3270: introduce device notifier | Martin Schwidefsky | 1 | -16/+33 |
2013-02-14 | s390/3270: fix initialization order in tty3270_alloc_view | Martin Schwidefsky | 1 | -6/+8 |
2013-02-14 | s390/3270: readd tty3270_open | Martin Schwidefsky | 1 | -0/+15 |
2013-01-16 | TTY: move low_latency to tty_port | Jiri Slaby | 1 | -2/+2 |
2012-11-16 | TTY: call tty_port_destroy in the rest of drivers | Jiri Slaby | 1 | -0/+2 |
2012-08-14 | TTY: tty3270, add tty install | Jiri Slaby | 1 | -9/+22 |
2012-08-14 | TTY: automatically create nodes for some drivers | Jiri Slaby | 1 | -1/+1 |
2012-08-11 | TTY: tty3270, free tty driver properly | Jiri Slaby | 1 | -0/+1 |
2012-07-20 | s390/comments: unify copyright messages and remove file names | Heiko Carstens | 1 | -2/+1 |
2012-04-09 | TTY: tty3270, add tty_port | Jiri Slaby | 1 | -27/+21 |
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-03-08 | TTY: remove re-assignments to tty_driver members | Jiri Slaby | 1 | -1/+0 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2011-02-25 | tty: phase out of ioctl file pointer for tty3270 as well | Heiko Carstens | 1 | -8/+6 |
2009-12-07 | [S390] tty3270: move keyboard compat ioctls | Arnd Bergmann | 1 | -0/+20 |
2009-06-12 | [S390] 3270: lock dependency fixes | Martin Schwidefsky | 1 | -24/+18 |
2009-06-12 | [S390] 3270: do not register with tty_register_device | Martin Schwidefsky | 1 | -15/+0 |
2008-07-14 | [S390] Cleanup 3270 printk messages. | Martin Schwidefsky | 1 | -3/+0 |
2008-07-14 | [S390] cio: introduce fcx enabled scsw format | Peter Oberparleiter | 1 | -3/+3 |
2008-05-07 | [S390] tty3270: fix put_char fail/success conversion. | Heiko Carstens | 1 | -9/+6 |
2008-04-30 | s390 tty: Prepare for put_char to return success/fail | Alan Cox | 1 | -1/+2 |
2007-10-12 | [S390] Get rid of a bunch of sparse warnings again. | Heiko Carstens | 1 | -3/+6 |
2007-02-05 | [S390] Get rid of a lot of sparse warnings. | Heiko Carstens | 1 | -8/+5 |
2006-12-08 | [PATCH] tty: switch to ktermios | Alan Cox | 1 | -1/+1 |
2006-10-02 | [PATCH] const struct tty_operations | Jeff Dike | 1 | -1/+1 |
2006-09-28 | [S390] init_timer in tty3270. | Jan Glauber | 1 | -1/+0 |
2006-07-12 | [S390] Fix sparse warnings. | Heiko Carstens | 1 | -12/+12 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
2006-06-26 | [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV | Greg Kroah-Hartman | 1 | -1/+1 |
2006-06-26 | [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed | Greg Kroah-Hartman | 1 | -1/+0 |