1. dbfcd85 tty: Move pty-specific set_termios() handling to pty driver by Peter Hurley · 10 years ago
  2. 6460fbb tty: WARN for attempted set_termios() of pty master by Peter Hurley · 10 years ago
  3. 5b23954 tty: Replace open-coded tty_get_pgrp() by Peter Hurley · 10 years ago
  4. 01adc80 tty: Move packet mode flow control notifications to pty driver by Peter Hurley · 10 years ago
  5. 07584d4 drivers: tty: Fix use-after-free in pty_common_install by Rasmus Villemoes · 10 years ago
  6. 2c964a2 drivers: tty: Merge alloc_tty_struct and initialize_tty_struct by Rasmus Villemoes · 10 years ago
  7. dee4a0b tty: Fix lock order in tty_do_resize() by Peter Hurley · 11 years ago
  8. 5ede525 tty: Remove extra wakeup from pty write() path by Peter Hurley · 11 years ago
  9. 7bfe0b7 tty: Track flip buffer memory limit atomically by Peter Hurley · 11 years ago
  10. 6a1c068 tty: Convert termios_mutex to termios_rwsem by Peter Hurley · 11 years ago
  11. 7c61c3d tty: Fix transient pty write() EIO by Peter Hurley · 11 years ago
  12. b0b8856 tty: fix up atime/mtime mess, take three by Linus Torvalds · 11 years ago
  13. f4b208e TTY: pty, fix compilation warning by Jiri Slaby · 11 years ago
  14. 19ffd68 pty: Remove redundant itty reset by Peter Hurley · 12 years ago
  15. 80cace7 pty: Ignore slave open count for master pty open by Peter Hurley · 12 years ago
  16. 6993903 pty: Ignore slave pty close() if never successfully opened by Peter Hurley · 12 years ago
  17. 7acf6cd pty: Fix BUG()s when ptmx_open() errors out by Peter Hurley · 12 years ago
  18. 9f9cba8 Merge 3.8-rc5 into tty-next by Greg Kroah-Hartman · 12 years ago
  19. ded2f29 pty: return EINVAL for TIOCGPTN for BSD ptys by Jiri Slaby · 12 years ago
  20. b81273a TTY: do not reset master's packet mode by Jiri Slaby · 12 years ago
  21. b9f8033 tty: cleanup checkpatch warning in pty.c by Cong Ding · 12 years ago
  22. 82f8c35 tty: cleanup the panic message by Cong Ding · 12 years ago
  23. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  24. 05c7cd3 TTY: switch tty_insert_flip_string by Jiri Slaby · 12 years ago
  25. 159a8e9 pty: Mark pty_resize static by Josh Triplett · 12 years ago
  26. 81c7983 TTY: pty, fix tty buffers leak by Jiri Slaby · 12 years ago
  27. 84fd7bd tty: Add get- ioctls to fetch tty status v3 by Cyrill Gorcunov · 12 years ago
  28. 06026d9 tty: pty - Move TIOCPKT handling into pty.c by Cyrill Gorcunov · 12 years ago
  29. ecbbfd4 TTY: move tty buffers to tty_port by Jiri Slaby · 12 years ago
  30. 967fab6 TTY: add port -> tty link by Jiri Slaby · 12 years ago
  31. fa2ecfc5a TTY: move devpts kill to pty by Jiri Slaby · 12 years ago
  32. f11afb6 TTY: devpts, do not set driver_data by Jiri Slaby · 12 years ago
  33. 162b97c TTY: devpts, return created inode from devpts_pty_new by Jiri Slaby · 12 years ago
  34. 8fcbaa2 TTY: devpts, don't care about TTY in devpts_get_tty by Jiri Slaby · 12 years ago
  35. 05fb79e pty: Fix locking bug on error path by Alan Cox · 12 years ago
  36. c3a6344 TTY: tty_alloc_driver() returns error pointers by Dan Carpenter · 12 years ago
  37. 21aca2f TTY: pty, switch to tty_alloc_driver by Jiri Slaby · 12 years ago
  38. 6f9ea7a TTY: pty, stop passing NULL to free_tty_struct by Jiri Slaby · 12 years ago
  39. 89c8d91 tty: localise the lock by Alan Cox · 12 years ago
  40. d155255 tty: Fix race in tty release by Alan Cox · 12 years ago
  41. 36b3c07 tty: Move the handling of the tty release logic by Alan Cox · 12 years ago
  42. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  43. 6d31a88 tty: revert incorrectly applied lock patch by Alan Cox · 12 years ago
  44. 79d7532 tty: double unlock on error in ptmx_open() by Dan Carpenter · 12 years ago
  45. f5e3bcc tty: localise the lock by Alan Cox · 12 years ago
  46. d03702a PTY: add tty_port by Jiri Slaby · 12 years ago
  47. 5d249bc PTY: merge pty_install implementations by Jiri Slaby · 12 years ago
  48. 7171604 PTY: remove one empty ops->remove by Jiri Slaby · 12 years ago
  49. f309532 tty: Revert the tty locking series, it needs more work by Linus Torvalds · 12 years ago
  50. d3ca8b6 pty: Fix lock inversion by Alan Cox · 12 years ago
  51. b1d679a tty: drop the pty lock during hangup by Alan Cox · 12 years ago
  52. d29f3ef tty_lock: Localise the lock by Alan Cox · 12 years ago
  53. d739e65 pty: Lock the devpts bits privately by Alan Cox · 12 years ago
  54. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  55. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 13 years ago
  56. ce1000d Revert "TTY: pty, remove superfluous ptm test" by Greg Kroah-Hartman · 13 years ago
  57. 0ef1698 Revert "TTY: get rid of BTM around devpts_*" by Greg Kroah-Hartman · 13 years ago
  58. d3bda52 TTY: get rid of BTM around devpts_* by Jiri Slaby · 13 years ago
  59. a50f724 TTY: pty, remove superfluous ptm test by Jiri Slaby · 13 years ago
  60. a4834c1 tty: move pty count limiting into devpts by Konstantin Khlebnikov · 13 years ago
  61. 593a27c tty: cleanup prohibition of direct opening for unix98 pty master by Konstantin Khlebnikov · 13 years ago
  62. 484af54 TTY: pty, cleanup the pty counting by Jiri Slaby · 13 years ago
  63. efb8d21 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  64. 1177c0e TTY: pty, release tty in all ptmx_open fail paths by Jiri Slaby · 13 years ago
  65. fa90e1c TTY: make tty_add_file non-failing by Jiri Slaby · 13 years ago
  66. 24d406a TTY: pty, fix pty counting by Jiri Slaby · 13 years ago
  67. 99edb3d tty: remove invalid location line in file header by Jovi Zhang · 13 years ago
  68. a9dccdd TTY: plug in deinitialize_tty_struct by Jiri Slaby · 14 years ago
  69. c18d77a TTY: unify pty_unix98_install fail path handling by Jiri Slaby · 14 years ago
  70. 8a1b8d7 TTY: unify pty_install fail path handling by Jiri Slaby · 14 years ago
  71. f74b944 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  72. 5edc341 drivers: remove extraneous includes of smp_lock.h by Arnd Bergmann · 14 years ago
  73. 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 14 years ago
  74. 96fd7ce TTY: create drivers/tty and move the tty core files there by Greg Kroah-Hartman · 14 years ago[Renamed from drivers/char/pty.c]
  75. f573bd1 tty: Remove __GFP_NOFAIL from tty_add_file() by Pekka Enberg · 14 years ago
  76. d996b62 tty: fix fu_list abuse by Nick Piggin · 14 years ago
  77. ee2ffa0 fs: cleanup files_lock locking by Nick Piggin · 14 years ago
  78. 11dbf20 tty: avoid recursive BTM in pty_close by Arnd Bergmann · 14 years ago
  79. ddcd9fb tty: remove tty_lock_nested by Arnd Bergmann · 14 years ago
  80. 64ba3dc tty: never hold BTM while getting tty_mutex by Arnd Bergmann · 14 years ago
  81. ec79d60 tty: replace BKL with a new tty_lock by Arnd Bergmann · 14 years ago
  82. 26df6d1 tty: Add EXTPROC support for LINEMODE by hyc@symas.com · 14 years ago
  83. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  84. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 15 years ago
  85. eeb89d9 tty: push the BKL down into the handlers a bit by Alan Cox · 15 years ago
  86. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
  87. 894d249 sysctl drivers: Remove dead binary sysctl support by Eric W. Biederman · 15 years ago
  88. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  89. 342a597 pty: reconnect the BSD TIOCSPTLCK handling to legacy ptys by Linus Torvalds · 15 years ago
  90. 202c467 pty_write: don't do a tty_wakeup() when the buffers are full by Linus Torvalds · 15 years ago
  91. ac89a91 pty: don't limit the writes to 'pty_space()' inside 'pty_write()' by Linus Torvalds · 15 years ago
  92. 85dfd81 pty: fix data loss when stopped (^S/^Q) by Linus Torvalds · 15 years ago
  93. e043e42 pty: avoid forcing 'low_latency' tty flag by OGAWA Hirofumi · 15 years ago
  94. 3a54297 pty: quickfix for the pty ENXIO timing problems by Alan Cox · 15 years ago
  95. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  96. d945cb9 pty: Rework the pty layer to use the normal buffering logic by Alan Cox · 15 years ago
  97. 762faae pty: Narrow the race on ldisc locking by Alan Cox · 15 years ago
  98. c65c9bc tty: rewrite the ldisc locking by Alan Cox · 15 years ago
  99. 620df3c pty: Fix a comment by Alan Cox · 15 years ago
  100. c774bda pty: Fix documentation by Alan Cox · 16 years ago