1. d41861c tty: Replace ASYNC_INITIALIZED bit and update atomically by Peter Hurley · 8 years ago
  2. 2d68655 tty: Replace ASYNC_CHECK_CD and update atomically by Peter Hurley · 8 years ago
  3. 5604a98 tty: Replace ASYNC_CTS_FLOW bit and update atomically by Peter Hurley · 8 years ago
  4. 9db276f tty: Use termios c_*flag macros by Peter Hurley · 8 years ago
  5. 9428d71 isicom: Deinline drop_dtr, save 112 bytes by Denys Vlasenko · 9 years ago
  6. 810e20e isicom: Deinline WaitTillCardIsFree, save 1120 bytes by Denys Vlasenko · 9 years ago
  7. f3e2d56 tty/isicom: fix big-endian compile warning by Arnd Bergmann · 9 years ago
  8. e620e54 tty: pr_warning->pr_warn and logging neatening by Joe Perches · 10 years ago
  9. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 11 years ago
  10. 92a19f9 TTY: switch tty_insert_flip_char by Jiri Slaby · 11 years ago
  11. 2f69335 TTY: convert more flipping functions by Jiri Slaby · 11 years ago
  12. ae8d8a1 tty: remove use of __devexit by Bill Pemberton · 12 years ago
  13. 9671f09 tty: remove use of __devinit by Bill Pemberton · 12 years ago
  14. 91116cb tty: remove use of __devexit_p by Bill Pemberton · 12 years ago
  15. d0f5914 TTY: isicom, fix tty buffers memory leak by Jiri Slaby · 12 years ago
  16. 7342c59 TTY: isicom, stop using port->tty by Jiri Slaby · 12 years ago
  17. f21ec3d serial: add a new helper function by Huang Shijie · 12 years ago
  18. 734cc17 TTY: use tty_port_register_device by Jiri Slaby · 12 years ago
  19. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  20. 970e248 Documentation: remove references to /etc/modprobe.conf by Lucas De Marchi · 12 years ago
  21. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  22. 410235f TTY: remove unneeded tty->index checks by Jiri Slaby · 12 years ago
  23. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 12 years ago
  24. 9cfb5c0 TTY: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  25. 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/isicom.c]
  26. 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 13 years ago
  27. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 13 years ago
  28. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 13 years ago
  29. ec82db1 isicom: kill off the BKL by Alan Cox · 14 years ago
  30. 26e1e8d serial: isicomm: handle running out of slots by Dan Carpenter · 14 years ago
  31. a2d1e35 tty: Fix regressions in the char driver conversion by Alan Cox · 14 years ago
  32. 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
  33. e6c4ef9 tty: declare MODULE_FIRMWARE in various drivers by Ben Hutchings · 14 years ago
  34. db91340b serial: isicom.c: use pr_fmt and pr_<level> by Joe Perches · 15 years ago
  35. 2493c0c tty: isicom: fix deadlock on shutdown by Alan Cox · 15 years ago
  36. 6ed847d tty: isicom: sort out the board init logic by Alan Cox · 15 years ago
  37. baaa08a tty: isicom: switch to the new tty_port_open helper by Alan Cox · 15 years ago
  38. 11d85d7 isicom: split the open method for the isicom device by Alan Cox · 15 years ago
  39. 6f6412b isicom: Split the close hardware bits out by Alan Cox · 15 years ago
  40. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  41. ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 15 years ago
  42. 9653a69 Char: isicom: fix build warning by Jiri Slaby · 15 years ago
  43. fcc8ac1 tty: Add carrier processing on close to the tty_port core by Alan Cox · 15 years ago
  44. bbb8e6b isicom: isicom kref leak fix by Alan Cox · 15 years ago
  45. a661499 tty: Introduce some close helpers for ports by Alan Cox · 15 years ago
  46. 36c621d tty: Introduce a tty_port generic block_til_ready by Alan Cox · 15 years ago
  47. 3e61696 isicom: redo locking to use tty port locks by Alan Cox · 15 years ago
  48. 5d951fb tty: Pull the dtr raise into tty port by Alan Cox · 15 years ago
  49. 31f3593 tty_port: Add a port level carrier detect operation by Alan Cox · 15 years ago
  50. 8eb04cf tty: trivial - fix up email addresses in tty related stuff by Alan Cox · 16 years ago
  51. d450b5a tty: kref usage for isicom and moxa by Alan Cox · 16 years ago
  52. 6d88972 isicom: restore using hardware break support by Alan Cox · 16 years ago
  53. 44b7d1b tty: add more tty_port fields by Alan Cox · 16 years ago
  54. f1d0322 isicom: use tty_port by Alan Cox · 16 years ago
  55. e1e5770 tty: isicom, enable/disable pci device by Jiri Slaby · 16 years ago
  56. 8cd6451 isicom: fix buffer allocation by Alan Cox · 16 years ago
  57. f34d7a5 tty: The big operations rework by Alan Cox · 16 years ago
  58. 251b8dd isicom: bring into coding style by Alan Cox · 16 years ago
  59. 978e595 tty/serial: lay the foundations for the next set of reworks by Alan Cox · 16 years ago
  60. 1eac494 isicom: prepare for lock_kernel push down by Alan Cox · 16 years ago
  61. 07fb6f2 drivers/char/isicom.c: correct use of ! and & by Julia Lawall · 16 years ago
  62. 898eb71 Add missing newlines to some uses of dev_<level> messages by Joe Perches · 17 years ago
  63. 4969b3a Char: isicom, proper variables types by Jiri Slaby · 17 years ago
  64. e327325 Char: isicom, del_timer at exit by Jiri Slaby · 17 years ago
  65. 5b21f9d Char: isicom, cleanup locking by Jiri Slaby · 17 years ago
  66. 73b5257 Char: isicom, use pr_debug by Jiri Slaby · 17 years ago
  67. b963a84 [PATCH] Char: tty_wakeup cleanup by Jiri Slaby · 17 years ago
  68. 1ed0c0b [PATCH] Char: isicom, correct probing/removing by Jiri Slaby · 17 years ago
  69. 7edc136 [PATCH] Char: isicom, support higher rates by Jiri Slaby · 17 years ago
  70. cb4a10c [PATCH] Char: isicom, check card state in isr by Jiri Slaby · 17 years ago
  71. f0a0ba6 [PATCH] Char: isicom, augment card_reset by Jiri Slaby · 17 years ago
  72. 174f130 [PATCH] Char: isicom, fix locking in isr by Jiri Slaby · 17 years ago
  73. 0aa5de8 [PATCH] Char: isicom, remove tty_{hang,wake}up bottomhalves by Jiri Slaby · 17 years ago
  74. cfe7c09a [PATCH] Char: isicom, eliminate spinlock recursion by Jiri Slaby · 17 years ago
  75. 17c4edf [PATCH] Char: isicom, fix tty index check by Jiri Slaby · 18 years ago
  76. 34b55b8 [PATCH] Char: isicom, simplify timer by Jiri Slaby · 18 years ago
  77. 906cdec [PATCH] Char: isicom, use completion by Jiri Slaby · 18 years ago
  78. f067137 [PATCH] Char: isicom, check kmalloc retval by Jiri Slaby · 18 years ago
  79. 78028da [PATCH] Char: isicom, use pci_request_region by Jiri Slaby · 18 years ago
  80. 938a702 [PATCH] Char: isicom, move to tty_register_device by Jiri Slaby · 18 years ago
  81. 8acef8f [PATCH] Char: isicom, remove unneeded memset by Jiri Slaby · 18 years ago
  82. 18234f8 [PATCH] Char: isicom, remove isa code by Jiri Slaby · 18 years ago
  83. ca26200 [PATCH] Char: isicom, rename init function by Jiri Slaby · 18 years ago
  84. 09a4a11 [PATCH] Char: isicom, expand function by Jiri Slaby · 18 years ago
  85. 606d099 [PATCH] tty: switch to ktermios by Alan Cox · 18 years ago
  86. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  87. c387fd8 [PATCH] Char: isicom, fix close bug by Jiri Slaby · 18 years ago
  88. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  89. b68e31d [PATCH] const struct tty_operations by Jeff Dike · 18 years ago
  90. e4e0408 [PATCH] isicom: correct firmware loading by Jiri Slaby · 18 years ago
  91. 0f2ed4c [PATCH] irq-flags: drivers/char: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  92. 0418726 typo fixes: aquire -> acquire by Adrian Bunk · 18 years ago
  93. f4eaa37 [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  94. 326f28e9 [PATCH] More !tty cleanups in drivers/char by Eric Sesterhenn · 18 years ago
  95. a547dfe [PATCH] char/isicom: More whitespaces and coding style by Jiri Slaby · 18 years ago
  96. e65c1db [PATCH] char/isicom: Firmware loading by Jiri Slaby · 18 years ago
  97. 9ac0948 [PATCH] char/isicom: Pci probing added by Jiri Slaby · 18 years ago
  98. aaa246e [PATCH] char/isicom: Other little changes by Jiri Slaby · 18 years ago
  99. 8070e35 [PATCH] char/isicom: Type conversion and variables deletion by Jiri Slaby · 18 years ago
  100. d8d16e4 [PATCH] char/isicom: Whitespace cleanup by Jiri Slaby · 18 years ago