1. 3689f9f Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux by Linus Torvalds · 3 years ago
  2. b5c7e7e all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate by Yury Norov · 3 years, 4 months ago
  3. 9862966 tty: reformat kernel-doc in n_tty.c by Jiri Slaby · 3 years, 1 month ago
  4. c66453c tty: fix kernel-doc in n_tty.c by Jiri Slaby · 3 years, 1 month ago
  5. d78328b tty: remove file from tty_ldisc_ops::ioctl and compat_ioctl by Jiri Slaby · 3 years, 1 month ago
  6. 7c78360 tty: remove file from n_tty_ioctl_helper by Jiri Slaby · 3 years, 3 months ago
  7. b468e68 tty: remove flags from struct tty_ldisc_ops by Jiri Slaby · 3 years, 3 months ago
  8. 1947520 tty: drop tty_ldisc_ops::refcount by Jiri Slaby · 3 years, 8 months ago
  9. fbadf70a tty: set tty_ldisc_ops::num statically by Jiri Slaby · 3 years, 8 months ago
  10. 64d608d tty: cumulate and document tty_struct::ctrl* members by Jiri Slaby · 3 years, 8 months ago
  11. 6e94dbc tty: cumulate and document tty_struct::flow* members by Jiri Slaby · 3 years, 8 months ago
  12. 0f3dcf3 tty: make fp of tty_ldisc_ops::receive_buf{,2} const by Jiri Slaby · 3 years, 8 months ago
  13. fc0df90 n_tty: remove superfluous return from n_tty_receive_signal_char by Jiri Slaby · 3 years, 8 months ago
  14. e8f2a13 n_tty: invert TTY_NORMAL condition in n_tty_receive_buf_standard by Jiri Slaby · 3 years, 8 months ago
  15. 3a7d530 n_tty: do only one cp dereference in n_tty_receive_buf_standard by Jiri Slaby · 3 years, 8 months ago
  16. 1676536 n_tty: make n_tty_receive_char_special return void by Jiri Slaby · 3 years, 8 months ago
  17. 67a620d n_tty: move lnext handling by Jiri Slaby · 3 years, 8 months ago
  18. 95aafe3 n_tty: drop parmrk_dbl from n_tty_receive_char by Jiri Slaby · 3 years, 8 months ago
  19. 1ed2dfe n_tty: drop n_tty_receive_buf_fast by Jiri Slaby · 3 years, 8 months ago
  20. 89bb4a3 n_tty: remove n_tty_receive_char_fast by Jiri Slaby · 3 years, 8 months ago
  21. 7fb8a8a n_tty: remove n_tty_receive_char wrapper by Jiri Slaby · 3 years, 8 months ago
  22. 98602c0 tty: create internal tty.h file by Greg Kroah-Hartman · 3 years, 9 months ago
  23. 5e30d3b tty: n_tty, set tty_ldisc_ops::owner by Jiri Slaby · 3 years, 10 months ago
  24. 981b22b tty: remove TTY_LDISC_MAGIC by Jiri Slaby · 3 years, 10 months ago
  25. e428692 Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 10 months ago
  26. 9f12e37 Commit 9bb48c82aced ("tty: implement write_iter") converted the tty by Sami Tolvanen · 4 years ago
  27. 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
  28. d7fe75c tty: teach the n_tty ICANON case about the new "cookie continuations" too by Linus Torvalds · 4 years ago
  29. 15ea8ae tty: teach n_tty line discipline about the new "cookie continuations" by Linus Torvalds · 4 years ago
  30. 64a69892 tty: clean up legacy leftovers from n_tty line discipline by Linus Torvalds · 4 years ago
  31. 3b830a9 tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer by Linus Torvalds · 4 years ago
  32. c9cd57b tty: Protect disc_data in n_tty_close and n_tty_flush_buffer by Yan.Gao · 4 years, 1 month ago
  33. 171044a tty: n_tty: Add 2 missing parameter descriptions by Lee Jones · 4 years, 2 months ago
  34. 724ac07 tty: ldiscs, fix kernel-doc by Jiri Slaby · 4 years, 4 months ago
  35. e24cd4e n_tty: Distribute switch variables for initialization by Kees Cook · 4 years, 10 months ago
  36. a287885 n_tty: check printk arguments for n_tty_trace by Jiri Slaby · 5 years ago
  37. 9ef8927 n_tty: check for negative and zero space return from tty_write_room by Colin Ian King · 6 years ago
  38. a5db482 n_tty: update comment for WAKEUP_CHARS define by Valentin Vidic · 6 years ago
  39. c96cf92 tty: Don't block on IO when ldisc change is pending by Dmitry Safonov · 6 years ago
  40. b97b3d9 tty: wipe buffer if not echoing data by Greg KH · 6 years ago
  41. ebec3f8 n_tty: Access echo_* variables carefully. by Tetsuo Handa · 7 years ago
  42. 3d63b7e n_tty: Fix stall at n_tty_receive_char_special(). by Tetsuo Handa · 7 years ago
  43. 28b0f8a tty: make n_tty_read() always abort if hangup is in progress by Tejun Heo · 7 years ago
  44. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  45. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  46. 966031f n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD) by Linus Torvalds · 7 years ago
  47. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 7 years ago
  48. e5656d4 tty: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  49. e3b3d0f tty: add SPDX identifiers to all remaining files in drivers/tty/ by Greg Kroah-Hartman · 7 years ago
  50. 0f40fbb Fix OpenSSH pty regression on close by Brian Bloniarz · 9 years ago
  51. 7f71b2c1 n_tty: Ignore all read data when closing by Peter Hurley · 9 years ago
  52. 87108bc tty: n_tty: fix SIGIO for output by Peter Hurley · 9 years ago
  53. ffb91a4 n_tty: Remove tty count checks from unthrottle by Peter Hurley · 9 years ago
  54. 7bccc36 n_tty: Fix stuck write wakeup by Peter Hurley · 9 years ago
  55. bee6741c tty, n_tty: Remove fasync() ldisc notification by Peter Hurley · 9 years ago
  56. 33d7136 n_tty: Always wake up read()/poll() if new input by Peter Hurley · 9 years ago
  57. b50819f tty: audit: Ignore current association for audit push by Peter Hurley · 9 years ago
  58. 309426a tty: audit: Remove icanon mode from call chain by Peter Hurley · 9 years ago
  59. eab25a5 tty: audit: Never audit packet mode by Peter Hurley · 9 years ago
  60. e802ca0 tty: Move tty_check_change() helper by Peter Hurley · 9 years ago
  61. 2722873 tty: Eliminate global symbol tty_ldisc_N_TTY by Peter Hurley · 9 years ago
  62. fdfb719 tty: Remove chars_in_buffer() line discipline method by Peter Hurley · 9 years ago
  63. 6d27a63 n_tty: Fix unsafe reference to "other" ldisc by Peter Hurley · 9 years ago
  64. 462a119 Merge 4.4-rc6 into tty-next by Greg Kroah-Hartman · 9 years ago
  65. b985e9e n_tty: Reduce branching in canon_copy_from_read_buf() by Peter Hurley · 9 years ago
  66. e661cf7 n_tty: Clarify copy_from_read_buf() by Peter Hurley · 9 years ago
  67. 679e7c2 n_tty: Uninline tty_copy_to_user() by Peter Hurley · 9 years ago
  68. 339f36b tty: Define tty_*() printk macros by Peter Hurley · 9 years ago
  69. ac8f3bf n_tty: Fix poll() after buffer-limited eof push read by Peter Hurley · 9 years ago
  70. 6b2a3d6 tty: audit: Fix audit source by Peter Hurley · 9 years ago
  71. e176058 tty: Abstract tty buffer work by Peter Hurley · 9 years ago
  72. 2812d9e tty: Combine SIGTTOU/SIGTTIN handling by Peter Hurley · 9 years ago
  73. b3868e2 n_tty: Remove reader wakeups for TTY_BREAK/TTY_PARITY chars by Peter Hurley · 9 years ago
  74. e81107d tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c by Kosuke Tatsukawa · 9 years ago
  75. 92311e4 Merge 4.2-rc4 into tty-next by Greg Kroah-Hartman · 9 years ago
  76. 6719693 tty: add missing rcu_read_lock for task_pgrp by Patrick Donnelly · 9 years ago
  77. 3b19e03 n_tty: signal and flush atomically by Peter Hurley · 10 years ago
  78. 00fda16 Merge 4.1-rc7 into tty-next by Greg Kroah-Hartman · 10 years ago
  79. 72586c6 n_tty: Fix auditing support for cannonical mode by Laura Abbott · 10 years ago
  80. da555db n_tty: Fix calculation of size in canon_copy_from_read_buf by Mark Tomlinson · 10 years ago
  81. 02730d3 Merge 4.1-rc4 into tty-next by Greg Kroah-Hartman · 10 years ago
  82. 1a48632 pty: Fix input race when closing by Peter Hurley · 10 years ago
  83. 429b474 tty: remove buf parameter from tty_name() by Rasmus Villemoes · 10 years ago
  84. d2b6f44 n_tty: Fix signal handling flushes by Peter Hurley · 10 years ago
  85. fb5ef9e n_tty: Fix read buffer overwrite when no newline by Peter Hurley · 10 years ago
  86. 06c49f9 n_tty: Fix PARMRK over-throttling by Peter Hurley · 10 years ago
  87. 70aca71 n_tty: Fix unordered accesses to lockless read buffer by Peter Hurley · 10 years ago
  88. 5e28cca n_tty: Simplify throttle threshold calculation by Peter Hurley · 10 years ago
  89. a342846 n_tty: Fix throttle for canon lines > 3967 chars by Peter Hurley · 10 years ago
  90. 2c5dc46 n_tty: Eliminate receive_room() from consumer/exclusive paths by Peter Hurley · 10 years ago
  91. 2ce3c10 Revert "tty: Fix pty master poll() after slave closes v2" by Peter Hurley · 10 years ago
  92. 37da7bb Merge tag 'tty-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  93. 86c6a2f Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  94. 8bfbe2d n_tty: Fix read_buf race condition, increment read_head after pushing data by Christian Riesch · 10 years ago
  95. 394e849 Merge 3.18-rc4 into tty-next. by Greg Kroah-Hartman · 10 years ago
  96. c4dc304 tty: Fix pty master poll() after slave closes v2 by Francesco Ruggeri · 10 years ago
  97. 52bce7f pty, n_tty: Simplify input processing on final close by Peter Hurley · 10 years ago
  98. fa59e25 n_tty: Remove stale read lock comment by Peter Hurley · 10 years ago
  99. 95ea90d n_tty: Only process packet mode data in raw mode by Peter Hurley · 10 years ago
  100. 1aa1bf1 tty: Fix missed wakeup from packet mode status update by Peter Hurley · 10 years ago