summaryrefslogtreecommitdiff
path: root/drivers/tty/tty_buffer.c (unfollow)
Commit message (Expand)Author
2012-04-09tty: hold lock across tty buffer finding and buffer fillingXiaobing Tu
2011-06-08tty_buffer: get rid of 'seen_tail' logic in flush_to_ldiscLinus Torvalds
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi
2011-04-04tty: fix endless work loop when the buffer fills upLinus Torvalds
2011-03-22tty: stop using "delayed_work" in the tty layerLinus Torvalds
2010-11-09tty: prevent DOS in the flush_to_ldiscJiri Olsa
2010-11-05TTY: create drivers/tty and move the tty core files thereGreg Kroah-Hartman
2010-05-21tty: fix obsolete comment on tty_insert_flip_string_fixed_flagJohan Hovold
2010-03-19tty_buffer: Fix distinct type warningFang Wenqi
2010-03-02USB: tty: Add a function to insert a string of characters with the same flagAlan Cox
2010-03-02tty: Keep the default buffering to sub-page unitsAlan Cox
2009-10-14tty: use the new 'flush_delayed_work()' helper to do ldisc flushLinus Torvalds
2009-10-14tty: Make flush_to_ldisc() locking more robustLinus Torvalds
2009-10-14tty: use the new 'flush_delayed_work()' helper to do ldisc flushLinus Torvalds
2009-10-14Make flush_to_ldisc properly handle parallel callsLinus Torvalds
2009-07-29pty: avoid forcing 'low_latency' tty flagOGAWA Hirofumi
2008-10-13tty: split the buffering from tty_ioAlan Cox