1. 669e0a5 vt: Fix a read-past-array in vc_t416_color(). by Adam Borowski · 8 years ago
  2. d2ec3f7 pty: make ptmx file ops read-only after init by Kees Cook · 8 years ago
  3. e5e8960 serial: imx: Replace dmaengine old API by Fabien Lahoudere · 8 years ago
  4. a5a2b13 serial: core: fix potential NULL pointer dereference by Andy Shevchenko · 8 years ago
  5. 0ae9fde BUG: atmel_serial: Interrupts not disabled on close by Richard Genoud · 8 years ago
  6. 33ddca0 tty: serial: fsl_lpuart: use GFP_ATOMIC under spin lock by Wei Yongjun · 8 years ago
  7. c164b00 serial: max310x: Set IRQF_TRIGGER_FALLING flag when dev.of_node is not NULL by Liu Xiang · 8 years ago
  8. 0d2665b serial: mxs-auart: Use PTR_ERR_OR_ZERO() to simplify the code by Wei Yongjun · 8 years ago
  9. 5d7519d serial: mxs-auart: Disable clock on error path by Fabio Estevam · 8 years ago
  10. 8b2303d serial: core: Fix handling of options after MMIO address by Alexander Sverdlin · 8 years ago
  11. 1e512d4 serial: imx: add error messages when .probe fails by Uwe Kleine-König · 8 years ago
  12. b53761e Merge 4.8-rc5 into tty-next by Greg Kroah-Hartman · 8 years ago
  13. fbc1ec2 Merge 4.8-rc5 into char-misc-next by Greg Kroah-Hartman · 8 years ago
  14. d2f5a73 dmaengine: hsu: refactor hsu_dma_do_irq() to return int by Andy Shevchenko · 8 years ago
  15. 46e3668 serial: earlycon: Extend earlycon command line option to support 64-bit addresses by Alexander Sverdlin · 8 years ago
  16. 8f975fe tty/serial: mark __init early_smh_setup() static by Baoyou Xie · 8 years ago
  17. e06b6b8 serial: 8250_dw: add ACPI support for uart on Hisilicon Hip05 SoC by Kefeng Wang · 8 years ago
  18. f3bf263 serial: 8250_port: unify check of em485 variable by Andy Shevchenko · 8 years ago
  19. b396576 serial: 8250_port: fix runtime PM use in __do_stop_tx_rs485() by Andy Shevchenko · 8 years ago
  20. 1c06bde6 Allowing UART DMA to be configured on i.MX53 by Martyn Welch · 8 years ago
  21. 31d054d serial-uartlite: constify uart_ops structures by Julia Lawall · 8 years ago
  22. f098a0a tty: xuartps: constify uart_ops structures by Julia Lawall · 8 years ago
  23. 069a47e tty: serial: constify uart_ops structures by Julia Lawall · 8 years ago
  24. 5d9b953 tty: serial: jsm_tty: constify uart_ops structures by Julia Lawall · 8 years ago
  25. 1f1d870 serial/bcm63xx_uart: constify uart_ops structures by Julia Lawall · 8 years ago
  26. 03bd797 serial: altera: constify uart_ops structures by Julia Lawall · 8 years ago
  27. 5c7dcdb tty/serial: at91: constify uart_ops structures by Julia Lawall · 8 years ago
  28. eeb8bc1 serial: st-asc: constify uart_ops structures by Julia Lawall · 8 years ago
  29. 8232884 serial/arc: constify uart_ops structures by Julia Lawall · 8 years ago
  30. 2cb78ea serial: 8250_dw: Use an unified new dev variable in probe by Kefeng Wang · 8 years ago
  31. 20a875e serial: 8250_dw: Add quirk for APM X-Gene SoC by Heikki Krogerus · 8 years ago
  32. c8d1924 serial: 8250: added acces i/o products quad and octal serial cards by Jimi Damon · 8 years ago
  33. 41d98b5 serial: imx-serial - update RX error counters when DMA is used by Nandor Han · 8 years ago
  34. 9d29723 serial: imx-serial - update UART IMX driver to use cyclic DMA by Nandor Han · 8 years ago
  35. fecdef9 serial: 8250_lpss: enable DMA on Intel Quark UART by Andy Shevchenko · 8 years ago
  36. 60a9244 serial: 8250_lpss: enable MSI for Intel Quark by Andy Shevchenko · 8 years ago
  37. 6bb5d75 serial: 8250_lpss: move Quark code from PCI driver by Andy Shevchenko · 8 years ago
  38. a13e19c serial: 8250_lpss: split LPSS driver to separate module by Andy Shevchenko · 8 years ago
  39. 68af490 serial: 8250: enable AFE on ports where FIFO is 16 bytes by Andy Shevchenko · 8 years ago
  40. d1834ba serial: 8250_dma: adjust DMA address of the UART by Andy Shevchenko · 8 years ago
  41. 8d17047 serial: 8250_dma: switch to new dmaengine_terminate_* API by Andy Shevchenko · 8 years ago
  42. 43c51bb sc16is7xx: make sure device is in suspend once probed by Florian Vallee · 8 years ago
  43. 81bb549 serial: 8250_mtk: support big baud rate. by Eddie Huang · 8 years ago
  44. 490d5ce tty/serial: at91: use of_property_read_bool by Julia Lawall · 8 years ago
  45. 47b34d2 serial: 8250_mid: fix divide error bug if baud rate is 0 by Andy Shevchenko · 8 years ago
  46. 03895cf tty: serial: fsl_lpuart: Add support for RS-485 by Bhuvanchandra DV · 8 years ago
  47. c05efd6 tty: serial: fsl_lpuart: Update suspend/resume for DMA mode by Bhuvanchandra DV · 8 years ago
  48. 6250cc3 tty: serial: fsl_lpuart: Use scatter/gather DMA for Tx by Bhuvanchandra DV · 8 years ago
  49. 5887ad4 tty: serial: fsl_lpuart: Use cyclic DMA for Rx by Bhuvanchandra DV · 8 years ago
  50. aa9e7d7 tty: serial: fsl_lpuart: Fix broken 8m/s1 support by Bhuvanchandra DV · 8 years ago
  51. d68827c tty: serial: fsl_lpuart: fix clearing of receive flag by Stefan Agner · 8 years ago
  52. d6b0d2f tty: serial: fsl_lpuart: support suspend/resume by Stefan Agner · 8 years ago
  53. b70b636 tty: serial: fsl_lpuart: consider TX FIFO too in tx_empty by Stefan Agner · 8 years ago
  54. 7789e5a serial: pch_uart: Add support for reading clock-frequency from DT by Zubair Lutfullah Kakakhel · 8 years ago
  55. e16b46f serial: 8250_dw: Check the data->pclk when get apb_pclk by Kefeng Wang · 8 years ago
  56. 0b1221a serial: vt8500_serial: Fix a parameter of find_first_zero_bit. by Christophe JAILLET · 8 years ago
  57. 761ed4a tty: serial_core: convert uart_close to use tty_port_close by Rob Herring · 8 years ago
  58. b3b5764 tty: serial_core: convert uart_open to use tty_port_open by Rob Herring · 8 years ago
  59. ebaa81c serial: samsung: Register cpufreq notifier only on S3C24xx by Krzysztof Kozlowski · 8 years ago
  60. 5bf5635 tty/serial: atmel: add fractional baud rate support by Ludovic Desroches · 8 years ago
  61. 5db4f7f Revert "tty/serial/8250: use mctrl_gpio helpers" by Andy Shevchenko · 8 years ago
  62. 2426fbc tty: amba-pl011: probe ZTE device from AMBA bus with a pseudo-ID by Shawn Guo · 8 years ago
  63. 9c267dd tty: amba-pl011: add .get_fifosize for ZTE device by Shawn Guo · 8 years ago
  64. 0e125a5 tty: amba-pl011: define flag register bits for ZTE device by Shawn Guo · 8 years ago
  65. 87a713c 8250/fintek: rename IRQ_MODE macro by Arnd Bergmann · 8 years ago
  66. 97f2645 tree-wide: replace config_enabled() with IS_ENABLED() by Masahiro Yamada · 8 years ago
  67. 43a0a98 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  68. bad60e6 Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  69. 344e3c77 sparc: serial: sunhv: fix a double lock bug by Dan Carpenter · 8 years ago
  70. 00dab81 tty/hvc: Use opal irqchip interface if available by Sam Mendoza-Jonas · 8 years ago
  71. bbc3dfe8 tty/hvc: Use IRQF_SHARED for OPAL hvc consoles by Sam Mendoza-Jonas · 8 years ago
  72. 2a966b7 mm: oom: add memcg to oom_control by Vladimir Davydov · 8 years ago
  73. 55392c4 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  74. 721413a Merge tag 'tty-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  75. 3aa536d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  76. 510cccb tty/vt/keyboard: fix OOB access in do_compute_shiftstate() by Dmitry Torokhov · 8 years ago
  77. 853f90d timers, drivers/tty/mips_ejtag: Initialize the poll timer as pinned by Thomas Gleixner · 8 years ago
  78. 01bab53 timers, drivers/tty/metag_da: Initialize the poll timer as pinned by Thomas Gleixner · 8 years ago
  79. d305345 serial: clps711x: Changing the compatibility string to match with the smallest supported chip by Alexander Shiyan · 8 years ago
  80. 67417f9 Merge 4.7-rc6 into tty-next by Greg Kroah-Hartman · 8 years ago
  81. 5353ed8 devpts: fix null pointer dereference on failed memory allocation by Colin Ian King · 8 years ago
  82. 98f2082 tty/serial: atmel: enforce tasklet init and termination sequences by Nicolas Ferre · 8 years ago
  83. 5fd2b6e serial: sh-sci: Stop transfers in sci_shutdown() by Geert Uytterhoeven · 8 years ago
  84. 755dd8a serial: 8250_ingenic: drop #if conditional surrounding earlycon code by Masahiro Yamada · 8 years ago
  85. ae73975 serial: 8250_mtk: drop !defined(MODULE) conditional by Masahiro Yamada · 8 years ago
  86. 68b7805 serial: 8250_uniphier: drop !defined(MODULE) conditional by Masahiro Yamada · 8 years ago
  87. 4ef03d3 tty/serial/8250: use mctrl_gpio helpers by Yegor Yefremov · 8 years ago
  88. 434be0a serial: mctrl_gpio: enable API usage only for initialized mctrl_gpios struct by Yegor Yefremov · 8 years ago
  89. bf5cee6 serial: mctrl_gpio: add modem control read routine by Yegor Yefremov · 8 years ago
  90. 36fd95b tty/serial/8250: make UART_MCR register access consistent by Yegor Yefremov · 8 years ago
  91. 692aa19 serial: 8250_mid: Read RX buffer on RX DMA timeout for DNV by Chuah, Kim Tatt · 8 years ago
  92. fd9e516 serial: 8250_dma: Export serial8250_rx_dma_flush() by Chuah, Kim Tatt · 8 years ago
  93. c6f8278 dmaengine: hsu: Export hsu_dma_get_status() by Chuah, Kim Tatt · 8 years ago
  94. d03516d tty: serial: 8250: add CON_CONSDEV to flags by Matthew Leach · 8 years ago
  95. bbb5ff9 tty: serial: samsung: add byte-order aware bit functions by Matthew Leach · 8 years ago
  96. e37697b tty: serial: samsung: fixup accessors for endian by Matthew Leach · 8 years ago
  97. 3548e45 serial: sirf: make fifo functions static by Ben Dooks · 8 years ago
  98. ce87122 serial: mps2-uart: make driver explicitly non-modular by Vladimir Murzin · 8 years ago
  99. c2c1659 serial: mvebu-uart: free the IRQ in ->shutdown() by Thomas Petazzoni · 8 years ago
  100. a593886 serial/bcm63xx_uart: use correct alias naming by Jonas Gorski · 8 years ago