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