1. 909bc77 vt: remove uneeded retval check before tty->ops->open inside tty_open by Herton Ronaldo Krzesinski · 14 years ago
  2. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  3. f74b944 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  4. 5edc341 drivers: remove extraneous includes of smp_lock.h by Arnd Bergmann · 14 years ago
  5. 3c95c98 tty: add TIOCVHANGUP to allow clean tty shutdown of all ttys by Kay Sievers · 14 years ago
  6. 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 14 years ago
  7. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 14 years ago
  8. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 14 years ago
  9. 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
  10. ac751ef console: rename acquire/release_console_sem() to console_lock/unlock() by Torben Hohn · 14 years ago
  11. a2a6a82 tty: use for_each_console() and WARN() on sysfs failures by Kay Sievers · 14 years ago
  12. 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
  13. b7b8de0 TTY: Add tty ioctl to figure device node of the system console. by Werner Fink · 14 years ago
  14. fbc92a3 tty: add 'active' sysfs attribute to tty0 and console device by Kay Sievers · 14 years ago
  15. acfa747 TTY: open/hangup race fixup by Jiri Slaby · 14 years ago
  16. e2efafb TTY: don't allow reopen when ldisc is changing by Jiri Slaby · 14 years ago
  17. 96fd7ce TTY: create drivers/tty and move the tty core files there by Greg Kroah-Hartman · 14 years ago[Renamed from drivers/char/tty_io.c]
  18. d281da7 tty: Make tiocgicount a handler by Alan Cox · 14 years ago
  19. b670bde tty_io: check return code of tty_register_device by Vasiliy Kulikov · 14 years ago
  20. f573bd1 tty: Remove __GFP_NOFAIL from tty_add_file() by Pekka Enberg · 14 years ago
  21. 30004ac tty: add tty_struct->dev pointer to corresponding device instance by Dmitry Eremin-Solenikov · 14 years ago
  22. 6eb68d6 tty: fix tty_line must not be equal to number of allocated tty pointers in tty driver by Nathael Pajani · 14 years ago
  23. d996b62 tty: fix fu_list abuse by Nick Piggin · 14 years ago
  24. ee2ffa0 fs: cleanup files_lock locking by Nick Piggin · 14 years ago
  25. 2b50d24 tty_io: remove casts from void* by Kulikov Vasiliy · 14 years ago
  26. 11dbf20 tty: avoid recursive BTM in pty_close by Arnd Bergmann · 14 years ago
  27. ddcd9fb tty: remove tty_lock_nested by Arnd Bergmann · 14 years ago
  28. 64ba3dc tty: never hold BTM while getting tty_mutex by Arnd Bergmann · 14 years ago
  29. ec79d60 tty: replace BKL with a new tty_lock by Arnd Bergmann · 14 years ago
  30. 31d1d48 Fix init ordering of /dev/console vs callers of modprobe by David Howells · 14 years ago
  31. 77945fe tty: Fix unbalanced BKL handling in error path by Alan Cox · 14 years ago
  32. 6da8d86 tty: release_one_tty() forgets to put pids by Oleg Nesterov · 14 years ago
  33. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  34. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 15 years ago
  35. 80e1e82 Fix race in tty_fasync() properly by Linus Torvalds · 15 years ago
  36. 7036251 tty: fix race in tty_fasync by Greg Kroah-Hartman · 15 years ago
  37. 6698e34 tty: Fix BKL taken under a spinlock bug introduced in the BKL split by Alan Cox · 15 years ago
  38. 36ba782 tty: split the lock up a bit further by Alan Cox · 15 years ago
  39. 5ec93d1 tty: Move the leader test in disassociate by Alan Cox · 15 years ago
  40. 38c70b2 tty: Push the bkl down a bit in the hangup code by Alan Cox · 15 years ago
  41. f18f949 tty: Push the lock down further into the ldisc code by Alan Cox · 15 years ago
  42. eeb89d9 tty: push the BKL down into the handlers a bit by Alan Cox · 15 years ago
  43. f278a2f tty: Fix regressions caused by commit b50989dc by Dave Young · 15 years ago
  44. a57c21c Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  45. fe1ae7f tty: USB serial termios bits by Alan Cox · 15 years ago
  46. b50989d tty: make the kref destructor occur asynchronously by Alan Cox · 15 years ago
  47. 6146b9a tty: Fix a typo noted in passing by Alan Cox · 15 years ago
  48. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  49. 1aa4bed tty: fix sanity check by Alan Cox · 15 years ago
  50. f2c4c65 tty: Move ldisc_flush by Alan Cox · 15 years ago
  51. c65c9bc tty: rewrite the ldisc locking by Alan Cox · 15 years ago
  52. e8b70e7 tty: Extract various bits of ldisc code by Alan Cox · 15 years ago
  53. 5f0878a tty: Fix oops when scanning the polling list for kgdb by Alan Cox · 15 years ago
  54. 1b0f7ff pids: kill signal_struct-> __pgrp/__session and friends by Oleg Nesterov · 15 years ago
  55. 846c151 __tty_open(): use the correct type for saved_flags by Andrew Morton · 15 years ago
  56. 4b19449 epoll keyed wakeups: make tty use keyed wakeups by Davide Libenzi · 16 years ago
  57. db1dd4d Use f_lock to protect f_flags by Jonathan Corbet · 16 years ago
  58. 808ffa3 tty_open can return to userspace holding tty_mutex by Eric Paris · 16 years ago
  59. fc6f623 pty: simplify resize by Alan Cox · 16 years ago
  60. a47d545 tty: Fix sparse static warning for tty_driver_lookup_tty by Jason Wessel · 16 years ago
  61. a88a69c n_tty: Fix loss of echoed characters and remove bkl from n_tty by Joe Peterson · 16 years ago
  62. 1e64174 Audit: Log TIOCSTI by Al Viro · 16 years ago
  63. 296fa7f drivers/char/tty_io.c: Avoid panic when no console is configured. by Will Newton · 16 years ago
  64. 03457cd device create: char: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  65. 7c3b1dc tty: make sure that proc_clear_tty stores the cpu flags by Arjan van de Ven · 16 years ago
  66. 402fda9 tty: tty_io.c shadows sparse fix by Jason Wessel · 16 years ago
  67. fe6e29f tty: simplify ktermios allocation by Alan Cox · 16 years ago
  68. 15f1a63 Add an instance parameter devpts interfaces by Sukadev Bhattiprolu · 16 years ago
  69. 4a2b5fd Move tty lookup/reopen to caller by Sukadev Bhattiprolu · 16 years ago
  70. bf970ee tty: extract the pty init time special cases by Alan Cox · 16 years ago
  71. 73ec06f tty: Finish fixing up the init_dev interface to use ERR_PTR by Alan Cox · 16 years ago
  72. 8b0a88d tty: More driver operations by Alan Cox · 16 years ago
  73. 7d7b93c tty: kref the tty driver object by Alan Cox · 16 years ago
  74. 99f1fe1 tty: Clean up the tty_init_dev changes further by Alan Cox · 16 years ago
  75. 2349970 tty: Move parts of tty_init_dev into new functions by Sukadev Bhattiprolu · 16 years ago
  76. d81ed10 tty: Remove more special casing and out of place code by Alan Cox · 16 years ago
  77. feebed6 tty: shutdown method by Alan Cox · 16 years ago
  78. 15582d3 pty: If the administrator creates a device for a ptmx slave we should not error by Alan Cox · 16 years ago
  79. 934e6eb tty: Redo current tty locking by Alan Cox · 16 years ago
  80. 2cb5998 tty: the vhangup syscall is racy by Alan Cox · 16 years ago
  81. 95f9bfc tty: Move tty_write_message out of kernel/printk by Alan Cox · 16 years ago
  82. 452a00d tty: Make get_current_tty use a kref by Alan Cox · 16 years ago
  83. f4d2a6c tty: compare the tty winsize by Alan Cox · 16 years ago
  84. 8f52002 tty: Termios locking - sort out real_tty confusions and lock reads by Alan Cox · 16 years ago
  85. 6f967f7 tty: use krefs to protect driver module counts by Alan Cox · 16 years ago
  86. 9c9f4de tty: Add a kref count by Alan Cox · 16 years ago
  87. 9e48565 tty: Split tty_port into its own file by Alan Cox · 16 years ago
  88. e049573 tty: split the buffering from tty_io by Alan Cox · 16 years ago
  89. e688510 tty: move tioclinux from a special case by Alan Cox · 16 years ago
  90. 0dca0fd kgdboc,tty: Fix tty polling search to use name correctly by Jason Wessel · 16 years ago
  91. a152db7 tty: Fix termios tty window resize race with pty/tty pair by Alan Cox · 16 years ago
  92. 8c9a9dd tty: remove resize window special case by Alan Cox · 16 years ago
  93. 000b915 Fix race/oops in tty layer after BKL pushdown by Christian Borntraeger · 16 years ago
  94. cd9a6f10 unexport proc_clear_tty by Adrian Bunk · 16 years ago
  95. d7ce20b remove is_tty() by Adrian Bunk · 16 years ago
  96. 1bad879 tty: Fix up escaped character by Alan Cox · 16 years ago
  97. 53baaaa Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  98. 9e98966 tty: rework break handling by Alan Cox · 16 years ago
  99. 01e1abb tty: Split ldisc code into its own file by Alan Cox · 16 years ago
  100. 47aa579 device create: char: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago