1. e22a15d Merge tag 'tty-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 6 years ago
  2. 74b13e7 Merge tag 'riscv-for-linus-5.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 6 years ago
  3. fedb5760 serial: fix race between flush_to_ldisc and tty_open by Greg Kroah-Hartman · 7 years ago
  4. 4d95987 serial: sh-sci: Do not free irqs that have already been freed by Chris Brandt · 7 years ago
  5. 824d17c serial: 8250_pci: Make PCI class test non fatal by Andy Shevchenko · 7 years ago
  6. 1575c08 tty: serial: 8250_mtk: Fix potential NULL pointer dereference by Gustavo A. R. Silva · 7 years ago
  7. a19f747 tty/serial: use uart_console_write in the RISC-V SBL early console by Andreas Schwab · 7 years ago
  8. 815d835 serial: fsl_lpuart: fix maximum acceptable baud rate with over-sampling by Tomonori Sakita · 7 years ago
  9. e8a6ca8 tty: serial: qcom_geni_serial: Allow mctrl when flow control is disabled by Matthias Kaehlcke · 7 years ago
  10. 27cfb3a tty: Handle problem if line discipline does not have receive_buf by Greg Kroah-Hartman · 7 years ago
  11. 0c9b196 vt: invoke notifier on screen size change by Nicolas Pitre · 7 years ago
  12. 7e1d226 vt: always call notifier with the console lock held by Nicolas Pitre · 7 years ago
  13. 6609cff vt: make vt_console_print() compatible with the unicode screen buffer by Nicolas Pitre · 7 years ago
  14. fc01d8c tty/n_hdlc: fix __might_sleep warning by Paul Fulghum · 7 years ago
  15. 352c4cf serial: 8250: Fix serial8250 initialization crash by He Zhe · 7 years ago
  16. aff9cf5 uart: Fix crash in uart_write and uart_put_char by Samir Virmani · 7 years ago
  17. 437e878 Merge tag 'tty-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  18. d3736d8 tty: Don't hold ldisc lock in tty_reopen() if ldisc present by Dmitry Safonov · 7 years ago
  19. 27de1f5 tty/serial: Add RISC-V SBI earlycon support by Anup Patel · 7 years ago
  20. d3a28a5 serial: lantiq: Do not swap register read/writes by Hauke Mehrtens · 7 years ago
  21. b23b0ea Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  22. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 7 years ago
  23. c10b133 tty: serial: Add RDA8810PL UART driver by Manivannan Sadhasivam · 7 years ago
  24. 117eda8 Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  25. 047ce6d Merge tag 'audit-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 7 years ago
  26. 598134f Revert "serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250" by Greg Kroah-Hartman · 7 years ago
  27. 6cafab5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 7 years ago
  28. d430aff serial/sunsu: fix refcount leak by Yangtao Li · 7 years ago
  29. efa0f49 serial: sccnxp: Allow to use non-standard baud rates by Alexander Shiyan · 7 years ago
  30. 4ce193f serial: sccnxp: Adds a delay between sequential read/write cycles by Alexander Shiyan · 7 years ago
  31. 663abb1 tty: serial: qcom_geni_serial: Fix UART hang by Ryan Case · 7 years ago
  32. 3c66eb4 tty: serial: qcom_geni_serial: Fix wrap around of TX buffer by Matthias Kaehlcke · 7 years ago
  33. a8da3c7 serial: max310x: Fix tx_empty() callback by Alexander Shiyan · 7 years ago
  34. 2606831 serial: uartps: Fix interrupt mask issue to handle the RX interrupts properly by Nava kishore Manne · 7 years ago
  35. 32cf21a serial: uartps: Fix error path when alloc failed by Michal Simek · 7 years ago
  36. 82b1b2e serial: uartps: Check if the device is a console by Shubhrajyoti Datta · 7 years ago
  37. 86df8dd serial: uartps: Add the device_init_wakeup by Shubhrajyoti Datta · 7 years ago
  38. 3c9dc27 Revert "serial: 8250: Fix clearing FIFOs in RS485 mode again" by Paul Burton · 7 years ago
  39. ec18f48 tty: serial: samsung: Increase maximum baudrate by Seung-Woo Kim · 7 years ago
  40. 31e9336 tty: serial: samsung: Properly set flags in autoCTS mode by Beomho Seo · 7 years ago
  41. 778ec49 tty: Use of_node_name_{eq,prefix} for node name comparisons by Rob Herring · 7 years ago
  42. d724021 tty/serial: do not free trasnmit buffer page under port lock by Sergey Senozhatsky · 7 years ago
  43. 6d7f677 serial: 8250: Rate limit serial port rx interrupts during input overruns by Darwin Dingel · 7 years ago
  44. 64a4280 tty: serial: qcom_geni_serial: Remove interrupt storm by Ryan Case · 7 years ago
  45. 71ab1c0 serial: sh-sci: Resume PIO in sci_rx_interrupt() on DMA failure by Geert Uytterhoeven · 7 years ago
  46. 2e94821 serial: sh-sci: Fix crash in rx_timer_fn() on PIO fallback by Geert Uytterhoeven · 7 years ago
  47. dd1f225 serial: sh-sci: Fix locking in sci_submit_rx() by Geert Uytterhoeven · 7 years ago
  48. 9c96f40 Merge 4.20-rc6 into tty-next by Greg Kroah-Hartman · 7 years ago
  49. 822b768 Merge tag 'tty-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  50. 50a5528a Merge tag 'usb-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  51. dada6a4 kgdboc: fix KASAN global-out-of-bounds bug in param_set_kgdboc_var() by Macpaul Lin · 7 years ago
  52. 82ca0d54 Revert "tty: xilinx_uartps: Correct return value in probe" by Greg Kroah-Hartman · 7 years ago
  53. 2f588ce tty/ldsem: Decrement wait_readers on timeouted down_read() by Dmitry Safonov · 7 years ago
  54. 110b892 tty/ldsem: Add lockdep asserts for ldisc_sem by Dmitry Safonov · 7 years ago
  55. c18ad0c tty/ldsem: Convert to regular lockdep annotations by Peter Zijlstra · 7 years ago
  56. cf62a1a tty: Simplify tty->count math in tty_reopen() by Dmitry Safonov · 7 years ago
  57. c96cf92 tty: Don't block on IO when ldisc change is pending by Dmitry Safonov · 7 years ago
  58. 83d817f tty: Hold tty_ldisc_lock() during tty_reopen() by Dmitry Safonov · 7 years ago
  59. 231f8fd tty/ldsem: Wake up readers after timed out down_write() by Dmitry Safonov · 7 years ago
  60. 8fefbc6 tty/sysrq: Do not call sync directly from sysrq_do_reset() by Mark Tomlinson · 7 years ago
  61. 100bc3e tty: serial: 8250_mtk: always resume the device in probe. by Peter Shih · 7 years ago
  62. f51ccf4 USB: serial: console: fix reported terminal settings by Johan Hovold · 7 years ago
  63. 85b5c1d serial: 8250-mtk: add uart DMA support by Long Cheng · 7 years ago
  64. eca42d4 tty: xilinx_uartps: Correct return value in probe by Rajan Vaja · 7 years ago
  65. a1fee89 tty: serial: qcom_geni_serial: Fix softlock by Ryan Case · 7 years ago
  66. d02337d Revert "serial/sunsu: add missing of_node_put()" by Greg Kroah-Hartman · 7 years ago
  67. dac097c drivers/tty: add missing of_node_put() by Yangtao Li · 7 years ago
  68. 2d13969 serdev: document the write functions using kernel-doc by Johan Hovold · 7 years ago
  69. 70d1880 serdev: make synchronous write helper interruptible by Johan Hovold · 7 years ago
  70. 0bbf0a8 serdev: make synchronous write return bytes written by Johan Hovold · 7 years ago
  71. 22d66c8 serdev: use zero to indicate infinite write timeout by Johan Hovold · 7 years ago
  72. 8341f2f sysrq: Use panic() to force a crash by Matthias Kaehlcke · 7 years ago
  73. 279070b tty/sysrq: add of_node_put() by Yangtao Li · 7 years ago
  74. 2a48602 tty: do not set TTY_IO_ERROR flag if console port by Chanho Park · 7 years ago
  75. 63fd4b9 serial: imx: fix error handling in console_setup by Stefan Agner · 7 years ago
  76. 35d7a58 serial: mvebu-uart: initialize over sampling stack register by Miquel Raynal · 7 years ago
  77. 0e4cf69 serial: mvebu-uart: clarify the baud rate derivation by Miquel Raynal · 7 years ago
  78. 20d8e86 serial/sunsu: add missing of_node_put() by Yangtao Li · 7 years ago
  79. 3c81ba9 drivers/tty: add missing of_node_put() by Yangtao Li · 7 years ago
  80. ee0a29b serial-uartlite: fix null pointer dereference on pointer port by Colin Ian King · 7 years ago
  81. 2a1fe21 audit: use current whenever possible by Paul Moore · 7 years ago
  82. c17a1ca Merge 4.20-rc2 into tty-next by Greg Kroah-Hartman · 7 years ago
  83. e255aee Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  84. 641a41d serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeout by Yoshihiro Shimoda · 7 years ago
  85. 596f63d serial: 8250: Process sysrq at port unlock time by Douglas Anderson · 7 years ago
  86. 336447b serial: qcom_geni_serial: Process sysrq at port unlock time by Douglas Anderson · 7 years ago
  87. babeca8 serial: qcom_geni_serial: Finish supporting sysrq by Douglas Anderson · 7 years ago
  88. 6d11023 serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250 by Florian Fainelli · 7 years ago
  89. 6460979 serial: set suppress_bind_attrs flag only if builtin by Anders Roxell · 7 years ago
  90. 114c97c pch_uart: remove set but not used variable 'tx_empty' by zhong jiang · 7 years ago
  91. 7034ef8 tty: serial: qcom_geni_serial: simplify getting .driver_data by Wolfram Sang · 7 years ago
  92. b1f84dd tty: serial: qcom_geni_serial: Rectify UART suspend mechanism by Mukesh Kumar Savaliya · 7 years ago
  93. 9f641df tty: serial: qcom_geni_serial: Don't slow all ports just for kgdb by Douglas Anderson · 7 years ago
  94. 3957386 serial: tegra: fix some spelling mistakes by Marcel Ziswiler · 7 years ago
  95. 397bd92 serial: fsl_lpuart: clear parity enable bit when disable parity by Andy Duan · 7 years ago
  96. 61e169e serial: fsl_lpuart: fix the typo: UARTCR1_PE -> UARTCTRL_PE by Andy Duan · 7 years ago
  97. b312f6f serial-uartlite: Fix the unbind path by Shubhrajyoti Datta · 7 years ago
  98. 0379b11 serial-uartlite: Add runtime support by Shubhrajyoti Datta · 7 years ago
  99. 3b209d2 serial-uartlite: Do not use static struct uart_driver out of probe() by Shubhrajyoti Datta · 7 years ago
  100. 62104b2 serial-uartlite: Add get serial id if not provided by Shubhrajyoti Datta · 7 years ago