1. 6137b7a tty: stop defining STD_COM_FLAGS in drivers by Jiri Slaby · 8 years ago
  2. 322b7d6 tty: cyclades+mxser, do not initialize to zero by Jiri Slaby · 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. 9db276f tty: Use termios c_*flag macros by Peter Hurley · 8 years ago
  7. fdfb719 tty: Remove chars_in_buffer() line discipline method by Peter Hurley · 8 years ago
  8. 1c82363 cyclades: Deinline cyz_is_loaded, save 240 bytes by Denys Vlasenko · 9 years ago
  9. 8c6ba00 cyclades: Deinline serial_paranoia_check, save 304 bytes by Denys Vlasenko · 9 years ago
  10. f25d596 cyclades: Deinline cyy_writeb, save 880 bytes by Denys Vlasenko · 9 years ago
  11. f88d868 cyclades: Deinline cyy_readb, save 368 bytes by Denys Vlasenko · 9 years ago
  12. fef062c tty: Remove ASYNC_CLOSING checks in open()/hangup() methods by Peter Hurley · 9 years ago
  13. 429b474 tty: remove buf parameter from tty_name() by Rasmus Villemoes · 9 years ago
  14. e359a4e tty: Remove tty_hung_up_p() tests from tty drivers' open() by Peter Hurley · 10 years ago
  15. 351d620 tty: an overflow of multiplication in drivers/tty/cyclades.c by Qixue Xiao · 10 years ago
  16. aa27a09 TTY: add tty_port_tty_hangup helper by Jiri Slaby · 11 years ago
  17. dabe2c1 cyclades: push down tty_port_tty_get by Jiri Slaby · 11 years ago
  18. 6732c8b TTY: switch tty_schedule_flip by Jiri Slaby · 11 years ago
  19. 92a19f9 TTY: switch tty_insert_flip_char by Jiri Slaby · 11 years ago
  20. 2f69335 TTY: convert more flipping functions by Jiri Slaby · 11 years ago
  21. 227434f TTY: switch tty_buffer_request_room to tty_port by Jiri Slaby · 11 years ago
  22. ae8d8a1 tty: remove use of __devexit by Bill Pemberton · 11 years ago
  23. 9671f09 tty: remove use of __devinit by Bill Pemberton · 11 years ago
  24. 91116cb tty: remove use of __devexit_p by Bill Pemberton · 11 years ago
  25. 191c5f1 TTY: call tty_port_destroy in the rest of drivers by Jiri Slaby · 11 years ago
  26. f21ec3d serial: add a new helper function by Huang Shijie · 12 years ago
  27. 734cc17 TTY: use tty_port_register_device by Jiri Slaby · 12 years ago
  28. 89c8d91 tty: localise the lock by Alan Cox · 12 years ago
  29. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  30. 6d31a88 tty: revert incorrectly applied lock patch by Alan Cox · 12 years ago
  31. f5e3bcc tty: localise the lock by Alan Cox · 12 years ago
  32. 718c4ca TTY: cyclades, add local pointer for card by Jiri Slaby · 12 years ago
  33. f309532 tty: Revert the tty locking series, it needs more work by Linus Torvalds · 12 years ago
  34. d29f3ef tty_lock: Localise the lock by Alan Cox · 12 years ago
  35. 410235f TTY: remove unneeded tty->index checks by Jiri Slaby · 12 years ago
  36. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 12 years ago
  37. dbca36e tty: cyclades: TIOCSERGETLSR should should store to a uint by Dan Carpenter · 12 years ago
  38. 9cfb5c0 TTY: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  39. 8bab534 TTY: mxser+cyclades remove wait_until_sent debug code by Jiri Slaby · 13 years ago
  40. b7c2f03 Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  41. 99edb3d tty: remove invalid location line in file header by Jovi Zhang · 13 years ago
  42. 0e7f419 Char: cyclades, fix unused variable by Jiri Slaby · 13 years ago
  43. 64a14b5 cyclades: Drop __TIME__ usage by Michal Marek · 13 years ago
  44. 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/cyclades.c]
  45. 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 13 years ago
  46. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 13 years ago
  47. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 13 years ago
  48. 0587102 tty: icount changeover for other main devices by Alan Cox · 14 years ago
  49. be1bc28 tty: introduce wait_event_interruptible_tty by Arnd Bergmann · 14 years ago
  50. 25c3cdf cyclades: Kill off BKL usage by Alan Cox · 14 years ago
  51. 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
  52. e6c4ef9 tty: declare MODULE_FIRMWARE in various drivers by Ben Hutchings · 14 years ago
  53. 2090436 serial: cyclades: allow overriding ISA defaults also when the driver is built-in by Bartlomiej Zolnierkiewicz · 14 years ago
  54. a357e77 serial: Char: cyclades, fix compiler warning by Jiri Slaby · 14 years ago
  55. 196b316 cyclades: fix read buffer overflow by Roel Kluin · 15 years ago
  56. bdc04e3 serial: move delta_msr_wait into the tty_port by Alan Cox · 15 years ago
  57. e936ffd cyclades: use the full port_close function by Alan Cox · 15 years ago
  58. 46fb782 cyclades: remove more duplicated code by Jiri Slaby · 15 years ago
  59. 3aeea5b cyclades: introduce cyy_readb/writeb by Jiri Slaby · 15 years ago
  60. 0d34872 cyclades: tiocm cleanup by Jiri Slaby · 15 years ago
  61. 6c28181 cyclades: ioctls cleanup by Jiri Slaby · 15 years ago
  62. cc7fdf4 cyclades: merge cy_startup tails by Jiri Slaby · 15 years ago
  63. 4d76820 cyclades: use dtr_rts helpers by Jiri Slaby · 15 years ago
  64. f6e208c cyclades: sleep instead busy-wait by Jiri Slaby · 15 years ago
  65. ebdb513 cyclades: overall cleanup by Jiri Slaby · 15 years ago
  66. 2334226 cyclades: close cleanup by Jiri Slaby · 15 years ago
  67. 174e6fe cyclades: switch to tty_port_hangup by Jiri Slaby · 15 years ago
  68. f0eefdc cyclades: avoid addresses recomputation by Jiri Slaby · 15 years ago
  69. f073757 cyclades: remove block_til_ready by Jiri Slaby · 15 years ago
  70. d13549f cyclades: add tty refcounting by Jiri Slaby · 15 years ago
  71. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  72. c65c9bc tty: rewrite the ldisc locking by Alan Cox · 15 years ago
  73. b39933f tty: cyclades, remove unused variables by Jiri Slaby · 15 years ago
  74. 963118e tty: cyclades, fix nports handling by Jiri Slaby · 15 years ago
  75. 2693f48 tty: cyclades, convert macros to inlines by Jiri Slaby · 15 years ago
  76. 101b815 tty: cyclades, cache HW version by Jiri Slaby · 15 years ago
  77. 97e87f8 tty: cyclades, plx9060 casts cleanup by Jiri Slaby · 15 years ago
  78. 65a29f6 tty: cyclades, remove spurious check in ISR by Jiri Slaby · 15 years ago
  79. eca1b59 tty: cyclades, don't kill FW by Jiri Slaby · 15 years ago
  80. ace08c3 tty:cyclades, load firmware even on Ze by Jiri Slaby · 15 years ago
  81. 9f56fad cyclades: Auto-load cyclades module when device opened. by Scott James Remnant · 15 years ago
  82. 444697d proc tty: switch cyclades to ->proc_fops by Alexey Dobriyan · 15 years ago
  83. c847d47 drivers/char/cyclades.c: cy_pci_probe: fix error path by Andrew Morton · 15 years ago
  84. 24e6fd4 Char: cyclades. remove bogus iomap by Jiri Slaby · 16 years ago
  85. 9e98966 tty: rework break handling by Alan Cox · 16 years ago
  86. 44b7d1b tty: add more tty_port fields by Alan Cox · 16 years ago
  87. 77451e5 cyclades: use tty_port by Alan Cox · 16 years ago
  88. a352def tty: Ldisc revamp by Alan Cox · 16 years ago
  89. f61e761 cyclades: treat firmware data as const by David Woodhouse · 16 years ago
  90. bf9d892 drivers/char: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  91. 76b25a5 char: switch gs, cyclades and esp to return int for put_char by Alan Cox · 16 years ago
  92. 978e595 tty/serial: lay the foundations for the next set of reworks by Alan Cox · 16 years ago
  93. cd989b3 cyclades: use ioremap_nocache for clarity as proposed by Alan Cox · 16 years ago
  94. 15ed6cc cyclades: coding style & review by Alan Cox · 16 years ago
  95. 1a4e235 cyclades.c: fix sparse shadowed variable warnings by Harvey Harrison · 16 years ago
  96. 7b130c0 cyclades: Prepare for relaxed locking in callers by Alan Cox · 16 years ago
  97. 7fa57a0 Char: cyclades, fix potential NULL dereference by Jiri Slaby · 17 years ago
  98. 23d028f Documentation: Remove references to dead "cyclades=" boot option by Robert P. J. Day · 17 years ago
  99. 96de0e2 Convert files to UTF-8 and some cleanups by Jan Engelhardt · 17 years ago
  100. d941ea7 Cyclades: Avoid label defined but not used warning by Jesper Juhl · 17 years ago