1. 77bb3df xen/events: don't bind non-percpu VIRQs with percpu chip by David Vrabel · 9 years ago
  2. 02730d3 Merge 4.1-rc4 into tty-next by Greg Kroah-Hartman · 9 years ago
  3. dd8edd7 Merge tag 'tty-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  4. b4287df drivers/tty/hvc/hvc_tile.c: properly return -EAGAIN by Chris Metcalf · 9 years ago
  5. 77232f7 vt: Don't check KD_GRAPHICS when binding/unbinding by Daniel Vetter · 9 years ago
  6. d364b5c vt: fix console lock vs. kernfs s_active lock order by Imre Deak · 9 years ago
  7. 1a48632 pty: Fix input race when closing by Peter Hurley · 9 years ago
  8. 8f9cfee tty/n_gsm.c: fix a memory leak when gsmtty is removed by Pan Xinhui · 9 years ago
  9. 80463501 tty/hvc: remove celleb-only beat driver by Daniel Axtens · 9 years ago
  10. 03ac6b3 drivers/tty/nozomi.c: rename CONFIG_MAGIC by Valentin Rothberg · 9 years ago
  11. 360ee94 TTY: msm_smd_tty: Remove unused driver by Stephen Boyd · 9 years ago
  12. bd63364 vt: add cursor blink interval escape sequence by Scot Doyle · 9 years ago
  13. ad909b3 serial: tegra: Correct error handling on DMA setup by Jon Hunter · 9 years ago
  14. d92aca3 serial: tegra: Correct shutdown of UARTs by Jon Hunter · 9 years ago
  15. 49433c8 serial: tegra: Fix cookie used by TX channel by Jon Hunter · 9 years ago
  16. 0b0c1bd serial: tegra: Use unsigned types for RX and TX byte counts by Jon Hunter · 9 years ago
  17. 853a699 serial: tegra: handle race condition on uart rx side by Shardar Shariff Md · 9 years ago
  18. db8e784 serial: tegra: check the count and read if any from dma by Shardar Shariff Md · 9 years ago
  19. 11e7100 serial: tegra: Add delay after enabling FIFO mode by Jon Hunter · 9 years ago
  20. 245c027 serial: tegra: Correct delay after TX flush by Jon Hunter · 9 years ago
  21. 7a7a7e6 serial: of_serial: do not set port.type twice by Masahiro Yamada · 9 years ago
  22. 1ed7b84 serial: 8250: do not copy port.fifosize member twice by Masahiro Yamada · 9 years ago
  23. 54585ba serial: xuartps: add __init to earlycon write method by Masahiro Yamada · 9 years ago
  24. 59cfc45 serial: 8250: Do nothing if nr_uarts=0 by Jan Kiszka · 9 years ago
  25. 24ee4df serial: samsung: Constify platform_device_id by Krzysztof Kozlowski · 9 years ago
  26. 7578197 serial: samsung: Staticize local symbol by Krzysztof Kozlowski · 9 years ago
  27. 0cd4521 serial: mxs: Constify platform_device_id by Krzysztof Kozlowski · 9 years ago
  28. 31ada04 serial: imx: Constify platform_device_id by Krzysztof Kozlowski · 9 years ago
  29. 99fb215 serial: sh-sci: Remove obsolete comment about overrun detection by Geert Uytterhoeven · 9 years ago
  30. afd66db serial: sh-sci: Don't set SCLSR bits in the SCxSR error mask by Geert Uytterhoeven · 9 years ago
  31. 2e0842a serial: sh-sci: Use the correct register for overrun checks by Geert Uytterhoeven · 9 years ago
  32. 75c249f serial: sh-sci: Replace hardcoded overrun bit values by Geert Uytterhoeven · 9 years ago
  33. 2922598 serial: sh-sci: Replace hardcoded values in SCxSR_*_CLEAR macros by Geert Uytterhoeven · 9 years ago
  34. d94a0a3 serial: sh-sci: Standardize on using the BIT() macro to define register bits by Geert Uytterhoeven · 9 years ago
  35. 31f9079 serial: sh-sci: Document remaining FIFO Control Register bits by Geert Uytterhoeven · 9 years ago
  36. c097abc serial: sh-sci: Add SCIFA/B SCPCR register definitions by Geert Uytterhoeven · 9 years ago
  37. 76735e9 serial: sh-sci: Add (H)SCIF RTS/CTS pin data register bit definitions by Geert Uytterhoeven · 9 years ago
  38. c27ffc1 serial: sh-sci: Move private definitions to private header file by Geert Uytterhoeven · 9 years ago
  39. f9ce5cc tty: tty_ldsem.c: move assignment out of if () block by Greg Kroah-Hartman · 9 years ago
  40. e16cb0a tty: tty_buffer.c: move assignment out of if () block by Greg Kroah-Hartman · 9 years ago
  41. 485e148d tty: synclinkmp.c: move assignment out of if () block by Greg Kroah-Hartman · 9 years ago
  42. 3236133 tty: synclink_gt.c: move assignment out of if () block by Greg Kroah-Hartman · 9 years ago
  43. a271ca3 tty: synclink.c: move assignment out of if () block by Greg Kroah-Hartman · 9 years ago
  44. f2908f7 tty: mpsc.c: move assignment out of if () block by Greg Kroah-Hartman · 9 years ago
  45. 9a4115b tty: ioc4_serial.c: move assignment out of if () block by Greg Kroah-Hartman · 9 years ago
  46. a8d087d tty: ioc3_serial.c: move assignment out of if () block by Greg Kroah-Hartman · 9 years ago
  47. 01e51df tty: icom.c: move assignment out of if () block by Greg Kroah-Hartman · 9 years ago
  48. 873b4f1 tty: hvcs.c: move assignment out of if () block by Greg Kroah-Hartman · 9 years ago
  49. b8dccc1 tty: hvc_console.c: move assignment out of if () block by Greg Kroah-Hartman · 9 years ago
  50. 9ff4604 tty: crisv10.c: move assignment out of if () block by Greg Kroah-Hartman · 9 years ago
  51. 6d4e751 tty: consolemap.c: move assignment out of if () block by Greg Kroah-Hartman · 9 years ago
  52. 2eeaf0b tty: amiserial.c: move assignment out of if () block by Greg Kroah-Hartman · 9 years ago
  53. ed334c0 tty: 68328serial.c: move assignment out of if () block by Greg Kroah-Hartman · 9 years ago
  54. cb4595a serial: sirf: use uart_port's fifosize for fifo related operation by Qipan Li · 9 years ago
  55. a6ffe89 serial: sirf: use dynamic method allocate uart structure by Qipan Li · 9 years ago
  56. 2c40b57 tty: serial: 8250_mtk: Add earlycon by Eddie Huang · 9 years ago
  57. 1c5841e tty: serial: 8250: export early_serial8250_setup function by Eddie Huang · 9 years ago
  58. ec61847 Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open" by Dave Martin · 9 years ago
  59. 66cf1d8 serial: omap: Fix error handling in probe by Semen Protsenko · 9 years ago
  60. 66c53aa earlycon: Revert log warnings by Peter Hurley · 9 years ago
  61. 0e1dc42 Merge tag 'for-linus-4.1b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  62. c1c325d tty: serial: 8250_mtk: Add support for bus clock by Sascha Hauer · 9 years ago
  63. 68e5fc4 tty: serial: 8250_mtk: use pm_runtime callbacks for enabling by Sascha Hauer · 9 years ago
  64. a5fd8445 tty: serial: 8250_mtk: Use devm_clk_get by Sascha Hauer · 9 years ago
  65. 59f89f2 tty: serial: 8250_mtk: remove unnecessary test by Sascha Hauer · 9 years ago
  66. c547630f ARM: meson: serial: convert iounmap to devm_iounmap by Firo Yang · 9 years ago
  67. eda0cd3 tty: serial: 8250: omap: synchronize rx_running by John Ogness · 9 years ago
  68. 35a0f95 serial: SERIAL_IFX6X60 should depend on HAS_DMA by Geert Uytterhoeven · 9 years ago
  69. cbbcd1f serial: ifx6x60: Remove superfluous casts when calling request_irq() by Geert Uytterhoeven · 9 years ago
  70. 9a499db serial: ifx6x60: Remove dangerous spi_driver casts by Geert Uytterhoeven · 9 years ago
  71. adeede7 serial: sirf: move from clk_get to devm_clk_get by Qipan Li · 9 years ago
  72. 4b8038d Revert "serial: sirf: add a new uart type support" by Qipan Li · 9 years ago
  73. 507224a serial: 8250: remove Kconfig indirection by Valentin Rothberg · 9 years ago
  74. bbdfe62 drivers/tty/serial/mcf.c: fix typo on SERIAL_MCF_CONSOLE by Valentin Rothberg · 9 years ago
  75. 60d0da5 serial: bfin: ctsrts: enfore Kconfig naming convention by Valentin Rothberg · 9 years ago
  76. 5b84c96 drivers/tty/serial/mpc52xx_uart.c: fix typo in C comment by Valentin Rothberg · 9 years ago
  77. 47eb16f drivers/tty/serial/8250/8250_core.c: remove CONFIG_HUB6 by Valentin Rothberg · 9 years ago
  78. d033e82 tty/serial: at91: handle IRQ status more safely by Leilei Zhao · 9 years ago
  79. 74a7608 drivers/tty/serial/crisv10.c: rename CPP identifier CONFIG_ETRAX_SERX_DTR_RI_DSR_CD_MIXED by Valentin Rothberg · 9 years ago
  80. f52e17e drivers/tty/serial/crisv10.c: remove dead #ifdef blocks by Valentin Rothberg · 9 years ago
  81. cc020ea drivers/tty/serial/crisv10.c: remove dead #ifdef blocks by Valentin Rothberg · 9 years ago
  82. 5a56abc drivers/tty/serial/crisv10.c: remove dead #ifdef block by Valentin Rothberg · 9 years ago
  83. 0656b1a drivers/tty/serial: altera: fix typos in #endif comments by Valentin Rothberg · 9 years ago
  84. bb5f633 drivers/tty/serial/sh-sci.h: remove dead reference on ARCH_SH7372 by Valentin Rothberg · 9 years ago
  85. cbc7f6b serial: kgdb_nmi: Use bool function return values of true/false not 1/0 by Joe Perches · 9 years ago
  86. 429b474 tty: remove buf parameter from tty_name() by Rasmus Villemoes · 9 years ago
  87. 917162c tty: return tty->name directly from tty_name by Rasmus Villemoes · 9 years ago
  88. 1d6b987 tty: constify return type of tty_name by Rasmus Villemoes · 9 years ago
  89. caec172 serial: imx: Remove return value from imx_setup_ufcr() by Fabio Estevam · 9 years ago
  90. 5379418 serial: imx: protect Soft Reset of port with lock by Jiada Wang · 9 years ago
  91. 1e84d22 serial/amba-pl011: Refactor and simplify TX FIFO handling by Dave Martin · 9 years ago
  92. f28c1d0 Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open" by Dave Martin · 9 years ago
  93. b9d934f xen/console: Update console event channel on resume by Boris Ostrovsky · 9 years ago
  94. 96a5d18 serial: 8250_pci: Add support for 16 port Exar boards by Soeren Grunewald · 9 years ago
  95. 31c6ba9 serial: samsung: fix serial console break by Robert Baldyga · 9 years ago
  96. a8d4e01 tty/serial: at91: maxburst was missing for dma transfers by Ludovic Desroches · 9 years ago
  97. 6befa9d serial: of-serial: Remove device_type = "serial" registration by Michal Simek · 9 years ago
  98. 5c90c07 serial: xilinx: Use platform_get_irq to get irq description structure by Michal Simek · 9 years ago
  99. 10afbe3 serial: core: Fix kernel-doc build warnings by Peter Hurley · 9 years ago
  100. b00f5c2 tty: Re-add external interface for tty_set_termios() by Frederic Danis · 9 years ago