summaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_io.c
Commit message (Expand)AuthorAgeFilesLines
* tty: Revert the tty locking series, it needs more workLinus Torvalds2012-06-021-40/+27
* tty_lock: Localise the lockAlan Cox2012-05-041-27/+40
* tty_lock: undo the old tty_lock use on the cttyAlan Cox2012-05-041-2/+7
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* TTY: remove tty driver re-set from tty_reopenJiri Slaby2012-03-081-1/+0
* TTY: simplify tty_driver_lookup_tty a bitJiri Slaby2012-03-081-4/+1
* TTY: let alloc_tty_driver deduce the owner automaticallyJiri Slaby2012-03-081-2/+3
* TTY: tty_io, remove buffer re-assignmentsJiri Slaby2012-03-081-1/+0
* Revert "TTY: get rid of BTM around devpts_*"Greg Kroah-Hartman2012-02-241-1/+1
* TTY: get rid of BTM around devpts_*Jiri Slaby2012-02-021-1/+1
* TTY: provide tty_standard_install helperJiri Slaby2012-02-021-15/+15
* tty: cleanup prohibition of direct opening for unix98 pty masterKonstantin Khlebnikov2012-01-241-10/+2
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-091-129/+180
|\
| * TTY: open/release, cleanup printksJiri Slaby2011-11-151-30/+26
| * TTY: move debug checking out of tty_releaseJiri Slaby2011-11-151-44/+57
| * TTY: move tty_lookup_driver to switch-casesJiri Slaby2011-11-151-8/+11
| * TTY: coalesce fail paths in tty_openJiri Slaby2011-11-151-15/+17
| * TTY: extract driver lookup from tty_openJiri Slaby2011-11-151-38/+55
| * TTY: extract /dev/tty handling from tty_openJiri Slaby2011-11-151-18/+39
| * TTY: move pgrp killingJiri Slaby2011-11-151-8/+7
* | switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-031-1/+1
|/
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-10-261-12/+38
|\
| * Revert "TTY: call tty_driver_lookup_tty unconditionally"Greg Kroah-Hartman2011-10-191-9/+12
| * TTY: call tty_driver_lookup_tty unconditionallyJiri Slaby2011-10-181-12/+9
| * TTY: make tty_add_file non-failingJiri Slaby2011-10-181-12/+35
| * TTY: drop driver reference in tty_open fail pathJiri Slaby2011-10-181-0/+1
| * tty: Support compat_ioctl get/set termios_lockedThomas Meyer2011-10-181-0/+2
* | TTY: pty, fix pty countingJiri Slaby2011-08-231-2/+1
|/
* drivers/tty: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies2011-07-011-2/+2
* 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