summaryrefslogtreecommitdiff
path: root/drivers/tty/n_tty.c
AgeCommit message (Expand)Author
2023-10-03tty: invert return values of tty_{,un}throttle_safe()Jiri Slaby (SUSE)
2023-10-03tty: n_tty: use do-while in n_tty_check_{,un}throttle()Jiri Slaby (SUSE)
2023-10-03tty: n_tty: invert the condition in copy_from_read_buf()Jiri Slaby (SUSE)
2023-10-03tty: n_tty: use min3() in copy_from_read_buf()Jiri Slaby (SUSE)
2023-10-03tty: n_tty: rename and retype 'retval' in n_tty_ioctl()Jiri Slaby (SUSE)
2023-10-03tty: n_tty: use 'retval' instead of 'c'Jiri Slaby (SUSE)
2023-08-27tty: n_tty: deduplicate copy code in n_tty_receive_buf_real_raw()Jiri Slaby (SUSE)
2023-08-27tty: n_tty: extract ECHO_OP processing to a separate functionJiri Slaby (SUSE)
2023-08-27tty: n_tty: unify counts to size_tJiri Slaby (SUSE)
2023-08-27tty: n_tty: use u8 for chars and flagsJiri Slaby (SUSE)
2023-08-27tty: n_tty: simplify chars_in_buffer()Jiri Slaby (SUSE)
2023-08-27tty: n_tty: remove unsigned char casts from character constantsJiri Slaby (SUSE)
2023-08-27tty: n_tty: move newline handling to a separate functionJiri Slaby (SUSE)
2023-08-27tty: n_tty: move canon handling to a separate functionJiri Slaby (SUSE)
2023-08-27tty: n_tty: use MASK() for masking out size bitsJiri Slaby (SUSE)
2023-08-27tty: n_tty: make n_tty_data::num_overrun unsignedJiri Slaby (SUSE)
2023-08-27tty: n_tty: use time_is_before_jiffies() in n_tty_receive_overrun()Jiri Slaby (SUSE)
2023-08-27tty: n_tty: use 'num' for writes' countsJiri Slaby (SUSE)
2023-08-27tty: n_tty: use output character directlyJiri Slaby (SUSE)
2023-08-27tty: n_tty: make flow of n_tty_receive_buf_common() a boolJiri Slaby (SUSE)
2023-08-11tty: ldops: unify to u8Jiri Slaby (SUSE)
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)
2023-08-11tty: use u8 for charsJiri Slaby (SUSE)
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)
2023-07-25n_tty: make many tty parameters constJiri Slaby
2023-07-25n_tty: pass ldata to canon_skip_eof() directlyJiri Slaby
2023-07-25n_tty: simplify and sanitize zero_buffer()Jiri Slaby
2023-07-25n_tty: drop fp from n_tty_receive_buf_real_raw()Jiri Slaby
2023-06-15tty: fix hang on tty device with no_room setHui Li
2023-03-17n_tty: Reindent if conditionIlpo Järvinen
2023-03-17n_tty: Cleanup includesIlpo Järvinen
2023-03-17n_tty: Use DIV_ROUND_UP() in room calculationIlpo Järvinen
2023-03-17n_tty: Sort includes alphabeticallyIlpo Järvinen
2023-03-17n_tty: Convert no_space_left to space_left booleanIlpo Järvinen
2022-11-22n_tty: Rename tail to old_tail in n_tty_read()Ilpo Järvinen
2022-08-30tty: Make ldisc ->set_termios() old ktermios constIlpo Järvinen
2022-06-10tty: Use flow-control char function on closing pathIlpo Järvinen
2022-06-10tty: Implement lookahead to process XON/XOFF timelyIlpo Järvinen
2022-05-19tty: Rework receive flow control char logicIlpo Järvinen
2022-04-22tty: Add function for handling flow control charsIlpo Järvinen
2022-04-15tty: n_tty: Restore EOF push handling behaviorDaniel Gibson
2022-02-16tty: n_tty: do not look ahead for EOL character past the end of the bufferLinus Torvalds
2022-01-31n_tty: wake up poll(POLLRDNORM) on receiving dataTATSUKAWA KOSUKE (立川 江介)
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov
2021-11-26tty: reformat kernel-doc in n_tty.cJiri Slaby
2021-11-26tty: fix kernel-doc in n_tty.cJiri Slaby
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby
2021-09-22tty: remove file from n_tty_ioctl_helperJiri Slaby
2021-09-22tty: remove flags from struct tty_ldisc_opsJiri Slaby