aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_ldisc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-04tty_ldisc: simplify tty_ldisc_autoload initializationPavel Machek1-6/+1
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-4/+2
2019-06-17locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_held_write()Nikolay Borisov1-4/+4
2019-01-30tty: ldisc: add sysctl to prevent autoloading of ldiscsGreg Kroah-Hartman1-0/+47
2018-12-05tty/ldsem: Add lockdep asserts for ldisc_semDmitry Safonov1-0/+9
2018-12-05tty: Don't block on IO when ldisc change is pendingDmitry Safonov1-0/+7
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-14/+1
2018-04-25tty: Use __GFP_NOFAIL for tty_ldisc_get()Tetsuo Handa1-6/+5
2018-04-23tty: Don't call panic() at tty_ldisc_init()Tetsuo Handa1-2/+3
2018-04-23tty: Avoid possible error pointer dereference at tty_ldisc_restore().Tetsuo Handa1-8/+5
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