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