1. 4b1f79c n_tty: Split n_tty_receive_char() by Peter Hurley · 11 years ago
  2. 855df3c n_tty: Eliminate char tests from IXANY restart test by Peter Hurley · 11 years ago
  3. 7d88d63 n_tty: Factor standard per-char i/o into separate fn by Peter Hurley · 11 years ago
  4. 86e35ae n_tty: Fix build breakage on ppc64 by Peter Hurley · 11 years ago
  5. ad0cc7b n_tty: Factor tty->closing receive_buf() into separate fn by Peter Hurley · 11 years ago
  6. a1dd30e n_tty: Special case EXTPROC receive_buf() as raw mode by Peter Hurley · 11 years ago
  7. 554117b n_tty: Factor raw mode receive_buf() into separate fn by Peter Hurley · 11 years ago
  8. d2f8d7a n_tty: Factor flagged char handling into separate fn by Peter Hurley · 11 years ago
  9. b0ac50b n_tty: Factor signal char handling into separate fn by Peter Hurley · 11 years ago
  10. 4a23a4d n_tty: Factor 'real raw' receive_buf into standalone fn by Peter Hurley · 11 years ago
  11. 781ad1c n_tty: Simplify __receive_buf loop count by Peter Hurley · 11 years ago
  12. 1bb9d56 n_tty: Rename process_char_map to char_map by Peter Hurley · 11 years ago
  13. 20bafb3 n_tty: Move buffers into n_tty_data by Peter Hurley · 11 years ago
  14. 8cb06c9 n_tty: Remove alias ptrs in __receive_buf() by Peter Hurley · 11 years ago
  15. 40d5e09 n_tty: Fix EOF push handling by Peter Hurley · 11 years ago
  16. 9dfd16d n_tty: Avoid false-sharing echo buffer indices by Peter Hurley · 11 years ago
  17. 29c7c5c n_tty: Eliminate counter in __process_echoes by Peter Hurley · 11 years ago
  18. bc5b1ec n_tty: Only flush echo output if actually output by Peter Hurley · 11 years ago
  19. cbfd034 n_tty: Process echoes in blocks by Peter Hurley · 11 years ago
  20. 019ebdf n_tty: Eliminate echo_commit memory barrier by Peter Hurley · 11 years ago
  21. 17bd790 n_tty: Remove echo_lock by Peter Hurley · 11 years ago
  22. 862eeff n_tty: Replace echo_cnt with computed value by Peter Hurley · 11 years ago
  23. addaebc n_tty: Use separate head and tail indices for echo_buf by Peter Hurley · 11 years ago
  24. ae56f33 n_tty: Remove unused echo_overrun field by Peter Hurley · 11 years ago
  25. f0f947c n_tty: Queue buffer work on any available cpu by Peter Hurley · 11 years ago
  26. 3afb1b39 n_tty: Special case pty flow control by Peter Hurley · 11 years ago
  27. ee0bab8 n_tty: Move n_tty_write_wakeup() to avoid forward declaration by Peter Hurley · 11 years ago
  28. 6367ca7 n_tty: Factor throttle/unthrottle into helper functions by Peter Hurley · 11 years ago
  29. 9a4aec2 n_tty: Move chars_in_buffer() to factor throttle/unthrottle by Peter Hurley · 11 years ago
  30. d8c1f92 tty: Only guarantee termios read safety for throttle/unthrottle by Peter Hurley · 11 years ago
  31. fb7aa03 n_tty: Separate buffer indices to prevent cache-line sharing by Peter Hurley · 11 years ago
  32. f95499c n_tty: Don't wait for buffer work in read() loop by Peter Hurley · 11 years ago
  33. d1913e3 n_tty: Fix type mismatches in receive_buf raw copy by Peter Hurley · 11 years ago
  34. 6f9b028 n_tty: Reset lnext if canonical mode changes by Peter Hurley · 11 years ago
  35. 6d76bd2 n_tty: Make N_TTY ldisc receive path lockless by Peter Hurley · 11 years ago
  36. a73d3d6 n_tty: Replace canon_data with index comparison by Peter Hurley · 11 years ago
  37. 9356b53 n_tty: Access termios values safely by Peter Hurley · 11 years ago
  38. 6a1c068 tty: Convert termios_mutex to termios_rwsem by Peter Hurley · 11 years ago
  39. a2f73be n_tty: Remove read_cnt by Peter Hurley · 11 years ago
  40. bc5a5e3 n_tty: Don't wrap input buffer indices at buffer size by Peter Hurley · 11 years ago
  41. ce74117 n_tty: Get read_cnt through accessor by Peter Hurley · 11 years ago
  42. 4753408 tty: Deprecate ldisc .chars_in_buffer() method by Peter Hurley · 11 years ago
  43. a19d0c6 n_tty: Split n_tty_chars_in_buffer() for reader-only interface by Peter Hurley · 11 years ago
  44. 32f1352 n_tty: Line copy to user buffer in canonical mode by Peter Hurley · 11 years ago
  45. 88bb0de n_tty: Factor canonical mode copy from n_tty_read() by Peter Hurley · 11 years ago
  46. 24a89d1 tty: Make ldisc input flow control concurrency-friendly by Peter Hurley · 11 years ago
  47. 7879a9f n_tty: Buffer work should not reschedule itself by Peter Hurley · 11 years ago
  48. b848305 n_tty: Fix unsafe update of available buffer space by Peter Hurley · 11 years ago
  49. a6e5431 n_tty: Untangle read completion variables by Peter Hurley · 11 years ago
  50. f6c8dbe n_tty: Encapsulate minimum_to_wake within N_TTY by Peter Hurley · 11 years ago
  51. 8095e4e Merge 3.10-rc3 into tty-next by Greg Kroah-Hartman · 11 years ago
  52. dab73b4 TTY: Fix tty miss restart after we turn off flow-control by Wang YanQing · 11 years ago
  53. 582f559 tty: Remove TTY_HW_COOK_IN/OUT by Peter Hurley · 11 years ago
  54. b66f4fa n_tty: Fully initialize ldisc before restarting buffer work by Peter Hurley · 11 years ago
  55. 25518c6 n_tty: Correct unthrottle-with-buffer-flush comments by Peter Hurley · 11 years ago
  56. 7990131 n_tty: Don't flush buffer when closing ldisc by Peter Hurley · 11 years ago
  57. a30737a n_tty: Factor packet mode status change for reuse by Peter Hurley · 11 years ago
  58. 2162293 tty: Add diagnostic for halted line discipline by Peter Hurley · 11 years ago
  59. 01a5e44 n_tty: Lock access to tty->pgrp for POSIX job control by Peter Hurley · 11 years ago
  60. 8c985d1 n_tty: Fix unsafe driver-side signals by Peter Hurley · 11 years ago
  61. e91e52e n_tty: Fix stuck throttled driver by Peter Hurley · 11 years ago
  62. c828f67 n_tty: Inline check_unthrottle() at lone call site by Peter Hurley · 11 years ago
  63. 593fb1ae4 pps: Move timestamp read into PPS code proper by George Spelvin · 11 years ago
  64. 9800121 tty: Use raw spin lock to protect the TTY read section by Ivo Sieben · 11 years ago
  65. 1651d0a Revert "n_tty: Unthrottle tty when flushing read buffer" by Greg Kroah-Hartman · 11 years ago
  66. 58f82be n_tty: Unthrottle tty when flushing read buffer by Karthik Manamcheri · 11 years ago
  67. cadf748 tty: add missing newlines to WARN_RATELIMIT by Sasha Levin · 12 years ago
  68. ecbbfd4 TTY: move tty buffers to tty_port by Jiri Slaby · 12 years ago
  69. 57c9412 TTY: n_tty, propagate n_tty_data by Jiri Slaby · 12 years ago
  70. bddc715 TTY: move ldisc data from tty_struct: locks by Jiri Slaby · 12 years ago
  71. ba2e68a TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuff by Jiri Slaby · 12 years ago
  72. 3fe780b TTY: move ldisc data from tty_struct: bitmaps by Jiri Slaby · 12 years ago
  73. 53c5ee2 TTY: move ldisc data from tty_struct: simple members by Jiri Slaby · 12 years ago
  74. 70ece7a TTY: n_tty, add ldisc data to n_tty by Jiri Slaby · 12 years ago
  75. 6c633f2 TTY: audit, stop accessing tty->icount by Jiri Slaby · 12 years ago
  76. 3383427 TTY: n_tty, remove bogus checks by Jiri Slaby · 12 years ago
  77. b91939f TTY: n_tty, simplify read_buf+echo_buf allocation by Jiri Slaby · 12 years ago
  78. e9490e9 Remove BUG_ON from n_tty_read() by Stanislav Kozina · 12 years ago
  79. 090abf7 n_tty: Don't lose characters when PARMRK is enabled by Jaeden Amero · 12 years ago
  80. 00aaae0 tty: Fix possible race in n_tty_read() by Stanislav Kozina · 12 years ago
  81. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  82. 0a44ab4 tty: note race we need to fix by Alan Cox · 12 years ago
  83. 3fa10cc TTY: n_tty, do not dereference user buffer by Jiri Slaby · 12 years ago
  84. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  85. bbd2075 drivers/tty: Remove unneeded spaces by Thorsten Wißmann · 12 years ago
  86. d5ef642 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  87. 7b292b4 tty: fix "IRQ45: nobody cared" by Andrew McGregor · 13 years ago
  88. 2872628 TTY: ntty, add one more sanity check by Jiri Slaby · 13 years ago
  89. 55db4c6 Revert "tty: make receive_buf() return the amout of bytes received" by Linus Torvalds · 13 years ago
  90. b1c43f8 tty: make receive_buf() return the amout of bytes received by Felipe Balbi · 13 years ago
  91. a5660b4 tty: fix endless work loop when the buffer fills up by Linus Torvalds · 13 years ago
  92. 96fd7ce TTY: create drivers/tty and move the tty core files there by Greg Kroah-Hartman · 14 years ago[Renamed from drivers/char/n_tty.c]
  93. 26df6d1 tty: Add EXTPROC support for LINEMODE by hyc@symas.com · 14 years ago
  94. 572b9ad ldisc n_tty: add new method n_tty_inherit_ops() by Rodolfo Giometti · 14 years ago
  95. 62b2635 n_tty: move echoctl check and clean up logic by Joe Peterson · 15 years ago
  96. ee5aa7b n_tty: honor opost flag for echoes by Joe Peterson · 15 years ago
  97. 37f81fa n_tty: do O_ONLCR translation as a single write by Linus Torvalds · 15 years ago
  98. e043e42 pty: avoid forcing 'low_latency' tty flag by OGAWA Hirofumi · 15 years ago
  99. 8077088 n_tty: Fix echo race by Alan Cox · 15 years ago
  100. 0b4068a tty: simplify buffer allocator cleanups by Alan Cox · 15 years ago