1. 70ece7a TTY: n_tty, add ldisc data to n_tty by Jiri Slaby · 12 years ago
  2. 6c633f2 TTY: audit, stop accessing tty->icount by Jiri Slaby · 12 years ago
  3. 3383427 TTY: n_tty, remove bogus checks by Jiri Slaby · 12 years ago
  4. b91939f TTY: n_tty, simplify read_buf+echo_buf allocation by Jiri Slaby · 12 years ago
  5. e9490e9 Remove BUG_ON from n_tty_read() by Stanislav Kozina · 12 years ago
  6. 090abf7 n_tty: Don't lose characters when PARMRK is enabled by Jaeden Amero · 12 years ago
  7. 00aaae0 tty: Fix possible race in n_tty_read() by Stanislav Kozina · 12 years ago
  8. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  9. 0a44ab4 tty: note race we need to fix by Alan Cox · 12 years ago
  10. 3fa10cc TTY: n_tty, do not dereference user buffer by Jiri Slaby · 12 years ago
  11. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  12. bbd2075 drivers/tty: Remove unneeded spaces by Thorsten Wißmann · 13 years ago
  13. 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
  14. 7b292b4 tty: fix "IRQ45: nobody cared" by Andrew McGregor · 13 years ago
  15. 2872628 TTY: ntty, add one more sanity check by Jiri Slaby · 13 years ago
  16. 55db4c6 Revert "tty: make receive_buf() return the amout of bytes received" by Linus Torvalds · 13 years ago
  17. b1c43f8 tty: make receive_buf() return the amout of bytes received by Felipe Balbi · 13 years ago
  18. a5660b4 tty: fix endless work loop when the buffer fills up by Linus Torvalds · 13 years ago
  19. 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]
  20. 26df6d1 tty: Add EXTPROC support for LINEMODE by hyc@symas.com · 14 years ago
  21. 572b9ad ldisc n_tty: add new method n_tty_inherit_ops() by Rodolfo Giometti · 14 years ago
  22. 62b2635 n_tty: move echoctl check and clean up logic by Joe Peterson · 15 years ago
  23. ee5aa7b n_tty: honor opost flag for echoes by Joe Peterson · 15 years ago
  24. 37f81fa n_tty: do O_ONLCR translation as a single write by Linus Torvalds · 15 years ago
  25. e043e42 pty: avoid forcing 'low_latency' tty flag by OGAWA Hirofumi · 15 years ago
  26. 8077088 n_tty: Fix echo race by Alan Cox · 15 years ago
  27. 0b4068a tty: simplify buffer allocator cleanups by Alan Cox · 15 years ago
  28. c481c70 tty: remove buffer special casing by Alan Cox · 15 years ago
  29. ff8cb0f tty: N_TTY SIGIO only works for read by Thomas Pfaff · 15 years ago
  30. 7e94b1d n_tty: Output bells immediately on a full buffer by Joe Peterson · 15 years ago
  31. acc71bb n_tty: Fix hanfling of buffer full corner cases by Joe Peterson · 15 years ago
  32. a59c0d6 n_tty: Fix handling of control characters and continuations by Joe Peterson · 15 years ago
  33. 300a620 n_tty: clean up coding style by Alan Cox · 15 years ago
  34. a88a69c n_tty: Fix loss of echoed characters and remove bkl from n_tty by Joe Peterson · 15 years ago
  35. 11a96d1 tty: rename the remaining oddly named n_tty functions by Alan Cox · 16 years ago
  36. 17b8206 tty: Minor tidyups and document fixes for n_tty by Alan Cox · 16 years ago
  37. 47afa7a tty: some ICANON magic is in the wrong places by Alan Cox · 16 years ago
  38. a352def tty: Ldisc revamp by Alan Cox · 16 years ago
  39. 487ad7e tty: fix BKL related leak and crash by Ingo Molnar · 16 years ago
  40. 39c2e60 tty: add throttle/unthrottle helpers by Alan Cox · 16 years ago
  41. f34d7a5 tty: The big operations rework by Alan Cox · 16 years ago
  42. 575537b3 Resume TTY on SUSP and fix CRNL order in N_TTY line discipline by Joe Peterson · 16 years ago
  43. 04f378b tty: BKL pushdown by Alan Cox · 16 years ago
  44. cc4191d drivers/char/n_tty.c misannotated prototype by Al Viro · 16 years ago
  45. 4edf182 n_tty: clean up old code to follow coding style and (mostly) checkpatch by Alan Cox · 16 years ago
  46. 54d2a37 Fix IXANY and restart after signal (e.g. ctrl-C) in n_tty line discipline by Joe Peterson · 16 years ago
  47. ec5b115 tty: enable the echoing of ^C in the N_TTY discipline by Joe Peterson · 16 years ago
  48. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  49. 522ed77 Audit: add TTY input auditing by Miloslav Trmac · 17 years ago
  50. 9c1729d Prevent an O_NDELAY writer from blocking when a tty write is blocked by the tty atomic writer mutex by Alan Cox · 17 years ago
  51. 040b636 tty: fix leakage of -ERESTARTSYS to userland by Oleg Nesterov · 17 years ago
  52. e10cc1d tty: add compat_ioctl by Paul Fulghum · 17 years ago
  53. ab521dc [PATCH] tty: update the tty layer to work with struct pid by Eric W. Biederman · 17 years ago
  54. 3e7cd6c [PATCH] pid: replace is_orphaned_pgrp with is_current_pgrp_orphaned by Eric W. Biederman · 17 years ago
  55. 34f8f0a [PATCH] tty: remove useless memory barrier by Ralf Baechle · 18 years ago
  56. 606d099 [PATCH] tty: switch to ktermios by Alan Cox · 18 years ago
  57. 817d6d3 [PATCH] remove TTY_DONT_FLIP by Paul Fulghum · 18 years ago
  58. 289a1e9 [PATCH] Fix for the PPTP hangs that have been reported by Paul Mackerras · 18 years ago
  59. 70522e1 [PATCH] sem2mutex: tty by Ingo Molnar · 18 years ago
  60. 33f0f88 [PATCH] TTY layer buffering revamp by Alan Cox · 18 years ago
  61. b4e3ca1 [PATCH] gfp_t: remaining bits of drivers/* by Al Viro · 19 years ago
  62. 621a4d1 [PATCH] char/n_tty: fix sparse warnings (__nocast type) by Victor Fusco · 19 years ago
  63. d6afe27 [PATCH] tty output lossage fix by Roman Zippel · 19 years ago
  64. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago