| Age | Commit message (Expand) | Author |
| 2021-03-10 | tty: serial: samsung_tty: Separate S3C64XX ops structure | Hector Martin |
| 2021-03-10 | tty: serial: samsung_tty: Add ucon_mask parameter | Hector Martin |
| 2021-03-10 | drivers: tty: serial: IMX_EARLYCON: fix Kconfig dependency on SERIAL_CORE | Julian Braha |
| 2021-03-10 | tty: make everyone's write_room return >= 0 | Jiri Slaby |
| 2021-03-10 | tty: make everyone's chars_in_buffer return >= 0 | Jiri Slaby |
| 2021-03-10 | tty: cleanup tty_chars_in_buffer | Jiri Slaby |
| 2021-03-10 | tty: n_gsm, remove duplicates of parameters | Jiri Slaby |
| 2021-03-10 | tty: hvc, drop unneeded forward declarations | Jiri Slaby |
| 2021-03-10 | tty: synclink_gt, drop unneeded forward declarations | Jiri Slaby |
| 2021-03-10 | tty: localise ptychar and make it const | Jiri Slaby |
| 2021-03-10 | tty: let tty_unregister_driver return void | Jiri Slaby |
| 2021-03-10 | tty: do not check tty_unregister_driver's return value | Jiri Slaby |
| 2021-03-10 | tty: vcc, remove useless tty checks | Jiri Slaby |
| 2021-03-10 | tty: vcc, use name strings directly | Jiri Slaby |
| 2021-03-10 | tty: vcc, drop version dump | Jiri Slaby |
| 2021-03-10 | tty: vcc, make globals static | Jiri Slaby |
| 2021-03-10 | tty: nozomi, remove useless debug prints | Jiri Slaby |
| 2021-03-10 | tty: nozomi, remove init/exit messages | Jiri Slaby |
| 2021-03-10 | tty: nozomi, remove struct buffer | Jiri Slaby |
| 2021-03-10 | tty: jsm_tty, make char+error handling readable | Jiri Slaby |
| 2021-03-10 | tty: 8250/serial_cs, propagate errors in simple_config | Jiri Slaby |
| 2021-03-10 | tty: 8250, cleanup em485 timers | Jiri Slaby |
| 2021-03-10 | tty: 8250, use ms_to_ktime | Jiri Slaby |
| 2021-03-10 | tty: imx, use ms_to_ktime | Jiri Slaby |
| 2021-03-10 | tty: n_tty, set tty_ldisc_ops::owner | Jiri Slaby |
| 2021-03-10 | tty: remove TTY_LDISC_MAGIC | Jiri Slaby |
| 2021-03-10 | tty: rocket, remove the driver | Jiri Slaby |
| 2021-03-10 | tty: isicom, remove this orphan | Jiri Slaby |
| 2021-03-10 | tty: cyclades, remove this orphan | Jiri Slaby |
| 2021-03-10 | tty: serial: pch_uart.c: remove debugfs dentry pointer | Greg Kroah-Hartman |
| 2021-03-10 | Revert "drivers:tty:pty: Fix a race causing data loss on close" | Greg Kroah-Hartman |
| 2021-03-10 | Revert "serial: max310x: rework RX interrupt handling" | Alexander Shiyan |
| 2021-03-02 | vio: make remove callback return void | Uwe Kleine-König |
| 2021-02-24 | Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
| 2021-02-22 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds |
| 2021-02-22 | Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
| 2021-02-20 | Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
| 2021-02-20 | tty: protect tty_write from odd low-level tty disciplines | Linus Torvalds |
| 2021-02-09 | serial: core: Remove BUG_ON(in_interrupt()) check | Ahmed S. Darwish |
| 2021-02-09 | vt_ioctl: Remove in_interrupt() check | Ahmed S. Darwish |
| 2021-02-05 | Merge branch 'devel-stable' of git://git.armlinux.org.uk/~rmk/linux-arm into ... | Greg Kroah-Hartman |
| 2021-02-02 | amba: Make the remove callback return void | Uwe Kleine-König |
| 2021-01-29 | tty: avoid using vfs_iocb_iter_write() for redirected console writes | Linus Torvalds |
| 2021-01-27 | vt: keyboard, use new API for keyboard_tasklet | Emil Renner Berthing |
| 2021-01-27 | misc: pti: Remove driver for deprecated platform | Andy Shevchenko |
| 2021-01-26 | serial: stm32: improve platform_get_irq condition handling in init_port | Erwan Le Ray |
| 2021-01-26 | serial: ifx6x60: Remove driver for deprecated platform | Andy Shevchenko |
| 2021-01-26 | serial: stm32: Use of_device_get_match_data() | Stephen Boyd |
| 2021-01-25 | Commit 9bb48c82aced ("tty: implement write_iter") converted the tty | Sami Tolvanen |
| 2021-01-25 | Merge 5.11-rc5 into tty-next | Greg Kroah-Hartman |