1. 903f9db tty: Don't call panic() at tty_ldisc_init() by Tetsuo Handa · 7 years ago
  2. 28b0f8a tty: make n_tty_read() always abort if hangup is in progress by Tejun Heo · 7 years ago
  3. b027e22 tty: fix data race between tty_init_dev and flush of buf by Gaurav Kohli · 7 years ago
  4. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  5. a033c3b tty: undo export of tty_open_by_driver by Okash Khawaja · 7 years ago
  6. a09ac39 tty: resolve tty contention between kernel and user space by Okash Khawaja · 7 years ago
  7. e06fdaf Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  8. 9a715cd Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  9. 3859a27 randstruct: Mark various structs for randomization by Kees Cook · 8 years ago
  10. fc61ed5 tty: add function to convert device name to number by Okash Khawaja · 7 years ago
  11. cbf4b38 tty: define tty_open_by_driver when CONFIG_TTY is not defined by Okash Khawaja · 7 years ago
  12. 7b08579 tty: drop unused alt_speed from tty_struct by Johan Hovold · 7 years ago
  13. 7bf1e44 Merge 4.12-rc5 into staging-next by Greg Kroah-Hartman · 7 years ago
  14. 8cde11b tty/serdev: add serdev registration interface by Johan Hovold · 8 years ago
  15. 12e84c7 tty: export tty_open_by_driver by Okash Khawaja · 8 years ago
  16. a1235b3 tty: split job control support into a file of its own by Nicolas Pitre · 8 years ago
  17. 0c68861 console: move console_init() out of tty_io.c by Nicolas Pitre · 8 years ago
  18. c3485ee tty_port: Add port client functions by Rob Herring · 8 years ago
  19. c92d781 tty: constify tty_ldisc_receive_buf buffer pointer by Rob Herring · 8 years ago
  20. 9ed90d2 tty: move the non-file related parts of tty_release to new tty_release_struct by Rob Herring · 8 years ago
  21. e10abc6 Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  22. 03e1aa1 Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 9 years ago
  23. 0f40fbb Fix OpenSSH pty regression on close by Brian Bloniarz · 9 years ago
  24. d41861c tty: Replace ASYNC_INITIALIZED bit and update atomically by Peter Hurley · 9 years ago
  25. 80f02d5 tty: Replace ASYNC_SUSPENDED bit and update atomically by Peter Hurley · 9 years ago
  26. 2d68655 tty: Replace ASYNC_CHECK_CD and update atomically by Peter Hurley · 9 years ago
  27. 807c8d81 tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomically by Peter Hurley · 9 years ago
  28. 5604a98 tty: Replace ASYNC_CTS_FLOW bit and update atomically by Peter Hurley · 9 years ago
  29. e4d38f3 tty: Define ASYNC_ replacement bits by Peter Hurley · 9 years ago
  30. 97ef38b tty: Replace TTY_THROTTLED bit tests with tty_throttled() by Peter Hurley · 9 years ago
  31. 18900ca tty: Replace TTY_IO_ERROR bit tests with tty_io_error() by Peter Hurley · 9 years ago
  32. 188e3c5 tty: provide tty_name() even without CONFIG_TTY by Arnd Bergmann · 9 years ago
  33. 8d082cd tty: Unify receive_buf() code paths by Peter Hurley · 9 years ago
  34. f33798d tty: Fix GPF in flush_to_ldisc(), part 2 by Peter Hurley · 9 years ago
  35. 37282a7 tty: audit: Combine push functions by Peter Hurley · 9 years ago
  36. b50819f tty: audit: Ignore current association for audit push by Peter Hurley · 9 years ago
  37. 309426a tty: audit: Remove icanon mode from call chain by Peter Hurley · 9 years ago
  38. 4a51096 tty: Make tty_files_lock per-tty by Peter Hurley · 9 years ago
  39. 527ffc1 tty: Remove unreferenced tty flags macro TTY_DEBUG by Peter Hurley · 9 years ago
  40. e802ca0 tty: Move tty_check_change() helper by Peter Hurley · 9 years ago
  41. de5583d tty: Remove declarations to non-existent functions by Peter Hurley · 9 years ago
  42. 2722873 tty: Eliminate global symbol tty_ldisc_N_TTY by Peter Hurley · 9 years ago
  43. 892d1fa tty: Destroy ldisc instance on hangup by Peter Hurley · 9 years ago
  44. c12da96 tty: Use 'disc' for line discipline index name by Peter Hurley · 9 years ago
  45. c2bb524 tty: Remove __lockfunc annotation from tty lock functions by Peter Hurley · 9 years ago
  46. 05de87ed tty: Re-declare tty_driver_remove_tty() file scope by Peter Hurley · 9 years ago
  47. a3123fd tty: Fix tty_init_termios() declaration by Peter Hurley · 9 years ago
  48. c8b710b tty: Fix ldisc leak in failed tty_init_dev() by Peter Hurley · 9 years ago
  49. 0bfd464 tty: Wait interruptibly for tty lock on reopen by Peter Hurley · 9 years ago
  50. 4de91eb tty: Remove dead tty_write_flush() declaration and macro by Peter Hurley · 9 years ago
  51. d435cef tty: Remove __func__ from tty_debug() macro 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. 82b8f88 tty: Make tty_paranoia_check() file scope by Peter Hurley · 9 years ago
  55. 998b4a4 tty: Improve tty_debug() macro by Peter Hurley · 9 years ago
  56. 6b2a3d6 tty: audit: Fix audit source by Peter Hurley · 9 years ago
  57. e176058 tty: Abstract tty buffer work by Peter Hurley · 9 years ago
  58. 2812d9e tty: Combine SIGTTOU/SIGTTIN handling by Peter Hurley · 9 years ago
  59. f148d6d tty: Remove wait_event_interruptible_tty() by Peter Hurley · 9 years ago
  60. cc2aaab tty: Remove tty_port::close_wait by Peter Hurley · 9 years ago
  61. 79c1faa tty: Remove tty_wait_until_sent_from_close() by Peter Hurley · 9 years ago
  62. e2dfa3d tty: core: Add tty_debug() for printk(KERN_DEBUG) messages by Peter Hurley · 9 years ago
  63. 02730d3 Merge 4.1-rc4 into tty-next by Greg Kroah-Hartman · 10 years ago
  64. 1a48632 pty: Fix input race when closing by Peter Hurley · 10 years ago
  65. 429b474 tty: remove buf parameter from tty_name() by Rasmus Villemoes · 10 years ago
  66. 1d6b987 tty: constify return type of tty_name by Rasmus Villemoes · 10 years ago
  67. b00f5c2 tty: Re-add external interface for tty_set_termios() by Frederic Danis · 10 years ago
  68. 632f32e tty: Remove external interface for tty_set_termios() by Peter Hurley · 10 years ago
  69. d2b6f44 n_tty: Fix signal handling flushes by Peter Hurley · 10 years ago
  70. 1d1d14d pty: Fix buffer flush deadlock by Peter Hurley · 10 years ago
  71. 3abf87c tty: Make lock subclasses available for other tty locks by Peter Hurley · 10 years ago
  72. 413ba63 tty: Convert tty->closing to int by Peter Hurley · 10 years ago
  73. b9104f5 tty: Remove defunct serial_console_init() declaration by Peter Hurley · 10 years ago
  74. 1d597e7 tty: Remove defunct pcxe_open() declaration by Peter Hurley · 10 years ago
  75. 86c80a8 tty: Flush ldisc buffer atomically with tty flip buffers by Peter Hurley · 10 years ago
  76. 35af935 tty: Remove tty_unhangup() declaration by Peter Hurley · 10 years ago
  77. 2febdb6 tty: Preset lock subclass for nested tty locks by Peter Hurley · 10 years ago
  78. 2aff5e2 tty: Change tty lock order to master->slave by Peter Hurley · 10 years ago
  79. 62462ae tty: Simplify tty_ldisc_release() interface by Peter Hurley · 10 years ago
  80. 0498070 tty: Remove TTY_CLOSING by Peter Hurley · 10 years ago
  81. 3ff51a1 tty: Remove TTY_HUPPING by Peter Hurley · 10 years ago
  82. 8f166e0 tty: Remove tty_pair_get_tty()/tty_pair_get_pty() api by Peter Hurley · 10 years ago
  83. cc952e7 tty: Fix width of unsigned long bitfield padding by Peter Hurley · 10 years ago
  84. 9941632 tty: Workaround Alpha non-atomic byte storage in tty_struct by Peter Hurley · 10 years ago
  85. 136d525 tty: Move and rename send_prio_char() as tty_send_xchar() by Peter Hurley · 10 years ago
  86. c545b66 tty: Serialize tcflow() with other tty flow control changes by Peter Hurley · 10 years ago
  87. f9e053d tty: Serialize tty flow control changes with flow_lock by Peter Hurley · 10 years ago
  88. d7a855b tty: Convert tty_struct bitfield to ints by Peter Hurley · 10 years ago
  89. 2c964a2 drivers: tty: Merge alloc_tty_struct and initialize_tty_struct by Rasmus Villemoes · 10 years ago
  90. 5fbf1a6 Revert "tty: Fix race condition between __tty_buffer_request_room and flush_to_ldisc" by Peter Hurley · 11 years ago
  91. 6a20dbd tty: Fix race condition between __tty_buffer_request_room and flush_to_ldisc by Manfred Schlaegl · 11 years ago
  92. cd6362b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  93. a9c3f68 tty: Fix low_latency BUG by Peter Hurley · 11 years ago
  94. c0fdfb8 tty: Fix ref counting for port krefs by Peter Hurley · 11 years ago
  95. ec513b1 Merge tag 'usb-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  96. e58b57a tty: Add C_CMSPAR(tty) by Andrew Lunn · 11 years ago
  97. e12348c tty: Removing the deprecated function tty_vhangup_locked() by Chuansheng Liu · 11 years ago
  98. acc0f67 tty: Halve flip buffer GFP_ATOMIC memory consumption by Peter Hurley · 11 years ago
  99. 5dda4ca tty: Rename tty buffer memory_used field by Peter Hurley · 11 years ago
  100. 4d18e6ef tty: Enable configurable tty flip buffer limit by Peter Hurley · 11 years ago