aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tty: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* pty: show associative slave of ptmx in fdinfoMasatake YAMATO2017-08-281-0/+2
* randstruct: Mark various structs for randomizationKees Cook2017-06-301-2/+2
* devpts: more pty driver interface cleanupsLinus Torvalds2016-04-261-2/+2
* Avoid usb reset crashes by making tty_io cdevs truly dynamicRichard Watts2015-08-031-1/+1
* tty: Serialize tty flow control changes with flow_lockPeter Hurley2014-09-231-0/+4
* tty: Document locking for tty driver methodsPeter Hurley2014-07-101-3/+5
* tty: Document required behavior of tty driver close()Peter Hurley2013-02-041-0/+1
* TTY: move cdev_add to tty_register_deviceJiri Slaby2012-08-131-1/+1
* TTY: add support for unnumbered device nodesJiri Slaby2012-08-131-0/+6
* TTY: pty, switch to tty_alloc_driverJiri Slaby2012-08-131-0/+4
* TTY: pass flags to alloc_tty_driverJiri Slaby2012-08-101-4/+19
* tty: Move the handling of the tty release logicAlan Cox2012-07-171-8/+3
* TTY: add ports array to tty_driverJiri Slaby2012-06-131-0/+1
* TTY: tty_driver, document tty->ops->shutdown limitationJiri Slaby2012-03-081-0/+2
* TTY: remove minor_num from tty_driverJiri Slaby2012-03-081-1/+0
* TTY: let alloc_tty_driver deduce the owner automaticallyJiri Slaby2012-03-081-1/+4
* tty: remove unused tty_driver->termios_lockedKonstantin Khlebnikov2012-01-171-1/+0
* TTY: pty, fix pty countingJiri Slaby2011-08-231-0/+3
* tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-171-5/+4
* tiocmset: kill the file pointer argumentAlan Cox2011-02-171-1/+1
* tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-1/+1
* tty: fix typos/errors in tty_driver.h commentsTimur Tabi2010-12-161-4/+4
* TTY: include termios.h in tty_driver.hJiri Slaby2010-11-161-0/+1
* tty: Make tiocgicount a handlerAlan Cox2010-10-221-0/+9
* tty: Fix regressions caused by commit b50989dcDave Young2009-09-271-2/+11
* tty: throttling race fixAlan Cox2009-06-111-2/+4
* tty: Correct inline types for tty_driver_kref_get()Adrian Bunk2009-04-071-1/+2
* proc tty: remove struct tty_operations::read_procAlexey Dobriyan2009-04-011-2/+0
* proc tty: add struct tty_operations::proc_fopsAlexey Dobriyan2009-04-011-0/+1
* pty: simplify resizeAlan Cox2009-01-021-4/+2
* Add an instance parameter devpts interfacesSukadev Bhattiprolu2008-10-131-1/+2
* tty: More driver operationsAlan Cox2008-10-131-0/+16
* tty: kref the tty driver objectAlan Cox2008-10-131-4/+11
* tty: Clean up the tty_init_dev changes furtherAlan Cox2008-10-131-0/+9
* tty: shutdown methodAlan Cox2008-10-131-0/+6
* tty: Add termioxAlan Cox2008-10-131-0/+9
* tty: remove resize window special caseAlan Cox2008-08-151-0/+14
* tty: rework break handlingAlan Cox2008-07-221-2/+12
* tty_driver: Update required method documentationAlan Cox2008-06-231-3/+2
* tty: add throttle/unthrottle helpersAlan Cox2008-04-301-0/+4
* tty: The big operations reworkAlan Cox2008-04-301-48/+54
* consoles: polling support, kgdbocJason Wessel2008-04-171-0/+12
* tty: add compat_ioctlPaul Fulghum2007-05-111-0/+9
* [PATCH] tty: switch to ktermios and new frameworkAlan Cox2006-12-081-6/+6
* [PATCH] const struct tty_operationsJeff Dike2006-10-021-1/+2
* [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman2006-06-261-3/+10
* [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+279