| Age | Commit message (Expand) | Author |
| 2020-04-28 | vt: selection, push sel_lock up | Jiri Slaby |
| 2020-04-28 | vt: selection, push console lock down | Jiri Slaby |
| 2020-04-28 | vt: selection, close sel_buffer race | Jiri Slaby |
| 2020-04-28 | vt: selection, handle pending signals in paste_selection | Jiri Slaby |
| 2020-04-28 | tty: vt: Fix !TASK_RUNNING diagnostic warning from paste_selection() | Peter Hurley |
| 2020-04-28 | tty: always relink the port | Sudip Mukherjee |
| 2020-04-28 | tty: link tty and port before configuring it as console | Sudip Mukherjee |
| 2020-04-28 | tty: serial: msm_serial: Fix lockup for sysrq and oops | Leo Yan |
| 2020-02-11 | tty: vt: keyboard: reject invalid keycodes | Dmitry Torokhov |
| 2020-02-11 | serial: serial_core: Perform NULL checks for break_ctl ops | Jiangfeng Xiao |
| 2020-02-11 | serial: ifx6x60: add missed pm_runtime_disable | Chuhong Yuan |
| 2020-02-11 | tty: serial: pch_uart: correct usage of dma_unmap_sg | Peng Fan |
| 2020-02-11 | tty: serial: imx: use the sg count from dma_map_sg | Peng Fan |
| 2020-02-11 | tty: serial: msm_serial: Fix flow control | Jeffrey Hugo |
| 2019-12-19 | serial: uartlite: fix exit path null pointer | Randy Dunlap |
| 2019-11-22 | tty/ldsem, locking/rwsem: Add missing ACQUIRE to read_failed sleep loop | Peter Zijlstra |
| 2019-10-31 | tty: serial: cpm_uart - fix init when SMC is relocated | Christophe Leroy |
| 2019-10-05 | tty: max310x: Fix external crystal register setup | Joe Burmeister |
| 2019-10-05 | serial: sh-sci: disable DMA for uart_console | George G. Davis |
| 2019-09-23 | TTY: serial_core, add ->install | Jiri Slaby |
| 2019-09-23 | tty/vt: fix write/write race in ioctl(KDSKBSENT) handler | Sergei Trofimovich |
| 2019-08-13 | serial: sh-sci: Fix setting SCSCR_TIE while transferring data | Hoan Nguyen An |
| 2019-08-13 | tty: mxs-auart: fix a potential NULL pointer dereference | Kangjie Lu |
| 2019-08-13 | tty: atmel_serial: fix a potential NULL pointer dereference | Kangjie Lu |
| 2019-08-13 | serial: max310x: Fix to avoid potential NULL pointer dereference | Aditya Pakki |
| 2019-07-09 | serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uart | Lubomir Rintel |
| 2019-07-09 | serial: 8250_pci: Have ACCES cards that use the four port Pericom PI7C9X7954 ... | Jay Dolan |
| 2019-07-09 | serial: 8250_pci: Fix number of ports for ACCES serial cards | Jay Dolan |
| 2019-07-09 | tty: ipwireless: Fix potential NULL pointer dereference | YueHaibing |
| 2019-05-02 | tty: Handle problem if line discipline does not have receive_buf | Greg Kroah-Hartman |
| 2019-05-02 | vt: invoke notifier on screen size change | Nicolas Pitre |
| 2019-05-02 | vt: always call notifier with the console lock held | Nicolas Pitre |
| 2019-05-02 | tty/n_hdlc: fix __might_sleep warning | Paul Fulghum |
| 2019-05-02 | uart: Fix crash in uart_write and uart_put_char | Samir Virmani |
| 2019-04-04 | tty/ldsem: Wake up readers after timed out down_write() | Dmitry Safonov |
| 2019-04-04 | serial: imx: fix error handling in console_setup | Stefan Agner |
| 2019-02-11 | kgdboc: fix KASAN global-out-of-bounds bug in param_set_kgdboc_var() | Macpaul Lin |
| 2019-02-11 | termios, tty/tty_baudrate.c: fix buffer overrun | H. Peter Anvin |
| 2019-02-11 | kgdboc: Passing ekgdboc to command line causes panic | He Zhe |
| 2018-12-16 | tty: vt_ioctl: fix potential Spectre v1 | Gustavo A. R. Silva |
| 2018-12-16 | serial: cpm_uart: return immediately from console poll | Christophe Leroy |
| 2018-12-16 | tty: fix termios input-speed encoding when using BOTHER | Johan Hovold |
| 2018-12-16 | tty: fix termios input-speed encoding | Johan Hovold |
| 2018-12-16 | tty: fix typo in comment of tty_termios_encode_baud_rate | Matthias Brugger |
| 2018-12-16 | uart: fix race between uart_put_char() and uart_shutdown() | Tycho Andersen |
| 2018-12-16 | serial: pxa: Fix an error handling path in 'serial_pxa_probe()' | Christophe JAILLET |
| 2018-11-20 | vt: prevent leaking uninitialized data to userspace via /dev/vcs* | Alexander Potapenko |
| 2018-11-20 | tty: vt, get rid of weird source code flow | Jiri Slaby |
| 2018-11-20 | tty: vt, remove reduntant check | Jiri Slaby |
| 2018-11-20 | n_tty: Access echo_* variables carefully. | Tetsuo Handa |