1. f6038cf tty: pty: correct function name pty_resize() by Yang Yingliang · 3 years, 8 months ago
  2. 4503b1c tty: pty: remove redundant initialization of variable fd by Colin Ian King · 3 years, 8 months ago
  3. fa7501e tty: remove tty_operations::chars_in_buffer for non-buffering by Jiri Slaby · 3 years, 9 months ago
  4. 03b3b1a tty: make tty_operations::write_room return uint by Jiri Slaby · 3 years, 9 months ago
  5. 64d608d tty: cumulate and document tty_struct::ctrl* members by Jiri Slaby · 3 years, 9 months ago
  6. 6e94dbc tty: cumulate and document tty_struct::flow* members by Jiri Slaby · 3 years, 9 months ago
  7. 98602c0 tty: create internal tty.h file by Greg Kroah-Hartman · 3 years, 9 months ago
  8. 202680c tty: pty: Add a blank line after declarations by Xiaofei Tan · 3 years, 10 months ago
  9. c776b77 Revert "drivers:tty:pty: Fix a race causing data loss on close" by Greg Kroah-Hartman · 3 years, 11 months ago
  10. 33d4ae9 drivers:tty:pty: Fix a race causing data loss on close by Corey Minyard · 4 years, 2 months ago
  11. 9bc1b2b tty: pty, remove BUG_ON from pty_close by Jiri Slaby · 4 years ago
  12. 0b0a66a tty: pty: Provide descriptions for the 'file' parameters by Lee Jones · 4 years, 2 months ago
  13. 71a174b pty: do tty_flip_buffer_push without port->lock in pty_write by Artem Savkov · 4 years, 5 months ago
  14. fa44195 tty: fix kernel-doc by Jiri Slaby · 4 years, 5 months ago
  15. 50f4532 pty: fix compat ioctls by Al Viro · 6 years ago
  16. 36ecc14 pty: fix O_CLOEXEC for TIOCGPTPEER by Matthijs van Duin · 6 years ago
  17. b6da31b tty: Fix data race in tty_insert_flip_string_fixed_flag by DaeRyong Jeong · 7 years ago
  18. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  19. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  20. e63a94f1 Merge tag 'tty-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  21. d01c328 pty: show associative slave of ptmx in fdinfo by Masatake YAMATO · 8 years ago
  22. 311fc65 pty: Repair TIOCGPTPEER by Eric W. Biederman · 7 years ago
  23. 143c97c Revert "pty: fix the cached path of the pty slave file descriptor in the master" by Linus Torvalds · 7 years ago
  24. c8c03f1 pty: fix the cached path of the pty slave file descriptor in the master by Linus Torvalds · 7 years ago
  25. 6509f30 tty: hide unused pty_get_peer function by Arnd Bergmann · 8 years ago
  26. 54ebbfb tty: add TIOCGPTPEER ioctl by Aleksa Sarai · 8 years ago
  27. 5f0f187 tty: add compat_ioctl callbacks by Aleksa Sarai · 8 years ago
  28. 77dae61 tty: pty: Fix ldisc flush after userspace become aware of the data already by Wang YanQing · 8 years ago
  29. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  30. d2ec3f7 pty: make ptmx file ops read-only after init by Kees Cook · 8 years ago
  31. 5353ed8 devpts: fix null pointer dereference on failed memory allocation by Colin Ian King · 9 years ago
  32. eedf265 devpts: Make each mount of devpts an independent filesystem. by Eric W. Biederman · 9 years ago
  33. 10ee082 Merge 4.6-rc7 into tty-next by Greg Kroah-Hartman · 9 years ago
  34. 0f40fbb Fix OpenSSH pty regression on close by Brian Bloniarz · 9 years ago
  35. 18900ca tty: Replace TTY_IO_ERROR bit tests with tty_io_error() by Peter Hurley · 9 years ago
  36. 8ead9dd devpts: more pty driver interface cleanups by Linus Torvalds · 9 years ago
  37. 67245ff devpts: clean up interface to pty drivers by Linus Torvalds · 9 years ago
  38. 249f3c4 Merge 4.5-rc4 into tty-next by Greg Kroah-Hartman · 9 years ago
  39. 1f55c71 pty: make sure super_block is still valid in final /dev/tty close by Herton R. Krzesinski · 9 years ago
  40. 2831c89 pty: fix possible use after free of tty->driver_data by Herton R. Krzesinski · 9 years ago
  41. 9db276f tty: Use termios c_*flag macros by Peter Hurley · 9 years ago
  42. c1e33af pty: Remove pty_unix98_shutdown() by Peter Hurley · 9 years ago
  43. a3123fd tty: Fix tty_init_termios() declaration by Peter Hurley · 9 years ago
  44. c8b710b tty: Fix ldisc leak in failed tty_init_dev() by Peter Hurley · 9 years ago
  45. d435cef tty: Remove __func__ from tty_debug() macro by Peter Hurley · 9 years ago
  46. 7154988 drivers/tty: make pty.c slightly more explicitly non-modular by Paul Gortmaker · 9 years ago
  47. d684779 pty: Add debug message for ptmx open by Peter Hurley · 10 years ago
  48. 1a48632 pty: Fix input race when closing 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. c81622a pty: Fix overlimit memory use by Peter Hurley · 10 years ago
  52. 37480a0 tty: Prevent untrappable signals from malicious program by Peter Hurley · 10 years ago
  53. 52bce7f pty, n_tty: Simplify input processing on final close by Peter Hurley · 10 years ago
  54. 1bb9541 pty: Don't drop pty master tty lock to hangup slave by Peter Hurley · 10 years ago
  55. 2febdb6 tty: Preset lock subclass for nested tty locks by Peter Hurley · 10 years ago
  56. 55199ea pty: Always return -EIO if slave BSD pty opened first by Peter Hurley · 10 years ago
  57. 4ed60fc pty: Hold ctrl_lock for packet mode updates by Peter Hurley · 10 years ago
  58. 2622d73 pty: Fix packet mode setting race by Peter Hurley · 10 years ago
  59. 54e8e5f pty: Don't claim slave's ctrl_lock for master's packet mode by Peter Hurley · 10 years ago
  60. 6054c16e tty: Use spin_lock_irq() for ctrl_lock when interrupts enabled by Peter Hurley · 10 years ago
  61. 4d8c1df pty: Use spin_lock_irq() for pty_set_termios() by Peter Hurley · 10 years ago
  62. dbfcd85 tty: Move pty-specific set_termios() handling to pty driver by Peter Hurley · 10 years ago
  63. 6460fbb tty: WARN for attempted set_termios() of pty master by Peter Hurley · 10 years ago
  64. 5b23954 tty: Replace open-coded tty_get_pgrp() by Peter Hurley · 10 years ago
  65. 01adc80 tty: Move packet mode flow control notifications to pty driver by Peter Hurley · 10 years ago
  66. 07584d4 drivers: tty: Fix use-after-free in pty_common_install by Rasmus Villemoes · 11 years ago
  67. 2c964a2 drivers: tty: Merge alloc_tty_struct and initialize_tty_struct by Rasmus Villemoes · 11 years ago
  68. dee4a0b tty: Fix lock order in tty_do_resize() by Peter Hurley · 11 years ago
  69. 5ede525 tty: Remove extra wakeup from pty write() path by Peter Hurley · 11 years ago
  70. 7bfe0b7 tty: Track flip buffer memory limit atomically by Peter Hurley · 12 years ago
  71. 6a1c068 tty: Convert termios_mutex to termios_rwsem by Peter Hurley · 12 years ago
  72. 7c61c3d tty: Fix transient pty write() EIO by Peter Hurley · 12 years ago
  73. b0b8856 tty: fix up atime/mtime mess, take three by Linus Torvalds · 12 years ago
  74. f4b208e TTY: pty, fix compilation warning by Jiri Slaby · 12 years ago
  75. 19ffd68 pty: Remove redundant itty reset by Peter Hurley · 12 years ago
  76. 80cace7 pty: Ignore slave open count for master pty open by Peter Hurley · 12 years ago
  77. 69939035 pty: Ignore slave pty close() if never successfully opened by Peter Hurley · 12 years ago
  78. 7acf6cd pty: Fix BUG()s when ptmx_open() errors out by Peter Hurley · 12 years ago
  79. 9f9cba8 Merge 3.8-rc5 into tty-next by Greg Kroah-Hartman · 12 years ago
  80. ded2f295 pty: return EINVAL for TIOCGPTN for BSD ptys by Jiri Slaby · 12 years ago
  81. b81273a TTY: do not reset master's packet mode by Jiri Slaby · 12 years ago
  82. b9f8033 tty: cleanup checkpatch warning in pty.c by Cong Ding · 12 years ago
  83. 82f8c35 tty: cleanup the panic message by Cong Ding · 12 years ago
  84. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  85. 05c7cd3 TTY: switch tty_insert_flip_string by Jiri Slaby · 12 years ago
  86. 159a8e9 pty: Mark pty_resize static by Josh Triplett · 12 years ago
  87. 81c7983 TTY: pty, fix tty buffers leak by Jiri Slaby · 12 years ago
  88. 84fd7bd tty: Add get- ioctls to fetch tty status v3 by Cyrill Gorcunov · 12 years ago
  89. 06026d9 tty: pty - Move TIOCPKT handling into pty.c by Cyrill Gorcunov · 12 years ago
  90. ecbbfd4 TTY: move tty buffers to tty_port by Jiri Slaby · 12 years ago
  91. 967fab6 TTY: add port -> tty link by Jiri Slaby · 12 years ago
  92. fa2ecfc5a TTY: move devpts kill to pty by Jiri Slaby · 12 years ago
  93. f11afb6 TTY: devpts, do not set driver_data by Jiri Slaby · 12 years ago
  94. 162b97c TTY: devpts, return created inode from devpts_pty_new by Jiri Slaby · 12 years ago
  95. 8fcbaa2 TTY: devpts, don't care about TTY in devpts_get_tty by Jiri Slaby · 12 years ago
  96. 05fb79e pty: Fix locking bug on error path by Alan Cox · 12 years ago
  97. c3a6344 TTY: tty_alloc_driver() returns error pointers by Dan Carpenter · 12 years ago
  98. 21aca2f TTY: pty, switch to tty_alloc_driver by Jiri Slaby · 12 years ago
  99. 6f9ea7a TTY: pty, stop passing NULL to free_tty_struct by Jiri Slaby · 12 years ago
  100. 89c8d91 tty: localise the lock by Alan Cox · 12 years ago