aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_buffer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-09tty: Fix race condition if flushing tty flip buffersPeter Hurley1-12/+10
2013-03-04TTY: disable debugging warningJiri Slaby1-1/+1
2013-02-13pps: Move timestamp read into PPS code properGeorge Spelvin1-0/+1
2013-01-20tty: Correct tty buffer flush.Ilya Zykov1-70/+22
2013-01-15TTY: switch tty_schedule_flipJiri Slaby1-4/+4
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-4/+4
2013-01-15TTY: move low_latency to tty_portJiri Slaby1-4/+5
2013-01-15TTY: convert more flipping functionsJiri Slaby1-16/+16
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby1-3/+2
2012-10-25tty: add missing newlines to WARN_RATELIMITSasha Levin1-1/+1
2012-10-24TTY: Report warning when low_latency flag is wrongly usedIvo Sieben1-0/+1
2012-10-22TTY: move tty buffers to tty_portJiri Slaby1-49/+53
2012-10-22TTY: tty_buffer, cache pointer to tty->bufJiri Slaby1-56/+76
2012-10-22TTY: move TTY_FLUSH* flags to tty_portJiri Slaby1-8/+10
2012-10-22tty: prevent unnecessary work queue lock checking on flip buffer copyIvo Sieben1-1/+4
2012-04-09tty: hold lock across tty buffer finding and buffer fillingXiaobing Tu1-20/+65
2011-06-08tty_buffer: get rid of 'seen_tail' logic in flush_to_ldiscLinus Torvalds1-12/+2
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds1-9/+6
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi1-6/+9
2011-04-04tty: fix endless work loop when the buffer fills upLinus Torvalds1-3/+1
2011-03-22tty: stop using "delayed_work" in the tty layerLinus Torvalds1-7/+7
2010-11-09tty: prevent DOS in the flush_to_ldiscJiri Olsa1-2/+12
2010-11-05TTY: create drivers/tty and move the tty core files thereGreg Kroah-Hartman1-0/+524