1. bb2853a tty: Fix data race between tiocsti() and flush_to_ldisc() by Nguyen Dinh Phi · 3 years, 5 months ago
  2. 9f90a4d tty: drop put_tty_driver by Jiri Slaby · 3 years, 6 months ago
  3. cb9ea61 tty: make tty_set_operations an inline by Jiri Slaby · 3 years, 6 months ago
  4. d06e256 tty: fix kernel-doc for {start,stop}_tty by Jiri Slaby · 3 years, 8 months ago
  5. 756a4e4 tty: fix kernel-doc for tty_{read,write} by Jiri Slaby · 3 years, 8 months ago
  6. fab4910 tty: tty_io: Remove return in void function by Xiaofei Tan · 3 years, 8 months ago
  7. 27eab12 tty: tty_io: Delete a blank line before EXPORT_SYMBOL(foo) by Xiaofei Tan · 3 years, 8 months ago
  8. 5e4d5ac tty: tty_io: Fix an issue of code indent for conditional statements by Xiaofei Tan · 3 years, 8 months ago
  9. 44969f8 tty: tty_io: Remove the repeated word 'can' by Xiaofei Tan · 3 years, 8 months ago
  10. b426a5b tty: tty_io: Fix coding style issues of block comments by Xiaofei Tan · 3 years, 8 months ago
  11. d91c1a3 tty: tty_io: Fix trailing whitespace issues by Xiaofei Tan · 3 years, 8 months ago
  12. 94bc2eb tty: tty_io: Fix spaces required around that ':' by Xiaofei Tan · 3 years, 8 months ago
  13. e73b240 tty: tty_io: Add a blank line after declarations by Xiaofei Tan · 3 years, 8 months ago
  14. 395e783 tty: tty_io: Remove spaces before tabs by Xiaofei Tan · 3 years, 8 months ago
  15. 64d608d tty: cumulate and document tty_struct::ctrl* members by Jiri Slaby · 3 years, 8 months ago
  16. 6e94dbc tty: cumulate and document tty_struct::flow* members by Jiri Slaby · 3 years, 8 months ago
  17. dd9f611 tty: make tty_release_redirect() static by Greg Kroah-Hartman · 3 years, 9 months ago
  18. 98602c0 tty: create internal tty.h file by Greg Kroah-Hartman · 3 years, 9 months ago
  19. 885c77d tty: refactor TIOCSSERIAL handling by Johan Hovold · 3 years, 9 months ago
  20. 1b7bc6b tty: use pr_warn_ratelimited() for deprecated serial flags by Johan Hovold · 3 years, 9 months ago
  21. 1b8b208 tty: fix return value for unsupported ioctls by Johan Hovold · 3 years, 9 months ago
  22. 280def1 Merge 5.12-rc3 into tty-next by Greg Kroah-Hartman · 3 years, 10 months ago
  23. a846dcf tty: localise ptychar and make it const by Jiri Slaby · 3 years, 11 months ago
  24. a872ab4 tty: let tty_unregister_driver return void by Jiri Slaby · 3 years, 11 months ago
  25. c776b77 Revert "drivers:tty:pty: Fix a race causing data loss on close" by Greg Kroah-Hartman · 3 years, 11 months ago
  26. e428692 Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 11 months ago
  27. 3342ff2 tty: protect tty_write from odd low-level tty disciplines by Linus Torvalds · 3 years, 11 months ago
  28. a9cbbb8 tty: avoid using vfs_iocb_iter_write() for redirected console writes by Linus Torvalds · 4 years ago
  29. 9f12e37 Commit 9bb48c82aced ("tty: implement write_iter") converted the tty by Sami Tolvanen · 4 years ago
  30. 1774985 tty: fix up hung_up_tty_write() conversion by Linus Torvalds · 4 years ago
  31. e71a8d5 tty: fix up iterate_tty_read() EOVERFLOW handling by Linus Torvalds · 4 years ago
  32. ddc5fda tty: fix up hung_up_tty_read() conversion by Linus Torvalds · 4 years ago
  33. c7135bb tty: fix up hung_up_tty_write() conversion by Linus Torvalds · 4 years ago
  34. 3cfade5 Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into tty-next by Greg Kroah-Hartman · 4 years ago
  35. 494e63e Merge 9bb48c82aced ("tty: implement write_iter") into tty-linus by Greg Kroah-Hartman · 4 years ago
  36. 9bb48c8 tty: implement write_iter by Linus Torvalds · 4 years ago
  37. dd78b0c tty: implement read_iter by Linus Torvalds · 4 years ago
  38. 3b830a9 tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer by Linus Torvalds · 4 years ago
  39. 33d4ae9 drivers:tty:pty: Fix a race causing data loss on close by Corey Minyard · 4 years, 2 months ago
  40. f446776 tty: Export redirect release by Corey Minyard · 4 years, 2 months ago
  41. d20c219 tty: new helper function tty_get_icount() by Uwe Kleine-König · 4 years, 1 month ago
  42. 4ea3cd6 tty: rename tty_kopen() and add new function tty_kopen_shared() by Uwe Kleine-König · 4 years, 1 month ago
  43. ba3b8bb Merge 5.10-rc7 into tty-next by Greg Kroah-Hartman · 4 years, 1 month ago
  44. c8bcd9c tty: Fix ->session locking by Jann Horn · 4 years, 1 month ago
  45. 9b085d6 Merge 5.10-rc3 into tty-next by Greg Kroah-Hartman · 4 years, 2 months ago
  46. 4466d6d tty: fix crash in release_tty if tty->port is not set by Matthias Reichl · 4 years, 2 months ago
  47. 08aa504 tty: tty_io: Fix some kernel-doc issues by Lee Jones · 4 years, 2 months ago
  48. aec5103 tty: tty_io: Move 'tty_sysctl_init's prototype to shared space by Lee Jones · 4 years, 2 months ago
  49. fa44195 tty: fix kernel-doc by Jiri Slaby · 4 years, 5 months ago
  50. a324189 tty: Use the preferred form for passing the size of a structure type by Gustavo A. R. Silva · 4 years, 6 months ago
  51. 52b52e9 tty: Fix identation issues in struct serial_struct32 by Gustavo A. R. Silva · 4 years, 6 months ago
  52. e5b9f4b tty: Avoid the use of one-element arrays by Gustavo A. R. Silva · 4 years, 6 months ago
  53. 6e622cd tty: fix compat TIOCGSERIAL checking wrong function ptr by Eric Biggers · 5 years ago
  54. 1732956 tty: fix compat TIOCGSERIAL leaking uninitialized memory by Eric Biggers · 5 years ago
  55. ed06982 tty: drop outdated comments about release_tty() locking by Eric Biggers · 5 years ago
  56. f1d3174 tty: drop useless variable initialisation in tty_kopen() by Uwe Kleine-König · 5 years ago
  57. 537bd0a Merge tag 'tty-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 5 years ago
  58. 2ae0b31 tty: don't crash in tty_init_dev when missing tty_port by Jiri Slaby · 5 years ago
  59. 14ce384 tty: remove unused argument from tty_open_by_driver() by Sudip Mukherjee · 5 years ago
  60. b7aff09 tty: handle compat PPP ioctls by Arnd Bergmann · 6 years ago
  61. c7dc504 compat_ioctl: move SIOCOUTQ out of compat_ioctl.c by Arnd Bergmann · 6 years ago
  62. 4495dfd drivers: Introduce device lookup variants by device type by Suzuki K Poulose · 5 years ago
  63. 8c8af41 tty: tty_io: fix driver refcount imbalance on error path by Lin Yi · 6 years ago
  64. 8daa89e tty: update obsolete termios comment by Johan Hovold · 6 years ago
  65. 0eae468 Revert "tty: pty: Fix race condition between release_one_tty and pty_write" by Greg Kroah-Hartman · 6 years ago
  66. b9ca5f8 tty: pty: Fix race condition between release_one_tty and pty_write by Sahara · 6 years ago
  67. 7c0cca7 tty: ldisc: add sysctl to prevent autoloading of ldiscs by Greg Kroah-Hartman · 6 years ago
  68. 27cfb3a tty: Handle problem if line discipline does not have receive_buf by Greg Kroah-Hartman · 6 years ago
  69. d3736d8 tty: Don't hold ldisc lock in tty_reopen() if ldisc present by Dmitry Safonov · 6 years ago
  70. 9c96f40 Merge 4.20-rc6 into tty-next by Greg Kroah-Hartman · 6 years ago
  71. cf62a1a tty: Simplify tty->count math in tty_reopen() by Dmitry Safonov · 6 years ago
  72. 83d817f tty: Hold tty_ldisc_lock() during tty_reopen() by Dmitry Safonov · 6 years ago
  73. f51ccf4 USB: serial: console: fix reported terminal settings by Johan Hovold · 6 years ago
  74. 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
  75. 44adbac Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  76. ba9f6f8 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  77. f0193d3 change semantics of ldisc ->compat_ioctl() by Al Viro · 6 years ago
  78. a309619 remove fallback to drivers for TIOCGICOUNT by Al Viro · 6 years ago
  79. 7765435 take compat TIOC[SG]SERIAL treatment into tty_compat_ioctl() by Al Viro · 6 years ago
  80. 930236a complete ->[sg]et_serial() switchover by Al Viro · 6 years ago
  81. 33a1a7b tty: check name length in tty_find_polling_driver() by Miles Chen · 6 years ago
  82. fe32416 tty: Drop tty->count on tty_reopen() failure by Dmitry Safonov · 6 years ago
  83. a8ebd17 tty_io: Use group_send_sig_info in __do_SACK to note it is a session being killed by Eric W. Biederman · 6 years ago
  84. 2f46a2c tty_ioctl(): start taking TIOC[SG]SERIAL into separate methods by Al Viro · 6 years ago
  85. a913bc7 tty_ioctl(): drop FIONBIO handling by Al Viro · 6 years ago
  86. e211203 move compat handling of tty ioctls to tty_compat_ioctl() by Al Viro · 6 years ago
  87. 0214f46 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  88. 0191913 signal: Use PIDTYPE_TGID to clearly store where file signals will be sent by Eric W. Biederman · 8 years ago
  89. c884f87 tty: use 64-bit timstamp by Arnd Bergmann · 7 years ago
  90. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  91. 903f9db tty: Don't call panic() at tty_ldisc_init() by Tetsuo Handa · 7 years ago
  92. 28b0f8a tty: make n_tty_read() always abort if hangup is in progress by Tejun Heo · 7 years ago
  93. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  94. 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
  95. b027e22 tty: fix data race between tty_init_dev and flush of buf by Gaurav Kohli · 7 years ago
  96. 2b022ab pty: cancel pty slave port buf's work in tty_release by Sahara · 7 years ago
  97. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 8 years ago
  98. e6c8adc anntotate the places where ->poll() return values go by Al Viro · 8 years ago
  99. e3b3d0f tty: add SPDX identifiers to all remaining files in drivers/tty/ by Greg Kroah-Hartman · 7 years ago
  100. bf1d6b2 Merge tag 'staging-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago