1. 322b7d6 tty: cyclades+mxser, do not initialize to zero by Jiri Slaby · 8 years ago
  2. 03fe276 tty: mxser: Remove unused ASYNC_SHARE_IRQ flag by Peter Hurley · 8 years ago
  3. d41861c tty: Replace ASYNC_INITIALIZED bit and update atomically by Peter Hurley · 8 years ago
  4. 2d68655 tty: Replace ASYNC_CHECK_CD and update atomically by Peter Hurley · 8 years ago
  5. 5604a98 tty: Replace ASYNC_CTS_FLOW bit and update atomically by Peter Hurley · 8 years ago
  6. 18900ca tty: Replace TTY_IO_ERROR bit tests with tty_io_error() by Peter Hurley · 8 years ago
  7. 04b757d tty: constify tty_port_operations structs by Aya Mahfouz · 8 years ago
  8. cd7b4b3 tty: mxser: Remove ASYNC_CLOSING by Peter Hurley · 8 years ago
  9. 9db276f tty: Use termios c_*flag macros by Peter Hurley · 8 years ago
  10. e037f95 tty: mxser: Fix build warning introduced by dfc7b837c7f9 (Re: linux-next: build warning after merge of the tty.current tree) by Matwey V. Kornilov · 11 years ago
  11. dfc7b83 tty: mxser: fix usage of opmode_ioaddr by Matwey V. Kornilov · 11 years ago
  12. 11b397e Merge 3.9-rc7 intp tty-next by Greg Kroah-Hartman · 11 years ago
  13. 1b581f1 tty: mxser: fix cycle termination condition in mxser_probe() and mxser_module_init() by Alexey Khoroshilov · 11 years ago
  14. 957daca TTY: fix DTR not being dropped on hang up by Johan Hovold · 11 years ago
  15. 9e17df3 tty: mxser: improve error handling in mxser_probe() and mxser_module_init() by Alexey Khoroshilov · 11 years ago
  16. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 11 years ago
  17. d6c53c0 TTY: move low_latency to tty_port by Jiri Slaby · 11 years ago
  18. 92a19f9 TTY: switch tty_insert_flip_char by Jiri Slaby · 11 years ago
  19. ae8d8a1 tty: remove use of __devexit by Bill Pemberton · 11 years ago
  20. 9671f09 tty: remove use of __devinit by Bill Pemberton · 11 years ago
  21. 91116cb tty: remove use of __devexit_p by Bill Pemberton · 11 years ago
  22. 191c5f1 TTY: call tty_port_destroy in the rest of drivers by Jiri Slaby · 11 years ago
  23. f21ec3d serial: add a new helper function by Huang Shijie · 12 years ago
  24. a342ca1 TTY: mxser, fix invalid module_parm permissions by Jiri Slaby · 12 years ago
  25. 734cc17 TTY: use tty_port_register_device by Jiri Slaby · 12 years ago
  26. 38daf88 mxser: allow overlapping vector by Jiri Slaby · 12 years ago
  27. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  28. e391edb tty: mxser: local variables should not be exposed globally by H Hartley Sweeten · 12 years ago
  29. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  30. 410235f TTY: remove unneeded tty->index checks by Jiri Slaby · 12 years ago
  31. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 12 years ago
  32. 8bab534 TTY: mxser+cyclades remove wait_until_sent debug code by Jiri Slaby · 13 years ago
  33. 5a3c6b2 drivers/tty: use printk_ratelimited() instead of printk_ratelimit() by Manuel Zerpies · 13 years ago
  34. 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/mxser.c]
  35. 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 13 years ago
  36. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 13 years ago
  37. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 13 years ago
  38. e89d67c drivers/char/mxser.c: fix compilation warning in mxser.c by Rakib Mullick · 14 years ago
  39. 0587102 tty: icount changeover for other main devices by Alan Cox · 14 years ago
  40. df48051 Char: mxser, call pci_disable_device from probe/remove by Jiri Slaby · 14 years ago
  41. 464eb8f mxser: remove unnesesary NULL check by Kulikov Vasiliy · 14 years ago
  42. a2d1e35 tty: Fix regressions in the char driver conversion by Alan Cox · 14 years ago
  43. c6eb69a mxser: spin_lock() => spin_lock_irq() by Dan Carpenter · 14 years ago
  44. 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
  45. f43a510d tty: char: mxser, remove unnecessary tty test by Jiri Slaby · 14 years ago
  46. 07f86c0 tty: mxser: Use the new locking rules to fix setserial properly by Alan Cox · 14 years ago
  47. 6769140 tty: mxser: use the tty_port_open method by Alan Cox · 14 years ago
  48. a75b7b6 tty: Char: mxser, use THRE for ASPP_OQUEUE ioctl by Jiri Slaby · 15 years ago
  49. 502f295 tty: Char: mxser, add support for CP112UL by Jiri Slaby · 15 years ago
  50. bdc04e3 serial: move delta_msr_wait into the tty_port by Alan Cox · 15 years ago
  51. 1e2b025 mxser: Split close ready for a standard tty_port_close method by Alan Cox · 15 years ago
  52. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  53. 4d8d4d2 Remove low_latency flag setting from nozomi and mxser drivers by Chuck Ebbert · 15 years ago
  54. fcc8ac1 tty: Add carrier processing on close to the tty_port core by Alan Cox · 15 years ago
  55. 96050df char: mxser, fix ISA board lookup by Peter Botha · 15 years ago
  56. 0326e6d mxser: remove tty_port_tty_get from mxser_check_modem_status by Jiri Slaby · 15 years ago
  57. a661499 tty: Introduce some close helpers for ports by Alan Cox · 15 years ago
  58. 36c621d tty: Introduce a tty_port generic block_til_ready by Alan Cox · 15 years ago
  59. 3b6826b tty: relock the mxser driver by Alan Cox · 15 years ago
  60. 5d951fb tty: Pull the dtr raise into tty port by Alan Cox · 15 years ago
  61. 31f3593 tty_port: Add a port level carrier detect operation by Alan Cox · 15 years ago
  62. 8eb04cf tty: trivial - fix up email addresses in tty related stuff by Alan Cox · 16 years ago
  63. 51383f6 tty: Remove lots of NULL checks by Alan Cox · 16 years ago
  64. 216ba02 mxser: Switch to kref tty by Alan Cox · 16 years ago
  65. 8f3d137 Char: mxser, ratelimit ioctl warning by Jiri Slaby · 16 years ago
  66. ace7dd9 Char: mxser, various cleanups by Jiri Slaby · 16 years ago
  67. 1df0092 Char: mxser, remove predefined isa support by Jiri Slaby · 16 years ago
  68. 83766bc Char: mxser, prints cleanup by Jiri Slaby · 16 years ago
  69. 72800df Char: mxser, globals cleanup by Jiri Slaby · 16 years ago
  70. 41aee9a Char: mxser, ioctl cleanup by Jiri Slaby · 16 years ago
  71. e129def Char: mxser, add CP-102UF support by Jiri Slaby · 16 years ago
  72. 9e98966 tty: rework break handling by Alan Cox · 16 years ago
  73. 8ca8b90 mxser: remove dead code by Alan Cox · 16 years ago
  74. 44b7d1b tty: add more tty_port fields by Alan Cox · 16 years ago
  75. 0ad9e7d mxser: use tty_port by Alan Cox · 16 years ago
  76. 148ff86 mxser: convert large macros to functions by Christoph Hellwig · 16 years ago
  77. 0be2ead mxser: switch to put_char being int by Alan Cox · 16 years ago
  78. 978e595 tty/serial: lay the foundations for the next set of reworks by Alan Cox · 16 years ago
  79. 9d6d162 mxser: prepare for BKL pushdown by Alan Cox · 16 years ago
  80. 80ff8a8 Char: mxser, add support for CP-114UL by Jiri Slaby · 16 years ago
  81. 1c45607 Char: mxser, remove it by Jiri Slaby · 16 years ago
  82. f29e37c mxser/mxser_new: first pass over termios reporting for the mxser cards by Alan Cox · 16 years ago
  83. 1237a2e Char: char/serial, remove SERIAL_TYPE_NORMAL redefines by Jiri Slaby · 16 years ago
  84. 911f215 Remove inclusions of <linux/autoconf.h> by Ralf Baechle · 16 years ago
  85. 1977f03 remove asm/bitops.h includes by Jiri Slaby · 17 years ago
  86. b8cc554 mxser: fix compiler warning when building without CONFIG_PCI by Jesper Juhl · 17 years ago
  87. 0678c5b mxser: remove commented crap by Alan Cox · 17 years ago
  88. 7e7d136 serial: remove termios checks from various old char serial drivers by Alan Cox · 17 years ago
  89. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  90. fc83815 Char: mxser, fix TIOCMIWAIT by Jiri Slaby · 17 years ago
  91. 8cddd70 [PATCH] mxser: remove useless fields by Cedric Le Goater · 17 years ago
  92. b963a84 [PATCH] Char: tty_wakeup cleanup by Jiri Slaby · 17 years ago
  93. 31f87cf [PATCH] Char: mxser, fix oops when removing opened by Jiri Slaby · 17 years ago
  94. 606d099 [PATCH] tty: switch to ktermios by Alan Cox · 17 years ago
  95. 1187ece [PATCH] mxser: PCI refcounts by Alan Cox · 17 years ago
  96. ae25f8e [PATCH] mxser: correct tty driver name by Jiri Slaby · 17 years ago
  97. 937949d [PATCH] add process_session() helper routine by Cedric Le Goater · 17 years ago
  98. c402895 WorkStruct: make allyesconfig by David Howells · 17 years ago
  99. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  100. b68e31d [PATCH] const struct tty_operations by Jeff Dike · 18 years ago