| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-11-10 | serial: txx9: add missing platform_driver_unregister() on error in serial_txx... | Qinglang Miao | 1 | -0/+3 |
| 2020-11-10 | serial: 8250_mtk: Fix uart_get_baud_rate warning | Claire Chang | 1 | -1/+1 |
| 2020-11-10 | vt: Disable KD_FONT_OP_COPY | Daniel Vetter | 1 | -22/+2 |
| 2020-11-10 | tty: make FONTX ioctl use the tty pointer they were actually passed | Linus Torvalds | 1 | -15/+17 |
| 2020-11-10 | vt: keyboard, extend func_buf_lock to readers | Jiri Slaby | 1 | -4/+13 |
| 2020-11-10 | vt: keyboard, simplify vt_kdgkbsent | Jiri Slaby | 1 | -19/+9 |
| 2020-10-29 | tty: ipwireless: fix error handling | Tong Zhang | 2 | -3/+3 |
| 2020-10-29 | pty: do tty_flip_buffer_push without port->lock in pty_write | Artem Savkov | 1 | -1/+1 |
| 2020-10-29 | tty: hvcs: Don't NULL tty->driver_data until hvcs_cleanup() | Tyrel Datwyler | 1 | -7/+7 |
| 2020-10-29 | tty: serial: earlycon dependency | Tong Zhang | 1 | -0/+1 |
| 2020-10-01 | tty: serial: samsung: Correct clock selection logic | Jonathan Bakker | 1 | -4/+4 |
| 2020-10-01 | serial: 8250: 8250_omap: Terminate DMA before pushing data on RX timeout | Vignesh Raghavendra | 1 | -2/+4 |
| 2020-10-01 | serial: 8250_omap: Fix sleeping function called from invalid context during p... | Peter Ujfalusi | 1 | -1/+1 |
| 2020-10-01 | serial: 8250_port: Don't service RX FIFO if throttled | Vignesh Raghavendra | 1 | -1/+15 |
| 2020-10-01 | serial: 8250: Avoid error message on reprobe | Lukas Wunner | 1 | -2/+9 |
| 2020-09-23 | serial: 8250_pci: Add Realtek 816a and 816b | Tobias Diedrich | 1 | -0/+11 |
| 2020-09-03 | serial: 8250: change lock order in serial8250_do_startup() | Sergey Senozhatsky | 1 | -3/+6 |
| 2020-09-03 | serial: pl011: Don't leak amba_ports entry on driver register error | Lukas Wunner | 1 | -1/+4 |
| 2020-09-03 | serial: pl011: Fix oops on -EPROBE_DEFER | Lukas Wunner | 1 | -6/+5 |
| 2020-09-03 | serial: samsung: Removes the IRQ not found warning | Tamseel Shams | 1 | -3/+5 |
| 2020-09-03 | vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize() | George Kennedy | 1 | -1/+11 |
| 2020-09-03 | vt: defer kfree() of vc_screenbuf in vc_do_resize() | Tetsuo Handa | 1 | -2/+3 |
| 2020-07-31 | vt: Reject zero-sized screen buffer size. | Tetsuo Handa | 1 | -11/+18 |
| 2020-07-31 | serial: 8250_mtk: Fix high-speed baud rates clamping | Serge Semin | 1 | -0/+18 |
| 2020-07-31 | serial: 8250: fix null-ptr-deref in serial8250_start_tx() | Yang Yingliang | 1 | -1/+1 |
| 2020-06-30 | Revert "tty: hvc: Fix data abort due to race in hvc_open" | Greg Kroah-Hartman | 1 | -14/+2 |
| 2020-06-30 | tty: n_gsm: Fix bogus i++ in gsm_data_kick | Gregory CLEMENT | 1 | -11/+3 |
| 2020-06-30 | tty: n_gsm: Fix waking up upper tty layer when room available | Gregory CLEMENT | 1 | -4/+22 |
| 2020-06-30 | tty: n_gsm: Fix SOF skipping | Gregory CLEMENT | 1 | -7/+1 |
| 2020-06-30 | serial: amba-pl011: Make sure we initialize the port.lock spinlock | John Stultz | 1 | -0/+1 |
| 2020-06-30 | tty: hvc: Fix data abort due to race in hvc_open | Raghavendra Rao Ananta | 1 | -2/+14 |
| 2020-06-11 | tty: hvc_console, fix crashes on parallel open/close | Jiri Slaby | 1 | -15/+8 |
| 2020-06-11 | vt: keyboard: avoid signed integer overflow in k_ascii | Dmitry Torokhov | 1 | -10/+16 |
| 2020-06-03 | sc16is7xx: move label 'err_spi' to correct section | Guoqing Jiang | 1 | -0/+2 |
| 2020-05-02 | tty: rocket, avoid OOB access | Jiri Slaby | 1 | -11/+14 |
| 2020-05-02 | tty: hvc: fix buffer overflow during hvc_alloc(). | Andrew Melnychenko | 1 | -9/+14 |
| 2020-04-24 | tty: evh_bytechan: Fix out of bounds accesses | Stephen Rothwell | 1 | -3/+18 |
| 2020-04-02 | vt: vt_ioctl: fix use-after-free in vt_in_use() | Eric Biggers | 1 | -4/+12 |
| 2020-04-02 | vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console | Eric Biggers | 2 | -9/+26 |
| 2020-04-02 | vt: vt_ioctl: remove unnecessary console allocation checks | Eric Biggers | 1 | -19/+2 |
| 2020-04-02 | vt: switch vt_dont_switch to bool | Jiri Slaby | 1 | -3/+3 |
| 2020-04-02 | vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines | Jiri Slaby | 1 | -7/+22 |
| 2020-04-02 | vt: selection, introduce vc_is_sel | Jiri Slaby | 3 | -4/+10 |
| 2020-03-11 | vt: selection, push sel_lock up | Jiri Slaby | 1 | -9/+7 |
| 2020-03-11 | vt: selection, push console lock down | Jiri Slaby | 2 | -3/+12 |
| 2020-03-11 | vt: selection, close sel_buffer race | Jiri Slaby | 1 | -6/+17 |
| 2020-03-11 | tty:serial:mvebu-uart:fix a wrong return | tangbin | 1 | -1/+1 |
| 2020-03-11 | serial: ar933x_uart: set UART_CS_{RX,TX}_READY_ORIDE | Daniel Golle | 1 | -0/+8 |
| 2020-03-11 | serial: 8250: Check UPF_IRQ_SHARED in advance | Andy Shevchenko | 2 | -3/+6 |
| 2020-03-11 | sysrq: Remove duplicated sysrq message | Petr Mladek | 1 | -4/+3 |