summaryrefslogtreecommitdiff
path: root/drivers/tty/tty_io.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-23TTY: pty, fix pty countingJiri Slaby1-2/+1
2011-07-01drivers/tty: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies1-2/+2
2011-04-25TTY: tty_io, annotate locking functionsJiri Slaby1-0/+2
2011-04-19tty: remove invalid location line in file headerJovi Zhang1-2/+0
2011-04-19TTY: fix fail path in tty_openJiri Slaby1-0/+1
2011-04-19TTY: plug in deinitialize_tty_structJiri Slaby1-2/+3
2011-04-19TTY: introduce deinit helpers for proper ldisc shutdownJiri Slaby1-0/+14
2011-04-19TTY: unify tty_init_dev fail path handlingJiri Slaby1-11/+12
2011-04-19vt: remove uneeded retval check before tty->ops->open inside tty_openHerton Ronaldo Krzesinski1-6/+4
2011-03-31Fix common misspellingsLucas De Marchi1-4/+4
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: add TIOCVHANGUP to allow clean tty shutdown of all ttysKay Sievers1-0/+5
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox1-2/+2
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-4/+3
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-3/+3
2011-02-01Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+2
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn1-2/+2
2011-01-22tty: use for_each_console() and WARN() on sysfs failuresKay Sievers1-2/+2
2011-01-07Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-4/+48
2010-12-16TTY: Add tty ioctl to figure device node of the system console.Werner Fink1-0/+5
2010-12-16tty: add 'active' sysfs attribute to tty0 and console deviceKay Sievers1-4/+43
2010-11-29TTY: open/hangup race fixupJiri Slaby1-1/+9
2010-11-29TTY: don't allow reopen when ldisc is changingJiri Slaby1-1/+2
2010-11-05TTY: create drivers/tty and move the tty core files thereGreg Kroah-Hartman1-0/+3263