1. a3a10ce Avoid usb reset crashes by making tty_io cdevs truly dynamic by Richard Watts · 9 years ago
  2. accff79 tty: Replace #ifdef TTY_DEBUG_HANGUP with tty_debug_hangup() by Peter Hurley · 9 years ago
  3. e2dfa3d tty: core: Add tty_debug() for printk(KERN_DEBUG) messages by Peter Hurley · 9 years ago
  4. 3a6b02d tty: core: Improve debug message content by Peter Hurley · 9 years ago
  5. 6719693 tty: add missing rcu_read_lock for task_pgrp by Patrick Donnelly · 9 years ago
  6. 429b474 tty: remove buf parameter from tty_name() by Rasmus Villemoes · 9 years ago
  7. 917162c tty: return tty->name directly from tty_name by Rasmus Villemoes · 9 years ago
  8. 1d6b987 tty: constify return type of tty_name by Rasmus Villemoes · 9 years ago
  9. fbf4763 tty: clean up the tty time logic a bit by Greg Kroah-Hartman · 9 years ago
  10. 1083a7b tty: Use static attribute groups for sysfs entries by Takashi Iwai · 9 years ago
  11. f0bf0bd tty: fix up atime/mtime mess, take four by Jiri Slaby · 9 years ago
  12. 86f2c00 tty: Prevent hw state corruption in exclusive mode reopen by Peter Hurley · 10 years ago
  13. a211b1a tty: Deletion of unnecessary checks before two function calls by Markus Elfring · 10 years ago
  14. 8a8ae62 tty: warn on deprecated serial flags by Jiri Slaby · 10 years ago
  15. c961bfb tty: Call methods in modern style by Peter Hurley · 10 years ago
  16. 1256937 tty: Replace open-coded test with tty_hung_up_p() by Peter Hurley · 10 years ago
  17. 28e1445 Merge branch 'tty-linus' into 'tty-testing' by Greg Kroah-Hartman · 10 years ago
  18. 86c80a8 tty: Flush ldisc buffer atomically with tty flip buffers by Peter Hurley · 10 years ago
  19. 2aff5e2 tty: Change tty lock order to master->slave by Peter Hurley · 10 years ago
  20. 7ffb6da tty: Simplify tty_release() state checks by Peter Hurley · 10 years ago
  21. 359b9fb tty: Simplify tty_release_checks() interface by Peter Hurley · 10 years ago
  22. 62462ae tty: Simplify tty_ldisc_release() interface by Peter Hurley · 10 years ago
  23. 949aa64 tty: Fold pty pair handling into tty_flush_works() by Peter Hurley · 10 years ago
  24. 324c165 tty: Simplify pty pair teardown logic by Peter Hurley · 10 years ago
  25. deb287e tty: Document check_tty_count() requires tty_lock held by Peter Hurley · 10 years ago
  26. d5e370a tty: Don't release tty locks for wait queue sanity check by Peter Hurley · 10 years ago
  27. 0911261 tty: Don't take tty_mutex for tty count changes by Peter Hurley · 10 years ago
  28. 0498070 tty: Remove TTY_CLOSING by Peter Hurley · 10 years ago
  29. aa3cb81 tty: Drop tty_mutex before tty reopen by Peter Hurley · 10 years ago
  30. 52494ee tty: Re-open /dev/tty without tty_mutex by Peter Hurley · 10 years ago
  31. 216030e tty: Check tty->count instead of TTY_CLOSING in tty_reopen() by Peter Hurley · 10 years ago
  32. 5d93e74 tty: Clarify re-open behavior of master ptys by Peter Hurley · 10 years ago
  33. 3ff51a1 tty: Remove TTY_HUPPING by Peter Hurley · 10 years ago
  34. a361858 tty: Update code comment in __proc_set_tty() by Peter Hurley · 10 years ago
  35. e218eb3 tty: Serialize proc_set_tty() with tty_lock by Peter Hurley · 10 years ago
  36. e1c2296 tty: Move session_of_pgrp() and make static by Peter Hurley · 10 years ago
  37. 2c411c1 tty: Fix multiple races when setting the controlling terminal by Peter Hurley · 10 years ago
  38. ae28fa7 tty: Remove !tty condition from __proc_set_tty() by Peter Hurley · 10 years ago
  39. 5b23954 tty: Replace open-coded tty_get_pgrp() by Peter Hurley · 10 years ago
  40. bce65f1 tty: Remove tsk parameter from proc_set_tty() by Peter Hurley · 10 years ago
  41. 11d9bef tty: Reorder proc_set_tty() and related fns by Peter Hurley · 10 years ago
  42. 8f166e0 tty: Remove tty_pair_get_tty()/tty_pair_get_pty() api by Peter Hurley · 10 years ago
  43. 369e2b8 tty: Remove sparse lock annotations from tty_write_lock()/_unlock() by Peter Hurley · 10 years ago
  44. 494c1ea tty: Prevent "read/write wait queue active!" log flooding by Peter Hurley · 10 years ago
  45. 37b1645 tty: Fix high cpu load if tty is unreleaseable by Peter Hurley · 10 years ago
  46. ef4a48c Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  47. 136d525 tty: Move and rename send_prio_char() as tty_send_xchar() by Peter Hurley · 10 years ago
  48. 01adc80 tty: Move packet mode flow control notifications to pty driver by Peter Hurley · 10 years ago
  49. f9e053d tty: Serialize tty flow control changes with flow_lock by Peter Hurley · 10 years ago
  50. e0b93ed security: make security_file_set_fowner, f_setown and __f_setown void return by Jeff Layton · 10 years ago
  51. b216df5 tty: Fix potential use after free in release_one_tty by Cyrill Gorcunov · 10 years ago
  52. 2c964a2 drivers: tty: Merge alloc_tty_struct and initialize_tty_struct by Rasmus Villemoes · 10 years ago
  53. 7c6d340 tty: Call hangup method in modern style by Peter Hurley · 10 years ago
  54. c70dbb1 tty: fix memleak in alloc_pid by Chen Tingjie · 10 years ago
  55. 723abd8 tty: Set correct tty name in 'active' sysfs attribute by Hannes Reinecke · 10 years ago
  56. 5c0a245 Revert "tty: Set correct tty name in 'active' sysfs attribute" by Greg Kroah-Hartman · 10 years ago
  57. d8a5dc30 tty: Set correct tty name in 'active' sysfs attribute by Hannes Reinecke · 10 years ago
  58. d4855e1 tty: Reset hupped state on open by Peter Hurley · 11 years ago
  59. 03e1261 tty: disassociate_ctty() sends the extra SIGCONT by Oleg Nesterov · 11 years ago
  60. cb50e52 tty: Only hangup once by Peter Hurley · 11 years ago
  61. dee4a0b tty: Fix lock order in tty_do_resize() by Peter Hurley · 11 years ago
  62. 40d5e09 n_tty: Fix EOF push handling by Peter Hurley · 11 years ago
  63. d8c1f92 tty: Only guarantee termios read safety for throttle/unthrottle by Peter Hurley · 11 years ago
  64. 6a1c068 tty: Convert termios_mutex to termios_rwsem by Peter Hurley · 11 years ago
  65. 3669752 tty: Replace ldisc locking with ldisc_sem by Peter Hurley · 11 years ago
  66. 137084b tty: Fix tty_ldisc_lock name collision by Peter Hurley · 11 years ago
  67. 64e377d tty: Reset itty for other pty by Peter Hurley · 11 years ago
  68. f6c8dbe n_tty: Encapsulate minimum_to_wake within N_TTY by Peter Hurley · 11 years ago
  69. b0b8856 tty: fix up atime/mtime mess, take three by Linus Torvalds · 11 years ago
  70. 507ffe4 Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  71. 37b7f3c TTY: fix atime/mtime regression by Jiri Slaby · 11 years ago
  72. 44a459f tty: tty_vhangup_session can be static by Changlong Xie · 11 years ago
  73. 8842dda tty: Don't protect atomic operation with mutex by Peter Hurley · 11 years ago
  74. 96433d1 tty: Bracket ldisc release with TTY_DEBUG_HANGUP messages by Peter Hurley · 11 years ago
  75. a2965b7 tty: Make core responsible for synchronizing its work by Peter Hurley · 11 years ago
  76. 4f98d46 tty: Complete ownership transfer of flip buffers by Peter Hurley · 11 years ago
  77. d912156 tty: Don't reenable already enabled ldisc by Peter Hurley · 11 years ago
  78. 25fdf24 tty: Signal SIGHUP before hanging up ldisc by Peter Hurley · 11 years ago
  79. f91e259 tty: Signal foreground group processes in hangup by Peter Hurley · 11 years ago
  80. bc30c3b tty: Use spin_lock() inside existing critical region by Peter Hurley · 11 years ago
  81. 20cc225 tty: Fix spinlock flavor in non-atomic __tty_hangup() by Peter Hurley · 11 years ago
  82. ea648a4 tty: Refactor session leader SIGHUP from __tty_hangup() by Peter Hurley · 11 years ago
  83. 6131ffa more file_inode() open-coded instances by Al Viro · 11 years ago
  84. 81ec44a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  85. 21eaab6 Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  86. b0de59b TTY: do not update atime/mtime on read/write by Jiri Slaby · 11 years ago
  87. 4d334fd s390/3270: asynchronous size sensing by Martin Schwidefsky · 12 years ago
  88. 6e9430a TTY: mark tty_get_device call with the proper const values by Greg Kroah-Hartman · 11 years ago
  89. ef4f527 tty: Fix comments that reference BKL, eventd, old paths by Kevin Cernekee · 12 years ago
  90. 2520e27 tty: Mark tty_del_file and __tty_hangup static by Josh Triplett · 12 years ago
  91. 84fd7bd tty: Add get- ioctls to fetch tty status v3 by Cyrill Gorcunov · 12 years ago
  92. ecbbfd4 TTY: move tty buffers to tty_port by Jiri Slaby · 12 years ago
  93. 967fab6 TTY: add port -> tty link by Jiri Slaby · 12 years ago
  94. bddc715 TTY: move ldisc data from tty_struct: locks by Jiri Slaby · 12 years ago
  95. 53c5ee2 TTY: move ldisc data from tty_struct: simple members by Jiri Slaby · 12 years ago
  96. fa2ecfc5a TTY: move devpts kill to pty by Jiri Slaby · 12 years ago
  97. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  98. cb0942b make get_file() return its argument by Al Viro · 12 years ago
  99. c3c073f new helper: iterate_fd() by Al Viro · 12 years ago
  100. b1b7991 tty_register_device_attr updated for tty-next by Tomas Hlavacek · 12 years ago