summaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_tty.c
Commit message (Expand)AuthorAgeFilesLines
* tty: n_tty: deduplicate copy code in n_tty_receive_buf_real_raw()Jiri Slaby (SUSE)2023-08-271-13/+12
* tty: n_tty: extract ECHO_OP processing to a separate functionJiri Slaby (SUSE)2023-08-271-96/+98
* tty: n_tty: unify counts to size_tJiri Slaby (SUSE)2023-08-271-17/+15
* tty: n_tty: use u8 for chars and flagsJiri Slaby (SUSE)2023-08-271-36/+36
* tty: n_tty: simplify chars_in_buffer()Jiri Slaby (SUSE)2023-08-271-6/+2
* tty: n_tty: remove unsigned char casts from character constantsJiri Slaby (SUSE)2023-08-271-3/+3
* tty: n_tty: move newline handling to a separate functionJiri Slaby (SUSE)2023-08-271-8/+19
* tty: n_tty: move canon handling to a separate functionJiri Slaby (SUSE)2023-08-271-71/+87
* tty: n_tty: use MASK() for masking out size bitsJiri Slaby (SUSE)2023-08-271-12/+11
* tty: n_tty: make n_tty_data::num_overrun unsignedJiri Slaby (SUSE)2023-08-271-2/+2
* tty: n_tty: use time_is_before_jiffies() in n_tty_receive_overrun()Jiri Slaby (SUSE)2023-08-271-2/+1
* tty: n_tty: use 'num' for writes' countsJiri Slaby (SUSE)2023-08-271-9/+8
* tty: n_tty: use output character directlyJiri Slaby (SUSE)2023-08-271-2/+1
* tty: n_tty: make flow of n_tty_receive_buf_common() a boolJiri Slaby (SUSE)2023-08-271-3/+3
* tty: ldops: unify to u8Jiri Slaby (SUSE)2023-08-111-6/+5
* tty: use u8 for flagsJiri Slaby (SUSE)2023-08-111-14/+14
* tty: use u8 for charsJiri Slaby (SUSE)2023-08-111-14/+14
* tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)2023-08-111-6/+8
* n_tty: make many tty parameters constJiri Slaby2023-07-251-15/+17
* n_tty: pass ldata to canon_skip_eof() directlyJiri Slaby2023-07-251-3/+2
* n_tty: simplify and sanitize zero_buffer()Jiri Slaby2023-07-251-6/+3
* n_tty: drop fp from n_tty_receive_buf_real_raw()Jiri Slaby2023-07-251-2/+2
* tty: fix hang on tty device with no_room setHui Li2023-06-151-4/+21
* n_tty: Reindent if conditionIlpo Järvinen2023-03-171-1/+1
* n_tty: Cleanup includesIlpo Järvinen2023-03-171-6/+3
* n_tty: Use DIV_ROUND_UP() in room calculationIlpo Järvinen2023-03-171-1/+2
* n_tty: Sort includes alphabeticallyIlpo Järvinen2023-03-171-14/+15
* n_tty: Convert no_space_left to space_left booleanIlpo Järvinen2023-03-171-5/+5
* 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