1. 89f64ca tty: Fix ->pgrp locking in tiocspgrp() by Jann Horn · 3 years, 6 months ago
  2. 45728c3 Merge android-4.9.169 (1ef64da) into msm-4.9 by jianzhou · 5 years ago
  3. 9b7984e tty: ldisc: add sysctl to prevent autoloading of ldiscs by Greg Kroah-Hartman · 5 years ago
  4. 2f8eb1c Merge android-4.9.155 (32e6695) into msm-4.9 by jianzhou · 5 years ago
  5. 902a0ce Merge android-4.9.152 (fd37e28) into msm-4.9 by jianzhou · 5 years ago
  6. 0609c03 tty: Handle problem if line discipline does not have receive_buf by Greg Kroah-Hartman · 5 years ago
  7. a172c5d tty: Don't hold ldisc lock in tty_reopen() if ldisc present by Dmitry Safonov · 5 years ago
  8. 383cf64 tty: Simplify tty->count math in tty_reopen() by Dmitry Safonov · 6 years ago
  9. b4ff011 tty: Hold tty_ldisc_lock() during tty_reopen() by Dmitry Safonov · 6 years ago
  10. f41ab60 Merge android-4.9.145 (6328e64) into msm-4.9 by jianzhou · 5 years ago
  11. dab446f tty: Fix race between tty release and echo_delayed_work by Neeraj Upadhyay · 6 years ago
  12. 9206016 tty: check name length in tty_find_polling_driver() by Miles Chen · 6 years ago
  13. 381d8ec tty: Drop tty->count on tty_reopen() failure by Dmitry Safonov · 6 years ago
  14. 6a506d4 tty: Don't call panic() at tty_ldisc_init() by Tetsuo Handa · 6 years ago
  15. a7e1906 tty: make n_tty_read() always abort if hangup is in progress by Tejun Heo · 6 years ago
  16. d69cf85 pty: cancel pty slave port buf's work in tty_release by Sahara · 6 years ago
  17. 55eaecf tty: fix data race between tty_init_dev and flush of buf by Gaurav Kohli · 6 years ago
  18. 10ee082 Merge 4.6-rc7 into tty-next by Greg Kroah-Hartman · 8 years ago
  19. 25f3ecc tty: Remove stale parameter comment by Peter Hurley · 8 years ago
  20. 0f0380b tty: Remove unused TTY_NUMBER() macro by Peter Hurley · 8 years ago
  21. 18900ca tty: Replace TTY_IO_ERROR bit tests with tty_io_error() by Peter Hurley · 8 years ago
  22. 8ead9dd devpts: more pty driver interface cleanups by Linus Torvalds · 8 years ago
  23. 5e00bbf tty: Fix merge of "tty: Refactor tty_open()" by Peter Hurley · 8 years ago
  24. da5a0fc tty: Fix UML console breakage by Peter Hurley · 8 years ago
  25. a8f3a29 tty: Fix ioctl(FIOASYNC) on hungup file by Peter Hurley · 8 years ago
  26. f557474 tty: Add fasync() hung up file operation by Peter Hurley · 8 years ago
  27. bee6741 tty, n_tty: Remove fasync() ldisc notification by Peter Hurley · 8 years ago
  28. 4a51096 tty: Make tty_files_lock per-tty by Peter Hurley · 8 years ago
  29. e802ca0 tty: Move tty_check_change() helper by Peter Hurley · 8 years ago
  30. 2722873 tty: Eliminate global symbol tty_ldisc_N_TTY by Peter Hurley · 8 years ago
  31. d1d027e tty: Unexport system-wide tty_mutex by Peter Hurley · 8 years ago
  32. 133b130 tty: Document c_line == N_TTY initial condition by Peter Hurley · 8 years ago
  33. 892d1fa tty: Destroy ldisc instance on hangup by Peter Hurley · 8 years ago
  34. c12da96 tty: Use 'disc' for line discipline index name by Peter Hurley · 8 years ago
  35. e55afd1 tty: Prepare for destroying line discipline on hangup by Peter Hurley · 8 years ago
  36. ece5340 tty: Reset c_line from driver's init_termios by Peter Hurley · 8 years ago
  37. d6203d0 tty: Refactor tty_open() by Peter Hurley · 8 years ago
  38. 11e1d4a tty: Consolidate noctty checks in tty_open() by Peter Hurley · 8 years ago
  39. 05de87ed tty: Re-declare tty_driver_remove_tty() file scope by Peter Hurley · 8 years ago
  40. a3123fd tty: Fix tty_init_termios() declaration by Peter Hurley · 8 years ago
  41. a99cc5d tty: Remove !tty check from free_tty_struct() by Peter Hurley · 8 years ago
  42. c8b710b tty: Fix ldisc leak in failed tty_init_dev() by Peter Hurley · 8 years ago
  43. 5c17c86 tty: Fix unsafe ldisc reference via ioctl(TIOCGETD) by Peter Hurley · 8 years ago
  44. 7f22f6c tty: Retry failed reopen if tty teardown in-progress by Peter Hurley · 8 years ago
  45. 0bfd464 tty: Wait interruptibly for tty lock on reopen by Peter Hurley · 8 years ago
  46. d1d3a0f tty: Only allow slave pty as controlling tty by Peter Hurley · 9 years ago
  47. 83db1df tty: core: Prefer dev_dbg() over pr_debug() by Peter Hurley · 9 years ago
  48. d435cef tty: Remove __func__ from tty_debug() macro by Peter Hurley · 9 years ago
  49. 89222e6 tty: core: Prefer pr_* to printk(*) by Peter Hurley · 9 years ago
  50. 656fb86 tty: core: Add driver name to invalid device registration message by Peter Hurley · 9 years ago
  51. 9b42bb7 tty: Convert SAK messages to tty_notice() by Peter Hurley · 9 years ago
  52. 339f36b tty: Define tty_*() printk macros by Peter Hurley · 9 years ago
  53. 0a083ed tty: core: Add helper fn to deref tty driver name by Peter Hurley · 9 years ago
  54. 2508065 tty: core: Remove redundant oom message by Peter Hurley · 9 years ago
  55. 82b8f88 tty: Make tty_paranoia_check() file scope by Peter Hurley · 9 years ago
  56. ee0c1a6 tty: Fix tty_send_xchar() lock order inversion by Peter Hurley · 9 years ago
  57. e176058 tty: Abstract tty buffer work by Peter Hurley · 9 years ago
  58. 4b41b95 tty: Prevent tty teardown during tty_write_message() by Peter Hurley · 9 years ago
  59. 1e86b5b tty: core: Use correct spinlock flavor in tiocspgrp() by Peter Hurley · 9 years ago
  60. 2812d9e tty: Combine SIGTTOU/SIGTTIN handling by Peter Hurley · 9 years ago
  61. 0c556271 drivers/tty: require read access for controlling terminal by Jann Horn · 9 years ago
  62. c1a752b tty: don't leak cdev in tty_cdev_add() by Leon Yu · 9 years ago
  63. a3a10ce Avoid usb reset crashes by making tty_io cdevs truly dynamic by Richard Watts · 9 years ago
  64. accff79 tty: Replace #ifdef TTY_DEBUG_HANGUP with tty_debug_hangup() by Peter Hurley · 9 years ago
  65. e2dfa3d tty: core: Add tty_debug() for printk(KERN_DEBUG) messages by Peter Hurley · 9 years ago
  66. 3a6b02d tty: core: Improve debug message content by Peter Hurley · 9 years ago
  67. 6719693 tty: add missing rcu_read_lock for task_pgrp by Patrick Donnelly · 9 years ago
  68. 429b474 tty: remove buf parameter from tty_name() by Rasmus Villemoes · 9 years ago
  69. 917162c tty: return tty->name directly from tty_name by Rasmus Villemoes · 9 years ago
  70. 1d6b987 tty: constify return type of tty_name by Rasmus Villemoes · 9 years ago
  71. fbf4763 tty: clean up the tty time logic a bit by Greg Kroah-Hartman · 9 years ago
  72. 1083a7b tty: Use static attribute groups for sysfs entries by Takashi Iwai · 9 years ago
  73. f0bf0bd tty: fix up atime/mtime mess, take four by Jiri Slaby · 9 years ago
  74. 86f2c00 tty: Prevent hw state corruption in exclusive mode reopen by Peter Hurley · 9 years ago
  75. a211b1a tty: Deletion of unnecessary checks before two function calls by Markus Elfring · 9 years ago
  76. 8a8ae62 tty: warn on deprecated serial flags by Jiri Slaby · 10 years ago
  77. c961bfb tty: Call methods in modern style by Peter Hurley · 10 years ago
  78. 1256937 tty: Replace open-coded test with tty_hung_up_p() by Peter Hurley · 10 years ago
  79. 28e1445 Merge branch 'tty-linus' into 'tty-testing' by Greg Kroah-Hartman · 10 years ago
  80. 86c80a8 tty: Flush ldisc buffer atomically with tty flip buffers by Peter Hurley · 10 years ago
  81. 2aff5e2 tty: Change tty lock order to master->slave by Peter Hurley · 10 years ago
  82. 7ffb6da tty: Simplify tty_release() state checks by Peter Hurley · 10 years ago
  83. 359b9fb tty: Simplify tty_release_checks() interface by Peter Hurley · 10 years ago
  84. 62462ae tty: Simplify tty_ldisc_release() interface by Peter Hurley · 10 years ago
  85. 949aa64 tty: Fold pty pair handling into tty_flush_works() by Peter Hurley · 10 years ago
  86. 324c165 tty: Simplify pty pair teardown logic by Peter Hurley · 10 years ago
  87. deb287e tty: Document check_tty_count() requires tty_lock held by Peter Hurley · 10 years ago
  88. d5e370a tty: Don't release tty locks for wait queue sanity check by Peter Hurley · 10 years ago
  89. 0911261 tty: Don't take tty_mutex for tty count changes by Peter Hurley · 10 years ago
  90. 0498070 tty: Remove TTY_CLOSING by Peter Hurley · 10 years ago
  91. aa3cb81 tty: Drop tty_mutex before tty reopen by Peter Hurley · 10 years ago
  92. 52494ee tty: Re-open /dev/tty without tty_mutex by Peter Hurley · 10 years ago
  93. 216030e tty: Check tty->count instead of TTY_CLOSING in tty_reopen() by Peter Hurley · 10 years ago
  94. 5d93e74 tty: Clarify re-open behavior of master ptys by Peter Hurley · 10 years ago
  95. 3ff51a1 tty: Remove TTY_HUPPING by Peter Hurley · 10 years ago
  96. a361858 tty: Update code comment in __proc_set_tty() by Peter Hurley · 10 years ago
  97. e218eb3 tty: Serialize proc_set_tty() with tty_lock by Peter Hurley · 10 years ago
  98. e1c2296 tty: Move session_of_pgrp() and make static by Peter Hurley · 10 years ago
  99. 2c411c1 tty: Fix multiple races when setting the controlling terminal by Peter Hurley · 10 years ago
  100. ae28fa7 tty: Remove !tty condition from __proc_set_tty() by Peter Hurley · 10 years ago