summaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_io.c
Commit message (Expand)AuthorAgeFilesLines
* tty: Prevent "read/write wait queue active!" log floodingPeter Hurley2014-11-051-2/+6
* tty: Fix high cpu load if tty is unreleaseablePeter Hurley2014-11-051-1/+6
* Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-10-111-1/+2
|\
| * security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton2014-09-091-1/+2
* | tty: Move and rename send_prio_char() as tty_send_xchar()Peter Hurley2014-09-231-2/+31
* | tty: Move packet mode flow control notifications to pty driverPeter Hurley2014-09-231-27/+4
* | tty: Serialize tty flow control changes with flow_lockPeter Hurley2014-09-231-11/+28
* | tty: Fix potential use after free in release_one_ttyCyrill Gorcunov2014-09-081-1/+2
|/
* drivers: tty: Merge alloc_tty_struct and initialize_tty_structRasmus Villemoes2014-07-111-24/+13
* tty: Call hangup method in modern stylePeter Hurley2014-07-101-1/+1
* tty: fix memleak in alloc_pidChen Tingjie2014-04-161-2/+2
* tty: Set correct tty name in 'active' sysfs attributeHannes Reinecke2014-02-281-6/+17
* Revert "tty: Set correct tty name in 'active' sysfs attribute"Greg Kroah-Hartman2014-02-221-18/+7
* tty: Set correct tty name in 'active' sysfs attributeHannes Reinecke2014-02-071-7/+18
* tty: Reset hupped state on openPeter Hurley2013-11-251-0/+1
* 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
OpenPOWER on IntegriCloud