aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_ldisc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-13tty: Prevent ldisc drivers from re-using stale tty fieldsPeter Hurley1-0/+7
2015-12-13tty: Simplify tty_set_ldisc() exit handlingPeter Hurley1-29/+13
2015-12-13tty/tty_ldisc: Deinline tty_ldisc_put, save 368 bytesDenys Vlasenko1-1/+1
2015-11-20tty: Fix direct use of tty buffer workPeter Hurley1-1/+1
2015-10-17tty: remove unneeded return statementGuillaume Gomez1-1/+1
2015-07-23tty: core: Improve ldisc debug messagesPeter Hurley1-5/+6
2015-07-23tty: Use tty_debug() for tty_ldisc_debug()Peter Hurley1-3/+1
2015-05-06tty: remove buf parameter from tty_name()Rasmus Villemoes1-5/+3
2014-11-06tty: Allow safe access to termios for set_ldisc() handlersPeter Hurley1-1/+4
2014-11-05tty: Flush ldisc buffer atomically with tty flip buffersPeter Hurley1-7/+5
2014-11-05tty: Fix timeout on pty set ldiscPeter Hurley1-17/+4
2014-11-05tty: Fix hung task on pty hangupPeter Hurley1-2/+20
2014-11-05tty: Prefix tty_ldisc_{lock,lock_nested,unlock} functionsPeter Hurley1-12/+12
2014-11-05tty: Simplify tty_ldisc_release() interfacePeter Hurley1-8/+7
2014-11-05tty: Remove TTY_HUPPINGPeter Hurley1-2/+1
2014-11-05tty: Invert tty_lock/ldisc_sem lock orderPeter Hurley1-4/+3
2014-11-05tty: Don't hold tty_lock for ldisc releasePeter Hurley1-4/+2
2014-01-07tty: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-07-23tty: Convert termios_mutex to termios_rwsemPeter Hurley1-5/+5
2013-07-23tty: Don't change receive_room for ioctl(TIOCSETD)Peter Hurley1-3/+0
2013-07-23tty: Clarify multiple-references comment in TIOCSETD ioctlPeter Hurley1-4/+6
2013-07-23tty: Fix hangup race with TIOCSETD ioctlPeter Hurley1-4/+2
2013-07-23tty: Clarify ldisc variablePeter Hurley1-7/+7
2013-07-23tty: Replace ldisc locking with ldisc_semPeter Hurley1-283/+46
2013-07-23tty: Add lock/unlock ldisc pair functionsPeter Hurley1-0/+87
2013-07-23tty: Fix tty_ldisc_lock name collisionPeter Hurley1-23/+23
2013-03-18tty: Remove redundant tty_wait_until_sent()Peter Hurley1-9/+0
2013-03-18tty: Locate get/put ldisc functions togetherPeter Hurley1-23/+23
2013-03-18tty: Fold one-line assign function into callersPeter Hurley1-25/+6
2013-03-18tty: Document unsafe ldisc reference acquirePeter Hurley1-9/+5
2013-03-18tty: Separate release semantics of ldisc referencePeter Hurley1-34/+35
2013-03-18tty: Add ldisc hangup debug messagesPeter Hurley1-0/+19
2013-03-18tty: Fix 'deferred reopen' ldisc commentPeter Hurley1-4/+5
2013-03-18tty: Make core responsible for synchronizing its workPeter Hurley1-20/+4
2013-03-18tty: Complete ownership transfer of flip buffersPeter Hurley1-35/+12
2013-03-18tty: Don't reenable already enabled ldiscPeter Hurley1-1/+1
2013-03-18tty: Wait for SAK work before waiting for hangup workPeter Hurley1-1/+1
2013-03-18tty: Halt both ldiscs concurrentlyPeter Hurley1-13/+25
2013-03-18tty: Strengthen no-subsequent-use guarantee of tty_ldisc_halt()Peter Hurley1-18/+24
2013-03-18tty: Relocate tty_ldisc_halt() to avoid forward declarationPeter Hurley1-23/+23
2013-03-18tty: Fix ldisc halt sequence on hangupPeter Hurley1-20/+19
2013-03-18tty: Remove unnecessary re-test of ldisc ref countPeter Hurley1-19/+19
2013-03-18tty: Refactor wait for ldisc refs out of tty_ldisc_hangup()Peter Hurley1-18/+36
2013-03-18tty: Add diagnostic for halted line disciplinePeter Hurley1-1/+6
2013-01-15tty: don't deadlock while flushing workqueueSebastian Andrzej Siewior1-5/+5
2013-01-15tty: Only wakeup the line discipline idle queue when queue is activeIvo Sieben1-1/+3
2012-10-24tty: Use raw spin lock to protect TTY ldisc administrationIvo Sieben1-16/+16
2012-10-22TTY: move tty buffers to tty_portJiri Slaby1-5/+5
2012-10-22TTY: ldisc, wait for idle ldisc in releaseJiri Slaby1-0/+5
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-3/+3