1. 1b1deb4 tty: tty_port: Demote obvious abuse of kernel-doc formatting by Lee Jones · 4 years, 2 months ago
  2. 0c5aae5 serdev: ttyport: restore client ops on deregistration by Johan Hovold · 5 years ago
  3. 273f6329 tty: always relink the port by Sudip Mukherjee · 5 years ago
  4. fb2b900 tty: link tty and port before configuring it as console by Sudip Mukherjee · 5 years ago
  5. 0d3cb6f Revert "tty: fix NULL pointer issue when tty_port ops is not set" by Johan Hovold · 6 years ago
  6. f4e68d5 tty: fix NULL pointer issue when tty_port ops is not set by Fabien Dessenne · 6 years ago
  7. 2a48602 tty: do not set TTY_IO_ERROR flag if console port by Chanho Park · 6 years ago
  8. 8632990 tty_port: Remove incorrect whitespace after comments by Tobin C. Harding · 6 years ago
  9. e3b3d0f tty: add SPDX identifiers to all remaining files in drivers/tty/ by Greg Kroah-Hartman · 7 years ago
  10. 1926e5d ttyport: trivial fix for some typo in comments by Antonio Borneo · 7 years ago
  11. fc098af Revert "tty: fix port buffer locking" by Greg Kroah-Hartman · 8 years ago
  12. 8cde11b tty/serdev: add serdev registration interface by Johan Hovold · 8 years ago
  13. 925bb1c tty: fix port buffer locking by Vegard Nossum · 8 years ago
  14. d3ba126 Revert "tty_port: register tty ports with serdev bus" by Johan Hovold · 8 years ago
  15. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  16. 8ee3fde tty_port: register tty ports with serdev bus by Rob Herring · 8 years ago
  17. c3485ee tty_port: Add port client functions by Rob Herring · 8 years ago
  18. 3086365 tty_port: make tty_port_register_device wrap tty_port_register_device_attr by Rob Herring · 8 years ago
  19. ed3f0af tty_port: allow a port to be opened with a tty that has no file handle by Alan Cox · 8 years ago
  20. d41861c tty: Replace ASYNC_INITIALIZED bit and update atomically by Peter Hurley · 9 years ago
  21. 807c8d81 tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomically by Peter Hurley · 9 years ago
  22. 18900ca tty: Replace TTY_IO_ERROR bit tests with tty_io_error() by Peter Hurley · 9 years ago
  23. afc5ab0 tty: Remove ASYNC_CLOSING by Peter Hurley · 9 years ago
  24. 9db276f tty: Use termios c_*flag macros by Peter Hurley · 9 years ago
  25. 5823323e tty: Allow unreadable mess to be > 80 chars by Peter Hurley · 9 years ago
  26. 339f36b tty: Define tty_*() printk macros by Peter Hurley · 9 years ago
  27. e176058 tty: Abstract tty buffer work by Peter Hurley · 9 years ago
  28. cc2aaab tty: Remove tty_port::close_wait by Peter Hurley · 9 years ago
  29. fef062c tty: Remove ASYNC_CLOSING checks in open()/hangup() methods by Peter Hurley · 9 years ago
  30. 79c1faa tty: Remove tty_wait_until_sent_from_close() by Peter Hurley · 9 years ago
  31. a211b1a tty: Deletion of unnecessary checks before two function calls by Markus Elfring · 10 years ago
  32. 3f40f5b tty: Flush tty buffers after hardware shutdown by Peter Hurley · 10 years ago
  33. 633caba tty: Move tty hung up check from port->lock critical section by Peter Hurley · 10 years ago
  34. e359a4e tty: Remove tty_hung_up_p() tests from tty drivers' open() by Peter Hurley · 11 years ago
  35. ddc7b75 tty: Move tty->closing from port lock critical section by Peter Hurley · 11 years ago
  36. 9c9928b tty: Document locking for tty_port_hangup() by Peter Hurley · 11 years ago
  37. c590f6b tty: Document locking for tty_port_block_til_ready() by Peter Hurley · 11 years ago
  38. addd467 tty: Document locking for tty_port_open() by Peter Hurley · 11 years ago
  39. 0733db91 tty: Document locking for tty_port_close{,start,end}() by Peter Hurley · 11 years ago
  40. f8e87cb tty: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  41. 469d6d0 tty: Remove unused drop() method from tty_port interface by Peter Hurley · 11 years ago
  42. e3bfea2 tty: Prevent tty_port destruction if tty not released by Peter Hurley · 11 years ago
  43. 1d9e689 tty_port: Fix refcounting leak in tty_port_tty_hangup() by Gianluca Anzolin · 11 years ago
  44. 4f98d46 tty: Complete ownership transfer of flip buffers by Peter Hurley · 12 years ago
  45. 0b2588c TTY: fix close of uninitialised ports by Johan Hovold · 12 years ago
  46. b74414f TTY: clean up port drain-delay handling by Johan Hovold · 12 years ago
  47. 957daca TTY: fix DTR not being dropped on hang up by Johan Hovold · 12 years ago
  48. e584a02 TTY: fix DTR being raised on hang up by Johan Hovold · 12 years ago
  49. 31ca020 TTY: wake up processes last at hangup by Johan Hovold · 12 years ago
  50. 8bde965 TTY: clean up port shutdown by Johan Hovold · 12 years ago
  51. aa27a09 TTY: add tty_port_tty_hangup helper by Jiri Slaby · 12 years ago
  52. 6aad04f TTY: add tty_port_tty_wakeup helper by Jiri Slaby · 12 years ago
  53. de274bf TTY: introduce tty_port_destroy by Jiri Slaby · 12 years ago
  54. 81c7983 TTY: pty, fix tty buffers leak by Jiri Slaby · 12 years ago
  55. ecbbfd4 TTY: move tty buffers to tty_port by Jiri Slaby · 12 years ago
  56. b1b7991 tty_register_device_attr updated for tty-next by Tomas Hlavacek · 12 years ago
  57. 2cb4ca0 TTY: add tty_port_link_device by Jiri Slaby · 12 years ago
  58. 72a33bf TTY: tty_port, add some documentation by Jiri Slaby · 12 years ago
  59. 89c8d91 tty: localise the lock by Alan Cox · 12 years ago
  60. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  61. 6d31a88 tty: revert incorrectly applied lock patch by Alan Cox · 12 years ago
  62. f5e3bcc tty: localise the lock by Alan Cox · 13 years ago
  63. 057eb85 TTY: add tty_port_register_device helper by Jiri Slaby · 13 years ago
  64. 695586c TTY: provide drivers with tty_port_install by Jiri Slaby · 13 years ago
  65. f309532 tty: Revert the tty locking series, it needs more work by Linus Torvalds · 13 years ago
  66. d29f3ef tty_lock: Localise the lock by Alan Cox · 13 years ago
  67. 0eee50a TTY: fix UV serial console regression by Jiri Slaby · 13 years ago
  68. 424cc03 TTY: use tty_wait_until_sent_from_close in tty_port_close_start by Jiri Slaby · 13 years ago
  69. 96fd7ce TTY: create drivers/tty and move the tty core files there by Greg Kroah-Hartman · 14 years ago[Renamed from drivers/char/tty_port.c]
  70. e142a31 tty: release BTM while sleeping in block_til_ready by Arnd Bergmann · 15 years ago
  71. be1bc28 tty: introduce wait_event_interruptible_tty by Arnd Bergmann · 15 years ago
  72. 336cee4 tty_port,usb-console: Fix usb serial console open/close regression by Jason Wessel · 15 years ago
  73. 568aafc tty: tty_port: Add a kref object to the tty port by Alan Cox · 15 years ago
  74. a9a37ec tty: tty_port: Move the IO_ERROR clear by Alan Cox · 15 years ago
  75. d74e828 tty: tty_port: Add IO_ERROR bit handling by Alan Cox · 15 years ago
  76. 44e4909 tty: tty_port: Change the buffer allocator locking by Alan Cox · 15 years ago
  77. e707c35 tty_port: Move hupcl handling by Alan Cox · 15 years ago
  78. d774a56 tty_port: coding style cleaning pass by Alan Cox · 15 years ago
  79. 64bc397 tty_port: add "tty_port_open" helper by Alan Cox · 15 years ago
  80. 8627b96 tty_port: handle the nonblocking open of a dead port corner case by Alan Cox · 15 years ago
  81. 4175f3e tty_port: If we are opened non blocking we still need to raise the carrier by Alan Cox · 15 years ago
  82. 1f5c13f TTY: fix typos by Alan Stern · 15 years ago
  83. bdc04e3 serial: move delta_msr_wait into the tty_port by Alan Cox · 15 years ago
  84. 7ca0ff9 tty: Add a full port_close function by Alan Cox · 15 years ago
  85. ecc2e05 tty_port: Fix return on interrupted use by Alan Cox · 15 years ago
  86. 6af9a43 tty: fix tty_port_block_til_ready waiting by Jiri Slaby · 16 years ago
  87. 3e3b5c0 tty: use prepare/finish_wait by Jiri Slaby · 16 years ago
  88. 5fc5b42 tty: remove sleep_on by Jiri Slaby · 16 years ago
  89. 1ec739b tty: Implement a drain delay in the tty port by Alan Cox · 16 years ago
  90. fcc8ac1 tty: Add carrier processing on close to the tty_port core by Alan Cox · 16 years ago
  91. fba85e0 tty: use port methods for the rocket driver by Alan Cox · 16 years ago
  92. 6ed1dba tty: Make epca use the port helpers by Alan Cox · 16 years ago
  93. a661499 tty: Introduce some close helpers for ports by Alan Cox · 16 years ago
  94. 7834909 tty: tty port zero baud open by Alan Cox · 16 years ago
  95. 36c621d tty: Introduce a tty_port generic block_til_ready by Alan Cox · 16 years ago
  96. 3e61696 isicom: redo locking to use tty port locks by Alan Cox · 16 years ago
  97. 5d951fb tty: Pull the dtr raise into tty port by Alan Cox · 16 years ago
  98. 31f3593 tty_port: Add a port level carrier detect operation by Alan Cox · 16 years ago
  99. cb4bca3 tty: Fix tty_port kref screwup by Alan Cox · 16 years ago
  100. 4a90f09 tty: usb-serial krefs by Alan Cox · 16 years ago