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