| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-08-11 | tty: make tty_operations::write()'s count size_t | Jiri Slaby (SUSE) | 1 | -1/+2 |
| 2023-08-11 | tty: propagate u8 data to tty_operations::write() | Jiri Slaby (SUSE) | 1 | -2/+1 |
| 2021-07-27 | tty: drop put_tty_driver | Jiri Slaby | 1 | -2/+2 |
| 2021-07-27 | tty: stop using alloc_tty_driver | Jiri Slaby | 1 | -4/+4 |
| 2021-06-15 | ipwireless: remove unused ipw_tty::closing | Jiri Slaby | 1 | -2/+0 |
| 2021-05-13 | tty: make tty_operations::chars_in_buffer return uint | Jiri Slaby | 1 | -1/+1 |
| 2021-05-13 | tty: make tty_operations::write_room return uint | Jiri Slaby | 1 | -1/+1 |
| 2021-03-10 | tty: make everyone's write_room return >= 0 | Jiri Slaby | 1 | -2/+2 |
| 2021-03-10 | tty: do not check tty_unregister_driver's return value | Jiri Slaby | 1 | -6/+1 |
| 2021-01-07 | tty_port: drop last traces of low_latency | Jiri Slaby | 1 | -1/+0 |
| 2020-09-04 | tty: ipwireless: fix error handling | Tong Zhang | 1 | -1/+1 |
| 2018-10-13 | ipwireless: switch to ->[sg]et_serial() | Al Viro | 1 | -18/+18 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2016-06-25 | tty: ipwireless, cleanup TIOCGSERIAL | Jiri Slaby | 1 | -10/+1 |
| 2014-07-10 | tty: ipwireless: Remove tty->closing abort from ipw_open() | Peter Hurley | 1 | -5/+0 |
| 2014-02-28 | tty: Fix low_latency BUG | Peter Hurley | 1 | -3/+0 |
| 2014-01-07 | tty: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
| 2013-01-15 | TTY: switch tty_flip_buffer_push | Jiri Slaby | 1 | -7/+1 |
| 2013-01-15 | TTY: move low_latency to tty_port | Jiri Slaby | 1 | -1/+1 |
| 2013-01-15 | TTY: switch tty_insert_flip_string | Jiri Slaby | 1 | -1/+1 |
| 2012-11-15 | TTY: call tty_port_destroy in the rest of drivers | Jiri Slaby | 1 | -0/+1 |
| 2012-08-13 | TTY: use tty_port_register_device | Jiri Slaby | 1 | -1/+1 |
| 2012-04-09 | TTY: ipwireless, use tty from tty_port | Jiri Slaby | 1 | -9/+8 |
| 2012-04-09 | TTY: ipwireless, add tty_port | Jiri Slaby | 1 | -14/+15 |
| 2012-04-09 | TTY: ipwireless, move prints to appropriate places | Jiri Slaby | 1 | -21/+10 |
| 2012-04-09 | TTY: ipwireless, use synchronous hangup | Jiri Slaby | 1 | -3/+3 |
| 2012-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+1 |
| 2012-03-08 | TTY: ipwireless, fix tty->index handling | Jiri Slaby | 1 | -23/+13 |
| 2012-03-08 | TTY: remove re-assignments to tty_driver members | Jiri Slaby | 1 | -1/+0 |
| 2012-03-04 | ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h> | Paul Mackerras | 1 | -1/+1 |
| 2011-02-22 | tty: move ipwireless driver from drivers/char/pcmcia/ to drivers/tty/ | Greg Kroah-Hartman | 1 | -0/+679 |