aboutsummaryrefslogtreecommitdiff
path: root/include/linux/tty_driver.h
AgeCommit message (Expand)AuthorFilesLines
2017-08-28pty: show associative slave of ptmx in fdinfoGravatar Masatake YAMATO 1-0/+2
2017-06-30randstruct: Mark various structs for randomizationGravatar Kees Cook 1-2/+2
2016-04-26devpts: more pty driver interface cleanupsGravatar Linus Torvalds 1-2/+2
2015-08-03Avoid usb reset crashes by making tty_io cdevs truly dynamicGravatar Richard Watts 1-1/+1
2014-09-23tty: Serialize tty flow control changes with flow_lockGravatar Peter Hurley 1-0/+4
2014-07-10tty: Document locking for tty driver methodsGravatar Peter Hurley 1-3/+5
2013-02-04tty: Document required behavior of tty driver close()Gravatar Peter Hurley 1-0/+1
2012-08-13TTY: move cdev_add to tty_register_deviceGravatar Jiri Slaby 1-1/+1
2012-08-13TTY: add support for unnumbered device nodesGravatar Jiri Slaby 1-0/+6
2012-08-13TTY: pty, switch to tty_alloc_driverGravatar Jiri Slaby 1-0/+4
2012-08-10TTY: pass flags to alloc_tty_driverGravatar Jiri Slaby 1-4/+19
2012-07-17tty: Move the handling of the tty release logicGravatar Alan Cox 1-8/+3
2012-06-13TTY: add ports array to tty_driverGravatar Jiri Slaby 1-0/+1
2012-03-08TTY: tty_driver, document tty->ops->shutdown limitationGravatar Jiri Slaby 1-0/+2
2012-03-08TTY: remove minor_num from tty_driverGravatar Jiri Slaby 1-1/+0
2012-03-08TTY: let alloc_tty_driver deduce the owner automaticallyGravatar Jiri Slaby 1-1/+4
2012-01-17tty: remove unused tty_driver->termios_lockedGravatar Konstantin Khlebnikov 1-1/+0
2011-08-23TTY: pty, fix pty countingGravatar Jiri Slaby 1-0/+3
2011-02-17tty: now phase out the ioctl file pointer for goodGravatar Alan Cox 1-5/+4
2011-02-17tiocmset: kill the file pointer argumentGravatar Alan Cox 1-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileGravatar Alan Cox 1-1/+1
2010-12-16tty: fix typos/errors in tty_driver.h commentsGravatar Timur Tabi 1-4/+4
2010-11-16TTY: include termios.h in tty_driver.hGravatar Jiri Slaby 1-0/+1
2010-10-22tty: Make tiocgicount a handlerGravatar Alan Cox 1-0/+9
2009-09-27tty: Fix regressions caused by commit b50989dcGravatar Dave Young 1-2/+11
2009-06-11tty: throttling race fixGravatar Alan Cox 1-2/+4
2009-04-07tty: Correct inline types for tty_driver_kref_get()Gravatar Adrian Bunk 1-1/+2
2009-04-01proc tty: remove struct tty_operations::read_procGravatar Alexey Dobriyan 1-2/+0
2009-04-01proc tty: add struct tty_operations::proc_fopsGravatar Alexey Dobriyan 1-0/+1
2009-01-02pty: simplify resizeGravatar Alan Cox 1-4/+2
2008-10-13Add an instance parameter devpts interfacesGravatar Sukadev Bhattiprolu 1-1/+2
2008-10-13tty: More driver operationsGravatar Alan Cox 1-0/+16
2008-10-13tty: kref the tty driver objectGravatar Alan Cox 1-4/+11
2008-10-13tty: Clean up the tty_init_dev changes furtherGravatar Alan Cox 1-0/+9
2008-10-13tty: shutdown methodGravatar Alan Cox 1-0/+6
2008-10-13tty: Add termioxGravatar Alan Cox 1-0/+9
2008-08-15tty: remove resize window special caseGravatar Alan Cox 1-0/+14
2008-07-22tty: rework break handlingGravatar Alan Cox 1-2/+12
2008-06-23tty_driver: Update required method documentationGravatar Alan Cox 1-3/+2
2008-04-30tty: add throttle/unthrottle helpersGravatar Alan Cox 1-0/+4
2008-04-30tty: The big operations reworkGravatar Alan Cox 1-48/+54
2008-04-17consoles: polling support, kgdbocGravatar Jason Wessel 1-0/+12
2007-05-11tty: add compat_ioctlGravatar Paul Fulghum 1-0/+9
2006-12-08[PATCH] tty: switch to ktermios and new frameworkGravatar Alan Cox 1-6/+6
2006-10-02[PATCH] const struct tty_operationsGravatar Jeff Dike 1-1/+2
2006-06-26[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGravatar Greg Kroah-Hartman 1-3/+10
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGravatar Greg Kroah-Hartman 1-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+279