1. a59873b tty/ldsem, locking/rwsem: Add missing ACQUIRE to read_failed sleep loop by Peter Zijlstra · 5 years ago
  2. 7e55003 serial: sh-sci: Fix TX DMA buffer flushing and workqueue races by Geert Uytterhoeven · 5 years ago
  3. 56b68e6 serial: sh-sci: Terminate TX DMA during buffer flushing by Geert Uytterhoeven · 5 years ago
  4. 4780759 tty: serial_core: Set port active bit in uart_port_activate by Serge Semin · 5 years ago
  5. bd36de4 serial: 8250: Fix TX interrupt handling condition by Rautkoski Kimmo EXT · 5 years ago
  6. 20258b3 tty: serial: msm_serial: avoid system lockup condition by Jorge Ramirez-Ortiz · 5 years ago
  7. 483aca9 tty/serial: digicolor: Fix digicolor-usart already registered warning by Kefeng Wang · 5 years ago
  8. 3459f621 tty: serial: cpm_uart - fix init when SMC is relocated by Christophe Leroy · 5 years ago
  9. efab087 tty: max310x: Fix invalid baudrate divisors calculator by Serge Semin · 5 years ago
  10. 012611e Revert "serial: 8250: Don't service RX FIFO if interrupts are disabled" by Oliver Barta · 5 years ago
  11. a391af9 tty: rocket: fix incorrect forward declaration of 'rp_init()' by Linus Torvalds · 5 years ago
  12. ce8bda0 sunhv: Fix device naming inconsistency between sunhv_console and sunhv_reg by John Paul Adrian Glaubitz · 5 years ago
  13. e09a5cb dmaengine: idma64: Use actual device for DMA transfers by Andy Shevchenko · 5 years ago
  14. abad73a TTY: serial_core, add ->install by Jiri Slaby · 5 years ago
  15. 97fb8db tty: max310x: Fix external crystal register setup by Joe Burmeister · 5 years ago
  16. 2e6514a tty: serial: msm_serial: Fix XON/XOFF by Jorge Ramirez-Ortiz · 5 years ago
  17. b1c2f7d tty: ipwireless: fix missing checks for ioremap by Kangjie Lu · 5 years ago
  18. 948c9cec tty/vt: fix write/write race in ioctl(KDSKBSENT) handler by Sergei Trofimovich · 5 years ago
  19. 21cc1fc serial: ar933x_uart: Fix build failure with disabled console by Petr Štetiar · 5 years ago
  20. e88ec72 sc16is7xx: missing unregister/delete driver on error in sc16is7xx_init() by Mao Wenan · 5 years ago
  21. c443251b serial: uartps: console_setup() can't be placed to init section by Michal Simek · 6 years ago
  22. 9b7984e tty: ldisc: add sysctl to prevent autoloading of ldiscs by Greg Kroah-Hartman · 5 years ago
  23. 876c978 tty: increase the default flip buffer limit to 2*640K by Manfred Schlaegl · 5 years ago
  24. 0668f0d tty/serial: atmel: RS485 HD w/DMA: enable RX after TX is stopped by Razvan Stefanescu · 5 years ago
  25. ab18aa0 tty/serial: atmel: Add is_half_duplex helper by Razvan Stefanescu · 5 years ago
  26. 9b06a0b Disable kgdboc failed by echo space to /sys/module/kgdboc/parameters/kgdboc by Wentao Wang · 5 years ago
  27. 2c90192 serial: sh-sci: Fix setting SCSCR_TIE while transferring data by Hoan Nguyen An · 5 years ago
  28. 110ee90 serial: max310x: Fix to avoid potential NULL pointer dereference by Aditya Pakki · 5 years ago
  29. fe186fd tty: atmel_serial: fix a potential NULL pointer dereference by Kangjie Lu · 5 years ago
  30. 503b4ca serial: sprd: clear timeout interrupt only rather than all interrupts by Lanqing Liu · 7 years ago
  31. 356b5e1 serial: sprd: adjust TIMEOUT to a big value by Wei Qiao · 7 years ago
  32. 16afcc3 serial: 8250_pci: Have ACCES cards that use the four port Pericom PI7C9X7954 chip use the pci_pericom_setup() by Jay Dolan · 5 years ago
  33. 1c1919e serial: 8250_pci: Fix number of ports for ACCES serial cards by Jay Dolan · 5 years ago
  34. a3a6508 8250: FIX Fourth port offset of Pericom PI7C9X7954 boards by Angelo Butti · 8 years ago
  35. 0cfe116 serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uart by Lubomir Rintel · 5 years ago
  36. 03b0466 serial: uartps: Fix stuck ISR if RX disabled with non-empty FIFO by Anssi Hannula · 5 years ago
  37. 2b7d22e serial: fsl_lpuart: fix maximum acceptable baud rate with over-sampling by Tomonori Sakita · 5 years ago
  38. d13ed61 serial: fix race between flush_to_ldisc and tty_open by Greg Kroah-Hartman · 5 years ago
  39. 13d7112 tty: serial: samsung: Properly set flags in autoCTS mode by Beomho Seo · 6 years ago
  40. 15750c1 serial: fsl_lpuart: clear parity enable bit when disable parity by Andy Duan · 6 years ago
  41. c13c2a5 vt: invoke notifier on screen size change by Nicolas Pitre · 5 years ago
  42. 493f7583 tty/n_hdlc: fix __might_sleep warning by Paul Fulghum · 5 years ago
  43. b7bd4a2 uart: Fix crash in uart_write and uart_put_char by Samir Virmani · 5 years ago
  44. 0609c03 tty: Handle problem if line discipline does not have receive_buf by Greg Kroah-Hartman · 5 years ago
  45. 80c8e52 tty/serial: do not free trasnmit buffer page under port lock by Sergey Senozhatsky · 6 years ago
  46. e977016 serial: set suppress_bind_attrs flag only if builtin by Anders Roxell · 6 years ago
  47. a172c5d tty: Don't hold ldisc lock in tty_reopen() if ldisc present by Dmitry Safonov · 5 years ago
  48. 383cf64 tty: Simplify tty->count math in tty_reopen() by Dmitry Safonov · 6 years ago
  49. b4ff011 tty: Hold tty_ldisc_lock() during tty_reopen() by Dmitry Safonov · 6 years ago
  50. 6e8dba3 tty/ldsem: Wake up readers after timed out down_write() by Dmitry Safonov · 6 years ago
  51. 8ebaa4f serial/sunsu: fix refcount leak by Yangtao Li · 6 years ago
  52. 468b4fb serial: uartps: Fix interrupt mask issue to handle the RX interrupts properly by Nava kishore Manne · 6 years ago
  53. f969b24 drivers/tty: add missing of_node_put() by Yangtao Li · 6 years ago
  54. 6d861927 kgdboc: fix KASAN global-out-of-bounds bug in param_set_kgdboc_var() by Macpaul Lin · 6 years ago
  55. 9696ca9 tty: do not set TTY_IO_ERROR flag if console port by Chanho Park · 6 years ago
  56. 32445bd tty: serial: 8250_mtk: always resume the device in probe. by Peter Shih · 6 years ago
  57. 412091e kgdboc: Fix warning with module build by Laura Abbott · 6 years ago
  58. d0bf1cb kgdboc: Fix restrict error by Laura Abbott · 6 years ago
  59. e2e3a81 tty: wipe buffer if not echoing data by Greg Kroah-Hartman · 6 years ago
  60. 3540460 tty: wipe buffer. by Linus Torvalds · 6 years ago
  61. 4d18bea termios, tty/tty_baudrate.c: fix buffer overrun by H. Peter Anvin · 6 years ago
  62. 64a5369 sc16is7xx: Fix for multi-channel stall by Phil Elwell · 6 years ago
  63. 9206016 tty: check name length in tty_find_polling_driver() by Miles Chen · 6 years ago
  64. c90ea7d kgdboc: Passing ekgdboc to command line causes panic by He Zhe · 6 years ago
  65. 381d8ec tty: Drop tty->count on tty_reopen() failure by Dmitry Safonov · 6 years ago
  66. ab07218 serial: mvebu-uart: Fix reporting of effective CSIZE to userspace by Jan Kiszka · 6 years ago
  67. 61b5997 serial: imx: restore handshaking irq for imx1 by Uwe Kleine-König · 6 years ago
  68. 96d39a0 serial: cpm_uart: return immediately from console poll by Christophe Leroy · 6 years ago
  69. c5347cd tty: serial: lpuart: avoid leaking struct tty_struct by Stefan Agner · 6 years ago
  70. 0e215a3 drivers/tty: add error handling for pcmcia_loop_config by Zhouyang Jia · 6 years ago
  71. 0ec459e tty: vt_ioctl: fix potential Spectre v1 by Gustavo A. R. Silva · 6 years ago
  72. 31b9fa8 tty: rocket: Fix possible buffer overwrite on register_PCI by Anton Vasilyev · 6 years ago
  73. e5147bb uart: fix race between uart_put_char() and uart_shutdown() by Tycho Andersen · 6 years ago
  74. 0f9f323 serial: 8250_dw: Add ACPI support for uart on Broadcom SoC by Srinath Mannam · 6 years ago
  75. 8669895 serial: 8250_dw: always set baud rate in dw8250_set_termios by Chen Hu · 6 years ago
  76. c39998a tty: serial: 8250: Revert NXP SC16C2552 workaround by Mark · 6 years ago
  77. d83904c tty: Fix data race in tty_insert_flip_string_fixed_flag by DaeRyong Jeong · 6 years ago
  78. c3e3472 hvc_opal: don't set tb_ticks_per_usec in udbg_init_opal_common() by Stewart Smith · 6 years ago
  79. 3bf351b vt: prevent leaking uninitialized data to userspace via /dev/vcs* by Alexander Potapenko · 6 years ago
  80. 9264e98 n_tty: Access echo_* variables carefully. by Tetsuo Handa · 6 years ago
  81. 947dead n_tty: Fix stall at n_tty_receive_char_special(). by Tetsuo Handa · 6 years ago
  82. d9c202b serial: sh-sci: Use spin_{try}lock_irqsave instead of open coding version by Daniel Wagner · 6 years ago
  83. 018e519 tty: pl011: Avoid spuriously stuck-off interrupts by Dave Martin · 6 years ago
  84. f6e6f0c serial: 8250: omap: Fix idling of clocks for unused uarts by Tony Lindgren · 6 years ago
  85. 5b91ae5 serial: samsung: fix maxburst parameter for DMA transactions by Marek Szyprowski · 6 years ago
  86. 41bdf97 tty/serial: atmel: use port->name as name in request_irq() by Sebastian Andrzej Siewior · 6 years ago
  87. 70f0a59 serial: sh-sci: Stop using printk format %pCr by Geert Uytterhoeven · 6 years ago
  88. 7317252 serial: pl011: add console matching function by Aleksey Makarov · 8 years ago
  89. 3ac3103 serial: 8250: Don't service RX FIFO if interrupts are disabled by Vignesh R · 6 years ago
  90. 561a4f4 serial: arc_uart: Fix out-of-bounds access through DT alias by Geert Uytterhoeven · 6 years ago
  91. cd77771 serial: fsl_lpuart: Fix out-of-bounds access through DT alias by Geert Uytterhoeven · 6 years ago
  92. a301f13 serial: imx: Fix out-of-bounds access through serial port index by Geert Uytterhoeven · 6 years ago
  93. 2e876ea serial: mxs-auart: Fix out-of-bounds access through serial port index by Geert Uytterhoeven · 6 years ago
  94. 2803df3 serial: samsung: Fix out-of-bounds access through serial port index by Geert Uytterhoeven · 6 years ago
  95. 4cb84bd serial: xuartps: Fix out-of-bounds access through DT alias by Geert Uytterhoeven · 6 years ago
  96. 8c5e7b0 serial: sccnxp: Fix error handling in sccnxp_probe() by Alexey Khoroshilov · 7 years ago
  97. aa6b517 serial: imx: ensure UCR3 and UFCR are setup correctly by Uwe Kleine-König · 7 years ago
  98. a72ac67 earlycon: Use a pointer table to fix __earlycon_table stride by Daniel Kurtz · 6 years ago
  99. ad30f05 tty: Use __GFP_NOFAIL for tty_ldisc_get() by Tetsuo Handa · 6 years ago
  100. 5080d33 tty: n_gsm: Fix DLCI handling for ADM mode if debug & 2 is not set by Tony Lindgren · 6 years ago