aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_io.c
Commit message (Expand)AuthorAgeFilesLines
* tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)Peter Hurley2016-03-181-1/+23
* tty: fix up atime/mtime mess, take threeLinus Torvalds2013-05-071-2/+2
* TTY: fix atime/mtime regressionJiri Slaby2013-05-011-1/+15
* TTY: do not update atime/mtime on read/writeJiri Slaby2013-05-011-6/+2
* TTY: make tty_add_file non-failingJiri Slaby2011-11-111-12/+35
* TTY: drop driver reference in tty_open fail pathJiri Slaby2011-11-111-0/+1
* TTY: pty, fix pty countingJiri Slaby2011-10-031-2/+1
* TTY: tty_io, annotate locking functionsJiri Slaby2011-04-251-0/+2
* tty: remove invalid location line in file headerJovi Zhang2011-04-191-2/+0
* TTY: fix fail path in tty_openJiri Slaby2011-04-191-0/+1
* TTY: plug in deinitialize_tty_structJiri Slaby2011-04-191-2/+3
* TTY: introduce deinit helpers for proper ldisc shutdownJiri Slaby2011-04-191-0/+14
* TTY: unify tty_init_dev fail path handlingJiri Slaby2011-04-191-11/+12
* vt: remove uneeded retval check before tty->ops->open inside tty_openHerton Ronaldo Krzesinski2011-04-191-6/+4
* Fix common misspellingsLucas De Marchi2011-03-311-4/+4
* Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2011-03-161-1/+0
|\
| * drivers: remove extraneous includes of smp_lock.hArnd Bergmann2011-03-021-1/+0
* | tty: add TIOCVHANGUP to allow clean tty shutdown of all ttysKay Sievers2011-02-171-0/+5
* | tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-171-2/+2
* | tiocmset: kill the file pointer argumentAlan Cox2011-02-171-4/+3
* | tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-3/+3
|/
* Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-02-011-2/+2
|\
| * tty: use for_each_console() and WARN() on sysfs failuresKay Sievers2011-01-221-2/+2
* | console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn2011-01-261-2/+2
|/
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-01-071-4/+48
|\
| * TTY: Add tty ioctl to figure device node of the system console.Werner Fink2010-12-161-0/+5
| * tty: add 'active' sysfs attribute to tty0 and console deviceKay Sievers2010-12-161-4/+43
* | TTY: open/hangup race fixupJiri Slaby2010-11-291-1/+9
* | TTY: don't allow reopen when ldisc is changingJiri Slaby2010-11-291-1/+2
|/
* TTY: create drivers/tty and move the tty core files thereGreg Kroah-Hartman2010-11-051-0/+3263