aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/gregkh/tty-2.6Linus 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/gregkh/tty-2.6Linus 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