1. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  2. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 12 years ago
  3. ce1000d Revert "TTY: pty, remove superfluous ptm test" by Greg Kroah-Hartman · 12 years ago
  4. 0ef1698 Revert "TTY: get rid of BTM around devpts_*" by Greg Kroah-Hartman · 12 years ago
  5. d3bda52 TTY: get rid of BTM around devpts_* by Jiri Slaby · 13 years ago
  6. a50f724 TTY: pty, remove superfluous ptm test by Jiri Slaby · 13 years ago
  7. a4834c1 tty: move pty count limiting into devpts by Konstantin Khlebnikov · 13 years ago
  8. 593a27c tty: cleanup prohibition of direct opening for unix98 pty master by Konstantin Khlebnikov · 13 years ago
  9. 484af54 TTY: pty, cleanup the pty counting by Jiri Slaby · 13 years ago
  10. efb8d21 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  11. 1177c0e TTY: pty, release tty in all ptmx_open fail paths by Jiri Slaby · 13 years ago
  12. fa90e1c TTY: make tty_add_file non-failing by Jiri Slaby · 13 years ago
  13. 24d406a TTY: pty, fix pty counting by Jiri Slaby · 13 years ago
  14. 99edb3d tty: remove invalid location line in file header by Jovi Zhang · 13 years ago
  15. a9dccdd TTY: plug in deinitialize_tty_struct by Jiri Slaby · 13 years ago
  16. c18d77a TTY: unify pty_unix98_install fail path handling by Jiri Slaby · 13 years ago
  17. 8a1b8d7 TTY: unify pty_install fail path handling by Jiri Slaby · 13 years ago
  18. f74b944 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 13 years ago
  19. 5edc341 drivers: remove extraneous includes of smp_lock.h by Arnd Bergmann · 14 years ago
  20. 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 13 years ago
  21. 96fd7ce TTY: create drivers/tty and move the tty core files there by Greg Kroah-Hartman · 14 years ago[Renamed from drivers/char/pty.c]
  22. f573bd1 tty: Remove __GFP_NOFAIL from tty_add_file() by Pekka Enberg · 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. 11dbf20 tty: avoid recursive BTM in pty_close by Arnd Bergmann · 14 years ago
  26. ddcd9fb tty: remove tty_lock_nested by Arnd Bergmann · 14 years ago
  27. 64ba3dc tty: never hold BTM while getting tty_mutex by Arnd Bergmann · 14 years ago
  28. ec79d60 tty: replace BKL with a new tty_lock by Arnd Bergmann · 14 years ago
  29. 26df6d1 tty: Add EXTPROC support for LINEMODE by hyc@symas.com · 14 years ago
  30. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  31. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 15 years ago
  32. eeb89d9 tty: push the BKL down into the handlers a bit by Alan Cox · 15 years ago
  33. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
  34. 894d249 sysctl drivers: Remove dead binary sysctl support by Eric W. Biederman · 15 years ago
  35. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  36. 342a597 pty: reconnect the BSD TIOCSPTLCK handling to legacy ptys by Linus Torvalds · 15 years ago
  37. 202c467 pty_write: don't do a tty_wakeup() when the buffers are full by Linus Torvalds · 15 years ago
  38. ac89a91 pty: don't limit the writes to 'pty_space()' inside 'pty_write()' by Linus Torvalds · 15 years ago
  39. 85dfd81 pty: fix data loss when stopped (^S/^Q) by Linus Torvalds · 15 years ago
  40. e043e42 pty: avoid forcing 'low_latency' tty flag by OGAWA Hirofumi · 15 years ago
  41. 3a54297 pty: quickfix for the pty ENXIO timing problems by Alan Cox · 15 years ago
  42. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  43. d945cb9 pty: Rework the pty layer to use the normal buffering logic by Alan Cox · 15 years ago
  44. 762faae pty: Narrow the race on ldisc locking by Alan Cox · 15 years ago
  45. c65c9bc tty: rewrite the ldisc locking by Alan Cox · 15 years ago
  46. 620df3c pty: Fix a comment by Alan Cox · 15 years ago
  47. c774bda pty: Fix documentation by Alan Cox · 16 years ago
  48. da2bdf9 Make various things static by Roel Kluin · 16 years ago
  49. 0ac6053 tty: PTYs set TTY_DO_WRITE_WAKEUP when they don't need to by Alan Cox · 16 years ago
  50. fc6f623 pty: simplify resize by Alan Cox · 16 years ago
  51. 8dff04e pty: simplify unix98 allocation by Alan Cox · 16 years ago
  52. 335adde pty: Fix allocation failure double free by Alan Cox · 16 years ago
  53. fe9cd96 pty: Coding style and polish by Alan Cox · 16 years ago
  54. 15f1a63 Add an instance parameter devpts interfaces by Sukadev Bhattiprolu · 16 years ago
  55. bf970ee tty: extract the pty init time special cases by Alan Cox · 16 years ago
  56. 73ec06f tty: Finish fixing up the init_dev interface to use ERR_PTR by Alan Cox · 16 years ago
  57. 8b0a88d tty: More driver operations by Alan Cox · 16 years ago
  58. 7d7b93c tty: kref the tty driver object by Alan Cox · 16 years ago
  59. 99f1fe1 tty: Clean up the tty_init_dev changes further 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. a352def tty: Ldisc revamp by Alan Cox · 16 years ago
  63. 3e8e88c pty: prepare for tty->ops changes by Alan Cox · 16 years ago
  64. 04f378b tty: BKL pushdown by Alan Cox · 16 years ago
  65. 35834ca sysctl: simplify the pty sysctl logic by Eric W. Biederman · 17 years ago
  66. dc8c858 PTY: add kernel parameter to overwrite legacy pty count by Kay Sievers · 17 years ago
  67. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  68. 606d099 [PATCH] tty: switch to ktermios by Alan Cox · 18 years ago
  69. b68e31d [PATCH] const struct tty_operations by Jeff Dike · 18 years ago
  70. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  71. 602cada Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6 by Linus Torvalds · 18 years ago
  72. 817d6d3 [PATCH] remove TTY_DONT_FLIP by Paul Fulghum · 18 years ago
  73. 331b831 [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV by Greg Kroah-Hartman · 19 years ago
  74. f4eaa37 [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  75. ff23eca [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree by Greg Kroah-Hartman · 19 years ago
  76. 95dc112 [PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  77. 33f0f88 [PATCH] TTY layer buffering revamp by Alan Cox · 19 years ago
  78. ff55fe2 [PATCH] pty_chars_in_buffer oops fix by Jason Baron · 19 years ago
  79. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago