1. f51ccf4 USB: serial: console: fix reported terminal settings by Johan Hovold · 6 years ago
  2. 5bd4af3 Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 6 years ago
  3. 44adbac8 Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  4. ba9f6f8 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  5. f0193d3 change semantics of ldisc ->compat_ioctl() by Al Viro · 6 years ago
  6. a309619 remove fallback to drivers for TIOCGICOUNT by Al Viro · 6 years ago
  7. 7765435 take compat TIOC[SG]SERIAL treatment into tty_compat_ioctl() by Al Viro · 6 years ago
  8. 930236a complete ->[sg]et_serial() switchover by Al Viro · 6 years ago
  9. 33a1a7b tty: check name length in tty_find_polling_driver() by Miles Chen · 6 years ago
  10. fe32416 tty: Drop tty->count on tty_reopen() failure by Dmitry Safonov · 6 years ago
  11. a8ebd17 tty_io: Use group_send_sig_info in __do_SACK to note it is a session being killed by Eric W. Biederman · 7 years ago
  12. 2f46a2c tty_ioctl(): start taking TIOC[SG]SERIAL into separate methods by Al Viro · 6 years ago
  13. a913bc7 tty_ioctl(): drop FIONBIO handling by Al Viro · 6 years ago
  14. e211203 move compat handling of tty ioctls to tty_compat_ioctl() by Al Viro · 6 years ago
  15. 0214f46 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  16. 0191913 signal: Use PIDTYPE_TGID to clearly store where file signals will be sent by Eric W. Biederman · 8 years ago
  17. c884f87 tty: use 64-bit timstamp by Arnd Bergmann · 7 years ago
  18. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  19. 903f9db tty: Don't call panic() at tty_ldisc_init() by Tetsuo Handa · 7 years ago
  20. 28b0f8a tty: make n_tty_read() always abort if hangup is in progress by Tejun Heo · 7 years ago
  21. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  22. db59332 Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  23. b027e22 tty: fix data race between tty_init_dev and flush of buf by Gaurav Kohli · 7 years ago
  24. 2b022ab pty: cancel pty slave port buf's work in tty_release by Sahara · 7 years ago
  25. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 8 years ago
  26. e6c8adc anntotate the places where ->poll() return values go by Al Viro · 8 years ago
  27. e3b3d0f tty: add SPDX identifiers to all remaining files in drivers/tty/ by Greg Kroah-Hartman · 7 years ago
  28. bf1d6b2 Merge tag 'staging-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  29. e63a94f1 Merge tag 'tty-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  30. d01c328 pty: show associative slave of ptmx in fdinfo by Masatake YAMATO · 8 years ago
  31. a033c3b tty: undo export of tty_open_by_driver by Okash Khawaja · 8 years ago
  32. a09ac39 tty: resolve tty contention between kernel and user space by Okash Khawaja · 8 years ago
  33. 311fc65 pty: Repair TIOCGPTPEER by Eric W. Biederman · 8 years ago
  34. fc61ed5 tty: add function to convert device name to number by Okash Khawaja · 8 years ago
  35. 12e84c7 tty: export tty_open_by_driver by Okash Khawaja · 8 years ago
  36. a1235b3 tty: split job control support into a file of its own by Nicolas Pitre · 8 years ago
  37. 0c68861 console: move console_init() out of tty_io.c by Nicolas Pitre · 8 years ago
  38. 87838ae tty: fix comment typo s/repsonsible/responsible/ by Thadeu Lima de Souza Cascardo · 8 years ago
  39. 93857ed tty: reset termios state on device registration by Johan Hovold · 8 years ago
  40. 16b00ae tty: drop obsolete termios_locked comments by Johan Hovold · 8 years ago
  41. 6a7e6f7 tty: close race between device register and open by Johan Hovold · 8 years ago
  42. d437fa9 drivers/tty: Convert remaining uses of pr_warning to pr_warn by Joe Perches · 8 years ago
  43. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  44. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  45. ed3f0af tty_port: allow a port to be opened with a tty that has no file handle by Alan Cox · 8 years ago
  46. 9ed90d2 tty: move the non-file related parts of tty_release to new tty_release_struct by Rob Herring · 8 years ago
  47. 10ee082 Merge 4.6-rc7 into tty-next by Greg Kroah-Hartman · 9 years ago
  48. 25f3ecc tty: Remove stale parameter comment by Peter Hurley · 9 years ago
  49. 0f0380b tty: Remove unused TTY_NUMBER() macro by Peter Hurley · 9 years ago
  50. 18900ca tty: Replace TTY_IO_ERROR bit tests with tty_io_error() by Peter Hurley · 9 years ago
  51. 8ead9dd devpts: more pty driver interface cleanups by Linus Torvalds · 9 years ago
  52. 5e00bbfb tty: Fix merge of "tty: Refactor tty_open()" by Peter Hurley · 9 years ago
  53. da5a0fc tty: Fix UML console breakage by Peter Hurley · 9 years ago
  54. a8f3a29 tty: Fix ioctl(FIOASYNC) on hungup file by Peter Hurley · 9 years ago
  55. f557474 tty: Add fasync() hung up file operation by Peter Hurley · 9 years ago
  56. bee6741c tty, n_tty: Remove fasync() ldisc notification by Peter Hurley · 9 years ago
  57. 4a51096 tty: Make tty_files_lock per-tty by Peter Hurley · 9 years ago
  58. e802ca0 tty: Move tty_check_change() helper by Peter Hurley · 9 years ago
  59. 2722873 tty: Eliminate global symbol tty_ldisc_N_TTY by Peter Hurley · 9 years ago
  60. d1d027e tty: Unexport system-wide tty_mutex by Peter Hurley · 9 years ago
  61. 133b130 tty: Document c_line == N_TTY initial condition by Peter Hurley · 9 years ago
  62. 892d1fa tty: Destroy ldisc instance on hangup by Peter Hurley · 9 years ago
  63. c12da96 tty: Use 'disc' for line discipline index name by Peter Hurley · 9 years ago
  64. e55afd1 tty: Prepare for destroying line discipline on hangup by Peter Hurley · 9 years ago
  65. ece5340 tty: Reset c_line from driver's init_termios by Peter Hurley · 9 years ago
  66. d6203d0 tty: Refactor tty_open() by Peter Hurley · 9 years ago
  67. 11e1d4a tty: Consolidate noctty checks in tty_open() by Peter Hurley · 9 years ago
  68. 05de87ed tty: Re-declare tty_driver_remove_tty() file scope by Peter Hurley · 9 years ago
  69. a3123fd tty: Fix tty_init_termios() declaration by Peter Hurley · 9 years ago
  70. a99cc5d tty: Remove !tty check from free_tty_struct() by Peter Hurley · 9 years ago
  71. c8b710b tty: Fix ldisc leak in failed tty_init_dev() by Peter Hurley · 9 years ago
  72. 5c17c86 tty: Fix unsafe ldisc reference via ioctl(TIOCGETD) by Peter Hurley · 9 years ago
  73. 7f22f6c9 tty: Retry failed reopen if tty teardown in-progress by Peter Hurley · 9 years ago
  74. 0bfd464 tty: Wait interruptibly for tty lock on reopen by Peter Hurley · 9 years ago
  75. d1d3a0f tty: Only allow slave pty as controlling tty by Peter Hurley · 9 years ago
  76. 83db1df4 tty: core: Prefer dev_dbg() over pr_debug() by Peter Hurley · 9 years ago
  77. d435cef tty: Remove __func__ from tty_debug() macro by Peter Hurley · 9 years ago
  78. 89222e6 tty: core: Prefer pr_* to printk(*) by Peter Hurley · 9 years ago
  79. 656fb86 tty: core: Add driver name to invalid device registration message by Peter Hurley · 9 years ago
  80. 9b42bb7 tty: Convert SAK messages to tty_notice() by Peter Hurley · 9 years ago
  81. 339f36b tty: Define tty_*() printk macros by Peter Hurley · 9 years ago
  82. 0a083ed tty: core: Add helper fn to deref tty driver name by Peter Hurley · 9 years ago
  83. 2508065 tty: core: Remove redundant oom message by Peter Hurley · 9 years ago
  84. 82b8f88 tty: Make tty_paranoia_check() file scope by Peter Hurley · 9 years ago
  85. ee0c1a6 tty: Fix tty_send_xchar() lock order inversion by Peter Hurley · 9 years ago
  86. e176058 tty: Abstract tty buffer work by Peter Hurley · 9 years ago
  87. 4b41b95 tty: Prevent tty teardown during tty_write_message() by Peter Hurley · 9 years ago
  88. 1e86b5b tty: core: Use correct spinlock flavor in tiocspgrp() by Peter Hurley · 9 years ago
  89. 2812d9e tty: Combine SIGTTOU/SIGTTIN handling by Peter Hurley · 9 years ago
  90. 0c556271 drivers/tty: require read access for controlling terminal by Jann Horn · 9 years ago
  91. c1a752b tty: don't leak cdev in tty_cdev_add() by Leon Yu · 10 years ago
  92. a3a10ce Avoid usb reset crashes by making tty_io cdevs truly dynamic by Richard Watts · 10 years ago
  93. accff79 tty: Replace #ifdef TTY_DEBUG_HANGUP with tty_debug_hangup() by Peter Hurley · 10 years ago
  94. e2dfa3d tty: core: Add tty_debug() for printk(KERN_DEBUG) messages by Peter Hurley · 10 years ago
  95. 3a6b02d tty: core: Improve debug message content by Peter Hurley · 10 years ago
  96. 6719693 tty: add missing rcu_read_lock for task_pgrp by Patrick Donnelly · 10 years ago
  97. 429b474 tty: remove buf parameter from tty_name() by Rasmus Villemoes · 10 years ago
  98. 917162c tty: return tty->name directly from tty_name by Rasmus Villemoes · 10 years ago
  99. 1d6b987 tty: constify return type of tty_name by Rasmus Villemoes · 10 years ago
  100. fbf4763 tty: clean up the tty time logic a bit by Greg Kroah-Hartman · 10 years ago