summaryrefslogtreecommitdiff
path: root/drivers/tty/tty_io.c
AgeCommit message (Expand)Author
2011-11-11TTY: make tty_add_file non-failingJiri Slaby
2011-11-11TTY: drop driver reference in tty_open fail pathJiri Slaby
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
2011-02-17tiocmset: kill the file pointer argumentAlan Cox
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox
2011-02-01Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn
2011-01-22tty: use for_each_console() and WARN() on sysfs failuresKay Sievers
2011-01-07Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2010-12-16TTY: Add tty ioctl to figure device node of the system console.Werner Fink
2010-12-16tty: add 'active' sysfs attribute to tty0 and console deviceKay Sievers
2010-11-29TTY: open/hangup race fixupJiri Slaby
2010-11-29TTY: don't allow reopen when ldisc is changingJiri Slaby
2010-11-05TTY: create drivers/tty and move the tty core files thereGreg Kroah-Hartman