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