1. f4807045 tty: Fold one-line assign function into callers by Peter Hurley · 11 years ago
  2. 16759f6 tty: Document unsafe ldisc reference acquire by Peter Hurley · 11 years ago
  3. ebc9bae tty: Separate release semantics of ldisc reference by Peter Hurley · 11 years ago
  4. fc575ee tty: Add ldisc hangup debug messages by Peter Hurley · 11 years ago
  5. c878524 tty: Fix 'deferred reopen' ldisc comment by Peter Hurley · 11 years ago
  6. a2965b7 tty: Make core responsible for synchronizing its work by Peter Hurley · 11 years ago
  7. 4f98d46 tty: Complete ownership transfer of flip buffers by Peter Hurley · 11 years ago
  8. d912156 tty: Don't reenable already enabled ldisc by Peter Hurley · 11 years ago
  9. 977066e tty: Wait for SAK work before waiting for hangup work by Peter Hurley · 11 years ago
  10. f4cf7a3 tty: Halt both ldiscs concurrently by Peter Hurley · 11 years ago
  11. cf52847 tty: Strengthen no-subsequent-use guarantee of tty_ldisc_halt() by Peter Hurley · 11 years ago
  12. 11cf48e tty: Relocate tty_ldisc_halt() to avoid forward declaration by Peter Hurley · 11 years ago
  13. 76bc35e tty: Fix ldisc halt sequence on hangup by Peter Hurley · 11 years ago
  14. 2276ad9 tty: Remove unnecessary re-test of ldisc ref count by Peter Hurley · 11 years ago
  15. 168942c tty: Refactor wait for ldisc refs out of tty_ldisc_hangup() by Peter Hurley · 11 years ago
  16. 2162293 tty: Add diagnostic for halted line discipline by Peter Hurley · 11 years ago
  17. 852e4a8 tty: don't deadlock while flushing workqueue by Sebastian Andrzej Siewior · 12 years ago
  18. bd5d7ce tty: Only wakeup the line discipline idle queue when queue is active by Ivo Sieben · 12 years ago
  19. c973994 tty: Use raw spin lock to protect TTY ldisc administration by Ivo Sieben · 12 years ago
  20. ecbbfd4 TTY: move tty buffers to tty_port by Jiri Slaby · 12 years ago
  21. 31e1212 TTY: ldisc, wait for idle ldisc in release by Jiri Slaby · 12 years ago
  22. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  23. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  24. 89c8d91 tty: localise the lock by Alan Cox · 12 years ago
  25. d155255 tty: Fix race in tty release by Alan Cox · 12 years ago
  26. aa3c8af tty ldisc: Close/Reopen race prevention should check the proper flag by Shachar Shemesh · 12 years ago
  27. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  28. 6d31a88 tty: revert incorrectly applied lock patch by Alan Cox · 12 years ago
  29. 40c9f61 tty ldisc: Close/Reopen race prevention should check the proper flag by Shachar Shemesh · 12 years ago
  30. f5e3bcc tty: localise the lock by Alan Cox · 12 years ago
  31. f309532 tty: Revert the tty locking series, it needs more work by Linus Torvalds · 12 years ago
  32. 8f6576a tty: fix ldisc lock inversion trace by Alan Cox · 12 years ago
  33. 1541f84 tty: move global ldisc idle waitqueue to the individual ldisc by Ivo Sieben · 12 years ago
  34. d29f3ef tty_lock: Localise the lock by Alan Cox · 12 years ago
  35. dd7c7c3 Merge 3.2-rc3 into tty-next to handle merge conflict in tty_ldisc.c by Greg Kroah-Hartman · 13 years ago
  36. 8b3ffa1 TTY: ldisc, remove some unneeded includes by Jiri Slaby · 13 years ago
  37. 0c73c08 TTY: ldisc, wait for ldisc infinitely in hangup by Jiri Slaby · 13 years ago
  38. 3004207 TTY: ldisc, move wait idle to caller by Jiri Slaby · 13 years ago
  39. df92d05 TTY: ldisc, allow waiting for ldisc arbitrarily long by Jiri Slaby · 13 years ago
  40. 66ef27c tty_ldisc: remove unnecessary negative return check for wait_event_timeout by Dave Young · 13 years ago
  41. 906cbe1 TTY: remove tty_locked by Jiri Slaby · 13 years ago
  42. 92f6fa0 TTY: ldisc, do not close until there are readers by Jiri Slaby · 13 years ago
  43. 6716671 TTY: introduce deinit helpers for proper ldisc shutdown by Jiri Slaby · 13 years ago
  44. f23eb2b tty: stop using "delayed_work" in the tty layer by Linus Torvalds · 13 years ago
  45. f74b944 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 13 years ago
  46. 5edc341 drivers: remove extraneous includes of smp_lock.h by Arnd Bergmann · 13 years ago
  47. 0a1f1a0 tty_ldisc: don't use flush_scheduled_work() by Tejun Heo · 13 years ago
  48. 7f90cfc TTY: ldisc, fix open flag handling by Jiri Slaby · 14 years ago
  49. 1c95ba1 tty_ldisc: Fix BUG() on hangup by Philippe Rétornaz · 14 years ago
  50. 100eeae TTY: restore tty_ldisc_wait_idle by Jiri Slaby · 14 years ago
  51. 96fd7ce TTY: create drivers/tty and move the tty core files there by Greg Kroah-Hartman · 14 years ago[Renamed from drivers/char/tty_ldisc.c]
  52. ddcd9fb tty: remove tty_lock_nested by Arnd Bergmann · 14 years ago
  53. 60af22d tty: reorder ldisc locking by Arnd Bergmann · 14 years ago
  54. ec79d60 tty: replace BKL with a new tty_lock by Arnd Bergmann · 14 years ago
  55. 638b964 tty: Fix the ldisc hangup race by Alan Cox · 14 years ago
  56. f18f949 tty: Push the lock down further into the ldisc code by Alan Cox · 15 years ago
  57. eeb89d9 tty: push the BKL down into the handlers a bit by Alan Cox · 15 years ago
  58. 0b5759c tty: Avoid dropping ldisc_mutex over hangup tty re-initialization by Linus Torvalds · 15 years ago
  59. 182274f tty-ldisc: get rid of tty_ldisc_try_get() helper function by Linus Torvalds · 15 years ago
  60. f0de0e8 tty-ldisc: make /proc/tty/ldiscs use ldisc_ops instead of ldiscs by Linus Torvalds · 15 years ago
  61. 5c58cef tty: make sure to flush any pending work when halting the ldisc by Linus Torvalds · 15 years ago
  62. cbe9352 tty-ldisc: be more careful in 'put_ldisc' locking by Linus Torvalds · 15 years ago
  63. 65b7704 tty-ldisc: turn ldisc user count into a proper refcount by Linus Torvalds · 15 years ago
  64. 18eac1c tty-ldisc: make refcount be atomic_t 'users' count by Linus Torvalds · 15 years ago
  65. c8d5004 tty: fix close/hangup race by Alan Cox · 15 years ago
  66. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  67. aef29bc tty: Fix the leak in tty_ldisc_release by Alan Cox · 15 years ago
  68. 677ca30 ldisc: debug aids by Alan Cox · 15 years ago
  69. 52856ed ldisc: Make sure the ldisc isn't active when we close it by Alan Cox · 15 years ago
  70. 8d2ead7 tty: Fix leaks introduced by the shift to separate ldisc objects by Alan Cox · 15 years ago
  71. 852e99d tty: bring ldisc into CodingStyle by Alan Cox · 15 years ago
  72. f2c4c65 tty: Move ldisc_flush by Alan Cox · 15 years ago
  73. c65c9bc tty: rewrite the ldisc locking by Alan Cox · 15 years ago
  74. e8b70e7 tty: Extract various bits of ldisc code by Alan Cox · 15 years ago
  75. e5824c9 Trim includes of fdtable.h by Al Viro · 15 years ago
  76. c9b3976 tty: Fix PPP hang under load by Alan Cox · 15 years ago
  77. 3ab36ab try harder to load tty ldisc driver by Eugeniy Meshcheryakov · 16 years ago
  78. 01e1abb tty: Split ldisc code into its own file by Alan Cox · 16 years ago