Age | Commit message (Expand) | Author | Files | Lines |
2022-09-22 | tty: remove TTY_DRIVER_MAGIC | наб | 1 | -5/+0 |
2022-09-09 | termios: get rid of non-UAPI asm/termios.h | Al Viro | 1 | -0/+1 |
2022-08-30 | tty: Make ->set_termios() old ktermios const | Ilpo Järvinen | 1 | -2/+2 |
2021-11-26 | tty: reformat TTY_DRIVER_ flags into kernel-doc | Jiri Slaby | 1 | -43/+47 |
2021-11-26 | tty: combine tty_operations triple docs into kernel-doc | Jiri Slaby | 1 | -9/+27 |
2021-11-26 | tty: add kernel-doc for tty_operations | Jiri Slaby | 1 | -157/+241 |
2021-11-26 | tty: add kernel-doc for tty_driver | Jiri Slaby | 1 | -12/+50 |
2021-10-30 | tty: Fix extra "not" in TTY_DRIVER_REAL_RAW description | Anssi Hannula | 1 | -1/+1 |
2021-09-22 | tty: remove extern from functions in tty headers | Jiri Slaby | 1 | -4/+4 |
2021-07-27 | tty: drop put_tty_driver | Jiri Slaby | 1 | -1/+0 |
2021-07-27 | tty: make tty_set_operations an inline | Jiri Slaby | 1 | -2/+6 |
2021-07-27 | tty: drop alloc_tty_driver | Jiri Slaby | 1 | -12/+0 |
2021-07-27 | tty: include kref.h in tty_driver.h | Jiri Slaby | 1 | -0/+1 |
2021-07-27 | tty: move tty_driver related prototypes to tty_driver.h | Jiri Slaby | 1 | -0/+17 |
2021-05-13 | tty: remove unused tty_throttle | Jiri Slaby | 1 | -1/+1 |
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 | -2/+2 |
2021-05-13 | tty: cumulate and document tty_struct::flow* members | Jiri Slaby | 1 | -2/+2 |
2021-04-10 | tty: fix return value for unsupported ioctls | Johan Hovold | 1 | -1/+1 |
2020-12-04 | tty: Remove dead termiox code | Jann Horn | 1 | -9/+0 |
2018-09-14 | tty_ioctl(): start taking TIOC[SG]SERIAL into separate methods | Al Viro | 1 | -0/+3 |
2018-05-16 | tty: replace ->proc_fops with ->proc_show | Christoph Hellwig | 1 | -1/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-08-28 | pty: show associative slave of ptmx in fdinfo | Masatake YAMATO | 1 | -0/+2 |
2017-06-30 | randstruct: Mark various structs for randomization | Kees Cook | 1 | -2/+2 |
2016-04-27 | devpts: more pty driver interface cleanups | Linus Torvalds | 1 | -2/+2 |
2015-08-04 | Avoid usb reset crashes by making tty_io cdevs truly dynamic | Richard Watts | 1 | -1/+1 |
2014-09-24 | tty: Serialize tty flow control changes with flow_lock | Peter Hurley | 1 | -0/+4 |
2014-07-11 | tty: Document locking for tty driver methods | Peter Hurley | 1 | -3/+5 |
2013-02-05 | tty: Document required behavior of tty driver close() | Peter Hurley | 1 | -0/+1 |
2012-08-14 | TTY: move cdev_add to tty_register_device | Jiri Slaby | 1 | -1/+1 |
2012-08-14 | TTY: add support for unnumbered device nodes | Jiri Slaby | 1 | -0/+6 |
2012-08-14 | TTY: pty, switch to tty_alloc_driver | Jiri Slaby | 1 | -0/+4 |
2012-08-11 | TTY: pass flags to alloc_tty_driver | Jiri Slaby | 1 | -4/+19 |
2012-07-17 | tty: Move the handling of the tty release logic | Alan Cox | 1 | -8/+3 |
2012-06-14 | TTY: add ports array to tty_driver | Jiri Slaby | 1 | -0/+1 |
2012-03-08 | TTY: tty_driver, document tty->ops->shutdown limitation | Jiri Slaby | 1 | -0/+2 |
2012-03-08 | TTY: remove minor_num from tty_driver | Jiri Slaby | 1 | -1/+0 |
2012-03-08 | TTY: let alloc_tty_driver deduce the owner automatically | Jiri Slaby | 1 | -1/+4 |
2012-01-17 | tty: remove unused tty_driver->termios_locked | Konstantin Khlebnikov | 1 | -1/+0 |
2011-08-23 | TTY: pty, fix pty counting | Jiri Slaby | 1 | -0/+3 |
2011-02-17 | tty: now phase out the ioctl file pointer for good | Alan Cox | 1 | -5/+4 |
2011-02-17 | tiocmset: kill the file pointer argument | Alan Cox | 1 | -1/+1 |
2011-02-17 | tiocmget: kill off the passing of the struct file | Alan Cox | 1 | -1/+1 |
2010-12-17 | tty: fix typos/errors in tty_driver.h comments | Timur Tabi | 1 | -4/+4 |
2010-11-16 | TTY: include termios.h in tty_driver.h | Jiri Slaby | 1 | -0/+1 |
2010-10-22 | tty: Make tiocgicount a handler | Alan Cox | 1 | -0/+9 |
2009-09-28 | tty: Fix regressions caused by commit b50989dc | Dave Young | 1 | -2/+11 |
2009-06-11 | tty: throttling race fix | Alan Cox | 1 | -2/+4 |
2009-04-07 | tty: Correct inline types for tty_driver_kref_get() | Adrian Bunk | 1 | -1/+2 |