summaryrefslogtreecommitdiff
path: root/drivers/tty/tty_buffer.c
AgeCommit message (Expand)Author
2024-02-18tty: Don't include tty_buffer.h in tty.hIlpo Järvinen
2023-10-03tty: tty_buffer: use bool for 'restart' in tty_buffer_unlock_exclusive()Jiri Slaby (SUSE)
2023-08-22tty: tty_buffer: invert conditions in __tty_buffer_request_room()Jiri Slaby (SUSE)
2023-08-22tty: tty_buffer: initialize variables in initializers alreadyJiri Slaby (SUSE)
2023-08-22tty: tty_buffer: better types in __tty_buffer_request_room()Jiri Slaby (SUSE)
2023-08-22tty: tty_buffer: use __tty_insert_flip_string_flags() in tty_insert_flip_char()Jiri Slaby (SUSE)
2023-08-22tty: tty_buffer: let tty_prepare_flip_string() return size_tJiri Slaby (SUSE)
2023-08-22tty: tty_buffer: switch insert functions to size_tJiri Slaby (SUSE)
2023-08-22tty: tty_buffer: warn if losing flags in __tty_insert_flip_string_flags()Jiri Slaby (SUSE)
2023-08-22tty: tty_buffer: unify tty_insert_flip_string_{fixed_flag,flags}()Jiri Slaby (SUSE)
2023-08-22tty: tty_buffer: use struct_size() in tty_buffer_alloc()Jiri Slaby (SUSE)
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)
2023-08-11tty: use u8 for charsJiri Slaby (SUSE)
2023-08-11tty: switch count in tty_ldisc_receive_buf() to size_tJiri Slaby (SUSE)
2023-08-11tty: switch receive_buf() counts to size_tJiri Slaby (SUSE)
2023-08-11tty: make tty_port_client_operations operate with u8Jiri Slaby (SUSE)
2022-11-09tty: Convert tty_buffer flags to boolIlpo Järvinen
2022-11-03tty: Cleanup tty buffer align maskIlpo Järvinen
2022-08-30tty: Fix lookahead_buf crash with serdevVincent Whitchurch
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-07-08tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()Jiri Slaby
2022-07-08tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push()Jiri Slaby
2022-06-10tty: Implement lookahead to process XON/XOFF timelyIlpo Järvinen
2022-05-12tty: fix deadlock caused by calling printk() under tty_port->lockQi Zheng
2021-11-26tty: reformat kernel-doc in tty_buffer.cJiri Slaby
2021-11-25tty: drop tty_schedule_flip()Jiri Slaby
2021-10-18tty: tty_buffer: Fix the softlockup issue in flush_to_ldiscGuanghui Feng
2021-05-20tty: tty_buffer: Fix incorrectly documented function __tty_buffer_request_room()Lee Jones
2021-05-13tty: tty_buffer: Fix coding style issues of block commentsXiaofei Tan
2021-05-13tty: tty_buffer: Remove the repeated word 'the'Xiaofei Tan
2021-05-13tty: tty_buffer: Add a blank line after declarationsXiaofei Tan
2021-05-13tty: make tty_buffer_space_avail return uintJiri Slaby
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby
2021-04-15tty: move some internal tty lock enums and functions out of tty.hGreg Kroah-Hartman
2020-11-06tty: tty_buffer: Add missing description for 'limit'Lee Jones
2020-08-18tty: fix kernel-docJiri Slaby
2019-01-30tty: increase the default flip buffer limit to 2*640KManfred Schlaegl
2018-10-11tty: wipe buffer.Linus Torvalds
2018-09-18TTY: tty_buffer, warn on leaksJiri Slaby
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-11-04tty: fix tty_ldisc_receive_buf() documentationJohan Hovold
2017-08-02tty: fix __tty_insert_flip_char regressionArnd Bergmann
2017-07-30tty: improve tty_insert_flip_char() slow pathArnd Bergmann
2017-07-30tty: improve tty_insert_flip_char() fast pathArnd Bergmann
2017-02-03tty_port: Add port client functionsRob Herring
2017-01-19tty: constify tty_ldisc_receive_buf buffer pointerRob Herring
2016-05-01Fix OpenSSH pty regression on closeBrian Bloniarz
2016-01-28tty: Unify receive_buf() code pathsPeter Hurley
2015-12-12tty: Fix GPF in flush_to_ldisc()Peter Hurley
2015-10-17tty: Use unbound workqueue for all input workersPeter Hurley