1. eed5ee1 Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  2. acfa747 TTY: open/hangup race fixup by Jiri Slaby · 14 years ago
  3. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  4. 65f8e44 tty: Fix formatting in tty.h by Alan Cox · 14 years ago
  5. 3c80fe4 audit: Call tty_audit_push_task() outside preempt disabled by Thomas Gleixner · 15 years ago
  6. e4c5bf8 Merge 'staging-next' to Linus's tree by Greg Kroah-Hartman · 14 years ago
  7. f573bd1 tty: Remove __GFP_NOFAIL from tty_add_file() by Pekka Enberg · 14 years ago
  8. 30004ac tty: add tty_struct->dev pointer to corresponding device instance by Dmitry Eremin-Solenikov · 14 years ago
  9. 40fb29a tty.h: new ldisc for TI WiLink ST by Pavan Savoy · 14 years ago
  10. d996b62 tty: fix fu_list abuse by Nick Piggin · 14 years ago
  11. ee2ffa0 fs: cleanup files_lock locking by Nick Piggin · 14 years ago
  12. b07471f tty: implement BTM as mutex instead of BKL by Arnd Bergmann · 14 years ago
  13. ddcd9fb tty: remove tty_lock_nested by Arnd Bergmann · 14 years ago
  14. be1bc28 tty: introduce wait_event_interruptible_tty by Arnd Bergmann · 14 years ago
  15. ec79d60 tty: replace BKL with a new tty_lock by Arnd Bergmann · 14 years ago
  16. 26df6d1 tty: Add EXTPROC support for LINEMODE by hyc@symas.com · 14 years ago
  17. 31d1d48 Fix init ordering of /dev/console vs callers of modprobe by David Howells · 14 years ago
  18. e1eaea4 tty: n_gsm line discipline by Alan Cox · 14 years ago
  19. 1ff454e serial: TTY: new ldiscs for staging by Pavan Savoy · 14 years ago
  20. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  21. 9b27105 net-caif-driver: add CAIF serial driver (ldisc) by Sjur Braendeland · 14 years ago
  22. 336cee4 tty_port,usb-console: Fix usb serial console open/close regression by Jason Wessel · 14 years ago
  23. 352fa6a tty: Take a 256 byte padding into account when buffering below sub-page units by Mel Gorman · 14 years ago
  24. 572b9ad ldisc n_tty: add new method n_tty_inherit_ops() by Rodolfo Giometti · 14 years ago
  25. d9661ad tty: Keep the default buffering to sub-page units by Alan Cox · 14 years ago
  26. 2427b8e tty.h: make tty_port_get() static inline by Randy Dunlap · 15 years ago
  27. 5ada918 vt: introduce and use vt_kmsg_redirect() function by Bernhard Walle · 15 years ago
  28. eeb89d9 tty: push the BKL down into the handlers a bit by Alan Cox · 15 years ago
  29. 568aafc tty: tty_port: Add a kref object to the tty port by Alan Cox · 15 years ago
  30. 44e4909 tty: tty_port: Change the buffer allocator locking by Alan Cox · 15 years ago
  31. 64bc397 tty_port: add "tty_port_open" helper by Alan Cox · 15 years ago
  32. e921665 tty: handle VT specific compat ioctls in vt driver by Arnd Bergmann · 15 years ago
  33. b58d13a serial: move port users helper by Alan Cox · 15 years ago
  34. bdc04e3 serial: move delta_msr_wait into the tty_port by Alan Cox · 15 years ago
  35. 5e99df5 serial: Fold closing_* fields into the tty_port ones by Alan Cox · 15 years ago
  36. 7ca0ff9 tty: Add a full port_close function by Alan Cox · 15 years ago
  37. 353f6dd cleanup console_print() by Anirban Sinha · 15 years ago
  38. e0b3032 Merge branch 'topic/asoc' into for-linus by Takashi Iwai · 15 years ago
  39. b7b8f9b TTY/ASoC: Rename N_AMSDELTA line discipline to N_V253 by Janusz Krzysztofik · 15 years ago
  40. 78ed73e TTY: Add definition of a new line discipline required by Amstrad E3 (Delta) ASoC driver by Janusz Krzysztofik · 15 years ago
  41. e043e42 pty: avoid forcing 'low_latency' tty flag by OGAWA Hirofumi · 15 years ago
  42. c65c9bc tty: rewrite the ldisc locking by Alan Cox · 15 years ago
  43. e8b70e7 tty: Extract various bits of ldisc code by Alan Cox · 15 years ago
  44. 1ec739b tty: Implement a drain delay in the tty port by Alan Cox · 15 years ago
  45. fcc8ac1 tty: Add carrier processing on close to the tty_port core by Alan Cox · 15 years ago
  46. a661499 tty: Introduce some close helpers for ports by Alan Cox · 16 years ago
  47. 36c621d tty: Introduce a tty_port generic block_til_ready by Alan Cox · 16 years ago
  48. 3e61696 isicom: redo locking to use tty port locks by Alan Cox · 16 years ago
  49. 5d951fb tty: Pull the dtr raise into tty port by Alan Cox · 16 years ago
  50. 31f3593 tty_port: Add a port level carrier detect operation by Alan Cox · 16 years ago
  51. c9b3976 tty: Fix PPP hang under load by Alan Cox · 16 years ago
  52. fc6f623 pty: simplify resize by Alan Cox · 16 years ago
  53. a88a69c n_tty: Fix loss of echoed characters and remove bkl from n_tty by Joe Peterson · 16 years ago
  54. b0f4b28 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  55. 1e64174 Audit: Log TIOCSTI by Al Viro · 16 years ago
  56. 14bfc98 tracing, tty: fix warnings caused by branch tracing and tty_kref_get() by Ingo Molnar · 16 years ago
  57. 47afa7a tty: some ICANON magic is in the wrong places by Alan Cox · 16 years ago
  58. bf970ee tty: extract the pty init time special cases by Alan Cox · 16 years ago
  59. 73ec06f tty: Finish fixing up the init_dev interface to use ERR_PTR by Alan Cox · 16 years ago
  60. d81ed10 tty: Remove more special casing and out of place code by Alan Cox · 16 years ago
  61. feebed6 tty: shutdown method by Alan Cox · 16 years ago
  62. 2cb5998 tty: the vhangup syscall is racy by Alan Cox · 16 years ago
  63. 4a90f09 tty: usb-serial krefs by Alan Cox · 16 years ago
  64. 1d65b4a tty: Add termiox by Alan Cox · 16 years ago
  65. 9c9f4de tty: Add a kref count by Alan Cox · 16 years ago
  66. 348eb12 pps: Reserve a line discipline number for PPS by Alan Cox · 16 years ago
  67. e049573 tty: split the buffering from tty_io by Alan Cox · 16 years ago
  68. 8c9a9dd tty: remove resize window special case by Alan Cox · 16 years ago
  69. 01e1abb tty: Split ldisc code into its own file by Alan Cox · 16 years ago
  70. 44b7d1b tty: add more tty_port fields by Alan Cox · 16 years ago
  71. 7a4d29f tty.h: clean up by Alan Cox · 16 years ago
  72. 6f67048 tty: Introduce a tty_port common structure by Alan Cox · 16 years ago
  73. a352def tty: Ldisc revamp by Alan Cox · 16 years ago
  74. 44d1b98 Fix various old email addresses for dwmw2 by David Woodhouse · 16 years ago
  75. 39c2e60 tty: add throttle/unthrottle helpers by Alan Cox · 16 years ago
  76. f34d7a5 tty: The big operations rework by Alan Cox · 16 years ago
  77. 5d0fdf1 tty_io: fix remaining pid struct locking by Alan Cox · 16 years ago
  78. 47f8683 redo locking of tty->pgrp by Alan Cox · 16 years ago
  79. 04f378b tty: BKL pushdown by Alan Cox · 16 years ago
  80. 4112622 [patch 1/2] audit: let userspace fully control TTY input auditing by Miloslav Trmac · 16 years ago
  81. 2532386 Audit: collect sessionid in netlink messages by Eric Paris · 16 years ago
  82. 3dddbfc tty: Kill TTY_FLIPBUF_SIZE by Alan Cox · 16 years ago
  83. eb31005 drivers/char/tty_io.c: remove pty_sem by Daniel Walker · 16 years ago
  84. cd05acf [CAN]: Allocate protocol numbers for PF_CAN by Oliver Hartkopp · 17 years ago
  85. bf5e583 pl2303: Fix mode switching regression by Alan Cox · 17 years ago
  86. 0fc00e2 [TTY]: Fix network driver interactions with TCGET/SET calls. by Alan Cox · 17 years ago
  87. 5f519d7 tty: expose new methods needed for drivers to get termios right by Alan Cox · 17 years ago
  88. 328dfd0 tty.h: remove dead define by Alan Cox · 17 years ago
  89. dc8c858 PTY: add kernel parameter to overwrite legacy pty count by Kay Sievers · 17 years ago
  90. 42fd552 fix serial buffer memory leak by Alan Cox · 17 years ago
  91. 522ed77 Audit: add TTY input auditing by Miloslav Trmac · 17 years ago
  92. 9c1729d Prevent an O_NDELAY writer from blocking when a tty write is blocked by the tty atomic writer mutex by Alan Cox · 17 years ago
  93. 98a27ba tty: introduce no_tty and use it in selinux by Eric W. Biederman · 17 years ago
  94. ab521dc [PATCH] tty: update the tty layer to work with struct pid by Eric W. Biederman · 17 years ago
  95. 3e7cd6c [PATCH] pid: replace is_orphaned_pgrp with is_current_pgrp_orphaned by Eric W. Biederman · 17 years ago
  96. cdc6233 [PATCH] tty: make __proc_set_tty static by Eric W. Biederman · 17 years ago
  97. 4564f9e [PATCH] consolidate line discipline number definitions by Tilman Schmidt · 17 years ago
  98. 8b6312f [PATCH] vt: refactor console SAK processing by Eric W. Biederman · 17 years ago
  99. edc6afc [PATCH] tty: switch to ktermios and new framework by Alan Cox · 18 years ago
  100. 24ec839 [PATCH] tty: ->signal->tty locking by Peter Zijlstra · 18 years ago