aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_buffer.c
Commit message (Expand)AuthorAge
* tty: Remove private constant from global namespacePeter Hurley2013-07-23
* tty: Fix unsafe vt paste_selection()Peter Hurley2013-07-23
* tty: Merge __tty_flush_buffer() into lone call sitePeter Hurley2013-07-23
* tty: Use non-atomic state to signal flip buffer flush pendingPeter Hurley2013-07-23
* tty: Only perform flip buffer flush from tty_buffer_flush()Peter Hurley2013-07-23
* tty: Ensure single-threaded flip buffer consumer with mutexPeter Hurley2013-07-23
* tty: Make driver-side flip buffers locklessPeter Hurley2013-07-23
* tty: Track flip buffer memory limit atomicallyPeter Hurley2013-07-23
* tty: Simplify flip buffer list with 0-sized sentinelPeter Hurley2013-07-23
* tty: Use lockless flip buffer free listPeter Hurley2013-07-23
* tty: Use generic names for flip buffer list cursorsPeter Hurley2013-07-23
* tty: Merge tty_buffer_find() into tty_buffer_alloc()Peter Hurley2013-07-23
* tty: Factor flip buffer initialization into helper functionPeter Hurley2013-07-23
* tty: Fix flip buffer free listPeter Hurley2013-07-23
* tty: Compute flip buffer ptrsPeter Hurley2013-07-23
* tty: Make ldisc input flow control concurrency-friendlyPeter Hurley2013-07-23
* tty: Simplify tty buffer/ldisc interface with helper functionPeter Hurley2013-07-23
* tty: Replace ldisc locking with ldisc_semPeter Hurley2013-07-23
* tty: Fix race condition if flushing tty flip buffersPeter Hurley2013-04-09
* TTY: disable debugging warningJiri Slaby2013-03-04
* pps: Move timestamp read into PPS code properGeorge Spelvin2013-02-13
* tty: Correct tty buffer flush.Ilya Zykov2013-01-20
* TTY: switch tty_schedule_flipJiri Slaby2013-01-16
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-16
* TTY: move low_latency to tty_portJiri Slaby2013-01-16
* TTY: convert more flipping functionsJiri Slaby2013-01-16
* TTY: switch tty_buffer_request_room to tty_portJiri Slaby2013-01-16
* tty: add missing newlines to WARN_RATELIMITSasha Levin2012-10-25
* TTY: Report warning when low_latency flag is wrongly usedIvo Sieben2012-10-24
* TTY: move tty buffers to tty_portJiri Slaby2012-10-22
* TTY: tty_buffer, cache pointer to tty->bufJiri Slaby2012-10-22
* TTY: move TTY_FLUSH* flags to tty_portJiri Slaby2012-10-22
* tty: prevent unnecessary work queue lock checking on flip buffer copyIvo Sieben2012-10-22
* tty: hold lock across tty buffer finding and buffer fillingXiaobing Tu2012-04-09
* tty_buffer: get rid of 'seen_tail' logic in flush_to_ldiscLinus Torvalds2011-06-08
* Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds2011-06-03
* tty: make receive_buf() return the amout of bytes receivedFelipe Balbi2011-04-22
* tty: fix endless work loop when the buffer fills upLinus Torvalds2011-04-04
* tty: stop using "delayed_work" in the tty layerLinus Torvalds2011-03-22
* tty: prevent DOS in the flush_to_ldiscJiri Olsa2010-11-09
* TTY: create drivers/tty and move the tty core files thereGreg Kroah-Hartman2010-11-05