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