1. 137084b tty: Fix tty_ldisc_lock name collision by Peter Hurley · 11 years ago
  2. 64e377d tty: Reset itty for other pty by Peter Hurley · 11 years ago
  3. f6c8dbe n_tty: Encapsulate minimum_to_wake within N_TTY by Peter Hurley · 11 years ago
  4. b0b8856 tty: fix up atime/mtime mess, take three by Linus Torvalds · 11 years ago
  5. 507ffe4 Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  6. 37b7f3c TTY: fix atime/mtime regression by Jiri Slaby · 11 years ago
  7. 44a459f tty: tty_vhangup_session can be static by Changlong Xie · 12 years ago
  8. 8842dda tty: Don't protect atomic operation with mutex by Peter Hurley · 12 years ago
  9. 96433d1 tty: Bracket ldisc release with TTY_DEBUG_HANGUP messages by Peter Hurley · 12 years ago
  10. a2965b7 tty: Make core responsible for synchronizing its work by Peter Hurley · 12 years ago
  11. 4f98d46 tty: Complete ownership transfer of flip buffers by Peter Hurley · 12 years ago
  12. d912156 tty: Don't reenable already enabled ldisc by Peter Hurley · 12 years ago
  13. 25fdf24 tty: Signal SIGHUP before hanging up ldisc by Peter Hurley · 12 years ago
  14. f91e259 tty: Signal foreground group processes in hangup by Peter Hurley · 12 years ago
  15. bc30c3b tty: Use spin_lock() inside existing critical region by Peter Hurley · 12 years ago
  16. 20cc225 tty: Fix spinlock flavor in non-atomic __tty_hangup() by Peter Hurley · 12 years ago
  17. ea648a4 tty: Refactor session leader SIGHUP from __tty_hangup() by Peter Hurley · 12 years ago
  18. 6131ffa more file_inode() open-coded instances by Al Viro · 12 years ago
  19. 81ec44a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  20. 21eaab6 Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  21. b0de59b TTY: do not update atime/mtime on read/write by Jiri Slaby · 12 years ago
  22. 4d334fd s390/3270: asynchronous size sensing by Martin Schwidefsky · 12 years ago
  23. 6e9430a TTY: mark tty_get_device call with the proper const values by Greg Kroah-Hartman · 12 years ago
  24. ef4f527 tty: Fix comments that reference BKL, eventd, old paths by Kevin Cernekee · 12 years ago
  25. 2520e27 tty: Mark tty_del_file and __tty_hangup static by Josh Triplett · 12 years ago
  26. 84fd7bd tty: Add get- ioctls to fetch tty status v3 by Cyrill Gorcunov · 12 years ago
  27. ecbbfd4 TTY: move tty buffers to tty_port by Jiri Slaby · 12 years ago
  28. 967fab6 TTY: add port -> tty link by Jiri Slaby · 12 years ago
  29. bddc715 TTY: move ldisc data from tty_struct: locks by Jiri Slaby · 12 years ago
  30. 53c5ee2 TTY: move ldisc data from tty_struct: simple members by Jiri Slaby · 12 years ago
  31. fa2ecfc5a TTY: move devpts kill to pty by Jiri Slaby · 12 years ago
  32. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  33. cb0942b make get_file() return its argument by Al Viro · 12 years ago
  34. c3c073f new helper: iterate_fd() by Al Viro · 12 years ago
  35. b1b7991 tty_register_device_attr updated for tty-next by Tomas Hlavacek · 12 years ago
  36. 6915c0e tty: uartclk value from serial_core exposed to sysfs by Tomas Hlavacek · 12 years ago
  37. bbb63c5 drivers:tty:fix up ENOIOCTLCMD error handling by Wanlong Gao · 12 years ago
  38. 5d4121c TTY: check if tty->port is assigned by Jiri Slaby · 12 years ago
  39. 7e73eca TTY: move cdev_add to tty_register_device by Jiri Slaby · 12 years ago
  40. 0019b40 TTY: add support for unnumbered device nodes by Jiri Slaby · 12 years ago
  41. 16a0208 TTY: move allocations to tty_alloc_driver by Jiri Slaby · 12 years ago
  42. 7f0bc6a TTY: pass flags to alloc_tty_driver by Jiri Slaby · 12 years ago
  43. 89c8d91 tty: localise the lock by Alan Cox · 12 years ago
  44. dc6802a tty: handle NULL parameters in free_tty_struct() by Dan Carpenter · 12 years ago
  45. 4ac5d70 tty: fix missing assignment by Dan Carpenter · 12 years ago
  46. d155255 tty: Fix race in tty release by Alan Cox · 12 years ago
  47. 36b3c07 tty: Move the handling of the tty release logic by Alan Cox · 12 years ago
  48. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  49. 6d31a88 tty: revert incorrectly applied lock patch by Alan Cox · 12 years ago
  50. f5e3bcc tty: localise the lock by Alan Cox · 12 years ago
  51. 04831dc TTY: add ports array to tty_driver by Jiri Slaby · 12 years ago
  52. 9bb8a3d TTY: centralize fail paths in tty_register_driver by Jiri Slaby · 12 years ago
  53. f309532 tty: Revert the tty locking series, it needs more work by Linus Torvalds · 12 years ago
  54. d29f3ef tty_lock: Localise the lock by Alan Cox · 12 years ago
  55. 3af502b tty_lock: undo the old tty_lock use on the ctty by Alan Cox · 12 years ago
  56. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  57. ecd1665 TTY: remove tty driver re-set from tty_reopen by Jiri Slaby · 13 years ago
  58. d483426 TTY: simplify tty_driver_lookup_tty a bit by Jiri Slaby · 13 years ago
  59. 1a54a76 TTY: let alloc_tty_driver deduce the owner automatically by Jiri Slaby · 13 years ago
  60. a8fbc97 TTY: tty_io, remove buffer re-assignments by Jiri Slaby · 13 years ago
  61. 0ef1698 Revert "TTY: get rid of BTM around devpts_*" by Greg Kroah-Hartman · 13 years ago
  62. d3bda52 TTY: get rid of BTM around devpts_* by Jiri Slaby · 13 years ago
  63. 66d450e TTY: provide tty_standard_install helper by Jiri Slaby · 13 years ago
  64. 593a27c tty: cleanup prohibition of direct opening for unix98 pty master by Konstantin Khlebnikov · 13 years ago
  65. 5983faf Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  66. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
  67. 9de44bd TTY: open/release, cleanup printks by Jiri Slaby · 13 years ago
  68. 955787ca TTY: move debug checking out of tty_release by Jiri Slaby · 13 years ago
  69. 2cd0050 TTY: move tty_lookup_driver to switch-cases by Jiri Slaby · 13 years ago
  70. ba5db44 TTY: coalesce fail paths in tty_open by Jiri Slaby · 13 years ago
  71. 5b5e704 TTY: extract driver lookup from tty_open by Jiri Slaby · 13 years ago
  72. b82154a TTY: extract /dev/tty handling from tty_open by Jiri Slaby · 13 years ago
  73. 1411dc4 TTY: move pgrp killing by Jiri Slaby · 13 years ago
  74. efb8d21 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  75. a034070 Revert "TTY: call tty_driver_lookup_tty unconditionally" by Greg Kroah-Hartman · 13 years ago
  76. 631180a TTY: call tty_driver_lookup_tty unconditionally by Jiri Slaby · 13 years ago
  77. fa90e1c TTY: make tty_add_file non-failing by Jiri Slaby · 13 years ago
  78. c290f83 TTY: drop driver reference in tty_open fail path by Jiri Slaby · 13 years ago
  79. 8193c42 tty: Support compat_ioctl get/set termios_locked by Thomas Meyer · 13 years ago
  80. 24d406a TTY: pty, fix pty counting by Jiri Slaby · 13 years ago
  81. 5a3c6b2 drivers/tty: use printk_ratelimited() instead of printk_ratelimit() by Manuel Zerpies · 13 years ago
  82. 83c6757 TTY: tty_io, annotate locking functions by Jiri Slaby · 13 years ago
  83. 99edb3d tty: remove invalid location line in file header by Jovi Zhang · 14 years ago
  84. 0259894 TTY: fix fail path in tty_open by Jiri Slaby · 14 years ago
  85. a9dccdd TTY: plug in deinitialize_tty_struct by Jiri Slaby · 14 years ago
  86. 6716671 TTY: introduce deinit helpers for proper ldisc shutdown by Jiri Slaby · 14 years ago
  87. d554350 TTY: unify tty_init_dev fail path handling by Jiri Slaby · 14 years ago
  88. 909bc77 vt: remove uneeded retval check before tty->ops->open inside tty_open by Herton Ronaldo Krzesinski · 14 years ago
  89. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  90. f74b944 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  91. 5edc341 drivers: remove extraneous includes of smp_lock.h by Arnd Bergmann · 14 years ago
  92. 3c95c98 tty: add TIOCVHANGUP to allow clean tty shutdown of all ttys by Kay Sievers · 14 years ago
  93. 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 14 years ago
  94. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 14 years ago
  95. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 14 years ago
  96. abfa44b Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  97. ac751ef console: rename acquire/release_console_sem() to console_lock/unlock() by Torben Hohn · 14 years ago
  98. a2a6a82 tty: use for_each_console() and WARN() on sysfs failures by Kay Sievers · 14 years ago
  99. 56b85f3 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  100. b7b8de0 TTY: Add tty ioctl to figure device node of the system console. by Werner Fink · 14 years ago