1. d6c53c0 TTY: move low_latency to tty_port by Jiri Slaby · 11 years ago
  2. 92a19f9 TTY: switch tty_insert_flip_char by Jiri Slaby · 11 years ago
  3. a6b68a6 synclink fix ldisc buffer argument by Paul Fulghum · 12 years ago
  4. ae8d8a1 tty: remove use of __devexit by Bill Pemberton · 12 years ago
  5. 9671f09 tty: remove use of __devinit by Bill Pemberton · 12 years ago
  6. 91116cb tty: remove use of __devexit_p by Bill Pemberton · 12 years ago
  7. 191c5f1 TTY: call tty_port_destroy in the rest of drivers by Jiri Slaby · 12 years ago
  8. f21ec3d serial: add a new helper function by Huang Shijie · 12 years ago
  9. 734cc17 TTY: use tty_port_register_device by Jiri Slaby · 12 years ago
  10. 89c8d91 tty: localise the lock by Alan Cox · 12 years ago
  11. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  12. 6d31a88 tty: revert incorrectly applied lock patch by Alan Cox · 12 years ago
  13. f5e3bcc tty: localise the lock by Alan Cox · 12 years ago
  14. f309532 tty: Revert the tty locking series, it needs more work by Linus Torvalds · 12 years ago
  15. d29f3ef tty_lock: Localise the lock by Alan Cox · 12 years ago
  16. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  17. 69a7aeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  18. 410235f TTY: remove unneeded tty->index checks by Jiri Slaby · 12 years ago
  19. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 12 years ago
  20. 5980c00 tty: fix comment typo in synclink_gt.c by Masanari Iida · 12 years ago
  21. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  22. a6afd9f tty: move a number of tty drivers from drivers/char/ to drivers/tty/ by Greg Kroah-Hartman · 13 years ago[Renamed from drivers/char/synclink_gt.c]
  23. 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 13 years ago
  24. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 13 years ago
  25. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 13 years ago
  26. 9807224 drivers/char/synclink_gt.c: add extended sync feature by Paul Fulghum · 14 years ago
  27. ed77ed6 drivers/char/synclink_gt.c: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  28. ffd7d6b synclink_gt: fix per device locking by Paul Fulghum · 14 years ago
  29. 0587102 tty: icount changeover for other main devices by Alan Cox · 14 years ago
  30. 80d04f2 synclink: add mutex_unlock() on error path by Dan Carpenter · 14 years ago
  31. e142a31 tty: release BTM while sleeping in block_til_ready by Arnd Bergmann · 14 years ago
  32. a360fae synclink: reworking locking a bit by Alan Cox · 14 years ago
  33. f602501 synclink: kill the big kernel lock by Alan Cox · 14 years ago
  34. 7ea7c6d synclink: use ARRAY_SIZE by Kulikov Vasiliy · 14 years ago
  35. de538eb serial: synclink_gt: dropped transmit data bugfix by Paul Fulghum · 15 years ago
  36. 4c5d502 hdlc: convert to netdev_tx_t by Stephen Hemminger · 15 years ago
  37. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  38. ce89294 synclink_gt: fix transmit race and timeout by Paul Fulghum · 15 years ago
  39. 5ba5a5d tty: synclink_gt add receive pio mode by Paul Fulghum · 15 years ago
  40. fcc8ac1 tty: Add carrier processing on close to the tty_port core by Alan Cox · 15 years ago
  41. 1f80769 synclink_gt: add clock options by Paul Fulghum · 15 years ago
  42. a18c56e proc tty: switch synclink_gt to ->proc_fops by Alexey Dobriyan · 15 years ago
  43. 991990a WAN: Convert generic HDLC drivers to netdev_ops. by Krzysztof Hałasa · 15 years ago
  44. a6b2f87 synclink_gt: enable RI interrupt by Paul Fulghum · 15 years ago
  45. a661499 tty: Introduce some close helpers for ports by Alan Cox · 15 years ago
  46. 5d951fb tty: Pull the dtr raise into tty port by Alan Cox · 15 years ago
  47. 31f3593 tty_port: Add a port level carrier detect operation by Alan Cox · 15 years ago
  48. b09c3e3 removed unused #include <version.h> by Huang Weiyi · 16 years ago
  49. 3859069 Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6 into tmp by Jeff Garzik · 16 years ago
  50. 86f584f Remove bogus dosyncppp variable from synclink drivers. by Krzysztof Hałasa · 16 years ago
  51. c68a99c synclink_gt fix locking in error path of rx enable by Paul Fulghum · 16 years ago
  52. 814dae0 synclink_gt: add rx DMA buffer fill level control by Paul Fulghum · 16 years ago
  53. 993456c synclink_gt: leave transmitter in reset state after configuration by Paul Fulghum · 16 years ago
  54. 403214d synclink_gt: improve TIOCOUTQ accuracy by Paul Fulghum · 16 years ago
  55. e559071 synclink_gt: add serial bit order control by Paul Fulghum · 16 years ago
  56. 8a38c28 synclink_gt: improve and simplify write method by Paul Fulghum · 16 years ago
  57. 9e98966 tty: rework break handling by Alan Cox · 16 years ago
  58. db6d8c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  59. 44b7d1b tty: add more tty_port fields by Alan Cox · 16 years ago
  60. 8fb06c7 synclink: use tty_port by Alan Cox · 16 years ago
  61. a352def tty: Ldisc revamp by Alan Cox · 16 years ago
  62. 198191c WAN: convert drivers to use built-in netdev_stats by Krzysztof Halasa · 16 years ago
  63. 6c82c41 drivers/char/synclink_gt.c: don't return an uninitialised local by Andrew Morton · 16 years ago
  64. 24cb233 char serial: switch drivers to ioremap_nocache by Alan Cox · 16 years ago
  65. 55da778 synclink series: switch to int put_char method by Alan Cox · 16 years ago
  66. 978e595 tty/serial: lay the foundations for the next set of reworks by Alan Cox · 16 years ago
  67. 1f8cabb synclink series: Prepare for BKL pushdown by Alan Cox · 16 years ago
  68. 0fab6de synclink drivers bool conversion by Joe Perches · 16 years ago
  69. a6f97b2 drivers/char: minor irq handler cleanups by Jeff Garzik · 17 years ago
  70. ed8485f synclink_gt fix missed serial input signal changes by Paul Fulghum · 16 years ago
  71. 3dd1247 synclink: standardize format of linux header file include's with "<>" by Robert P. J. Day · 16 years ago
  72. 51ef9c5 synclink_gt endianness annotations by Al Viro · 17 years ago
  73. d4c63b7 synclink_gt fix module reference by Paul Fulghum · 17 years ago
  74. bb029c6 synclink_gt: fix transmit DMA stall by Paul Fulghum · 17 years ago
  75. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  76. de1764a synclink: remove bogus 'no change' termios optimisation from synclink drivers by Alan Cox · 17 years ago
  77. 2acdb16 synclink_gt: add compat_ioctl by Paul Fulghum · 17 years ago
  78. 62eb5b1 synclink_gt use dynamic tty device registration by Paul Fulghum · 17 years ago
  79. 40565f1 [PATCH] Char: timers cleanup by Jiri Slaby · 17 years ago
  80. b963a84 [PATCH] Char: tty_wakeup cleanup by Jiri Slaby · 17 years ago
  81. 606d099 [PATCH] tty: switch to ktermios by Alan Cox · 18 years ago
  82. af69c7f [PATCH] generic HDLC synclink config mismatch fix by Paul Fulghum · 18 years ago
  83. 36499dc2 [PATCH] synclink_gt: fix init error handling by Akinobu Mita · 18 years ago
  84. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  85. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  86. b68e31d [PATCH] const struct tty_operations by Jeff Dike · 18 years ago
  87. a077c1a [PATCH] synclink_gt: increase max devices by Paul Fulghum · 18 years ago
  88. cb10dc9 [PATCH] synclink_gt: add bisync and monosync modes by Paul Fulghum · 18 years ago
  89. 202af6d [PATCH] synclink_gt: fix receive tty error handling by Paul Fulghum · 18 years ago
  90. fbeff3c [WAN]: Converted synclink drivers to use netif_carrier_*() by Krzysztof Halasa · 18 years ago
  91. 0f2ed4c [PATCH] irq-flags: drivers/char: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  92. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  93. 6f84be8 [PATCH] synclink_gt: add GT2 adapter support by Paul Fulghum · 18 years ago
  94. 294dad0 [PATCH] fix synclink_gt diagnostics error reporting by Paul Fulghum · 18 years ago
  95. 04b374d [PATCH] add synclink_gt crc return feature by Paul Fulghum · 18 years ago
  96. 643f331 [PATCH] add synclink_gt custom hdlc idle by Paul Fulghum · 18 years ago
  97. 326f28e9 [PATCH] More !tty cleanups in drivers/char by Eric Sesterhenn · 18 years ago
  98. be4676e [PATCH] synclink_gt: remove uneeded async code by Paul Fulghum · 18 years ago
  99. 0080b7a [PATCH] synclink_gt add gpio feature by Paul Fulghum · 18 years ago
  100. 53b3531 [PATCH] s/;;/;/g by Alexey Dobriyan · 18 years ago