1. 7a95b81 serial: sccnxp: missing uart_unregister_driver() on error in sccnxp_probe() by Wei Yongjun · 11 years ago
  2. 18d8519 OMAP/serial: Fix Mode13 vs Mode16 priority by Alexey Pelykh · 11 years ago
  3. 4250b5d OMAP/serial: Fix misnamed variable by Alexey Pelykh · 11 years ago
  4. 59f8a62 serial: sirf: don't submit dma desc after timeout irqs occur by Qipan Li · 11 years ago
  5. 66be0848 serial: 8250_pci: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  6. b9465f4 serial: txx9: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  7. f8bf876 serial: mfd: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  8. a50c44c serial: imx: Change cast to handle 64-bit resource_size_t by Olof Johansson · 11 years ago
  9. 2d1e5a4 serial: samsung: add support for manual RTS setting by José Miguel Gonçalves · 11 years ago
  10. 4190390 serial: mpc512x: Remove casting the return value which is a void pointer by Jingoo Han · 11 years ago
  11. d4aab20 serial: samsung: Remove casting the return value which is a void pointer by Jingoo Han · 11 years ago
  12. 7a89c79 serial: ifx6x60: Remove casting the return value which is a void pointer by Jingoo Han · 11 years ago
  13. aaba105 serial: bfin_sport_uart: Remove casting the return value which is a void pointer by Jingoo Han · 11 years ago
  14. 0e03e3f serial: bfin_uart: Remove casting the return value which is a void pointer by Jingoo Han · 11 years ago
  15. 5c02fab serial: mpsc: Remove casting the return value which is a void pointer by Jingoo Han · 11 years ago
  16. 0d8570a serial: arc_uart: Remove casting the return value which is a void pointer by Jingoo Han · 11 years ago
  17. 7fb8c56 serial: 8250_dw: provide a filter for DMA channel detection by Heikki Krogerus · 11 years ago
  18. fe9585553 serial: 8250_dw: don't limit DMA support to ACPI by Heikki Krogerus · 11 years ago
  19. 2797f6f serial: 8250: don't change the fifo trigger level when using dma by Heikki Krogerus · 11 years ago
  20. 52592da serial: pch_uart: Add MODULE_DEVICE_TABLE by Ben Hutchings · 11 years ago
  21. 12d493c serial: mfd: Replace MODULE_ALIAS with MODULE_DEVICE_TABLE by Ben Hutchings · 11 years ago
  22. 965e260 tty: serial: Restrict ST ASC driver to only build on !ARM when COMPILE_TEST is set. by Dave Jones · 11 years ago
  23. e2c2725 serial: imx: Use NULL as the last argument of add_preferred_console() by Fabio Estevam · 11 years ago
  24. f377775 TTY: hvc_dcc: probe for a JTAG connection before registering by Rob Herring · 11 years ago
  25. 469d6d0 tty: Remove unused drop() method from tty_port interface by Peter Hurley · 11 years ago
  26. e3bfea2 tty: Prevent tty_port destruction if tty not released by Peter Hurley · 11 years ago
  27. 103fcbe2 n_tty: Style fix in n_tty_set_termios by Peter Hurley · 11 years ago
  28. c786f74 n_tty: Remove unnecessary local variable by Peter Hurley · 11 years ago
  29. 1cb40d0 n_tty: Remove superfluous reader wakeup by Peter Hurley · 11 years ago
  30. 03e1261 tty: disassociate_ctty() sends the extra SIGCONT by Oleg Nesterov · 11 years ago
  31. 0244ad0 Remove GENERIC_HARDIRQ config option by Martin Schwidefsky · 11 years ago
  32. 8b8a7df Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 11 years ago
  33. dccfd1e4 Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  34. 4de9ad9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 11 years ago
  35. 39eda2a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  36. 2e515bf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  37. 91c2beb Merge remote-tracking branch 'agust/next' into next by Benjamin Herrenschmidt · 11 years ago
  38. 9e03aa2 treewide: Convert retrun typos to return by Joe Perches · 11 years ago
  39. b5c6c1a tilegx: Add tty serial support for TILE-Gx on-chip UART by Chris Metcalf · 11 years ago
  40. 2f01ea9 Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  41. 2d1d3f3 hvc_xen: Remove unnecessary __GFP_ZERO from kzalloc by Joe Perches · 11 years ago
  42. b09c74a serial: imx: initialize the local variable by Huang Shijie · 11 years ago
  43. dd910d9 tty: ar933x_uart: add device tree support and binding documentation by Gabor Juhos · 11 years ago
  44. 284301e tty: ar933x_uart: allow to build the driver as a module by Gabor Juhos · 11 years ago
  45. 13960b4 dts: Deprecate ALTR as a vendor prefix by Dinh Nguyen · 11 years ago
  46. 1241553 tty: ar933x_uart: use config_enabled() macro to clean up ifdefs by Gabor Juhos · 11 years ago
  47. 0710e56 tty: ar933x_uart: remove superfluous assignment of ar933x_uart_driver.nr by Gabor Juhos · 11 years ago
  48. 15ef17f tty: ar933x_uart: use the clk API to get the uart clock by Gabor Juhos · 11 years ago
  49. a416bfa tty: serial: cpm_uart: Adding proper request of GPIO used by cpm_uart driver by Christophe Leroy · 11 years ago
  50. 1042092 Merge branch 'merge' into next by Benjamin Herrenschmidt · 11 years ago
  51. b60dfba serial: sirf: fix the amount of serial ports by Qipan Li · 11 years ago
  52. 459f15c serial: sirf: define macro for some magic numbers of USP by Qipan Li · 11 years ago
  53. 4f03ffc serial: icom: move array overflow checks earlier by Dan Carpenter · 11 years ago
  54. 1b2a405 TTY: amiserial, remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  55. 46ddeff serial: st-asc: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  56. a3957e8 msm_serial: Send more than 1 character on the console w/ UARTDM by Stephen Boyd · 11 years ago
  57. c3b5d3b msm_serial: Add support for non-GSBI UARTDM devices by Stephen Boyd · 11 years ago
  58. bfaddb7 msm_serial: Switch clock consumer strings and simplify code by Stephen Boyd · 11 years ago
  59. de49df5 tty: serial: vt8500: drop uart_port->lock before calling tty_flip_buffer_push() by Viresh Kumar · 11 years ago
  60. 8b9ade9 tty: serial: sirfsoc: drop uart_port->lock before calling tty_flip_buffer_push() by Viresh Kumar · 11 years ago
  61. 9b88748 tty: serial: tegra: drop uart_port->lock before calling tty_flip_buffer_push() by Viresh Kumar · 11 years ago
  62. f5693ea tty: serial: samsung: drop uart_port->lock before calling tty_flip_buffer_push() by Viresh Kumar · 11 years ago
  63. 53e0e67 tty: serial: sa1100: drop uart_port->lock before calling tty_flip_buffer_push() by Viresh Kumar · 11 years ago
  64. de7053c tty: serial: rp2: drop uart_port->lock before calling tty_flip_buffer_push() by Viresh Kumar · 11 years ago
  65. 1df7e24 tty: serial: pnx8xxx: drop uart_port->lock before calling tty_flip_buffer_push() by Viresh Kumar · 11 years ago
  66. 931c057 tty: serial: nwpserial: drop uart_port->lock before calling tty_flip_buffer_push() by Viresh Kumar · 11 years ago
  67. c8db1d9 tty: serial: netx: drop uart_port->lock before calling tty_flip_buffer_push() by Viresh Kumar · 11 years ago
  68. f77232d tty: serial: msm: drop uart_port->lock before calling tty_flip_buffer_push() by Viresh Kumar · 11 years ago
  69. bf7f5ee tty: serial: mpsc: drop uart_port->lock before calling tty_flip_buffer_push() by Viresh Kumar · 11 years ago
  70. 8dedc88 tty: serial: mfd: drop uart_port->lock before calling tty_flip_buffer_push() by Viresh Kumar · 11 years ago
  71. 5275ad7 tty: serial: mcf: drop uart_port->lock before calling tty_flip_buffer_push() by Viresh Kumar · 11 years ago
  72. af89f83 tty: serial: m32r_sio: drop uart_port->lock before calling tty_flip_buffer_push() by Viresh Kumar · 11 years ago
  73. ec12851 tty: serial: lpc32xx_hs: drop uart_port->lock before calling tty_flip_buffer_push() by Viresh Kumar · 11 years ago
  74. 97f2c42 tty: serial: lpc32xx_hs: don't call tty_flip_buffer_push() twice by Viresh Kumar · 11 years ago
  75. 5faf75d tty: serial: icom: drop uart_port->lock before calling tty_flip_buffer_push() by Viresh Kumar · 11 years ago
  76. 9dc99e1 tty: serial: efm32: drop uart_port->lock before calling tty_flip_buffer_push() by Viresh Kumar · 11 years ago
  77. 88c54a6 tty: serial: bfin_sport: drop uart_port->lock before calling tty_flip_buffer_push() by Viresh Kumar · 11 years ago
  78. b4d4992 tty: serial: bcm63xx: drop uart_port->lock before calling tty_flip_buffer_push() by Viresh Kumar · 11 years ago
  79. 3fa1200 tty: serial: arc: drop uart_port->lock before calling tty_flip_buffer_push() by Viresh Kumar · 11 years ago
  80. b16c8e3 tty: serial: ar933x: drop uart_port->lock before calling tty_flip_buffer_push() by Viresh Kumar · 11 years ago
  81. 78d34d7 tty: serial: apbuart: drop uart_port->lock before calling tty_flip_buffer_push() by Viresh Kumar · 11 years ago
  82. dd085ed tty: serial: altera: drop uart_port->lock before calling tty_flip_buffer_push() by Viresh Kumar · 11 years ago
  83. 53dd0ba tty: serial: altera_jtag: drop uart_port->lock before calling tty_flip_buffer_push() by Viresh Kumar · 11 years ago
  84. 355fe56 Revert "OMAP: UART: Keep the TX fifo full when possible" by Greg Kroah-Hartman · 11 years ago
  85. 7b013e4 Revert "serial: omap: Fix IRQ handling return value" by Greg Kroah-Hartman · 11 years ago
  86. d220980 powerpc/hvsi: Increase handshake timeout from 200ms to 400ms. by Eugene Surovegin · 11 years ago
  87. 2d30cca serial: mpc512x: cleanup clock API use by Gerhard Sittig · 11 years ago
  88. 8316d04 serial: sirf: add DMA support using dmaengine APIs by Qipan Li · 11 years ago
  89. 15cdcb1 serial: sirf: fix the namespace of startup_uart entry by Qipan Li · 11 years ago
  90. 67bc306 serial: sirf: fix the typo for rts/cts gpio by Qipan Li · 11 years ago
  91. 3abeff7 serial: st-asc: replace devm_request_and_ioremap by devm_ioremap_resource by Julia Lawall · 11 years ago
  92. 33acbb8 serial: 8250_dw: Report CTS asserted for auto flow by Tim Kryger · 11 years ago
  93. e438ac9 OMAP: serial: Remove incorrect disabling of IER interrupt by Mark Jackson · 11 years ago
  94. 09a5163 serial: pch_uart: fix compilation warning by Luis Henriques · 11 years ago
  95. 2eb5618 serial: sirf: fix the hardware-flow-ctrl for USP-based UART by Qipan Li · 11 years ago
  96. a343756 serial: sirf: drop redundant pinctrl_get_select_default as pinctrl core does it by Barry Song · 11 years ago
  97. 4a0ac0f OMAP: add RS485 support by Mark Jackson · 11 years ago
  98. 071eb0f tty: ar933x_uart: simplify use of devm_ioremap_resource by Julia Lawall · 11 years ago
  99. 1502b48 powerpc: Make device tree accesses in HVC VIO console endian safe by Anton Blanchard · 11 years ago
  100. 4c076eb Input: sysrq - DT binding for key sequence by Mathieu J. Poirier · 11 years ago