1. 7deb39e serial_core: fix uart PORT_UNKNOWN handling by Thomas Pfaff · 11 years ago
  2. f94b057 serial: samsung: Change barrier() to cpu_relax() in console output by Doug Anderson · 11 years ago
  3. ab88c8d serial: samsung: don't check config for every character by Doug Anderson · 11 years ago
  4. bb7f09b serial: samsung: Use the passed in "port", fixing kgdb w/ no console by Doug Anderson · 11 years ago
  5. f8fd1b0 serial: 8250: Fix thread unsafe __dma_tx_complete function by Loic Poulain · 11 years ago
  6. b08c9c3 8250_core: Fix unwanted TX chars write by Loic Poulain · 11 years ago
  7. 12de375 Revert "serial: 8250, disable "too much work" messages" by Greg Kroah-Hartman · 11 years ago
  8. 1e7da05 serial: amba-pl011: fix regression, causing an Oops on rmmod by Guennadi Liakhovetski · 11 years ago
  9. f4f653e serial: 8250, disable "too much work" messages by Jiri Slaby · 11 years ago
  10. d758c9c serial: omap: Fix missing pm_runtime_resume handling by simplifying code by Tony Lindgren · 11 years ago
  11. bf903c0 serial_core: Fix pm imbalance on unbind by Geert Uytterhoeven · 11 years ago
  12. b2aeb77 serial: pl011: change Rx burst size to half of trigger level by Guennadi Liakhovetski · 11 years ago
  13. e55c2a0 serial: timberdale: Depend on X86_32 by Jean Delvare · 11 years ago
  14. c3c00b6 serial: st-asc: Fix SysRq char handling by Daniel Thompson · 11 years ago
  15. 2f310b8 Revert "serial: clps711x: Give a chance to perform useful tasks during wait loop" by Alexander Shiyan · 11 years ago
  16. 717f3bb serial_core: Fix conditional start_tx on ring buffer not empty by Seth Bollinger · 11 years ago
  17. 4ea8daf serial: efm32: use $vendor,$device scheme for compatible string by Uwe Kleine-König · 11 years ago
  18. 93a2e47 serial: omap: free the wakeup settings in remove by Sanjay Singh Rawat · 11 years ago
  19. cbda94e Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  20. dfc25e4 Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  21. cb15955 Merge tag 'tty-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  22. 4dedde7 Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  23. 0b443ea cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE} by Viresh Kumar · 11 years ago
  24. 3a13884 tty/serial: omap: empty the RX FIFO at the end of half-duplex TX by Dimitris Lampridis · 11 years ago
  25. cab53dc tty/serial: omap: fix RX interrupt enable/disable in half-duplex TX by Dimitris Lampridis · 11 years ago
  26. 9b971cd serial: sh-sci: Neaten dev_<level> uses by Joe Perches · 11 years ago
  27. d3dfe5d serial: sh-sci: Replace hardcoded 3 by UART_PM_STATE_OFF by Geert Uytterhoeven · 11 years ago
  28. 26de4f1 serial: sh-sci: Add more register documentation by Geert Uytterhoeven · 11 years ago
  29. ff43da0 serial: sh-sci: Remove useless casts by Geert Uytterhoeven · 11 years ago
  30. 6c13d5d serial: sh-sci: Replace printk() by pr_*() by Geert Uytterhoeven · 11 years ago
  31. 4ed94cd serial_core: Avoid NULL pointer dereference in uart_close() by Geert Uytterhoeven · 11 years ago
  32. 4c6d5b4 serial_core: Get a reference for port->tty in uart_remove_one_port() by Geert Uytterhoeven · 11 years ago
  33. 63e3ad3 serial: clps711x: Give a chance to perform useful tasks during wait loop by Alexander Shiyan · 11 years ago
  34. 015355b serial_core: Grammar s/ports/port's/ by Geert Uytterhoeven · 11 years ago
  35. 02088ca serial_core: Spelling s/contro/control/ by Geert Uytterhoeven · 11 years ago
  36. 74be65a serial: efm32: properly namespace location property by Uwe Kleine-König · 11 years ago
  37. 58dea35 serial: max310x: Add missing #include <linux/uaccess.h> by Geert Uytterhoeven · 11 years ago
  38. ebade5e serial: 8250: Clean up the locking for -rt by Ingo Molnar · 11 years ago
  39. 41d3f09 serial: 8250_pci: change BayTrail default uartclk by Aaron Sierra · 11 years ago
  40. 50825c5 serial: 8250_pci: more BayTrail error-free bauds by Aaron Sierra · 11 years ago
  41. e58e241 sparc: serial: Clean up the locking for -rt by David Miller · 11 years ago
  42. bf13c9a serial: sh-sci: Add missing call to uart_remove_one_port() in failure path by Geert Uytterhoeven · 11 years ago
  43. 5f5c9ae serial_core: Unregister console in uart_remove_one_port() by Geert Uytterhoeven · 11 years ago
  44. a3c1fa9 tty/serial: at91: remove unused open/close hooks by Richard Genoud · 11 years ago
  45. ddaa603 tty/serial: at91: use dev_err instead of printk by Richard Genoud · 11 years ago
  46. 45af780 serial: imx: Remove init() and exit() platform callbacks by Alexander Shiyan · 11 years ago
  47. 436e4ab serial: imx: Use dev_name() for request_irq() to distinguish UARTs by Alexander Shiyan · 11 years ago
  48. da82f99 serial: imx: Use devm_ioremap_resource() by Alexander Shiyan · 11 years ago
  49. 9277285 tty: serial: bcm63xx_uart: add support for DT probing by Florian Fainelli · 11 years ago
  50. 5811712 tty: serial: bcm63xx_uart: define UART_REG_SIZE constant by Florian Fainelli · 11 years ago
  51. f04430c tty: serial: bcm63xx_uart: include linux/io.h by Florian Fainelli · 11 years ago
  52. bd2fe27 drivers/tty/serial: deal with 8250_core.c uninitialized warning for good by Paul Gortmaker · 11 years ago
  53. 2345385 Merge tag 'qcom-drivers-for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom into next/drivers by Arnd Bergmann · 11 years ago
  54. 11d73c5 Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into next/cleanup by Olof Johansson · 11 years ago
  55. f1cd8c8 serial: fsl_lpuart: add DMA support by Yuan Yao · 11 years ago
  56. 0fd927f serial: max310x: Fix sparse warnings by Alexander Shiyan · 11 years ago
  57. b2b2d60 tty: serial: crisv10: Drop remaining code for CRISv10 CPU simulator by Paul Bolle · 11 years ago
  58. 86a41c4 serial: max310x: Fix build error by Alexander Shiyan · 11 years ago
  59. 1456dad Revert "serial: max310x: Fix build error" by Greg Kroah-Hartman · 11 years ago
  60. 9be16b3 serial: sirf: move to use generic dma dt-binding to get dma channels by Qipan Li · 11 years ago
  61. ef2889f serial: pl011: Move uart_register_driver call to device probe by Tushar Behera · 11 years ago
  62. 6f134c3c serial: samsung: Move uart_register_driver call to device probe by Tushar Behera · 11 years ago
  63. d4f6b41 serial: max310x: Fix build warning by Alexander Shiyan · 11 years ago
  64. e3c6ea9 serial: max310x: Fix build error by Alexander Shiyan · 11 years ago
  65. 2ad28e3 serial: imx: always wake up the processes in the TX callback by Huang Shijie · 11 years ago
  66. c972d80 tty/serial: atmel_serial: remove dev_dbg in atmel_set_termios by Nicolas Ferre · 11 years ago
  67. 5669b70 Merge branch 'tty-linus' into tty-next by Greg Kroah-Hartman · 11 years ago
  68. 45a7bd6 serial: 8250: Support XR17V35x fraction divisor by Joe Schultz · 11 years ago
  69. fb78b81 serial: sirf: fix kernel panic caused by unpaired spinlock by Qipan Li · 11 years ago
  70. 333c085 serial: 8250_pci: unbreak last serial ports on NetMos 9865 cards by Dmitry Eremin-Solenikov · 11 years ago
  71. a64c1a1 serial: omap: fix rs485 probe on defered pinctrl by Michael Grzeschik · 11 years ago
  72. 13b949f serial: 8250_dw: fix compilation warning when !CONFIG_PM_SLEEP by Mika Westerberg · 11 years ago
  73. ce6acca serial: omap-serial: Move info message to probe function by Markus Pargmann · 11 years ago
  74. 58afc90 serial: max310x: Add devicetree support by Alexander Shiyan · 11 years ago
  75. 5f52904 serial: max310x: Driver cleanup by Alexander Shiyan · 11 years ago
  76. 55367c6 serial: max310x: Add support for RS-485 mode by Alexander Shiyan · 11 years ago
  77. 0fbae88 serial: max310x: Add missing mutex_destroy() on driver exit by Alexander Shiyan · 11 years ago
  78. dba29a2 serial: max310x: Always use dynamic GPIO ID assignment by Alexander Shiyan · 11 years ago
  79. d3a8a25 serial: max310x: Migrate to CLK API by Alexander Shiyan · 11 years ago
  80. 27027a7 serial: max310x: Move all SPI-dependent stuff in one place by Alexander Shiyan · 11 years ago
  81. aa7b2e5 serial: sh_sci: remove HAVE_CLK build dependecy by Baruch Siach · 11 years ago
  82. bb157e5 serial: max310x: Remove IRQ validation by Alexander Shiyan · 11 years ago
  83. e7b8a3c serial: max310x: Add the loopback mode support by Alexander Shiyan · 11 years ago
  84. f4fcc40 serial: max310x: Remove excess port configure at startup by Alexander Shiyan · 11 years ago
  85. 1e6128b serial: max310x: Remove init() and exit() callbacks by Alexander Shiyan · 11 years ago
  86. e97e155 serial: max310x: Setup baud rate generator more precisely by Alexander Shiyan · 11 years ago
  87. d0fd413 serial: max310x: Allow driver to be compiled as module by Alexander Shiyan · 11 years ago
  88. 42f36ba serial: sh-sci: Restrict non-COMPILE_TEST compilation by Laurent Pinchart · 11 years ago
  89. 6ec0656 serial: pch_uart: Fix build warning when CONFIG_DEBUG_FS=n by Jingoo Han · 11 years ago
  90. 3af4e96 serial: sh-sci: Fix cast warning by Jingoo Han · 11 years ago
  91. 4a818a0 serial: omap-serial: Move info message to probe function by Markus Pargmann · 11 years ago
  92. f7e54d7 msm_serial: Add support for poll_{get,put}_char() by Stephen Boyd · 11 years ago
  93. b3864a5 tty: serial: msm: Enable building msm_serial for ARCH_QCOM by Kumar Gala · 11 years ago
  94. cdfc830 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  95. 4bcec91 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  96. e9a3711 Merge remote-tracking branch 'agust/next' into next by Benjamin Herrenschmidt · 11 years ago
  97. 2ad48ee Merge tag 'tty-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  98. 0ba3307 Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  99. f2c73464 Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  100. d29e0d0 tty: serial: bcm63xx_uart: use linux/serial_bcm63xx.h by Florian Fainelli · 11 years ago