aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/tty_ldisc.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-09tty: tty_ldisc: Remove the ret variableGravatar Li zeming 1-2/+1
2022-11-03tty: Move sysctl setup into "core" tty logicGravatar Kees Cook 1-37/+1
2021-11-26tty: reformat kernel-doc in tty_ldisc.cGravatar Jiri Slaby 1-160/+132
2021-09-14tty: unexport tty_ldisc_releaseGravatar Jiri Slaby 1-1/+0
2021-06-09tty: tty_ldisc: fix doc warnings in tty_ldisc.cGravatar Baokun Li 1-2/+1
2021-05-13tty: return void from tty_unregister_ldiscGravatar Jiri Slaby 1-3/+1
2021-05-13tty: drop tty_ldisc_ops::refcountGravatar Jiri Slaby 1-11/+3
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscGravatar Jiri Slaby 1-6/+3
2021-05-13tty: set tty_ldisc_ops::num staticallyGravatar Jiri Slaby 1-4/+3
2021-04-15tty: create internal tty.h fileGravatar Greg Kroah-Hartman 1-0/+1
2021-04-10tty: tty_ldisc: Remove the repeated word 'the'Gravatar Xiaofei Tan 1-1/+1
2021-04-10tty: tty_ldisc: Do not use assignment in if conditionGravatar Xiaofei Tan 1-1/+2
2021-04-10tty: tty_ldisc: Fix coding style issues of block commentsGravatar Xiaofei Tan 1-12/+20
2021-04-10tty: tty_ldisc: Add a blank line after declarationsGravatar Xiaofei Tan 1-0/+2
2021-04-10tty: tty_ldisc: Fix an issue of code indent should use tabsGravatar Xiaofei Tan 1-1/+1
2020-11-13tty: tty_ldisc: Fix some kernel-doc related misdemeanoursGravatar Lee Jones 1-5/+5
2020-11-06tty: tty_ldisc: Supply missing description for 'tty_ldisc_get's 'tty' paramGravatar Lee Jones 1-0/+1
2020-08-18tty: fix kernel-docGravatar Jiri Slaby 1-2/+1
2019-10-04tty_ldisc: simplify tty_ldisc_autoload initializationGravatar Pavel Machek 1-6/+1
2019-07-18proc/sysctl: add shared variables for range checkGravatar Matteo Croce 1-4/+2
2019-06-17locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_hel...Gravatar Nikolay Borisov 1-4/+4
2019-01-30tty: ldisc: add sysctl to prevent autoloading of ldiscsGravatar Greg Kroah-Hartman 1-0/+47
2018-12-05tty/ldsem: Add lockdep asserts for ldisc_semGravatar Dmitry Safonov 1-0/+9
2018-12-05tty: Don't block on IO when ldisc change is pendingGravatar Dmitry Safonov 1-0/+7
2018-05-16proc: introduce proc_create_seq{,_data}Gravatar Christoph Hellwig 1-14/+1
2018-04-25tty: Use __GFP_NOFAIL for tty_ldisc_get()Gravatar Tetsuo Handa 1-6/+5
2018-04-23tty: Don't call panic() at tty_ldisc_init()Gravatar Tetsuo Handa 1-2/+3
2018-04-23tty: Avoid possible error pointer dereference at tty_ldisc_restore().Gravatar Tetsuo Handa 1-8/+5
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-2/+2
2018-01-23tty: fix data race between tty_init_dev and flush of bufGravatar Gaurav Kohli 1-2/+2
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Gravatar Greg Kroah-Hartman 1-0/+1
2017-10-13tty: fall back to N_NULL if switching to N_TTY fails during hangupGravatar Johannes Weiner 1-6/+5
2017-07-03Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-14/+30
2017-06-03tty: handle the case where we cannot restore a line disciplineGravatar Alan Cox 1-14/+30
2017-05-16staging: speakup: add tty-based comms functionsGravatar Okash Khawaja 1-0/+2
2017-04-14Revert "tty: don't panic on OOM in tty_set_ldisc()"Gravatar Greg Kroah-Hartman 1-16/+69
2017-03-17tty: fix data race in tty_ldisc_ref_wait()Gravatar Dmitry Vyukov 1-2/+5
2017-03-17tty: don't panic on OOM in tty_set_ldisc()Gravatar Dmitry Vyukov 1-69/+16
2016-01-27tty: Eliminate global symbol tty_ldisc_N_TTYGravatar Peter Hurley 1-6/+0
2016-01-27tty: Avoid unnecessary temporaries for tty->ldiscGravatar Peter Hurley 1-5/+2
2016-01-27tty: Destroy ldisc instance on hangupGravatar Peter Hurley 1-23/+17
2016-01-27tty: Refactor tty_ldisc_reinit() for reuseGravatar Peter Hurley 1-22/+31
2016-01-27tty: Use 'disc' for line discipline index nameGravatar Peter Hurley 1-11/+11
2016-01-27tty: Move tty_ldisc_kill()Gravatar Peter Hurley 1-13/+19
2016-01-27tty: Handle NULL tty->ldiscGravatar Peter Hurley 1-4/+12
2016-01-27tty: Prepare for destroying line discipline on hangupGravatar Peter Hurley 1-2/+2
2016-01-27tty: Fix comments for tty_ldisc_release()Gravatar Peter Hurley 1-2/+1
2016-01-27tty: Fix comments for tty_ldisc_get()Gravatar Peter Hurley 1-3/+10
2016-01-27tty: Reset c_line from driver's init_termiosGravatar Peter Hurley 1-3/+0