summaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* tty: Don't include tty_buffer.h in tty.hIlpo Järvinen2024-02-181-0/+1
* tty: tty_buffer: use bool for 'restart' in tty_buffer_unlock_exclusive()Jiri Slaby (SUSE)2023-10-031-3/+2
* tty: tty_buffer: invert conditions in __tty_buffer_request_room()Jiri Slaby (SUSE)2023-08-221-22/+22
* tty: tty_buffer: initialize variables in initializers alreadyJiri Slaby (SUSE)2023-08-221-10/+3
* tty: tty_buffer: better types in __tty_buffer_request_room()Jiri Slaby (SUSE)2023-08-221-1/+2
* tty: tty_buffer: use __tty_insert_flip_string_flags() in tty_insert_flip_char()Jiri Slaby (SUSE)2023-08-221-26/+0
* tty: tty_buffer: let tty_prepare_flip_string() return size_tJiri Slaby (SUSE)2023-08-221-2/+3
* tty: tty_buffer: switch insert functions to size_tJiri Slaby (SUSE)2023-08-221-6/+6
* tty: tty_buffer: warn if losing flags in __tty_insert_flip_string_flags()Jiri Slaby (SUSE)2023-08-221-0/+3
* tty: tty_buffer: unify tty_insert_flip_string_{fixed_flag,flags}()Jiri Slaby (SUSE)2023-08-221-55/+15
* tty: tty_buffer: use struct_size() in tty_buffer_alloc()Jiri Slaby (SUSE)2023-08-221-2/+1
* tty: use u8 for flagsJiri Slaby (SUSE)2023-08-111-4/+4
* tty: use u8 for charsJiri Slaby (SUSE)2023-08-111-11/+10
* tty: switch count in tty_ldisc_receive_buf() to size_tJiri Slaby (SUSE)2023-08-111-3/+3
* tty: switch receive_buf() counts to size_tJiri Slaby (SUSE)2023-08-111-4/+4
* tty: make tty_port_client_operations operate with u8Jiri Slaby (SUSE)2023-08-111-2/+2
* tty: Convert tty_buffer flags to boolIlpo Järvinen2022-11-091-14/+14
* tty: Cleanup tty buffer align maskIlpo Järvinen2022-11-031-2/+2
* tty: Fix lookahead_buf crash with serdevVincent Whitchurch2022-08-301-5/+9
* Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-08-081-9/+50
|\
| * tty: Implement lookahead to process XON/XOFF timelyIlpo Järvinen2022-06-101-9/+50
* | tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()Jiri Slaby2022-07-081-0/+31
* | tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push()Jiri Slaby2022-07-081-5/+10
|/
* tty: fix deadlock caused by calling printk() under tty_port->lockQi Zheng2022-05-121-1/+2
* tty: reformat kernel-doc in tty_buffer.cJiri Slaby2021-11-261-127/+124
* tty: drop tty_schedule_flip()Jiri Slaby2021-11-251-22/+8
* tty: tty_buffer: Fix the softlockup issue in flush_to_ldiscGuanghui Feng2021-10-181-0/+3
* tty: tty_buffer: Fix incorrectly documented function __tty_buffer_request_room()Lee Jones2021-05-201-1/+1
* tty: tty_buffer: Fix coding style issues of block commentsXiaofei Tan2021-05-131-3/+6
* tty: tty_buffer: Remove the repeated word 'the'Xiaofei Tan2021-05-131-2/+2
* tty: tty_buffer: Add a blank line after declarationsXiaofei Tan2021-05-131-0/+7
* tty: make tty_buffer_space_avail return uintJiri Slaby2021-05-131-1/+1
* tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby2021-05-131-2/+2
* tty: move some internal tty lock enums and functions out of tty.hGreg Kroah-Hartman2021-04-151-1/+1
* tty: tty_buffer: Add missing description for 'limit'Lee Jones2020-11-061-0/+1
* tty: fix kernel-docJiri Slaby2020-08-181-7/+7
* tty: increase the default flip buffer limit to 2*640KManfred Schlaegl2019-01-301-1/+1
* tty: wipe buffer.Linus Torvalds2018-10-111-1/+5
* TTY: tty_buffer, warn on leaksJiri Slaby2018-09-181-1/+6
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* tty: fix tty_ldisc_receive_buf() documentationJohan Hovold2017-11-041-1/+1
* tty: fix __tty_insert_flip_char regressionArnd Bergmann2017-08-021-1/+2
* tty: improve tty_insert_flip_char() slow pathArnd Bergmann2017-07-301-2/+3
* tty: improve tty_insert_flip_char() fast pathArnd Bergmann2017-07-301-0/+24
* tty_port: Add port client functionsRob Herring2017-02-031-14/+3
* tty: constify tty_ldisc_receive_buf buffer pointerRob Herring2017-01-191-1/+1
* Fix OpenSSH pty regression on closeBrian Bloniarz2016-05-011-28/+6
* tty: Unify receive_buf() code pathsPeter Hurley2016-01-281-11/+28
* tty: Fix GPF in flush_to_ldisc()Peter Hurley2015-12-121-1/+1
* tty: Use unbound workqueue for all input workersPeter Hurley2015-10-171-1/+1