summaryrefslogtreecommitdiff
path: root/drivers/tty/pty.c
AgeCommit message (Expand)Author
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