aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/tty_io.c
AgeCommit message (Expand)Author
2012-08-10tty: handle NULL parameters in free_tty_struct()Dan Carpenter
2012-08-10tty: fix missing assignmentDan Carpenter
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-06tty: localise the lockAlan Cox
2012-06-13TTY: add ports array to tty_driverJiri Slaby
2012-06-13TTY: centralize fail paths in tty_register_driverJiri Slaby
2012-06-02tty: Revert the tty locking series, it needs more workLinus Torvalds
2012-05-04tty_lock: Localise the lockAlan Cox
2012-05-04tty_lock: undo the old tty_lock use on the cttyAlan Cox
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-08TTY: remove tty driver re-set from tty_reopenJiri Slaby
2012-03-08TTY: simplify tty_driver_lookup_tty a bitJiri Slaby
2012-03-08TTY: let alloc_tty_driver deduce the owner automaticallyJiri Slaby
2012-03-08TTY: tty_io, remove buffer re-assignmentsJiri Slaby
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: provide tty_standard_install helperJiri Slaby
2012-01-24tty: cleanup prohibition of direct opening for unix98 pty masterKonstantin Khlebnikov
2012-01-09Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro
2011-11-15TTY: open/release, cleanup printksJiri Slaby
2011-11-15TTY: move debug checking out of tty_releaseJiri Slaby
2011-11-15TTY: move tty_lookup_driver to switch-casesJiri Slaby
2011-11-15TTY: coalesce fail paths in tty_openJiri Slaby
2011-11-15TTY: extract driver lookup from tty_openJiri Slaby
2011-11-15TTY: extract /dev/tty handling from tty_openJiri Slaby
2011-11-15TTY: move pgrp killingJiri Slaby
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-10-19Revert "TTY: call tty_driver_lookup_tty unconditionally"Greg Kroah-Hartman
2011-10-18TTY: call tty_driver_lookup_tty unconditionallyJiri Slaby
2011-10-18TTY: make tty_add_file non-failingJiri Slaby
2011-10-18TTY: drop driver reference in tty_open fail pathJiri Slaby
2011-10-18tty: Support compat_ioctl get/set termios_lockedThomas Meyer
2011-08-23TTY: pty, fix pty countingJiri Slaby
2011-07-01drivers/tty: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies
2011-04-25TTY: tty_io, annotate locking functionsJiri Slaby
2011-04-19tty: remove invalid location line in file headerJovi Zhang
2011-04-19TTY: fix fail path in tty_openJiri Slaby
2011-04-19TTY: plug in deinitialize_tty_structJiri Slaby
2011-04-19TTY: introduce deinit helpers for proper ldisc shutdownJiri Slaby
2011-04-19TTY: unify tty_init_dev fail path handlingJiri Slaby
2011-04-19vt: remove uneeded retval check before tty->ops->open inside tty_openHerton Ronaldo Krzesinski
2011-03-31Fix common misspellingsLucas De Marchi
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: add TIOCVHANGUP to allow clean tty shutdown of all ttysKay Sievers
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox