summaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_tty.c
Commit message (Expand)AuthorAgeFilesLines
* n_tty: Rename tail to old_tail in n_tty_read()Ilpo Järvinen2022-11-221-3/+3
* tty: Make ldisc ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+1
* tty: Use flow-control char function on closing pathIlpo Järvinen2022-06-101-9/+4
* tty: Implement lookahead to process XON/XOFF timelyIlpo Järvinen2022-06-101-16/+75
* tty: Rework receive flow control char logicIlpo Järvinen2022-05-191-5/+11
* tty: Add function for handling flow control charsIlpo Järvinen2022-04-221-11/+18
* tty: n_tty: Restore EOF push handling behaviorDaniel Gibson2022-04-151-1/+37
* tty: n_tty: do not look ahead for EOL character past the end of the bufferLinus Torvalds2022-02-161-4/+2
* n_tty: wake up poll(POLLRDNORM) on receiving dataTATSUKAWA KOSUKE (立川 江介)2022-01-311-2/+2
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+1
|\
| * all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-151-1/+1
* | tty: reformat kernel-doc in n_tty.cJiri Slaby2021-11-261-355/+316
* | tty: fix kernel-doc in n_tty.cJiri Slaby2021-11-261-26/+27
* | tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby2021-11-251-2/+2
|/
* 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