aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_io.c
Commit message (Expand)AuthorAgeFilesLines
* tty: disassociate_ctty() sends the extra SIGCONTOleg Nesterov2013-09-171-1/+2
* tty: Only hangup oncePeter Hurley2013-08-021-0/+5
* tty: Fix lock order in tty_do_resize()Peter Hurley2013-07-241-5/+6
* n_tty: Fix EOF push handlingPeter Hurley2013-07-231-1/+0
* tty: Only guarantee termios read safety for throttle/unthrottlePeter Hurley2013-07-231-0/+1
* tty: Convert termios_mutex to termios_rwsemPeter Hurley2013-07-231-7/+7
* tty: Replace ldisc locking with ldisc_semPeter Hurley2013-07-231-4/+3
* tty: Fix tty_ldisc_lock name collisionPeter Hurley2013-07-231-2/+2
* tty: Reset itty for other ptyPeter Hurley2013-06-171-0/+2
* n_tty: Encapsulate minimum_to_wake within N_TTYPeter Hurley2013-06-171-8/+9
* tty: fix up atime/mtime mess, take threeLinus Torvalds2013-05-011-2/+2
* Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-291-52/+118
|\
| * tty: tty_vhangup_session can be staticChanglong Xie2013-03-251-1/+1
| * tty: Don't protect atomic operation with mutexPeter Hurley2013-03-181-2/+0
| * tty: Bracket ldisc release with TTY_DEBUG_HANGUP messagesPeter Hurley2013-03-181-1/+4
| * tty: Make core responsible for synchronizing its workPeter Hurley2013-03-181-0/+17
| * tty: Complete ownership transfer of flip buffersPeter Hurley2013-03-181-0/+1
| * tty: Don't reenable already enabled ldiscPeter Hurley2013-03-181-1/+0
| * tty: Signal SIGHUP before hanging up ldiscPeter Hurley2013-03-151-5/+5
| * tty: Signal foreground group processes in hangupPeter Hurley2013-03-151-17/+48
| * tty: Use spin_lock() inside existing critical regionPeter Hurley2013-03-151-3/+2
| * tty: Fix spinlock flavor in non-atomic __tty_hangup()Peter Hurley2013-03-151-3/+2
| * tty: Refactor session leader SIGHUP from __tty_hangup()Peter Hurley2013-03-151-31/+50
* | TTY: fix atime/mtime regressionJiri Slaby2013-04-261-2/+16
|/
* more file_inode() open-coded instancesAl Viro2013-02-271-10/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-02-211-0/+1
|\
| * s390/3270: asynchronous size sensingMartin Schwidefsky2013-02-141-0/+1
* | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-211-7/+3
|\ \
| * | TTY: do not update atime/mtime on read/writeJiri Slaby2013-02-151-6/+2
| * | tty: Fix comments that reference BKL, eventd, old pathsKevin Cernekee2013-01-151-1/+1
| |/
* | TTY: mark tty_get_device call with the proper const valuesGreg Kroah-Hartman2013-02-061-2/+2
|/
* tty: Mark tty_del_file and __tty_hangup staticJosh Triplett2012-11-211-2/+2
* tty: Add get- ioctls to fetch tty status v3Cyrill Gorcunov2012-10-251-0/+5
* TTY: move tty buffers to tty_portJiri Slaby2012-10-221-2/+0
* TTY: add port -> tty linkJiri Slaby2012-10-221-0/+3
* TTY: move ldisc data from tty_struct: locksJiri Slaby2012-10-221-4/+0
* TTY: move ldisc data from tty_struct: simple membersJiri Slaby2012-10-221-1/+0
* TTY: move devpts kill to ptyJiri Slaby2012-10-221-5/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-29/+16
|\
| * make get_file() return its argumentAl Viro2012-09-261-6/+3
| * new helper: iterate_fd()Al Viro2012-09-261-23/+13
* | tty_register_device_attr updated for tty-nextTomas Hlavacek2012-09-061-0/+7
* | tty: uartclk value from serial_core exposed to sysfsTomas Hlavacek2012-09-061-10/+59
* | drivers:tty:fix up ENOIOCTLCMD error handlingWanlong Gao2012-09-051-1/+1
* | TTY: check if tty->port is assignedJiri Slaby2012-08-171-0/+4
* | TTY: move cdev_add to tty_register_deviceJiri Slaby2012-08-131-7/+41
* | TTY: add support for unnumbered device nodesJiri Slaby2012-08-131-2/+5
* | TTY: move allocations to tty_alloc_driverJiri Slaby2012-08-131-40/+33
* | TTY: pass flags to alloc_tty_driverJiri Slaby2012-08-101-9/+25
* | tty: localise the lockAlan Cox2012-08-101-27/+39