1. 4b4ecd9 vt: Perform safe console erase only once by Nicolas Pitre · 7 years ago
  2. 339c7a8 serial: imx: disable UCR4_OREN on shutdown by Sebastian Reichel · 6 years ago
  3. 0fdf178 serial: imx: drop CTS/RTS handling from shutdown by Sebastian Reichel · 6 years ago
  4. d8db840 serial: samsung: check DMA engine capabilities before using DMA mode by Marek Szyprowski · 7 years ago
  5. 7b0c6b3 tty: add missing const to termios hw-change helper by Johan Hovold · 6 years ago
  6. 8a8dcab tty: replace ->proc_fops with ->proc_show by Christoph Hellwig · 7 years ago
  7. fddda2b proc: introduce proc_create_seq{,_data} by Christoph Hellwig · 7 years ago
  8. b6da31b tty: Fix data race in tty_insert_flip_string_fixed_flag by DaeRyong Jeong · 7 years ago
  9. 638a6f4 tty: serial: msm_geni_serial: Fix TX infinite loop by Evan Green · 7 years ago
  10. d76c743 serial: 8250_dw: Fix runtime PM handling by Phil Edworthy · 7 years ago
  11. 13dc04d serial: 8250: omap: Fix idling of clocks for unused uarts by Tony Lindgren · 7 years ago
  12. fffd717 tty: serial: drop ATH79 specific SoC symbols by John Crispin · 7 years ago
  13. 3ace822a serial: 8250: Add missing rxtrig_bytes on Altera 16550 UART by Marek Vasut · 7 years ago
  14. a451deb serial/aspeed-vuart: fix a couple mod_timer() calls by Dan Carpenter · 7 years ago
  15. 8afb1d2 serial: sh-sci: Use spin_{try}lock_irqsave instead of open coding version by Daniel Wagner · 7 years ago
  16. aa95947 serial: 8250_of: Add IO space support by John Garry · 7 years ago
  17. 9594b5b tty/serial: atmel: use port->name as name in request_irq() by Sebastian Andrzej Siewior · 7 years ago
  18. 7722c24 serial: imx: dma_unmap_sg buffers on shutdown by Sebastian Reichel · 7 years ago
  19. 676a31d serial: imx: cleanup imx_uart_disable_dma() by Sebastian Reichel · 7 years ago
  20. 43f1831 tty: serial: qcom_geni_serial: Add early console support by Karthikeyan Ramasubramanian · 7 years ago
  21. ec91df8 tty: serial: qcom_geni_serial: Return IRQ_NONE for spurious interrupts by Karthikeyan Ramasubramanian · 7 years ago
  22. 69736b5 tty: serial: qcom_geni_serial: Use iowrite32_rep to write to FIFO by Karthikeyan Ramasubramanian · 7 years ago
  23. 7fb5b88 tty: serial: qcom_geni_serial: Remove unnecessary memory barrier by Karthikeyan Ramasubramanian · 7 years ago
  24. f737175 tty: serial: qcom_geni_serial: Initialize console port statically by Karthikeyan Ramasubramanian · 7 years ago
  25. 8e70c47 tty: serial: qcom_geni_serial: Use min3 to find minimum of 3 values by Karthikeyan Ramasubramanian · 7 years ago
  26. 6a10635 tty: serial: qcom_geni_serial: Cleanup redundant code by Karthikeyan Ramasubramanian · 7 years ago
  27. f026256 tty: serial: qcom_geni_serial: Add comments for clarification by Karthikeyan Ramasubramanian · 7 years ago
  28. aa2f80e serial: samsung: fix maxburst parameter for DMA transactions by Marek Szyprowski · 7 years ago
  29. 2ccdb55 tty: serial: msm_serial: Add __maybe_unused to suspend/resume callbacks by Pascal Huerst · 7 years ago
  30. 182ead3 earlycon: Remove hardcoded port->uartclk initialization in of_setup_earlycon by Michal Simek · 7 years ago
  31. 4a7e625 tty: pl011: Avoid spuriously stuck-off interrupts by Dave Martin · 7 years ago
  32. 7b6c81f Merge 4.17-rc3 into tty-next by Greg Kroah-Hartman · 7 years ago
  33. bcdd0ca tty: Use __GFP_NOFAIL for tty_ldisc_get() by Tetsuo Handa · 7 years ago
  34. 0a84bae serial: uartps: Remove static port array by Michal Simek · 7 years ago
  35. 1f21072 serial: uartps: Move cnds_uart_get_port to probe by Michal Simek · 7 years ago
  36. 0413fe0 serial: uartps: Use dynamic array for console port by Michal Simek · 7 years ago
  37. 0f38c5e serial: uartps: Remove console_initcall from the driver by Michal Simek · 7 years ago
  38. e76785d sc16is7xx: Check for an error when the clock is enabled. by Stefan Potyra · 7 years ago
  39. 2468b3e tty: n_gsm: fix gsm_mux_net_start_xmit()'s return type by Luc Van Oostenryck · 7 years ago
  40. 700ad55 serial: 8250_early: Setup divider when uartclk is passed by Michal Simek · 7 years ago
  41. c6964e9 tty/nozomi: fix inconsistent indentation by Joey Pabalinas · 7 years ago
  42. 2ea0452 tty/nozomi: cleanup DUMP() macro by Joey Pabalinas · 7 years ago
  43. 66dd99c tty: serial: xuartps: Setup early console when uartclk is also passed by Michal Simek · 7 years ago
  44. 903f9db tty: Don't call panic() at tty_ldisc_init() by Tetsuo Handa · 7 years ago
  45. 598c2d4 tty: Avoid possible error pointer dereference at tty_ldisc_restore(). by Tetsuo Handa · 7 years ago
  46. 4405898 tty: nozomi: fix spelling mistake in macro NOZOMI_STATE_UKNOWN by Colin Ian King · 7 years ago
  47. 13eac05 tty: ipwireless: Replace GFP_ATOMIC with GFP_KERNEL in ipwireless_network_create by Jia-Ju Bai · 7 years ago
  48. 066cd1c tty: serial: qcom_geni_serial: Use signed variable to get IRQ by Karthikeyan Ramasubramanian · 7 years ago
  49. 5909c0b serial/aspeed-vuart: Implement quick throttle mechanism by Jeremy Kerr · 7 years ago
  50. 989983e serial/aspeed-vuart: Implement rx throttling by Jeremy Kerr · 7 years ago
  51. ebbaf9a serial/8250: export serial8250_read_char by Jeremy Kerr · 7 years ago
  52. c5f78b1 serial: Introduce UPSTAT_SYNC_FIFO for synchronised FIFOs by Jeremy Kerr · 7 years ago
  53. d6810a8 serial: Remove depends on HAS_DMA in case of platform dependency by Geert Uytterhoeven · 7 years ago
  54. 814453a earlycon: Initialize port->uartclk based on clock-frequency property by Michal Simek · 7 years ago
  55. 54e53b2 tty: serial: 8250: pass IRQ shared flag to UART ports by Kurt Kanzenbach · 7 years ago
  56. 09d8b2b serial: 8250: omap: Provide ability to enable/disable UART as wakeup source by Vignesh R · 7 years ago
  57. b7639b0 serial: 8250_dw: Limit dw8250_tx_wait_empty quirk to armada-38x devices by Joshua Scott · 7 years ago
  58. 63ba1e0 serial: sh-sci: Support for HSCIF RX sampling point adjustment by Ulrich Hecht · 7 years ago
  59. 7678f4c serial: sh-sci: Add support for dynamic instances by Geert Uytterhoeven · 7 years ago
  60. dd709e7 earlycon: Use a pointer table to fix __earlycon_table stride by Daniel Kurtz · 7 years ago
  61. 0aa821d serial: imx: fix cached UCR2 read on software reset by Stefan Agner · 7 years ago
  62. 6d215f8 serial: imx: warn user when using unsupported configuration by Stefan Agner · 7 years ago
  63. 394e835 serial: mvebu-uart: add suspend/resume support by Miquel Raynal · 7 years ago
  64. 46c6975 serial: mvebu-uart: Fix local flags handling on termios update by Marc Zyngier · 7 years ago
  65. b2d89ad9 tty: n_gsm: Fix DLCI handling for ADM mode if debug & 2 is not set by Tony Lindgren · 7 years ago
  66. e9ec225 tty: n_gsm: Fix long delays with control frame timeouts in ADM mode by Tony Lindgren · 7 years ago
  67. 7a91e38 tty: serial: msm_serial: Add support for suspend/resume by Pascal Huerst · 7 years ago
  68. a406c4b tty: serial: simplify getting .drvdata by Wolfram Sang · 7 years ago
  69. becdce1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  70. 9abf8ac Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  71. 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 7 years ago
  72. f5a8eb6 Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 7 years ago
  73. 66f4e88 x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm() by Dominik Brodowski · 7 years ago
  74. 70f68ee fs: add ksys_sync() helper; remove in-kernel calls to sys_sync() by Dominik Brodowski · 7 years ago
  75. b8ac14d tty: hvc: remove tile driver by Arnd Bergmann · 7 years ago
  76. e6bf3cc tty: remove bfin_jtag_comm and hvc_bfin_jtag drivers by Arnd Bergmann · 7 years ago
  77. b716d38 serial: remove tile uart driver by Arnd Bergmann · 7 years ago
  78. ece2ca9 serial: remove m32r_sio driver by Arnd Bergmann · 7 years ago
  79. aa1fbc7 serial: remove blackfin drivers by Arnd Bergmann · 7 years ago
  80. aa4afa2 serial: remove cris/etrax uart drivers by Arnd Bergmann · 7 years ago
  81. f1869a8 tty: vt: fix up tabstops properly by Linus Torvalds · 7 years ago
  82. 4f79409 serial: expose buf_overrun count through proc interface by Jeremy Kerr · 7 years ago
  83. c685af1 serial: mvebu-uart: fix tx lost characters by Gabriel Matni · 7 years ago
  84. 7693b33 tty: serial: msm_geni_serial: Fix return value check in qcom_geni_serial_probe() by Wei Yongjun · 7 years ago
  85. 4958134 Merge 4.16-rc6 into tty-next by Greg Kroah-Hartman · 7 years ago
  86. c4f5287 tty: serial: msm_geni_serial: Add serial driver support for GENI based QUP by Karthikeyan Ramasubramanian · 7 years ago
  87. 579f1a2 s390/setup : enable display support for KVM guest by Farhan Ali · 7 years ago
  88. e2fea54 8250-men-mcb: add support for 16z025 and 16z057 by Michael Moese · 7 years ago
  89. 7d8f686 serial: stm32: fix initialization of RS485 mode by Bich HEMON · 7 years ago
  90. 65d9982 vt: change SGR 21 to follow the standards by Mike Frysinger · 7 years ago
  91. c5e3d20 serdev: Fix typo in serdev_device_alloc by Frédéric Danis · 7 years ago
  92. dfd9190 tty: st-asc: Update tty alias by Patrice Chotard · 7 years ago
  93. 1bcda09 serial: stm32: add support for RS485 hardware control mode by Bich HEMON · 7 years ago
  94. f597fbc serial: 8250: Add Nuvoton NPCM UART by Joel Stanley · 7 years ago
  95. ca7c22f serial: mxs-auart: disable clks of Alphascale ASM9260 by Alexey Khoroshilov · 7 years ago
  96. 7d6e214 serial: 8250_dw: Switch to use acpi_dev_present() by Andy Shevchenko · 7 years ago
  97. 9d1a50a serial: imx: consistently use imx_uart_ as prefix for all functions by Uwe Kleine-König · 7 years ago
  98. 48669b6 serial: imx: don't prepare to send if no data is available by Uwe Kleine-König · 7 years ago
  99. 1866541 serial: imx: Fix handling of TC irq in combination with DMA by Uwe Kleine-König · 7 years ago
  100. 81ca8e8 serial: imx: Also enable the aging timer in PIO mode by Uwe Kleine-König · 7 years ago