summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* tty: wipe buffer if not echoing dataGreg Kroah-Hartman2018-12-011-3/+17
* tty: wipe buffer.Linus Torvalds2018-12-011-0/+2
* termios, tty/tty_baudrate.c: fix buffer overrunH. Peter Anvin2018-11-211-2/+2
* sc16is7xx: Fix for multi-channel stallPhil Elwell2018-11-211-6/+13
* tty: check name length in tty_find_polling_driver()Miles Chen2018-11-211-1/+1
* kgdboc: Passing ekgdboc to command line causes panicHe Zhe2018-11-131-0/+5
* tty: Drop tty->count on tty_reopen() failureDmitry Safonov2018-10-131-3/+8
* serial: mvebu-uart: Fix reporting of effective CSIZE to userspaceJan Kiszka2018-10-101-1/+3
* serial: imx: restore handshaking irq for imx1Uwe Kleine-König2018-10-031-0/+8
* serial: cpm_uart: return immediately from console pollChristophe Leroy2018-10-031-3/+7
* tty: serial: lpuart: avoid leaking struct tty_structStefan Agner2018-10-031-1/+2
* drivers/tty: add error handling for pcmcia_loop_configZhouyang Jia2018-10-031-2/+4
* tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva2018-09-291-0/+4
* tty: rocket: Fix possible buffer overwrite on register_PCIAnton Vasilyev2018-09-191-1/+1
* uart: fix race between uart_put_char() and uart_shutdown()Tycho Andersen2018-09-091-5/+12
* serial: 8250_dw: Add ACPI support for uart on Broadcom SoCSrinath Mannam2018-08-221-0/+1
* serial: 8250_dw: always set baud rate in dw8250_set_termiosChen Hu2018-08-221-1/+1
* tty: serial: 8250: Revert NXP SC16C2552 workaroundMark2018-08-221-2/+1
* tty: Fix data race in tty_insert_flip_string_fixed_flagDaeRyong Jeong2018-08-031-0/+3
* hvc_opal: don't set tb_ticks_per_usec in udbg_init_opal_common()Stewart Smith2018-08-031-1/+0
* vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko2018-07-111-2/+2
* n_tty: Access echo_* variables carefully.Tetsuo Handa2018-07-111-18/+24
* n_tty: Fix stall at n_tty_receive_char_special().Tetsuo Handa2018-07-111-5/+8
* serial: sh-sci: Use spin_{try}lock_irqsave instead of open coding versionDaniel Wagner2018-07-031-5/+3
* tty: pl011: Avoid spuriously stuck-off interruptsDave Martin2018-06-161-0/+16
* serial: 8250: omap: Fix idling of clocks for unused uartsTony Lindgren2018-06-161-1/+15
* serial: samsung: fix maxburst parameter for DMA transactionsMarek Szyprowski2018-06-161-5/+2
* tty/serial: atmel: use port->name as name in request_irq()Sebastian Andrzej Siewior2018-06-161-3/+2
* serial: sh-sci: Stop using printk format %pCrGeert Uytterhoeven2018-06-161-2/+2
* serial: pl011: add console matching functionAleksey Makarov2018-06-061-0/+55
* serial: 8250: Don't service RX FIFO if interrupts are disabledVignesh R2018-05-251-1/+2
* serial: arc_uart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven2018-05-251-0/+5
* serial: fsl_lpuart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven2018-05-251-0/+4
* serial: imx: Fix out-of-bounds access through serial port indexGeert Uytterhoeven2018-05-251-0/+6
* serial: mxs-auart: Fix out-of-bounds access through serial port indexGeert Uytterhoeven2018-05-251-0/+4
* serial: samsung: Fix out-of-bounds access through serial port indexGeert Uytterhoeven2018-05-251-0/+4
* serial: xuartps: Fix out-of-bounds access through DT aliasGeert Uytterhoeven2018-05-251-1/+1
* serial: sccnxp: Fix error handling in sccnxp_probe()Alexey Khoroshilov2018-05-191-2/+11
* serial: imx: ensure UCR3 and UFCR are setup correctlyUwe Kleine-König2018-05-091-2/+12
* earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz2018-05-011-2/+4
* tty: Use __GFP_NOFAIL for tty_ldisc_get()Tetsuo Handa2018-05-011-6/+5
* tty: n_gsm: Fix DLCI handling for ADM mode if debug & 2 is not setTony Lindgren2018-05-011-0/+11
* tty: n_gsm: Fix long delays with control frame timeouts in ADM modeTony Lindgren2018-05-011-1/+11
* tty: Don't call panic() at tty_ldisc_init()Tetsuo Handa2018-05-012-3/+7
* tty: make n_tty_read() always abort if hangup is in progressTejun Heo2018-04-242-0/+15
* tty: n_gsm: Allow ADM response in addition to UA for control dlciTony Lindgren2018-04-131-3/+14
* Fix serial console on SNI RM400 machinesThomas Bogendoerfer2018-04-131-5/+10
* serial: sh-sci: Fix race condition causing garbage during shutdownGeert Uytterhoeven2018-04-131-2/+14
* serial: 8250: omap: Disable DMA for console UARTVignesh R2018-04-131-0/+4
* vt: change SGR 21 to follow the standardsMike Frysinger2018-04-081-1/+5