summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2018-11-21termios, tty/tty_baudrate.c: fix buffer overrunH. Peter Anvin1-2/+2
2018-11-21sc16is7xx: Fix for multi-channel stallPhil Elwell1-6/+13
2018-11-21tty: check name length in tty_find_polling_driver()Miles Chen1-1/+1
2018-11-13kgdboc: Passing ekgdboc to command line causes panicHe Zhe1-0/+5
2018-10-13tty: Drop tty->count on tty_reopen() failureDmitry Safonov1-3/+8
2018-10-10serial: mvebu-uart: Fix reporting of effective CSIZE to userspaceJan Kiszka1-1/+3
2018-10-04serial: imx: restore handshaking irq for imx1Uwe Kleine-König1-0/+8
2018-10-04serial: cpm_uart: return immediately from console pollChristophe Leroy1-3/+7
2018-10-04tty: serial: lpuart: avoid leaking struct tty_structStefan Agner1-1/+2
2018-10-04drivers/tty: add error handling for pcmcia_loop_configZhouyang Jia1-2/+4
2018-10-04serial: sh-sci: Stop RX FIFO timer during port shutdownGeert Uytterhoeven1-0/+2
2018-09-29tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva1-0/+4
2018-09-26earlycon: Remove hardcoded port->uartclk initialization in of_setup_earlyconMichal Simek1-1/+0
2018-09-26earlycon: Initialize port->uartclk based on clock-frequency propertyMichal Simek1-0/+4
2018-09-26tty: fix termios input-speed encodingJohan Hovold1-0/+3
2018-09-26tty: fix termios input-speed encoding when using BOTHERJohan Hovold1-3/+7
2018-09-19tty: rocket: Fix possible buffer overwrite on register_PCIAnton Vasilyev1-1/+1
2018-09-09uart: fix race between uart_put_char() and uart_shutdown()Tycho Andersen1-5/+12
2018-08-24pty: fix O_CLOEXEC for TIOCGPTPEERMatthijs van Duin1-1/+1
2018-08-22serial: 8250_dw: Add ACPI support for uart on Broadcom SoCSrinath Mannam1-0/+1
2018-08-22serial: 8250_dw: always set baud rate in dw8250_set_termiosChen Hu1-1/+1
2018-08-22serial: 8250_exar: Read INT0 from slave device, tooAaron Sierra1-1/+5
2018-08-22tty: serial: 8250: Revert NXP SC16C2552 workaroundMark1-2/+1
2018-08-03tty: Fix data race in tty_insert_flip_string_fixed_flagDaeRyong Jeong1-0/+3
2018-08-03hvc_opal: don't set tb_ticks_per_usec in udbg_init_opal_common()Stewart Smith1-1/+0
2018-07-08vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko1-2/+2
2018-07-08serdev: fix memleak on module unloadJohan Hovold1-0/+1
2018-07-08serial: 8250_pci: Remove stalled entries in blacklistAndy Shevchenko1-2/+0
2018-07-08n_tty: Access echo_* variables carefully.Tetsuo Handa1-18/+24
2018-07-08n_tty: Fix stall at n_tty_receive_char_special().Tetsuo Handa1-5/+8
2018-07-03serial: sh-sci: Use spin_{try}lock_irqsave instead of open coding versionDaniel Wagner1-5/+3
2018-06-16tty: pl011: Avoid spuriously stuck-off interruptsDave Martin1-0/+16
2018-06-16serial: 8250: omap: Fix idling of clocks for unused uartsTony Lindgren1-1/+15
2018-06-16serial: samsung: fix maxburst parameter for DMA transactionsMarek Szyprowski1-5/+2
2018-06-16tty/serial: atmel: use port->name as name in request_irq()Sebastian Andrzej Siewior1-3/+2
2018-06-16serial: sh-sci: Stop using printk format %pCrGeert Uytterhoeven1-2/+2
2018-05-25serial: altera: ensure port->regshift is honored consistentlyUwe Kleine-König1-6/+6
2018-05-25serial: 8250: Don't service RX FIFO if interrupts are disabledVignesh R1-1/+2
2018-05-25serial: arc_uart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven1-0/+5
2018-05-25serial: fsl_lpuart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven1-0/+4
2018-05-25serial: imx: Fix out-of-bounds access through serial port indexGeert Uytterhoeven1-0/+6
2018-05-25serial: mxs-auart: Fix out-of-bounds access through serial port indexGeert Uytterhoeven1-0/+4
2018-05-25serial: samsung: Fix out-of-bounds access through serial port indexGeert Uytterhoeven1-0/+4
2018-05-25serial: sh-sci: Fix out-of-bounds access through DT aliasGeert Uytterhoeven1-0/+4
2018-05-25serial: xuartps: Fix out-of-bounds access through DT aliasGeert Uytterhoeven1-1/+1
2018-05-01earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz1-2/+4
2018-05-01tty: Use __GFP_NOFAIL for tty_ldisc_get()Tetsuo Handa1-6/+5
2018-05-01tty: Avoid possible error pointer dereference at tty_ldisc_restore().Tetsuo Handa1-8/+5
2018-05-01tty: n_gsm: Fix DLCI handling for ADM mode if debug & 2 is not setTony Lindgren1-0/+11
2018-05-01tty: n_gsm: Fix long delays with control frame timeouts in ADM modeTony Lindgren1-1/+11