aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_ldisc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-01-23tty: fix data race between tty_init_dev and flush of bufGaurav Kohli1-2/+2
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+1
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-10-13tty: fall back to N_NULL if switching to N_TTY fails during hangupJohannes Weiner1-6/+5
2017-07-03Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-14/+30
2017-06-03tty: handle the case where we cannot restore a line disciplineAlan Cox1-14/+30
2017-05-16staging: speakup: add tty-based comms functionsOkash Khawaja1-0/+2
2017-04-14Revert "tty: don't panic on OOM in tty_set_ldisc()"Greg Kroah-Hartman1-16/+69
2017-03-17tty: fix data race in tty_ldisc_ref_wait()Dmitry Vyukov1-2/+5
2017-03-17tty: don't panic on OOM in tty_set_ldisc()Dmitry Vyukov1-69/+16
2016-01-27tty: Eliminate global symbol tty_ldisc_N_TTYPeter Hurley1-6/+0
2016-01-27tty: Avoid unnecessary temporaries for tty->ldiscPeter Hurley1-5/+2
2016-01-27tty: Destroy ldisc instance on hangupPeter Hurley1-23/+17
2016-01-27tty: Refactor tty_ldisc_reinit() for reusePeter Hurley1-22/+31
2016-01-27tty: Use 'disc' for line discipline index namePeter Hurley1-11/+11
2016-01-27tty: Move tty_ldisc_kill()Peter Hurley1-13/+19
2016-01-27tty: Handle NULL tty->ldiscPeter Hurley1-4/+12
2016-01-27tty: Prepare for destroying line discipline on hangupPeter Hurley1-2/+2
2016-01-27tty: Fix comments for tty_ldisc_release()Peter Hurley1-2/+1
2016-01-27tty: Fix comments for tty_ldisc_get()Peter Hurley1-3/+10
2016-01-27tty: Reset c_line from driver's init_termiosPeter Hurley1-3/+0
2016-01-27tty: Remove __lockfunc annotation from tty lock functionsPeter Hurley1-9/+7
2016-01-27tty: Fix ldisc leak in failed tty_init_dev()Peter Hurley1-2/+3
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