aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/tty_flip.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-22tty: tty_buffer: use __tty_insert_flip_string_flags() in tty_insert_flip_char()Jiri Slaby (SUSE)1-3/+9
2023-08-22tty: tty_buffer: let tty_prepare_flip_string() return size_tJiri Slaby (SUSE)1-1/+1
2023-08-22tty: tty_buffer: switch insert functions to size_tJiri Slaby (SUSE)1-12/+12
2023-08-22tty: tty_buffer: unify tty_insert_flip_string_{fixed_flag,flags}()Jiri Slaby (SUSE)1-4/+42
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)1-5/+5
2023-08-11tty: use u8 for charsJiri Slaby (SUSE)1-12/+10
2023-08-11tty: switch count in tty_ldisc_receive_buf() to size_tJiri Slaby (SUSE)1-2/+2
2022-11-09tty: Convert tty_buffer flags to boolIlpo Järvinen1-2/+2
2021-11-25tty: drop tty_schedule_flip()Jiri Slaby1-1/+0
2021-09-22tty: remove extern from functions in tty headersJiri Slaby1-10/+10
2021-07-27tty: tty_flip.h needs only tty_buffer and tty_portJiri Slaby1-1/+2
2021-07-27tty: move tty_ldisc_receive_buf to tty_flip.hJiri Slaby1-0/+5
2021-06-25tty: make linux/tty_flip.h self-containedJiri Slaby1-0/+2
2021-05-13tty: make tty_buffer_space_avail return uintJiri Slaby1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-30tty: improve tty_insert_flip_char() fast pathArnd Bergmann1-1/+2
2013-12-09tty: Halve flip buffer GFP_ATOMIC memory consumptionPeter Hurley1-2/+6
2013-12-08tty: Remove tty_prepare_flip_string_flags()Peter Hurley1-2/+0
2013-12-08tty: Enable configurable tty flip buffer limitPeter Hurley1-0/+1
2013-07-23tty: Fix unsafe vt paste_selection()Peter Hurley1-0/+3
2013-07-23tty: Track flip buffer memory limit atomicallyPeter Hurley1-0/+1
2013-07-23tty: Compute flip buffer ptrsPeter Hurley1-2/+2
2013-01-15TTY: switch tty_schedule_flipJiri Slaby1-1/+1
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-0/+1
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-2/+3
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-3/+3
2013-01-15TTY: convert more flipping functionsJiri Slaby1-6/+10
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby1-1/+1
2012-10-22TTY: move tty buffers to tty_portJiri Slaby1-1/+1
2010-03-02USB: tty: Add a function to insert a string of characters with the same flagAlan Cox1-1/+6
2006-06-28[PATCH] remove active field from tty buffer structurePaul Fulghum1-1/+1
2006-04-11[PATCH] make tty_insert_flip_string_flags() a non gpl exportAndrew Morton1-23/+2
2006-03-25[PATCH] constify tty flip buffer handlingThomas Koeller1-2/+2
2006-03-23[PATCH] kill _INLINE_Adrian Bunk1-9/+3
2006-02-10[PATCH] tty buffering stall fixPaul Fulghum1-1/+3
2006-02-03[PATCH] new tty buffering locking fixPaul Fulghum1-1/+6
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-6/+14
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+35