1. 4d18e6ef tty: Enable configurable tty flip buffer limit by Peter Hurley · 11 years ago
  2. 9114fe8 tty: Remove private constant from global namespace by Peter Hurley · 11 years ago
  3. a7c8d58 tty: Fix unsafe vt paste_selection() by Peter Hurley · 11 years ago
  4. 47aa658 tty: Merge __tty_flush_buffer() into lone call site by Peter Hurley · 11 years ago
  5. 0f56bd2 tty: Use non-atomic state to signal flip buffer flush pending by Peter Hurley · 11 years ago
  6. d7a68be tty: Only perform flip buffer flush from tty_buffer_flush() by Peter Hurley · 11 years ago
  7. e9975fd tty: Ensure single-threaded flip buffer consumer with mutex by Peter Hurley · 11 years ago
  8. e8437d7 tty: Make driver-side flip buffers lockless by Peter Hurley · 11 years ago
  9. 7bfe0b7 tty: Track flip buffer memory limit atomically by Peter Hurley · 11 years ago
  10. 7391ee1 tty: Simplify flip buffer list with 0-sized sentinel by Peter Hurley · 11 years ago
  11. 809850b tty: Use lockless flip buffer free list by Peter Hurley · 11 years ago
  12. 2cf7b67 tty: Use generic names for flip buffer list cursors by Peter Hurley · 11 years ago
  13. 11b9faa tty: Merge tty_buffer_find() into tty_buffer_alloc() by Peter Hurley · 11 years ago
  14. 9dd5139 tty: Factor flip buffer initialization into helper function by Peter Hurley · 11 years ago
  15. 1cef50e tty: Fix flip buffer free list by Peter Hurley · 11 years ago
  16. 1fc359f tty: Compute flip buffer ptrs by Peter Hurley · 11 years ago
  17. 24a89d1 tty: Make ldisc input flow control concurrency-friendly by Peter Hurley · 11 years ago
  18. da261e7 tty: Simplify tty buffer/ldisc interface with helper function by Peter Hurley · 11 years ago
  19. 3669752 tty: Replace ldisc locking with ldisc_sem by Peter Hurley · 11 years ago
  20. 39f610e tty: Fix race condition if flushing tty flip buffers by Peter Hurley · 11 years ago
  21. 34dcfb8 TTY: disable debugging warning by Jiri Slaby · 11 years ago
  22. 593fb1ae4 pps: Move timestamp read into PPS code proper by George Spelvin · 11 years ago
  23. 64325a3 tty: Correct tty buffer flush. by Ilya Zykov · 11 years ago
  24. 6732c8b TTY: switch tty_schedule_flip by Jiri Slaby · 11 years ago
  25. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 11 years ago
  26. d6c53c0 TTY: move low_latency to tty_port by Jiri Slaby · 11 years ago
  27. 2f69335 TTY: convert more flipping functions by Jiri Slaby · 11 years ago
  28. 227434f TTY: switch tty_buffer_request_room to tty_port by Jiri Slaby · 11 years ago
  29. cadf748 tty: add missing newlines to WARN_RATELIMIT by Sasha Levin · 12 years ago
  30. b8b345b TTY: Report warning when low_latency flag is wrongly used by Ivo Sieben · 12 years ago
  31. ecbbfd4 TTY: move tty buffers to tty_port by Jiri Slaby · 12 years ago
  32. 5cff39c TTY: tty_buffer, cache pointer to tty->buf by Jiri Slaby · 12 years ago
  33. 2fc2066 TTY: move TTY_FLUSH* flags to tty_port by Jiri Slaby · 12 years ago
  34. cee4ad1 tty: prevent unnecessary work queue lock checking on flip buffer copy by Ivo Sieben · 12 years ago
  35. c56a00a tty: hold lock across tty buffer finding and buffer filling by Xiaobing Tu · 12 years ago
  36. 81de916 tty_buffer: get rid of 'seen_tail' logic in flush_to_ldisc by Linus Torvalds · 13 years ago
  37. 55db4c6 Revert "tty: make receive_buf() return the amout of bytes received" by Linus Torvalds · 13 years ago
  38. b1c43f8 tty: make receive_buf() return the amout of bytes received by Felipe Balbi · 13 years ago
  39. a5660b4 tty: fix endless work loop when the buffer fills up by Linus Torvalds · 13 years ago
  40. f23eb2b tty: stop using "delayed_work" in the tty layer by Linus Torvalds · 13 years ago
  41. e045fec tty: prevent DOS in the flush_to_ldisc by Jiri Olsa · 14 years ago
  42. 96fd7ce TTY: create drivers/tty and move the tty core files there by Greg Kroah-Hartman · 14 years ago[Renamed from drivers/char/tty_buffer.c]
  43. ccc5ca8 tty: fix obsolete comment on tty_insert_flip_string_fixed_flag by Johan Hovold · 14 years ago
  44. d4bee0a tty_buffer: Fix distinct type warning by Fang Wenqi · 14 years ago
  45. 7f5b09c Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  46. 2832fc1 USB: tty: Add a function to insert a string of characters with the same flag by Alan Cox · 14 years ago
  47. d9661ad tty: Keep the default buffering to sub-page units by Alan Cox · 14 years ago
  48. 514fc01 tty: use the new 'flush_delayed_work()' helper to do ldisc flush by Linus Torvalds · 15 years ago
  49. 4524200 Make flush_to_ldisc properly handle parallel calls by Linus Torvalds · 15 years ago
  50. e043e42 pty: avoid forcing 'low_latency' tty flag by OGAWA Hirofumi · 15 years ago
  51. e049573 tty: split the buffering from tty_io by Alan Cox · 16 years ago