summaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_buffer.c
AgeCommit message (Expand)AuthorLines
2013-07-23tty: Remove private constant from global namespacePeter Hurley-0/+10
2013-07-23tty: Fix unsafe vt paste_selection()Peter Hurley-13/+48
2013-07-23tty: Merge __tty_flush_buffer() into lone call sitePeter Hurley-23/+6
2013-07-23tty: Use non-atomic state to signal flip buffer flush pendingPeter Hurley-3/+4
2013-07-23tty: Only perform flip buffer flush from tty_buffer_flush()Peter Hurley-42/+21
2013-07-23tty: Ensure single-threaded flip buffer consumer with mutexPeter Hurley-21/+19
2013-07-23tty: Make driver-side flip buffers locklessPeter Hurley-27/+4
2013-07-23tty: Track flip buffer memory limit atomicallyPeter Hurley-6/+31
2013-07-23tty: Simplify flip buffer list with 0-sized sentinelPeter Hurley-31/+18
2013-07-23tty: Use lockless flip buffer free listPeter Hurley-17/+12
2013-07-23tty: Use generic names for flip buffer list cursorsPeter Hurley-10/+10
2013-07-23tty: Merge tty_buffer_find() into tty_buffer_alloc()Peter Hurley-32/+18
2013-07-23tty: Factor flip buffer initialization into helper functionPeter Hurley-9/+12
2013-07-23tty: Fix flip buffer free listPeter Hurley-6/+10
2013-07-23tty: Compute flip buffer ptrsPeter Hurley-12/+10
2013-07-23tty: Make ldisc input flow control concurrency-friendlyPeter Hurley-4/+9
2013-07-23tty: Simplify tty buffer/ldisc interface with helper functionPeter Hurley-12/+17
2013-07-23tty: Replace ldisc locking with ldisc_semPeter Hurley-1/+1
2013-04-09tty: Fix race condition if flushing tty flip buffersPeter Hurley-12/+10
2013-03-04TTY: disable debugging warningJiri Slaby-1/+1
2013-02-13pps: Move timestamp read into PPS code properGeorge Spelvin-0/+1
2013-01-20tty: Correct tty buffer flush.Ilya Zykov-70/+22
2013-01-15TTY: switch tty_schedule_flipJiri Slaby-4/+4
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby-4/+4
2013-01-15TTY: move low_latency to tty_portJiri Slaby-4/+5
2013-01-15TTY: convert more flipping functionsJiri Slaby-16/+16
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby-3/+2
2012-10-25tty: add missing newlines to WARN_RATELIMITSasha Levin-1/+1
2012-10-24TTY: Report warning when low_latency flag is wrongly usedIvo Sieben-0/+1
2012-10-22TTY: move tty buffers to tty_portJiri Slaby-49/+53
2012-10-22TTY: tty_buffer, cache pointer to tty->bufJiri Slaby-56/+76
2012-10-22TTY: move TTY_FLUSH* flags to tty_portJiri Slaby-8/+10
2012-10-22tty: prevent unnecessary work queue lock checking on flip buffer copyIvo Sieben-1/+4
2012-04-09tty: hold lock across tty buffer finding and buffer fillingXiaobing Tu-20/+65
2011-06-08tty_buffer: get rid of 'seen_tail' logic in flush_to_ldiscLinus Torvalds-12/+2
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds-9/+6
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi-6/+9
2011-04-04tty: fix endless work loop when the buffer fills upLinus Torvalds-3/+1
2011-03-22tty: stop using "delayed_work" in the tty layerLinus Torvalds-7/+7
2010-11-09tty: prevent DOS in the flush_to_ldiscJiri Olsa-2/+12
2010-11-05TTY: create drivers/tty and move the tty core files thereGreg Kroah-Hartman-0/+524