summaryrefslogtreecommitdiff
path: root/include/linux/tty_driver.h
AgeCommit message (Expand)Author
2021-10-30tty: Fix extra "not" in TTY_DRIVER_REAL_RAW descriptionAnssi Hannula
2021-09-22tty: remove extern from functions in tty headersJiri Slaby
2021-07-27tty: drop put_tty_driverJiri Slaby
2021-07-27tty: make tty_set_operations an inlineJiri Slaby
2021-07-27tty: drop alloc_tty_driverJiri Slaby
2021-07-27tty: include kref.h in tty_driver.hJiri Slaby
2021-07-27tty: move tty_driver related prototypes to tty_driver.hJiri Slaby
2021-05-13tty: remove unused tty_throttleJiri Slaby
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby
2021-04-10tty: fix return value for unsupported ioctlsJohan Hovold
2020-12-04tty: Remove dead termiox codeJann Horn
2018-09-14tty_ioctl(): start taking TIOC[SG]SERIAL into separate methodsAl Viro
2018-05-16tty: replace ->proc_fops with ->proc_showChristoph Hellwig
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-28pty: show associative slave of ptmx in fdinfoMasatake YAMATO
2017-06-30randstruct: Mark various structs for randomizationKees Cook
2016-04-26devpts: more pty driver interface cleanupsLinus Torvalds
2015-08-03Avoid usb reset crashes by making tty_io cdevs truly dynamicRichard Watts
2014-09-23tty: Serialize tty flow control changes with flow_lockPeter Hurley
2014-07-10tty: Document locking for tty driver methodsPeter Hurley
2013-02-04tty: Document required behavior of tty driver close()Peter Hurley
2012-08-13TTY: move cdev_add to tty_register_deviceJiri Slaby
2012-08-13TTY: add support for unnumbered device nodesJiri Slaby
2012-08-13TTY: pty, switch to tty_alloc_driverJiri Slaby
2012-08-10TTY: pass flags to alloc_tty_driverJiri Slaby
2012-07-17tty: Move the handling of the tty release logicAlan Cox
2012-06-13TTY: add ports array to tty_driverJiri Slaby
2012-03-08TTY: tty_driver, document tty->ops->shutdown limitationJiri Slaby
2012-03-08TTY: remove minor_num from tty_driverJiri Slaby
2012-03-08TTY: let alloc_tty_driver deduce the owner automaticallyJiri Slaby
2012-01-17tty: remove unused tty_driver->termios_lockedKonstantin Khlebnikov
2011-08-23TTY: pty, fix pty countingJiri Slaby
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox
2011-02-17tiocmset: kill the file pointer argumentAlan Cox
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox
2010-12-16tty: fix typos/errors in tty_driver.h commentsTimur Tabi
2010-11-16TTY: include termios.h in tty_driver.hJiri Slaby
2010-10-22tty: Make tiocgicount a handlerAlan Cox
2009-09-27tty: Fix regressions caused by commit b50989dcDave Young
2009-06-11tty: throttling race fixAlan Cox
2009-04-07tty: Correct inline types for tty_driver_kref_get()Adrian Bunk
2009-04-01proc tty: remove struct tty_operations::read_procAlexey Dobriyan
2009-04-01proc tty: add struct tty_operations::proc_fopsAlexey Dobriyan
2009-01-02pty: simplify resizeAlan Cox
2008-10-13Add an instance parameter devpts interfacesSukadev Bhattiprolu
2008-10-13tty: More driver operationsAlan Cox
2008-10-13tty: kref the tty driver objectAlan Cox
2008-10-13tty: Clean up the tty_init_dev changes furtherAlan Cox