aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/pty.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-21pty: Fix locking bug on error pathAlan Cox1-1/+1
2012-08-16TTY: tty_alloc_driver() returns error pointersDan Carpenter1-4/+4
2012-08-13TTY: pty, switch to tty_alloc_driverJiri Slaby1-11/+20
2012-08-10TTY: pty, stop passing NULL to free_tty_structJiri Slaby1-1/+4
2012-08-10tty: localise the lockAlan Cox1-11/+14
2012-07-27tty: Fix race in tty releaseAlan Cox1-2/+23
2012-07-17tty: Move the handling of the tty release logicAlan Cox1-10/+2
2012-07-16tty: move the termios object into the ttyAlan Cox1-17/+6
2012-07-16tty: revert incorrectly applied lock patchAlan Cox1-12/+11
2012-07-12tty: double unlock on error in ptmx_open()Dan Carpenter1-3/+1
2012-07-06tty: localise the lockAlan Cox1-11/+14
2012-06-13PTY: add tty_portJiri Slaby1-4/+21
2012-06-13PTY: merge pty_install implementationsJiri Slaby1-65/+45
2012-06-13PTY: remove one empty ops->removeJiri Slaby1-7/+3
2012-06-02tty: Revert the tty locking series, it needs more workLinus Torvalds1-14/+11
2012-05-29pty: Fix lock inversionAlan Cox1-2/+0
2012-05-09tty: drop the pty lock during hangupAlan Cox1-0/+2
2012-05-04tty_lock: Localise the lockAlan Cox1-10/+13
2012-05-04pty: Lock the devpts bits privatelyAlan Cox1-4/+15
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-4/+0
2012-02-24Revert "TTY: pty, remove superfluous ptm test"Greg Kroah-Hartman1-1/+4
2012-02-24Revert "TTY: get rid of BTM around devpts_*"Greg Kroah-Hartman1-2/+4
2012-02-02TTY: get rid of BTM around devpts_*Jiri Slaby1-4/+2
2012-02-02TTY: pty, remove superfluous ptm testJiri Slaby1-4/+1
2012-01-24tty: move pty count limiting into devptsKonstantin Khlebnikov1-51/+0
2012-01-24tty: cleanup prohibition of direct opening for unix98 pty masterKonstantin Khlebnikov1-5/+3
2011-11-17TTY: pty, cleanup the pty countingJiri Slaby1-17/+9
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-10/+16
2011-10-18TTY: pty, release tty in all ptmx_open fail pathsJiri Slaby1-5/+5
2011-10-18TTY: make tty_add_file non-failingJiri Slaby1-5/+11
2011-08-23TTY: pty, fix pty countingJiri Slaby1-2/+15
2011-04-19tty: remove invalid location line in file headerJovi Zhang1-2/+0
2011-04-19TTY: plug in deinitialize_tty_structJiri Slaby1-2/+4
2011-04-19TTY: unify pty_unix98_install fail path handlingJiri Slaby1-6/+6
2011-04-19TTY: unify pty_install fail path handlingJiri Slaby1-9/+10
2011-03-16Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-1/+0
2011-03-02drivers: remove extraneous includes of smp_lock.hArnd Bergmann1-1/+0
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox1-2/+2
2010-11-05TTY: create drivers/tty and move the tty core files thereGreg Kroah-Hartman1-0/+777