1. 24d481e 8250: Now honours baud rate lower bounds by Anton Vorontsov · 15 years ago
  2. 1c2f049 serial: 8250: add IRQ trigger support by Vikram Pandita · 15 years ago
  3. 08e0992 serial: add support for the TI AR7 internal UART by Florian Fainelli · 15 years ago
  4. b8e7e40 8250: Fix oops from setserial by Alan Cox · 15 years ago
  5. b6adea3 8250: fix boot hang with serial console when using with Serial Over Lan port by Mauro Carvalho Chehab · 15 years ago
  6. 125c97d fix early_serial_setup() regression by Helge Deller · 16 years ago
  7. f1fb9bb trivial: Add a space (and a comma) to a printk in 8250 driver by Paul Bolle · 16 years ago
  8. 6b06f19 Serial: UART driver changes for Cavium OCTEON. by David Daney · 16 years ago
  9. 8e23fcc Serial: Allow port type to be specified when calling serial8250_register_port. by David Daney · 16 years ago
  10. 7d6a07d 8250: Serial driver changes to support future Cavium OCTEON serial patches. by David Daney · 16 years ago
  11. b430428 8250: Don't clobber spinlocks. by David Daney · 16 years ago
  12. 9301975 Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  13. 8ef5090 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  14. a62c413 drivers/serial: use nr_irqs by Yinghai Lu · 16 years ago
  15. 25db8ad serial, 8250: remove NR_IRQ usage by Alan Cox · 16 years ago
  16. 2502991 Merge branch 'fixes' into for-linus by Russell King · 16 years ago
  17. 4aba41ea 8250: Fix lock warning (and possible crash) by Alan Cox · 16 years ago
  18. 8440838 serial: fix device name reporting when minor space is shared between drivers by David S. Miller · 16 years ago
  19. b70ac77 serial: allow 8250 to be used on sparc by David Miller · 16 years ago
  20. b5d674a 8250: remove a few inlines of dubious value by Will Newton · 16 years ago
  21. f2eda27 [SERIAL] 8250: serial8250_port_size() - omap ports are larger by Russell King · 16 years ago
  22. 5668545 [ARM] omap: improve is_omap_port() by Russell King · 16 years ago
  23. 363f66f 8250: improve workaround for UARTs that don't re-assert THRE correctly by Will Newton · 16 years ago
  24. c389d27 8250.c: port.lock is irq-safe by Borislav Petkov · 16 years ago
  25. 7500b1f 8250: fix break handling for Intel 82571 by Aristeu Rozanski · 16 years ago
  26. 768aec0 serial: 8250: fix shared interrupts issues with SMP and RT kernels by Anton Vorontsov · 16 years ago
  27. df4f4dd serial: use tty_port by Alan Cox · 16 years ago
  28. d87a6d9 drivers/serial/: remove CVS keywords by Adrian Bunk · 16 years ago
  29. 05d81d2 serial8250: sanity check nr_uarts on all paths. by Eric W. Biederman · 16 years ago
  30. a4ed1e4 8250 Serial Driver: revert extra IRQ flag definition patch by Bryan Wu · 16 years ago
  31. b4aa54d 8250 Serial Driver: Added support for 8250-class UARTs in HV Sistemas H8606 board by Javier Herrero · 16 years ago
  32. 6f441fe 8250: switch 8250 drivers to use _nocache ioremaps by Alan Cox · 16 years ago
  33. 01c194d serial 8250: tighten test for using backup timer by Alex Williamson · 16 years ago
  34. e991a2b Fix tty speed handling on 8250 by Alan Cox · 16 years ago
  35. f2d937f consoles: polling support, kgdboc by Jason Wessel · 16 years ago
  36. b4c502a 8250: enable rate reporting via termios by Alan Cox · 16 years ago
  37. 6f803cd serial8250: coding style by Alan Cox · 16 years ago
  38. 3e8d4e2 serial: Coding style by Alan Cox · 16 years ago
  39. 74a19741 8250.c: support specifying DW APB UARTs in device platform_data by Will Newton · 16 years ago
  40. ad4c2aa Serial 8250: handle saving the clear-on-read bits from the LSR and MSR by Corey Minyard · 17 years ago
  41. b6b1d87 serial: fix 8250 early console setup by Daniel Ritz · 17 years ago
  42. 4f640ef Use resource_size_t for serial port IO addresses by Josh Boyer · 17 years ago
  43. 18a8bd9 serial: convert early_uart to earlycon for 8250 by Yinghai Lu · 17 years ago
  44. b5b82df NS16550A: Restore HS settings in EXCR2 on resume by David Woodhouse · 17 years ago
  45. fef92c3 8250: Remove commented out irq cruft by Josh Boyer · 17 years ago
  46. bd71c18 RM9000 serial driver by Thomas Koeller · 17 years ago
  47. beab697 serial driver PMC MSP71xx by Marc St-Jean · 17 years ago
  48. 4bf3631 8250: fix possible deadlock between serial8250_handle_port() and serial8250_interrupt() by Jiri Kosina · 17 years ago
  49. fdc30b3 Fix possible NULL pointer access in 8250 serial driver by Taku Izumi · 17 years ago
  50. cc79aa9 [PATCH] 8250: Fix GCC4 signed/unsigned mismatch warning by Thomas Koeller · 17 years ago
  51. 40b36da [PATCH] 8250 UART backup timer by Alex Williamson · 17 years ago
  52. 4821200 [PATCH] Perle multimodem card (PCI-RAS) detection by Thomas Hoehn · 17 years ago
  53. 118c0ac [PATCH] x86-64: modpost add more symbols to whitelist pattern2 by Vivek Goyal · 18 years ago
  54. 606d099 [PATCH] tty: switch to ktermios by Alan Cox · 18 years ago
  55. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  56. 6f3a28f Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serial by Linus Torvalds · 18 years ago
  57. e480af0 [SERIAL] tickle NMI watchdog on serial output. by Dave Jones · 18 years ago
  58. 255341c [SERIAL] OMAP1510 serial fix for 115200 baud by Jonathan McDowell · 18 years ago
  59. a4b7757 [SERIAL] suspend/resume handlers don't have level arg anymore by Sergei Shtylyov · 18 years ago
  60. 0b30d66 [SERIAL] 8250 resourse management fixes by Sergei Shtylyov · 18 years ago
  61. 9e84b60 [POWERPC] UPIO_TSI cleanup by Al Viro · 18 years ago
  62. 68aa2c0 [SERIAL] 8250: sysrq deadlock fix by Andrew Morton · 18 years ago
  63. 3be91ec [SERIAL] 8250: add tsi108 serial support by Zang Roy-r61911 · 18 years ago
  64. 40663cc [PATCH] irq-flags: serial: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  65. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  66. aa4148c [PATCH] devfs: Remove devfs support from the serial subsystem by Greg Kroah-Hartman · 19 years ago
  67. d8a5a8d [SERIAL] 8250: add locking to console write function by Russell King · 18 years ago
  68. a88d75b [SERIAL] Remove unconditional enable of TX irq for console by Russell King · 18 years ago
  69. b32b19b [SERIAL] 8250: set divisor register correctly for AMD Alchemy SoC uart by Jon Anders Haugum · 18 years ago
  70. 85835f4 [SERIAL] AMD Alchemy UART: claim memory range by Sergei Shtylyov · 18 years ago
  71. 7f927fc [PATCH] Typo fixes by Alexey Dobriyan · 18 years ago
  72. d358788 [SERIAL] kernel console should send CRLF not LFCR by Russell King · 18 years ago
  73. d856c66 [SERIAL] Add comment about early_serial_setup() by Russell King · 18 years ago
  74. dc7bf13 [SERIAL] Fix typo in comment by Ralf Baechle · 18 years ago
  75. f5968b3 [SERIAL] 8250 serial console update uart_8250_port ier by Kumar Gala · 18 years ago
  76. ca74080 [SERIAL] Remove UPF_AUTOPROBE and UPF_BOOT_ONLYMCA by Russell King · 18 years ago
  77. f91a371 [SERIAL] 8250 serial console fixes by Alan Cox · 18 years ago
  78. bc965a7 [SERIAL] Fix serial8250 driver initialisation ordering by Russell King · 19 years ago
  79. 7493a31 [SERIAL] serial8250: convert to the new platform device interface by Dmitry Torokhov · 19 years ago
  80. f392ecf [SERIAL] turn serial semaphores into mutexes by Arjan van de Ven · 19 years ago
  81. 33f0f88 [PATCH] TTY layer buffering revamp by Alan Cox · 19 years ago
  82. a61c2d7 [SERIAL] Make the number of UARTs registered configurable. by Dave Jones · 19 years ago
  83. ea8874d [SERIAL] Remove _INLINE_ by Russell King · 19 years ago
  84. 45e2460 [SERIAL] Move interrupt-time spinlocking inside serial8250_handle_port() by Russell King · 19 years ago
  85. 50aec3b5 [SERIAL] Use uart_match_port() to find a matching port in find_port() by Russell King · 19 years ago
  86. 2af7cd6 [Serial] Don't miss modem status changes by Russell King · 19 years ago
  87. cb3592b [SERIAL] mark several serial tables const by Arjan van de Ven · 19 years ago
  88. 5c8c755 [SERIAL] don't disable xscale serial ports after autoconfig by Lennert Buytenhek · 19 years ago
  89. 3ae5eae [DRIVER MODEL] Convert platform drivers to use struct platform_driver by Russell King · 19 years ago
  90. 78512ec [PATCH] serial console: touch NMI watchdog by Andrew Morton · 19 years ago
  91. 21c614a [SERIAL] Support Au1x00 8250 UARTs using the generic 8250 driver. by Pantelis Antoniou · 19 years ago
  92. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  93. 9480e30 [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks by Russell King · 19 years ago
  94. 6f0d618 [SERIAL] Spelling fix in 8250.c by Russell King · 19 years ago
  95. 6df29de [SERIAL] Use an enum for serial8250 platform device IDs by Russell King · 19 years ago
  96. 0f302dc [ARM] 2866/1: add i.MX set_mctrl / get_mctrl functions by Sascha Hauer · 19 years ago
  97. b129a8c [SERIAL] Clean up and fix tty transmission start/stoping by Russell King · 19 years ago
  98. 44454bc [PATCH] Serial: Fix small CONFIG_SERIAL_8250_NR_UARTS by Russell King · 19 years ago
  99. 026d02a [PATCH] Serial: Split 8250 port table (part 2) by Russell King · 19 years ago
  100. e763b90 [PATCH] Serial: Disable OX950 transmitter for flow control by Russell King · 19 years ago