1. 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
  2. 03e1aa1 Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  3. 0f40fbb Fix OpenSSH pty regression on close by Brian Bloniarz · 8 years ago
  4. d41861c tty: Replace ASYNC_INITIALIZED bit and update atomically by Peter Hurley · 8 years ago
  5. 80f02d5 tty: Replace ASYNC_SUSPENDED bit and update atomically by Peter Hurley · 8 years ago
  6. 2d68655 tty: Replace ASYNC_CHECK_CD and update atomically by Peter Hurley · 8 years ago
  7. 807c8d81 tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomically by Peter Hurley · 8 years ago
  8. 5604a98 tty: Replace ASYNC_CTS_FLOW bit and update atomically by Peter Hurley · 8 years ago
  9. e4d38f3 tty: Define ASYNC_ replacement bits by Peter Hurley · 8 years ago
  10. 97ef38b tty: Replace TTY_THROTTLED bit tests with tty_throttled() by Peter Hurley · 8 years ago
  11. 18900ca tty: Replace TTY_IO_ERROR bit tests with tty_io_error() by Peter Hurley · 8 years ago
  12. 188e3c5 tty: provide tty_name() even without CONFIG_TTY by Arnd Bergmann · 8 years ago
  13. 8d082cd tty: Unify receive_buf() code paths by Peter Hurley · 9 years ago
  14. f33798d tty: Fix GPF in flush_to_ldisc(), part 2 by Peter Hurley · 9 years ago
  15. 37282a7 tty: audit: Combine push functions by Peter Hurley · 9 years ago
  16. b50819f tty: audit: Ignore current association for audit push by Peter Hurley · 9 years ago
  17. 309426a tty: audit: Remove icanon mode from call chain by Peter Hurley · 9 years ago
  18. 4a51096 tty: Make tty_files_lock per-tty by Peter Hurley · 9 years ago
  19. 527ffc1 tty: Remove unreferenced tty flags macro TTY_DEBUG by Peter Hurley · 9 years ago
  20. e802ca0 tty: Move tty_check_change() helper by Peter Hurley · 9 years ago
  21. de5583d tty: Remove declarations to non-existent functions by Peter Hurley · 9 years ago
  22. 2722873 tty: Eliminate global symbol tty_ldisc_N_TTY by Peter Hurley · 9 years ago
  23. 892d1fa tty: Destroy ldisc instance on hangup by Peter Hurley · 9 years ago
  24. c12da96 tty: Use 'disc' for line discipline index name by Peter Hurley · 9 years ago
  25. c2bb524 tty: Remove __lockfunc annotation from tty lock functions by Peter Hurley · 9 years ago
  26. 05de87ed tty: Re-declare tty_driver_remove_tty() file scope by Peter Hurley · 9 years ago
  27. a3123fd tty: Fix tty_init_termios() declaration by Peter Hurley · 9 years ago
  28. c8b710b tty: Fix ldisc leak in failed tty_init_dev() by Peter Hurley · 9 years ago
  29. 0bfd464 tty: Wait interruptibly for tty lock on reopen by Peter Hurley · 9 years ago
  30. 4de91eb tty: Remove dead tty_write_flush() declaration and macro by Peter Hurley · 9 years ago
  31. d435cef tty: Remove __func__ from tty_debug() macro by Peter Hurley · 9 years ago
  32. 339f36b tty: Define tty_*() printk macros by Peter Hurley · 9 years ago
  33. 0a083ed tty: core: Add helper fn to deref tty driver name by Peter Hurley · 9 years ago
  34. 82b8f88 tty: Make tty_paranoia_check() file scope by Peter Hurley · 9 years ago
  35. 998b4a4 tty: Improve tty_debug() macro by Peter Hurley · 9 years ago
  36. 6b2a3d6 tty: audit: Fix audit source by Peter Hurley · 9 years ago
  37. e176058 tty: Abstract tty buffer work by Peter Hurley · 9 years ago
  38. 2812d9e tty: Combine SIGTTOU/SIGTTIN handling by Peter Hurley · 9 years ago
  39. f148d6d tty: Remove wait_event_interruptible_tty() by Peter Hurley · 9 years ago
  40. cc2aaab tty: Remove tty_port::close_wait by Peter Hurley · 9 years ago
  41. 79c1faa tty: Remove tty_wait_until_sent_from_close() by Peter Hurley · 9 years ago
  42. e2dfa3d tty: core: Add tty_debug() for printk(KERN_DEBUG) messages by Peter Hurley · 9 years ago
  43. 02730d3 Merge 4.1-rc4 into tty-next by Greg Kroah-Hartman · 9 years ago
  44. 1a48632 pty: Fix input race when closing by Peter Hurley · 9 years ago
  45. 429b474 tty: remove buf parameter from tty_name() by Rasmus Villemoes · 9 years ago
  46. 1d6b987 tty: constify return type of tty_name by Rasmus Villemoes · 9 years ago
  47. b00f5c2 tty: Re-add external interface for tty_set_termios() by Frederic Danis · 9 years ago
  48. 632f32e tty: Remove external interface for tty_set_termios() by Peter Hurley · 10 years ago
  49. d2b6f44 n_tty: Fix signal handling flushes by Peter Hurley · 10 years ago
  50. 1d1d14d pty: Fix buffer flush deadlock by Peter Hurley · 10 years ago
  51. 3abf87c tty: Make lock subclasses available for other tty locks by Peter Hurley · 10 years ago
  52. 413ba63 tty: Convert tty->closing to int by Peter Hurley · 10 years ago
  53. b9104f5 tty: Remove defunct serial_console_init() declaration by Peter Hurley · 10 years ago
  54. 1d597e7 tty: Remove defunct pcxe_open() declaration by Peter Hurley · 10 years ago
  55. 86c80a8 tty: Flush ldisc buffer atomically with tty flip buffers by Peter Hurley · 10 years ago
  56. 35af935 tty: Remove tty_unhangup() declaration by Peter Hurley · 10 years ago
  57. 2febdb6 tty: Preset lock subclass for nested tty locks by Peter Hurley · 10 years ago
  58. 2aff5e2 tty: Change tty lock order to master->slave by Peter Hurley · 10 years ago
  59. 62462ae tty: Simplify tty_ldisc_release() interface by Peter Hurley · 10 years ago
  60. 0498070 tty: Remove TTY_CLOSING by Peter Hurley · 10 years ago
  61. 3ff51a1 tty: Remove TTY_HUPPING by Peter Hurley · 10 years ago
  62. 8f166e0 tty: Remove tty_pair_get_tty()/tty_pair_get_pty() api by Peter Hurley · 10 years ago
  63. cc952e7 tty: Fix width of unsigned long bitfield padding by Peter Hurley · 10 years ago
  64. 9941632 tty: Workaround Alpha non-atomic byte storage in tty_struct by Peter Hurley · 10 years ago
  65. 136d525 tty: Move and rename send_prio_char() as tty_send_xchar() by Peter Hurley · 10 years ago
  66. c545b66 tty: Serialize tcflow() with other tty flow control changes by Peter Hurley · 10 years ago
  67. f9e053d tty: Serialize tty flow control changes with flow_lock by Peter Hurley · 10 years ago
  68. d7a855b tty: Convert tty_struct bitfield to ints by Peter Hurley · 10 years ago
  69. 2c964a2 drivers: tty: Merge alloc_tty_struct and initialize_tty_struct by Rasmus Villemoes · 10 years ago
  70. 5fbf1a6 Revert "tty: Fix race condition between __tty_buffer_request_room and flush_to_ldisc" by Peter Hurley · 10 years ago
  71. 6a20dbd tty: Fix race condition between __tty_buffer_request_room and flush_to_ldisc by Manfred Schlaegl · 10 years ago
  72. cd6362b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  73. a9c3f68 tty: Fix low_latency BUG by Peter Hurley · 10 years ago
  74. c0fdfb8 tty: Fix ref counting for port krefs by Peter Hurley · 10 years ago
  75. 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
  76. e58b57a tty: Add C_CMSPAR(tty) by Andrew Lunn · 11 years ago
  77. e12348c tty: Removing the deprecated function tty_vhangup_locked() by Chuansheng Liu · 11 years ago
  78. acc0f67 tty: Halve flip buffer GFP_ATOMIC memory consumption by Peter Hurley · 11 years ago
  79. 5dda4ca tty: Rename tty buffer memory_used field by Peter Hurley · 11 years ago
  80. 4d18e6ef tty: Enable configurable tty flip buffer limit by Peter Hurley · 11 years ago
  81. 39cf275 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  82. 35a2af9 sched/wait: Make the __wait_event*() interface more friendly by Peter Zijlstra · 11 years ago
  83. 0d1e1c8 sched/wait: Collapse __wait_event_interruptible_tty() by Peter Zijlstra · 11 years ago
  84. 2f2a2b6 sched/wait: Make the signal_pending() checks consistent by Peter Zijlstra · 11 years ago
  85. 469d6d0 tty: Remove unused drop() method from tty_port interface by Peter Hurley · 11 years ago
  86. dee4a0b tty: Fix lock order in tty_do_resize() by Peter Hurley · 11 years ago
  87. 40d5e09 n_tty: Fix EOF push handling by Peter Hurley · 11 years ago
  88. 9114fe8 tty: Remove private constant from global namespace by Peter Hurley · 11 years ago
  89. a7c8d58 tty: Fix unsafe vt paste_selection() by Peter Hurley · 11 years ago
  90. 0f56bd2 tty: Use non-atomic state to signal flip buffer flush pending by Peter Hurley · 11 years ago
  91. 8c1fb49 tty: Avoid false-sharing flip buffer ptrs by Peter Hurley · 11 years ago
  92. d7a68be tty: Only perform flip buffer flush from tty_buffer_flush() by Peter Hurley · 11 years ago
  93. e9975fd tty: Ensure single-threaded flip buffer consumer with mutex by Peter Hurley · 11 years ago
  94. 7bfe0b7 tty: Track flip buffer memory limit atomically by Peter Hurley · 11 years ago
  95. 7391ee1 tty: Simplify flip buffer list with 0-sized sentinel by Peter Hurley · 11 years ago
  96. 809850b tty: Use lockless flip buffer free list by Peter Hurley · 11 years ago
  97. 1fc359f tty: Compute flip buffer ptrs by Peter Hurley · 11 years ago
  98. d8c1f92 tty: Only guarantee termios read safety for throttle/unthrottle by Peter Hurley · 11 years ago
  99. 6a1c068 tty: Convert termios_mutex to termios_rwsem by Peter Hurley · 11 years ago
  100. 24a89d1 tty: Make ldisc input flow control concurrency-friendly by Peter Hurley · 11 years ago