aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_io.c
Commit message (Expand)AuthorAge
* tty: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-26
* tty: warn on deprecated serial flagsJiri Slaby2014-11-06
* tty: Call methods in modern stylePeter Hurley2014-11-05
* tty: Replace open-coded test with tty_hung_up_p()Peter Hurley2014-11-05
* Merge branch 'tty-linus' into 'tty-testing'Greg Kroah-Hartman2014-11-05
|\
| * tty: Prevent "read/write wait queue active!" log floodingPeter Hurley2014-11-05
| * tty: Fix high cpu load if tty is unreleaseablePeter Hurley2014-11-05
* | tty: Flush ldisc buffer atomically with tty flip buffersPeter Hurley2014-11-05
* | tty: Change tty lock order to master->slavePeter Hurley2014-11-05
* | tty: Simplify tty_release() state checksPeter Hurley2014-11-05
* | tty: Simplify tty_release_checks() interfacePeter Hurley2014-11-05
* | tty: Simplify tty_ldisc_release() interfacePeter Hurley2014-11-05
* | tty: Fold pty pair handling into tty_flush_works()Peter Hurley2014-11-05
* | tty: Simplify pty pair teardown logicPeter Hurley2014-11-05
* | tty: Document check_tty_count() requires tty_lock heldPeter Hurley2014-11-05
* | tty: Don't release tty locks for wait queue sanity checkPeter Hurley2014-11-05
* | tty: Don't take tty_mutex for tty count changesPeter Hurley2014-11-05
* | tty: Remove TTY_CLOSINGPeter Hurley2014-11-05
* | tty: Drop tty_mutex before tty reopenPeter Hurley2014-11-05
* | tty: Re-open /dev/tty without tty_mutexPeter Hurley2014-11-05
* | tty: Check tty->count instead of TTY_CLOSING in tty_reopen()Peter Hurley2014-11-05
* | tty: Clarify re-open behavior of master ptysPeter Hurley2014-11-05
* | tty: Remove TTY_HUPPINGPeter Hurley2014-11-05
* | tty: Update code comment in __proc_set_tty()Peter Hurley2014-11-05
* | tty: Serialize proc_set_tty() with tty_lockPeter Hurley2014-11-05
* | tty: Move session_of_pgrp() and make staticPeter Hurley2014-11-05
* | tty: Fix multiple races when setting the controlling terminalPeter Hurley2014-11-05
* | tty: Remove !tty condition from __proc_set_tty()Peter Hurley2014-11-05
* | tty: Replace open-coded tty_get_pgrp()Peter Hurley2014-11-05
* | tty: Remove tsk parameter from proc_set_tty()Peter Hurley2014-11-05
* | tty: Reorder proc_set_tty() and related fnsPeter Hurley2014-11-05
* | tty: Remove tty_pair_get_tty()/tty_pair_get_pty() apiPeter Hurley2014-11-05
* | tty: Remove sparse lock annotations from tty_write_lock()/_unlock()Peter Hurley2014-11-05
|/
* Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-10-11
|\
| * security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton2014-09-09
* | tty: Move and rename send_prio_char() as tty_send_xchar()Peter Hurley2014-09-24
* | tty: Move packet mode flow control notifications to pty driverPeter Hurley2014-09-24
* | tty: Serialize tty flow control changes with flow_lockPeter Hurley2014-09-24
* | tty: Fix potential use after free in release_one_ttyCyrill Gorcunov2014-09-08
|/
* drivers: tty: Merge alloc_tty_struct and initialize_tty_structRasmus Villemoes2014-07-11
* tty: Call hangup method in modern stylePeter Hurley2014-07-10
* tty: fix memleak in alloc_pidChen Tingjie2014-04-16
* tty: Set correct tty name in 'active' sysfs attributeHannes Reinecke2014-02-28
* Revert "tty: Set correct tty name in 'active' sysfs attribute"Greg Kroah-Hartman2014-02-22
* tty: Set correct tty name in 'active' sysfs attributeHannes Reinecke2014-02-07
* tty: Reset hupped state on openPeter Hurley2013-11-25
* tty: disassociate_ctty() sends the extra SIGCONTOleg Nesterov2013-09-17
* tty: Only hangup oncePeter Hurley2013-08-01
* tty: Fix lock order in tty_do_resize()Peter Hurley2013-07-24
* n_tty: Fix EOF push handlingPeter Hurley2013-07-23