summaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_io.c
Commit message (Expand)AuthorAgeFilesLines
* tty: clean up the tty time logic a bitGreg Kroah-Hartman2015-03-261-2/+8
* tty: Use static attribute groups for sysfs entriesTakashi Iwai2015-03-261-4/+10
* tty: fix up atime/mtime mess, take fourJiri Slaby2015-03-071-2/+2
* tty: Prevent hw state corruption in exclusive mode reopenPeter Hurley2015-01-091-4/+3
* tty: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-261-4/+2
* tty: warn on deprecated serial flagsJiri Slaby2014-11-061-0/+21
* tty: Call methods in modern stylePeter Hurley2014-11-051-6/+6
* tty: Replace open-coded test with tty_hung_up_p()Peter Hurley2014-11-051-1/+1
* Merge branch 'tty-linus' into 'tty-testing'Greg Kroah-Hartman2014-11-051-3/+12
|\
| * 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
* | tty: Flush ldisc buffer atomically with tty flip buffersPeter Hurley2014-11-051-1/+1
* | tty: Change tty lock order to master->slavePeter Hurley2014-11-051-4/+6
* | tty: Simplify tty_release() state checksPeter Hurley2014-11-051-10/+9
* | tty: Simplify tty_release_checks() interfacePeter Hurley2014-11-051-3/+4
* | tty: Simplify tty_ldisc_release() interfacePeter Hurley2014-11-051-1/+1
* | tty: Fold pty pair handling into tty_flush_works()Peter Hurley2014-11-051-5/+7
* | tty: Simplify pty pair teardown logicPeter Hurley2014-11-051-19/+10
* | tty: Document check_tty_count() requires tty_lock heldPeter Hurley2014-11-051-0/+1
* | tty: Don't release tty locks for wait queue sanity checkPeter Hurley2014-11-051-6/+2
* | tty: Don't take tty_mutex for tty count changesPeter Hurley2014-11-051-6/+0
* | tty: Remove TTY_CLOSINGPeter Hurley2014-11-051-12/+2
* | tty: Drop tty_mutex before tty reopenPeter Hurley2014-11-051-8/+17
* | tty: Re-open /dev/tty without tty_mutexPeter Hurley2014-11-051-26/+27
* | tty: Check tty->count instead of TTY_CLOSING in tty_reopen()Peter Hurley2014-11-051-1/+1
* | tty: Clarify re-open behavior of master ptysPeter Hurley2014-11-051-11/+4
* | tty: Remove TTY_HUPPINGPeter Hurley2014-11-051-11/+1
* | tty: Update code comment in __proc_set_tty()Peter Hurley2014-11-051-1/+4
* | tty: Serialize proc_set_tty() with tty_lockPeter Hurley2014-11-051-8/+5
* | tty: Move session_of_pgrp() and make staticPeter Hurley2014-11-051-0/+21
* | tty: Fix multiple races when setting the controlling terminalPeter Hurley2014-11-051-6/+17
* | tty: Remove !tty condition from __proc_set_tty()Peter Hurley2014-11-051-13/+12
* | tty: Replace open-coded tty_get_pgrp()Peter Hurley2014-11-051-6/+2
* | tty: Remove tsk parameter from proc_set_tty()Peter Hurley2014-11-051-14/+14
* | tty: Reorder proc_set_tty() and related fnsPeter Hurley2014-11-051-63/+62
* | tty: Remove tty_pair_get_tty()/tty_pair_get_pty() apiPeter Hurley2014-11-051-11/+5
* | tty: Remove sparse lock annotations from tty_write_lock()/_unlock()Peter Hurley2014-11-051-2/+0
|/
* 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
OpenPOWER on IntegriCloud