aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-06tty: remove buf parameter from tty_name()Rasmus Villemoes1-17/+11
2015-05-06tty: return tty->name directly from tty_nameRasmus Villemoes1-5/+3
2015-05-06tty: constify return type of tty_nameRasmus Villemoes1-1/+1
2015-03-26tty: clean up the tty time logic a bitGreg Kroah-Hartman1-2/+8
2015-03-26tty: Use static attribute groups for sysfs entriesTakashi Iwai1-4/+10
2015-03-07tty: fix up atime/mtime mess, take fourJiri Slaby1-2/+2
2015-01-09tty: Prevent hw state corruption in exclusive mode reopenPeter Hurley1-4/+3
2014-11-26tty: Deletion of unnecessary checks before two function callsMarkus Elfring1-4/+2
2014-11-06tty: warn on deprecated serial flagsJiri Slaby1-0/+21
2014-11-05tty: Call methods in modern stylePeter Hurley1-6/+6
2014-11-05tty: Replace open-coded test with tty_hung_up_p()Peter Hurley1-1/+1
2014-11-05Merge branch 'tty-linus' into 'tty-testing'Greg Kroah-Hartman1-3/+12
2014-11-05tty: Flush ldisc buffer atomically with tty flip buffersPeter Hurley1-1/+1
2014-11-05tty: Change tty lock order to master->slavePeter Hurley1-4/+6
2014-11-05tty: Simplify tty_release() state checksPeter Hurley1-10/+9
2014-11-05tty: Simplify tty_release_checks() interfacePeter Hurley1-3/+4
2014-11-05tty: Simplify tty_ldisc_release() interfacePeter Hurley1-1/+1
2014-11-05tty: Fold pty pair handling into tty_flush_works()Peter Hurley1-5/+7
2014-11-05tty: Simplify pty pair teardown logicPeter Hurley1-19/+10
2014-11-05tty: Document check_tty_count() requires tty_lock heldPeter Hurley1-0/+1
2014-11-05tty: Don't release tty locks for wait queue sanity checkPeter Hurley1-6/+2
2014-11-05tty: Don't take tty_mutex for tty count changesPeter Hurley1-6/+0
2014-11-05tty: Remove TTY_CLOSINGPeter Hurley1-12/+2
2014-11-05tty: Drop tty_mutex before tty reopenPeter Hurley1-8/+17
2014-11-05tty: Re-open /dev/tty without tty_mutexPeter Hurley1-26/+27
2014-11-05tty: Check tty->count instead of TTY_CLOSING in tty_reopen()Peter Hurley1-1/+1
2014-11-05tty: Clarify re-open behavior of master ptysPeter Hurley1-11/+4
2014-11-05tty: Remove TTY_HUPPINGPeter Hurley1-11/+1
2014-11-05tty: Update code comment in __proc_set_tty()Peter Hurley1-1/+4
2014-11-05tty: Serialize proc_set_tty() with tty_lockPeter Hurley1-8/+5
2014-11-05tty: Move session_of_pgrp() and make staticPeter Hurley1-0/+21
2014-11-05tty: Fix multiple races when setting the controlling terminalPeter Hurley1-6/+17
2014-11-05tty: Remove !tty condition from __proc_set_tty()Peter Hurley1-13/+12
2014-11-05tty: Replace open-coded tty_get_pgrp()Peter Hurley1-6/+2
2014-11-05tty: Remove tsk parameter from proc_set_tty()Peter Hurley1-14/+14
2014-11-05tty: Reorder proc_set_tty() and related fnsPeter Hurley1-63/+62
2014-11-05tty: Remove tty_pair_get_tty()/tty_pair_get_pty() apiPeter Hurley1-11/+5
2014-11-05tty: Remove sparse lock annotations from tty_write_lock()/_unlock()Peter Hurley1-2/+0
2014-11-05tty: Prevent "read/write wait queue active!" log floodingPeter Hurley1-2/+6
2014-11-05tty: Fix high cpu load if tty is unreleaseablePeter Hurley1-1/+6
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-1/+2
2014-09-23tty: Move and rename send_prio_char() as tty_send_xchar()Peter Hurley1-2/+31
2014-09-23tty: Move packet mode flow control notifications to pty driverPeter Hurley1-27/+4
2014-09-23tty: Serialize tty flow control changes with flow_lockPeter Hurley1-11/+28
2014-09-09security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton1-1/+2
2014-09-08tty: Fix potential use after free in release_one_ttyCyrill Gorcunov1-1/+2
2014-07-11drivers: tty: Merge alloc_tty_struct and initialize_tty_structRasmus Villemoes1-24/+13
2014-07-10tty: Call hangup method in modern stylePeter Hurley1-1/+1
2014-04-16tty: fix memleak in alloc_pidChen Tingjie1-2/+2
2014-02-28tty: Set correct tty name in 'active' sysfs attributeHannes Reinecke1-6/+17