aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tty_flip.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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