summaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_tty.c
Commit message (Expand)AuthorAgeFilesLines
* tty: remove file from n_tty_ioctl_helperJiri Slaby2021-09-221-1/+1
* tty: remove flags from struct tty_ldisc_opsJiri Slaby2021-09-221-1/+0
* tty: drop tty_ldisc_ops::refcountJiri Slaby2021-05-131-1/+1
* tty: set tty_ldisc_ops::num staticallyJiri Slaby2021-05-131-1/+2
* tty: cumulate and document tty_struct::ctrl* membersJiri Slaby2021-05-131-15/+15
* tty: cumulate and document tty_struct::flow* membersJiri Slaby2021-05-131-4/+4
* tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby2021-05-131-8/+8
* n_tty: remove superfluous return from n_tty_receive_signal_charJiri Slaby2021-05-131-1/+0
* n_tty: invert TTY_NORMAL condition in n_tty_receive_buf_standardJiri Slaby2021-05-131-14/+17
* n_tty: do only one cp dereference in n_tty_receive_buf_standardJiri Slaby2021-05-131-4/+4
* n_tty: make n_tty_receive_char_special return voidJiri Slaby2021-05-131-16/+11
* n_tty: move lnext handlingJiri Slaby2021-05-131-15/+8
* n_tty: drop parmrk_dbl from n_tty_receive_charJiri Slaby2021-05-131-5/+4
* n_tty: drop n_tty_receive_buf_fastJiri Slaby2021-05-131-33/+3
* n_tty: remove n_tty_receive_char_fastJiri Slaby2021-05-131-26/+6
* n_tty: remove n_tty_receive_char wrapperJiri Slaby2021-05-131-7/+2
* tty: create internal tty.h fileGreg Kroah-Hartman2021-04-151-0/+1
* tty: n_tty, set tty_ldisc_ops::ownerJiri Slaby2021-03-101-0/+1
* tty: remove TTY_LDISC_MAGICJiri Slaby2021-03-101-1/+0
* Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-02-201-66/+87
|\
| * Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Greg Kroah-Hartman2021-01-211-66/+85
| |\
| | * tty: teach the n_tty ICANON case about the new "cookie continuations" tooLinus Torvalds2021-01-201-7/+19
| | * tty: teach n_tty line discipline about the new "cookie continuations"Linus Torvalds2021-01-201-10/+42
| | * tty: clean up legacy leftovers from n_tty line disciplineLinus Torvalds2021-01-201-20/+9
| | * tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds2021-01-201-48/+34
| * | tty: Protect disc_data in n_tty_close and n_tty_flush_bufferYan.Gao2021-01-071-0/+2
* | | Commit 9bb48c82aced ("tty: implement write_iter") converted the ttySami Tolvanen2021-01-251-5/+2
|/ /
* / tty: n_tty: Add 2 missing parameter descriptionsLee Jones2020-11-061-0/+2
|/
* tty: ldiscs, fix kernel-docJiri Slaby2020-08-181-2/+2
* n_tty: Distribute switch variables for initializationKees Cook2020-02-231-2/+2
* n_tty: check printk arguments for n_tty_traceJiri Slaby2020-02-101-1/+1
* n_tty: check for negative and zero space return from tty_write_roomColin Ian King2019-04-161-2/+2
* n_tty: update comment for WAKEUP_CHARS defineValentin Vidic2019-01-181-2/+4
* tty: Don't block on IO when ldisc change is pendingDmitry Safonov2018-12-051-4/+4
* tty: wipe buffer if not echoing dataGreg KH2018-10-111-3/+17
* n_tty: Access echo_* variables carefully.Tetsuo Handa2018-06-281-18/+24
* n_tty: Fix stall at n_tty_receive_char_special().Tetsuo Handa2018-06-281-5/+8
* tty: make n_tty_read() always abort if hangup is in progressTejun Heo2018-02-281-0/+6
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-8/+8
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+2
|\
| * the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* | n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD)Linus Torvalds2017-12-211-2/+2
|/
* tty: Remove redundant license textGreg Kroah-Hartman2017-11-081-3/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* Fix OpenSSH pty regression on closeBrian Bloniarz2016-05-011-37/+33
* n_tty: Ignore all read data when closingPeter Hurley2016-01-281-2/+0
* tty: n_tty: fix SIGIO for outputPeter Hurley2016-01-281-1/+1
* n_tty: Remove tty count checks from unthrottlePeter Hurley2016-01-281-4/+0
* n_tty: Fix stuck write wakeupPeter Hurley2016-01-281-2/+2
* tty, n_tty: Remove fasync() ldisc notificationPeter Hurley2016-01-281-5/+0