1. 0bfd464 tty: Wait interruptibly for tty lock on reopen by Peter Hurley · 9 years ago
  2. 4de91eb tty: Remove dead tty_write_flush() declaration and macro by Peter Hurley · 9 years ago
  3. d435cef tty: Remove __func__ from tty_debug() macro by Peter Hurley · 9 years ago
  4. 339f36b tty: Define tty_*() printk macros by Peter Hurley · 9 years ago
  5. 0a083ed tty: core: Add helper fn to deref tty driver name by Peter Hurley · 9 years ago
  6. 82b8f88 tty: Make tty_paranoia_check() file scope by Peter Hurley · 9 years ago
  7. 998b4a4 tty: Improve tty_debug() macro by Peter Hurley · 9 years ago
  8. 6b2a3d6 tty: audit: Fix audit source by Peter Hurley · 9 years ago
  9. e176058 tty: Abstract tty buffer work by Peter Hurley · 9 years ago
  10. 2812d9e tty: Combine SIGTTOU/SIGTTIN handling by Peter Hurley · 9 years ago
  11. f148d6d tty: Remove wait_event_interruptible_tty() by Peter Hurley · 9 years ago
  12. cc2aaab tty: Remove tty_port::close_wait by Peter Hurley · 9 years ago
  13. 79c1faa tty: Remove tty_wait_until_sent_from_close() by Peter Hurley · 9 years ago
  14. e2dfa3d tty: core: Add tty_debug() for printk(KERN_DEBUG) messages by Peter Hurley · 9 years ago
  15. 02730d3 Merge 4.1-rc4 into tty-next by Greg Kroah-Hartman · 9 years ago
  16. 1a48632 pty: Fix input race when closing by Peter Hurley · 9 years ago
  17. 429b474 tty: remove buf parameter from tty_name() by Rasmus Villemoes · 9 years ago
  18. 1d6b987 tty: constify return type of tty_name by Rasmus Villemoes · 9 years ago
  19. b00f5c2 tty: Re-add external interface for tty_set_termios() by Frederic Danis · 9 years ago
  20. 632f32e tty: Remove external interface for tty_set_termios() by Peter Hurley · 10 years ago
  21. d2b6f44 n_tty: Fix signal handling flushes by Peter Hurley · 10 years ago
  22. 1d1d14d pty: Fix buffer flush deadlock by Peter Hurley · 10 years ago
  23. 3abf87c tty: Make lock subclasses available for other tty locks by Peter Hurley · 10 years ago
  24. 413ba63 tty: Convert tty->closing to int by Peter Hurley · 10 years ago
  25. b9104f5 tty: Remove defunct serial_console_init() declaration by Peter Hurley · 10 years ago
  26. 1d597e7 tty: Remove defunct pcxe_open() declaration by Peter Hurley · 10 years ago
  27. 86c80a8 tty: Flush ldisc buffer atomically with tty flip buffers by Peter Hurley · 10 years ago
  28. 35af935 tty: Remove tty_unhangup() declaration by Peter Hurley · 10 years ago
  29. 2febdb6 tty: Preset lock subclass for nested tty locks by Peter Hurley · 10 years ago
  30. 2aff5e2 tty: Change tty lock order to master->slave by Peter Hurley · 10 years ago
  31. 62462ae tty: Simplify tty_ldisc_release() interface by Peter Hurley · 10 years ago
  32. 0498070 tty: Remove TTY_CLOSING by Peter Hurley · 10 years ago
  33. 3ff51a1 tty: Remove TTY_HUPPING by Peter Hurley · 10 years ago
  34. 8f166e0 tty: Remove tty_pair_get_tty()/tty_pair_get_pty() api by Peter Hurley · 10 years ago
  35. cc952e7 tty: Fix width of unsigned long bitfield padding by Peter Hurley · 10 years ago
  36. 9941632 tty: Workaround Alpha non-atomic byte storage in tty_struct by Peter Hurley · 10 years ago
  37. 136d525 tty: Move and rename send_prio_char() as tty_send_xchar() by Peter Hurley · 10 years ago
  38. c545b66 tty: Serialize tcflow() with other tty flow control changes by Peter Hurley · 10 years ago
  39. f9e053d tty: Serialize tty flow control changes with flow_lock by Peter Hurley · 10 years ago
  40. d7a855b tty: Convert tty_struct bitfield to ints by Peter Hurley · 10 years ago
  41. 2c964a2 drivers: tty: Merge alloc_tty_struct and initialize_tty_struct by Rasmus Villemoes · 10 years ago
  42. 5fbf1a6 Revert "tty: Fix race condition between __tty_buffer_request_room and flush_to_ldisc" by Peter Hurley · 10 years ago
  43. 6a20dbd tty: Fix race condition between __tty_buffer_request_room and flush_to_ldisc by Manfred Schlaegl · 10 years ago
  44. cd6362b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  45. a9c3f68 tty: Fix low_latency BUG by Peter Hurley · 11 years ago
  46. c0fdfb8 tty: Fix ref counting for port krefs by Peter Hurley · 11 years ago
  47. ec513b1 Merge tag 'usb-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  48. e58b57a tty: Add C_CMSPAR(tty) by Andrew Lunn · 11 years ago
  49. e12348c tty: Removing the deprecated function tty_vhangup_locked() by Chuansheng Liu · 11 years ago
  50. acc0f67 tty: Halve flip buffer GFP_ATOMIC memory consumption by Peter Hurley · 11 years ago
  51. 5dda4ca tty: Rename tty buffer memory_used field by Peter Hurley · 11 years ago
  52. 4d18e6ef tty: Enable configurable tty flip buffer limit by Peter Hurley · 11 years ago
  53. 39cf275 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  54. 35a2af9 sched/wait: Make the __wait_event*() interface more friendly by Peter Zijlstra · 11 years ago
  55. 0d1e1c8 sched/wait: Collapse __wait_event_interruptible_tty() by Peter Zijlstra · 11 years ago
  56. 2f2a2b6 sched/wait: Make the signal_pending() checks consistent by Peter Zijlstra · 11 years ago
  57. 469d6d0 tty: Remove unused drop() method from tty_port interface by Peter Hurley · 11 years ago
  58. dee4a0b tty: Fix lock order in tty_do_resize() by Peter Hurley · 11 years ago
  59. 40d5e09 n_tty: Fix EOF push handling by Peter Hurley · 11 years ago
  60. 9114fe8 tty: Remove private constant from global namespace by Peter Hurley · 11 years ago
  61. a7c8d58 tty: Fix unsafe vt paste_selection() by Peter Hurley · 11 years ago
  62. 0f56bd2 tty: Use non-atomic state to signal flip buffer flush pending by Peter Hurley · 11 years ago
  63. 8c1fb49 tty: Avoid false-sharing flip buffer ptrs by Peter Hurley · 11 years ago
  64. d7a68be tty: Only perform flip buffer flush from tty_buffer_flush() by Peter Hurley · 11 years ago
  65. e9975fd tty: Ensure single-threaded flip buffer consumer with mutex by Peter Hurley · 11 years ago
  66. 7bfe0b7 tty: Track flip buffer memory limit atomically by Peter Hurley · 11 years ago
  67. 7391ee1 tty: Simplify flip buffer list with 0-sized sentinel by Peter Hurley · 11 years ago
  68. 809850b tty: Use lockless flip buffer free list by Peter Hurley · 11 years ago
  69. 1fc359f tty: Compute flip buffer ptrs by Peter Hurley · 11 years ago
  70. d8c1f92 tty: Only guarantee termios read safety for throttle/unthrottle by Peter Hurley · 11 years ago
  71. 6a1c068 tty: Convert termios_mutex to termios_rwsem by Peter Hurley · 11 years ago
  72. 24a89d1 tty: Make ldisc input flow control concurrency-friendly by Peter Hurley · 11 years ago
  73. 3669752 tty: Replace ldisc locking with ldisc_sem by Peter Hurley · 11 years ago
  74. f6c8dbe n_tty: Encapsulate minimum_to_wake within N_TTY by Peter Hurley · 11 years ago
  75. 582f559 tty: Remove TTY_HW_COOK_IN/OUT by Peter Hurley · 11 years ago
  76. c4cc75c Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 11 years ago
  77. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  78. 34db8aa proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h} by David Howells · 11 years ago
  79. 152f497 audit: push loginuid and sessionid processing down by Eric Paris · 11 years ago
  80. dc9eb69 audit: stop pushing loginid, uid, sessionid as arguments by Eric Paris · 11 years ago
  81. d912156 tty: Don't reenable already enabled ldisc by Peter Hurley · 11 years ago
  82. 2162293 tty: Add diagnostic for halted line discipline by Peter Hurley · 11 years ago
  83. aa27a09 TTY: add tty_port_tty_hangup helper by Jiri Slaby · 11 years ago
  84. 6aad04f TTY: add tty_port_tty_wakeup helper by Jiri Slaby · 11 years ago
  85. 6865ff2 TTY: do not warn about setting speed via SPD_* by Jiri Slaby · 11 years ago
  86. 70bc126 tty: Add safe tty throttle/unthrottle functions by Peter Hurley · 11 years ago
  87. 4f73bc4 tty: Added a CONFIG_TTY option to allow removal of TTY by Joe Millenbach · 12 years ago
  88. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  89. d6c53c0 TTY: move low_latency to tty_port by Jiri Slaby · 12 years ago
  90. de274bf TTY: introduce tty_port_destroy by Jiri Slaby · 12 years ago
  91. ecbbfd4 TTY: move tty buffers to tty_port by Jiri Slaby · 12 years ago
  92. 967fab6 TTY: add port -> tty link by Jiri Slaby · 12 years ago
  93. 2fc2066 TTY: move TTY_FLUSH* flags to tty_port by Jiri Slaby · 12 years ago
  94. bddc715 TTY: move ldisc data from tty_struct: locks by Jiri Slaby · 12 years ago
  95. ba2e68a TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuff by Jiri Slaby · 12 years ago
  96. 3fe780b TTY: move ldisc data from tty_struct: bitmaps by Jiri Slaby · 12 years ago
  97. 53c5ee2 TTY: move ldisc data from tty_struct: simple members by Jiri Slaby · 12 years ago
  98. 6c633f2 TTY: audit, stop accessing tty->icount by Jiri Slaby · 12 years ago
  99. 607ca46 UAPI: (Scripted) Disintegrate include/linux by David Howells · 12 years ago
  100. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago