1. f6c8dbe n_tty: Encapsulate minimum_to_wake within N_TTY by Peter Hurley · 11 years ago
  2. 582f559 tty: Remove TTY_HW_COOK_IN/OUT by Peter Hurley · 11 years ago
  3. c4cc75c Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 11 years ago
  4. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  5. 34db8aa proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h} by David Howells · 11 years ago
  6. 152f497 audit: push loginuid and sessionid processing down by Eric Paris · 11 years ago
  7. dc9eb69 audit: stop pushing loginid, uid, sessionid as arguments by Eric Paris · 11 years ago
  8. d912156 tty: Don't reenable already enabled ldisc by Peter Hurley · 11 years ago
  9. 2162293 tty: Add diagnostic for halted line discipline by Peter Hurley · 11 years ago
  10. aa27a09 TTY: add tty_port_tty_hangup helper by Jiri Slaby · 12 years ago
  11. 6aad04f TTY: add tty_port_tty_wakeup helper by Jiri Slaby · 12 years ago
  12. 6865ff2 TTY: do not warn about setting speed via SPD_* by Jiri Slaby · 12 years ago
  13. 70bc126 tty: Add safe tty throttle/unthrottle functions by Peter Hurley · 12 years ago
  14. 4f73bc4 tty: Added a CONFIG_TTY option to allow removal of TTY by Joe Millenbach · 12 years ago
  15. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  16. d6c53c0 TTY: move low_latency to tty_port by Jiri Slaby · 12 years ago
  17. de274bf TTY: introduce tty_port_destroy by Jiri Slaby · 12 years ago
  18. ecbbfd4 TTY: move tty buffers to tty_port by Jiri Slaby · 12 years ago
  19. 967fab6 TTY: add port -> tty link by Jiri Slaby · 12 years ago
  20. 2fc2066 TTY: move TTY_FLUSH* flags to tty_port by Jiri Slaby · 12 years ago
  21. bddc715 TTY: move ldisc data from tty_struct: locks by Jiri Slaby · 12 years ago
  22. ba2e68a TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuff by Jiri Slaby · 12 years ago
  23. 3fe780b TTY: move ldisc data from tty_struct: bitmaps by Jiri Slaby · 12 years ago
  24. 53c5ee2 TTY: move ldisc data from tty_struct: simple members by Jiri Slaby · 12 years ago
  25. 6c633f2 TTY: audit, stop accessing tty->icount by Jiri Slaby · 12 years ago
  26. 607ca46 UAPI: (Scripted) Disintegrate include/linux by David Howells · 12 years ago
  27. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  28. e1760bd userns: Convert the audit loginuid to be a kuid by Eric W. Biederman · 12 years ago
  29. b1b7991 tty_register_device_attr updated for tty-next by Tomas Hlavacek · 12 years ago
  30. 6915c0e tty: uartclk value from serial_core exposed to sysfs by Tomas Hlavacek · 12 years ago
  31. f21ec3d serial: add a new helper function by Huang Shijie · 12 years ago
  32. ba3fe7a tty: move the async flags from the serial code into the tty includes by Alan Cox · 12 years ago
  33. 2cb4ca0 TTY: add tty_port_link_device by Jiri Slaby · 12 years ago
  34. 89c8d91 tty: localise the lock by Alan Cox · 12 years ago
  35. 36b3c07 tty: Move the handling of the tty release logic by Alan Cox · 12 years ago
  36. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  37. 6d31a88 tty: revert incorrectly applied lock patch by Alan Cox · 12 years ago
  38. f5e3bcc tty: localise the lock by Alan Cox · 12 years ago
  39. 057eb85 TTY: add tty_port_register_device helper by Jiri Slaby · 12 years ago
  40. 695586c TTY: provide drivers with tty_port_install by Jiri Slaby · 12 years ago
  41. f309532 tty: Revert the tty locking series, it needs more work by Linus Torvalds · 12 years ago
  42. d29f3ef tty_lock: Localise the lock by Alan Cox · 12 years ago
  43. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  44. 66d450e TTY: provide tty_standard_install helper by Jiri Slaby · 13 years ago
  45. e9aba51 tty: rework pty count limiting by Konstantin Khlebnikov · 13 years ago
  46. 593a27c tty: cleanup prohibition of direct opening for unix98 pty master by Konstantin Khlebnikov · 13 years ago
  47. efb8d21 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  48. fa90e1c TTY: make tty_add_file non-failing by Jiri Slaby · 13 years ago
  49. 8193c42 tty: Support compat_ioctl get/set termios_locked by Thomas Meyer · 13 years ago
  50. a57a7bf TTY: define tty_wait_until_sent_from_close by Jiri Slaby · 13 years ago
  51. 906cbe1 TTY: remove tty_locked by Jiri Slaby · 13 years ago
  52. 24d406a TTY: pty, fix pty counting by Jiri Slaby · 13 years ago
  53. ae92c1f TTY: export NR_LDISC and N_* line discipline numbers to user-space by Florian Fainelli · 13 years ago
  54. ee4f6b4 n_tracerouter and n_tracesink ldisc additions. by J Freyensee · 13 years ago
  55. 6716671 TTY: introduce deinit helpers for proper ldisc shutdown by Jiri Slaby · 13 years ago
  56. f23eb2b tty: stop using "delayed_work" in the tty layer by Linus Torvalds · 13 years ago
  57. 8d075b1 tty: add a helper for setting termios data from kernel side by Alan Cox · 14 years ago
  58. 94c2273 tty: fix build error in vt_ioctl.c if CONFIG_COMPAT is enabled by Greg Kroah-Hartman · 14 years ago
  59. 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 14 years ago
  60. eed5ee1 Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  61. acfa747 TTY: open/hangup race fixup by Jiri Slaby · 14 years ago
  62. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  63. 65f8e44 tty: Fix formatting in tty.h by Alan Cox · 14 years ago
  64. 3c80fe4 audit: Call tty_audit_push_task() outside preempt disabled by Thomas Gleixner · 15 years ago
  65. e4c5bf8 Merge 'staging-next' to Linus's tree by Greg Kroah-Hartman · 14 years ago
  66. f573bd1 tty: Remove __GFP_NOFAIL from tty_add_file() by Pekka Enberg · 14 years ago
  67. 30004ac tty: add tty_struct->dev pointer to corresponding device instance by Dmitry Eremin-Solenikov · 14 years ago
  68. 40fb29a tty.h: new ldisc for TI WiLink ST by Pavan Savoy · 14 years ago
  69. d996b62 tty: fix fu_list abuse by Nick Piggin · 14 years ago
  70. ee2ffa0 fs: cleanup files_lock locking by Nick Piggin · 14 years ago
  71. b07471f tty: implement BTM as mutex instead of BKL by Arnd Bergmann · 14 years ago
  72. ddcd9fb tty: remove tty_lock_nested by Arnd Bergmann · 14 years ago
  73. be1bc28 tty: introduce wait_event_interruptible_tty by Arnd Bergmann · 14 years ago
  74. ec79d60 tty: replace BKL with a new tty_lock by Arnd Bergmann · 14 years ago
  75. 26df6d1 tty: Add EXTPROC support for LINEMODE by hyc@symas.com · 14 years ago
  76. 31d1d48 Fix init ordering of /dev/console vs callers of modprobe by David Howells · 14 years ago
  77. e1eaea4 tty: n_gsm line discipline by Alan Cox · 14 years ago
  78. 1ff454e serial: TTY: new ldiscs for staging by Pavan Savoy · 14 years ago
  79. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  80. 9b27105 net-caif-driver: add CAIF serial driver (ldisc) by Sjur Braendeland · 14 years ago
  81. 336cee4 tty_port,usb-console: Fix usb serial console open/close regression by Jason Wessel · 15 years ago
  82. 352fa6a tty: Take a 256 byte padding into account when buffering below sub-page units by Mel Gorman · 15 years ago
  83. 572b9ad ldisc n_tty: add new method n_tty_inherit_ops() by Rodolfo Giometti · 14 years ago
  84. d9661ad tty: Keep the default buffering to sub-page units by Alan Cox · 15 years ago
  85. 2427b8e tty.h: make tty_port_get() static inline by Randy Dunlap · 15 years ago
  86. 5ada918 vt: introduce and use vt_kmsg_redirect() function by Bernhard Walle · 15 years ago
  87. eeb89d9 tty: push the BKL down into the handlers a bit by Alan Cox · 15 years ago
  88. 568aafc tty: tty_port: Add a kref object to the tty port by Alan Cox · 15 years ago
  89. 44e4909 tty: tty_port: Change the buffer allocator locking by Alan Cox · 15 years ago
  90. 64bc397 tty_port: add "tty_port_open" helper by Alan Cox · 15 years ago
  91. e921665 tty: handle VT specific compat ioctls in vt driver by Arnd Bergmann · 15 years ago
  92. b58d13a serial: move port users helper by Alan Cox · 15 years ago
  93. bdc04e3 serial: move delta_msr_wait into the tty_port by Alan Cox · 15 years ago
  94. 5e99df5 serial: Fold closing_* fields into the tty_port ones by Alan Cox · 15 years ago
  95. 7ca0ff9 tty: Add a full port_close function by Alan Cox · 15 years ago
  96. 353f6dd cleanup console_print() by Anirban Sinha · 15 years ago
  97. e0b3032 Merge branch 'topic/asoc' into for-linus by Takashi Iwai · 15 years ago
  98. b7b8f9b TTY/ASoC: Rename N_AMSDELTA line discipline to N_V253 by Janusz Krzysztofik · 15 years ago
  99. 78ed73e TTY: Add definition of a new line discipline required by Amstrad E3 (Delta) ASoC driver by Janusz Krzysztofik · 15 years ago
  100. e043e42 pty: avoid forcing 'low_latency' tty flag by OGAWA Hirofumi · 15 years ago