summaryrefslogtreecommitdiff
path: root/drivers/tty/tty_ldisc.c
AgeCommit message (Expand)Author
2019-12-17tty: Don't block on IO when ldisc change is pendingDmitry Safonov
2019-04-17tty: ldisc: add sysctl to prevent autoloading of ldiscsGreg Kroah-Hartman
2018-05-01tty: Use __GFP_NOFAIL for tty_ldisc_get()Tetsuo Handa
2018-05-01tty: Avoid possible error pointer dereference at tty_ldisc_restore().Tetsuo Handa
2018-05-01tty: Don't call panic() at tty_ldisc_init()Tetsuo Handa
2018-02-03tty: fix data race between tty_init_dev and flush of bufGaurav Kohli
2017-10-13tty: fall back to N_NULL if switching to N_TTY fails during hangupJohannes Weiner
2017-07-03Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-06-03tty: handle the case where we cannot restore a line disciplineAlan Cox
2017-05-16staging: speakup: add tty-based comms functionsOkash Khawaja
2017-04-14Revert "tty: don't panic on OOM in tty_set_ldisc()"Greg Kroah-Hartman
2017-03-17tty: fix data race in tty_ldisc_ref_wait()Dmitry Vyukov
2017-03-17tty: don't panic on OOM in tty_set_ldisc()Dmitry Vyukov
2016-01-27tty: Eliminate global symbol tty_ldisc_N_TTYPeter Hurley
2016-01-27tty: Avoid unnecessary temporaries for tty->ldiscPeter Hurley
2016-01-27tty: Destroy ldisc instance on hangupPeter Hurley
2016-01-27tty: Refactor tty_ldisc_reinit() for reusePeter Hurley
2016-01-27tty: Use 'disc' for line discipline index namePeter Hurley
2016-01-27tty: Move tty_ldisc_kill()Peter Hurley
2016-01-27tty: Handle NULL tty->ldiscPeter Hurley
2016-01-27tty: Prepare for destroying line discipline on hangupPeter Hurley
2016-01-27tty: Fix comments for tty_ldisc_release()Peter Hurley
2016-01-27tty: Fix comments for tty_ldisc_get()Peter Hurley
2016-01-27tty: Reset c_line from driver's init_termiosPeter Hurley
2016-01-27tty: Remove __lockfunc annotation from tty lock functionsPeter Hurley
2016-01-27tty: Fix ldisc leak in failed tty_init_dev()Peter Hurley
2015-12-13tty: Prevent ldisc drivers from re-using stale tty fieldsPeter Hurley
2015-12-13tty: Simplify tty_set_ldisc() exit handlingPeter Hurley
2015-12-13tty/tty_ldisc: Deinline tty_ldisc_put, save 368 bytesDenys Vlasenko
2015-11-20tty: Fix direct use of tty buffer workPeter Hurley
2015-10-17tty: remove unneeded return statementGuillaume Gomez
2015-07-23tty: core: Improve ldisc debug messagesPeter Hurley
2015-07-23tty: Use tty_debug() for tty_ldisc_debug()Peter Hurley
2015-05-06tty: remove buf parameter from tty_name()Rasmus Villemoes
2014-11-06tty: Allow safe access to termios for set_ldisc() handlersPeter Hurley
2014-11-05tty: Flush ldisc buffer atomically with tty flip buffersPeter Hurley
2014-11-05tty: Fix timeout on pty set ldiscPeter Hurley
2014-11-05tty: Fix hung task on pty hangupPeter Hurley
2014-11-05tty: Prefix tty_ldisc_{lock,lock_nested,unlock} functionsPeter Hurley
2014-11-05tty: Simplify tty_ldisc_release() interfacePeter Hurley
2014-11-05tty: Remove TTY_HUPPINGPeter Hurley
2014-11-05tty: Invert tty_lock/ldisc_sem lock orderPeter Hurley
2014-11-05tty: Don't hold tty_lock for ldisc releasePeter Hurley
2014-01-07tty: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-07-23tty: Convert termios_mutex to termios_rwsemPeter Hurley
2013-07-23tty: Don't change receive_room for ioctl(TIOCSETD)Peter Hurley
2013-07-23tty: Clarify multiple-references comment in TIOCSETD ioctlPeter Hurley
2013-07-23tty: Fix hangup race with TIOCSETD ioctlPeter Hurley
2013-07-23tty: Clarify ldisc variablePeter Hurley
2013-07-23tty: Replace ldisc locking with ldisc_semPeter Hurley