1. 16ae2a8 serial: Fix crash if the minimum rate of the device is > 9600 baud by Alan Cox · 15 years ago
  2. 4547be7 serial-core: resume serial hardware with no_console_suspend by Stanislav Brabec · 15 years ago
  3. 82cb7ba serial: cascade needless conditionals by André Goddard Rosa · 15 years ago
  4. 9e845ab serial: fix NULL pointer dereference by André Goddard Rosa · 15 years ago
  5. eea7e17 tty, serial: Fix race and NULL check in uart_close() by Linus Torvalds · 15 years ago
  6. 1b9894f serial core: fix new kernel-doc warnings by Randy Dunlap · 15 years ago
  7. ba15ab0 Set proper console speed on resume if console suspend is disabled by Deepak Saxena · 15 years ago
  8. 7b01478 serial: introduce tty krefs by Alan Cox · 15 years ago
  9. 016af53 serial: kill USF_CLOSING_* definitions by Alan Cox · 15 years ago
  10. b58d13a serial: move port users helper by Alan Cox · 15 years ago
  11. bdc04e3 serial: move delta_msr_wait into the tty_port by Alan Cox · 15 years ago
  12. a2bceae serial: replace the state mutex with the tty port mutex by Alan Cox · 15 years ago
  13. ccce6de serial: move the flags into the tty_port field by Alan Cox · 15 years ago
  14. 91312cd serial: move count into the tty_port version by Alan Cox · 15 years ago
  15. 46d57a4 serial: use tty_port pointers in the core code by Alan Cox · 15 years ago
  16. 5e99df5 serial: Fold closing_* fields into the tty_port ones by Alan Cox · 15 years ago
  17. ebd2c8f serial: kill off uart_info by Alan Cox · 15 years ago
  18. 833bb30 serial: fixup /proc/tty/driver/serial after proc_fops conversion by Alexey Dobriyan · 15 years ago
  19. d196a94 proc tty: switch serial_core to ->proc_fops by Alexey Dobriyan · 15 years ago
  20. 4bfe090 serial: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  21. 8e23fcc Serial: Allow port type to be specified when calling serial8250_register_port. by David Daney · 16 years ago
  22. bc32562 fix for tty-serial-move-port by Alexander Beregalov · 16 years ago
  23. f751928 tty: We want the port object to be persistent by Alan Cox · 16 years ago
  24. a62c413 drivers/serial: use nr_irqs by Yinghai Lu · 16 years ago
  25. 8440838 serial: fix device name reporting when minor space is shared between drivers by David S. Miller · 16 years ago
  26. 9bde10a serial-make-uart_ports-ioport-unsigned-long-fix by Andrew Morton · 16 years ago
  27. 9e98966 tty: rework break handling by Alan Cox · 16 years ago
  28. df4f4dd serial: use tty_port by Alan Cox · 16 years ago
  29. 6bb0e3a Subject: [PATCH 1/2] serial: Add flush_buffer() operation to uart_ops by Haavard Skinnemoen · 16 years ago
  30. 7ca796f serial: fix serial_match_port() for dynamic major tty-device numbers by Guennadi Liakhovetski · 16 years ago
  31. edeb280 Fix uart_set_ldisc() function type by Linus Torvalds · 16 years ago
  32. 64e9159 serial_core: uart_set_ldisc infrastructure by Alan Cox · 16 years ago
  33. 03a74dc serial: fix enable_irq_wake/disable_irq_wake imbalance in serial_core.c by Arjan van de Ven · 16 years ago
  34. 55d7b68 serial: access after NULL check in uart_flush_buffer() by Tetsuo Handa · 16 years ago
  35. f34d7a5 tty: The big operations rework by Alan Cox · 16 years ago
  36. 23d22ce serial: switch the serial core to int put_char methods by Alan Cox · 16 years ago
  37. e523844 serial_core: Prepare for BKL push down by Alan Cox · 16 years ago
  38. eb424fd uart_get_baud_rate: stop mangling termios by Alan Cox · 16 years ago
  39. 74081f8 PM: Fix misuse of wakeup flag accessors in serial core by Alan Stern · 16 years ago
  40. 4a1b550 kgdb: Kconfig fix by Andrew Morton · 16 years ago
  41. f2d937f consoles: polling support, kgdboc by Jason Wessel · 16 years ago
  42. 922f9cf fs/char_dev.c: chrdev_open marked static and removed from fs.h by Denis Cheng · 16 years ago
  43. a46c999 serial_core: bring mostly into line with coding style by Alan Cox · 16 years ago
  44. 6d4d67b serial: speed setup failure reporting by Alan Cox · 16 years ago
  45. c8c6bfa serial: avoid stalling suspend if serial port won't drain by Russell King · 16 years ago
  46. 9d778a6 serial: avoid waking up closed serial ports on resume by Russell King · 16 years ago
  47. c3e4642 serial: keep the DTR setting for serial console. by Yinghai Lu · 16 years ago
  48. 149b36e serial: stop passing NULL to functions that expect data by Alan Cox · 17 years ago
  49. 8f4ce8c serial: turn serial console suspend a boot rather than compile time option by Andres Salomon · 17 years ago
  50. b3b708f wake up from a serial port by Guennadi Liakhovetski · 17 years ago
  51. 97d9722 [SERIAL] Fix console initialisation ordering by Russell King · 17 years ago
  52. 20620d6 serial: don't optimise away baud rate changes when BOTHER is used by David Woodhouse · 17 years ago
  53. 4f640ef Use resource_size_t for serial port IO addresses by Josh Boyer · 17 years ago
  54. 7949268 serial: assert DTR for serial console devices by Yinghai Lu · 17 years ago
  55. eb3a1e1 Serial: serial_core, use pr_debug by Jiri Slaby · 17 years ago
  56. abb4a23 serial: define FIXED_PORT flag for serial_core by David Gibson · 17 years ago
  57. beab697 serial driver PMC MSP71xx by Marc St-Jean · 17 years ago
  58. 8f31bb3 [PATCH] serial: replace kmalloc+memset with kzalloc by Burman Yan · 17 years ago
  59. 3689a0e [PATCH] serial: make sure UART is powered up when dumping MCTRL status by George G. Davis · 17 years ago
  60. 606d099 [PATCH] tty: switch to ktermios by Alan Cox · 18 years ago
  61. 6f3a28f Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serial by Linus Torvalds · 18 years ago
  62. b68e31d [PATCH] const struct tty_operations by Jeff Dike · 18 years ago
  63. a6b93a9 [SERIAL] Fix oops when removing suspended serial port by Russell King · 18 years ago
  64. 80e3c2b [SERIAL] returning proper error from serial core driver by Ram Gupta · 18 years ago
  65. 6c6a233 [SERIAL] Make uart_line_info() correctly tell MMIO from I/O port by Sergei Shtylyov · 18 years ago
  66. e1da95a [PATCH] suspend: make it possible to disable serial console suspend by Rafael J. Wysocki · 18 years ago
  67. d21b55d [SERIAL] Make uart_match_port() work with all memory mapped UARTs by Sergei Shtylyov · 18 years ago
  68. 3be91ec [SERIAL] 8250: add tsi108 serial support by Zang Roy-r61911 · 18 years ago
  69. 075395d Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serial by Linus Torvalds · 18 years ago
  70. 13e8359 [PATCH] lockdep: annotate serial by Ingo Molnar · 18 years ago
  71. 947deee [SERIAL] Convert fifosize to an unsigned int by Russell King · 18 years ago
  72. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  73. 331b831 [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV by Greg Kroah-Hartman · 19 years ago
  74. aa4148c [PATCH] devfs: Remove devfs support from the serial subsystem by Greg Kroah-Hartman · 19 years ago
  75. 1281e36 [ARM] 3523/1: Serial core pm_state by Andrew Victor · 18 years ago
  76. 68ac64c [SERIAL] Clean up serial locking when obtaining a reference to a port by Russell King · 18 years ago
  77. d358788 [SERIAL] kernel console should send CRLF not LFCR by Russell King · 18 years ago
  78. d5f735e [PATCH] serial core: work around sub-driver bugs by Pavel Machek · 18 years ago
  79. 9c0f4755 [SERIAL] initialize spinlock for port failed to setup console by Atsushi Nemoto · 18 years ago
  80. 0077d45 [SERIAL] Make uart_port flags a bitwise type by Russell King · 19 years ago
  81. ba899db [SERIAL] Make port->ops constant by Russell King · 19 years ago
  82. e2862f6 [SERIAL] convert uart_state.sem to uart_state.mutex by Ingo Molnar · 19 years ago
  83. f392ecf [SERIAL] turn serial semaphores into mutexes by Arjan van de Ven · 19 years ago
  84. f61051c [SERIAL] Fix clocal wakeup problem by Russell King · 19 years ago
  85. 1624f00 [SERIAL] Fix matching of MMIO ports by Benjamin Herrenschmidt · 19 years ago
  86. cb3592b [SERIAL] mark several serial tables const by Arjan van de Ven · 19 years ago
  87. ee31b33 [SERIAL] Fix Bug 4900: S3 resume oops with irattach - Thinkpad A21m by Russell King · 19 years ago
  88. 21c614a [SERIAL] Support Au1x00 8250 UARTs using the generic 8250 driver. by Pantelis Antoniou · 19 years ago
  89. 0cf669d [SERIAL] Arrange better identification of ports by Russell King · 19 years ago
  90. a2436b2 [SERIAL] remove unneeded code from serial_core.c by Jayachandran C · 19 years ago
  91. 30b7a3b [SERIAL] Prefix serial printks with KERN_INFO and pre-format by Russell King · 19 years ago
  92. 0f302dc [ARM] 2866/1: add i.MX set_mctrl / get_mctrl functions by Sascha Hauer · 19 years ago
  93. b129a8c [SERIAL] Clean up and fix tty transmission start/stoping by Russell King · 19 years ago
  94. 976ecd1 [PATCH] Serial: Fix console port spinlock initialisation by Russell King · 19 years ago
  95. 0dd7a1a [PATCH] Serial: Check status of CTS when using flow control by Russell King · 19 years ago
  96. c5f4644 [PATCH] Serial: Adjust serial locking by Russell King · 19 years ago
  97. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago