summaryrefslogtreecommitdiffstats
path: root/drivers/tty/pty.c
Commit message (Expand)AuthorAgeFilesLines
* pty: Mark pty_resize staticJosh Triplett2012-11-221-1/+1
* TTY: pty, fix tty buffers leakJiri Slaby2012-11-161-1/+1
* tty: Add get- ioctls to fetch tty status v3Cyrill Gorcunov2012-10-251-0/+21
* tty: pty - Move TIOCPKT handling into pty.cCyrill Gorcunov2012-10-251-0/+26
* TTY: move tty buffers to tty_portJiri Slaby2012-10-231-1/+1
* TTY: add port -> tty linkJiri Slaby2012-10-231-0/+2
* TTY: move devpts kill to ptyJiri Slaby2012-10-231-0/+9
* TTY: devpts, do not set driver_dataJiri Slaby2012-10-231-5/+5
* TTY: devpts, return created inode from devpts_pty_newJiri Slaby2012-10-231-2/+5
* TTY: devpts, don't care about TTY in devpts_get_ttyJiri Slaby2012-10-231-1/+1
* pty: Fix locking bug on error pathAlan Cox2012-09-211-1/+1
* TTY: tty_alloc_driver() returns error pointersDan Carpenter2012-08-161-4/+4
* TTY: pty, switch to tty_alloc_driverJiri Slaby2012-08-141-11/+20
* TTY: pty, stop passing NULL to free_tty_structJiri Slaby2012-08-101-1/+4
* tty: localise the lockAlan Cox2012-08-101-11/+14
* tty: Fix race in tty releaseAlan Cox2012-07-271-2/+23
* tty: Move the handling of the tty release logicAlan Cox2012-07-171-10/+2Star
* tty: move the termios object into the ttyAlan Cox2012-07-161-17/+6Star
* tty: revert incorrectly applied lock patchAlan Cox2012-07-161-12/+11Star
* tty: double unlock on error in ptmx_open()Dan Carpenter2012-07-121-3/+1Star
* tty: localise the lockAlan Cox2012-07-061-11/+14
* PTY: add tty_portJiri Slaby2012-06-141-4/+21
* PTY: merge pty_install implementationsJiri Slaby2012-06-141-65/+45Star
* PTY: remove one empty ops->removeJiri Slaby2012-06-141-7/+3Star
* tty: Revert the tty locking series, it needs more workLinus Torvalds2012-06-031-14/+11Star
* pty: Fix lock inversionAlan Cox2012-05-291-2/+0Star
* tty: drop the pty lock during hangupAlan Cox2012-05-091-0/+2
* tty_lock: Localise the lockAlan Cox2012-05-051-10/+13
* pty: Lock the devpts bits privatelyAlan Cox2012-05-051-4/+15
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-4/+0Star
* Revert "TTY: pty, remove superfluous ptm test"Greg Kroah-Hartman2012-02-241-1/+4
* Revert "TTY: get rid of BTM around devpts_*"Greg Kroah-Hartman2012-02-241-2/+4
* TTY: get rid of BTM around devpts_*Jiri Slaby2012-02-031-4/+2Star
* TTY: pty, remove superfluous ptm testJiri Slaby2012-02-031-4/+1Star
* tty: move pty count limiting into devptsKonstantin Khlebnikov2012-01-241-51/+0Star
* tty: cleanup prohibition of direct opening for unix98 pty masterKonstantin Khlebnikov2012-01-241-5/+3Star
* TTY: pty, cleanup the pty countingJiri Slaby2011-11-171-17/+9Star
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-10-261-10/+16
|\
| * TTY: pty, release tty in all ptmx_open fail pathsJiri Slaby2011-10-191-5/+5
| * TTY: make tty_add_file non-failingJiri Slaby2011-10-181-5/+11
* | TTY: pty, fix pty countingJiri Slaby2011-08-231-2/+15
|/
* tty: remove invalid location line in file headerJovi Zhang2011-04-201-2/+0Star
* TTY: plug in deinitialize_tty_structJiri Slaby2011-04-191-2/+4
* TTY: unify pty_unix98_install fail path handlingJiri Slaby2011-04-191-6/+6
* TTY: unify pty_install fail path handlingJiri Slaby2011-04-191-9/+10
* Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2011-03-171-1/+0Star
|\
| * drivers: remove extraneous includes of smp_lock.hArnd Bergmann2011-03-021-1/+0Star
* | tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-171-2/+2
|/
* TTY: create drivers/tty and move the tty core files thereGreg Kroah-Hartman2010-11-051-0/+777