summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2019-11-22tty/ldsem, locking/rwsem: Add missing ACQUIRE to read_failed sleep loopPeter Zijlstra
2019-10-31tty: serial: cpm_uart - fix init when SMC is relocatedChristophe Leroy
2019-10-05tty: max310x: Fix external crystal register setupJoe Burmeister
2019-10-05serial: sh-sci: disable DMA for uart_consoleGeorge G. Davis
2019-09-23TTY: serial_core, add ->installJiri Slaby
2019-09-23tty/vt: fix write/write race in ioctl(KDSKBSENT) handlerSergei Trofimovich
2019-08-13serial: sh-sci: Fix setting SCSCR_TIE while transferring dataHoan Nguyen An
2019-08-13tty: mxs-auart: fix a potential NULL pointer dereferenceKangjie Lu
2019-08-13tty: atmel_serial: fix a potential NULL pointer dereferenceKangjie Lu
2019-08-13serial: max310x: Fix to avoid potential NULL pointer dereferenceAditya Pakki
2019-07-09serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uartLubomir Rintel
2019-07-09serial: 8250_pci: Have ACCES cards that use the four port Pericom PI7C9X7954 ...Jay Dolan
2019-07-09serial: 8250_pci: Fix number of ports for ACCES serial cardsJay Dolan
2019-07-09tty: ipwireless: Fix potential NULL pointer dereferenceYueHaibing
2019-05-02tty: Handle problem if line discipline does not have receive_bufGreg Kroah-Hartman
2019-05-02vt: invoke notifier on screen size changeNicolas Pitre
2019-05-02vt: always call notifier with the console lock heldNicolas Pitre
2019-05-02tty/n_hdlc: fix __might_sleep warningPaul Fulghum
2019-05-02uart: Fix crash in uart_write and uart_put_charSamir Virmani
2019-04-04tty/ldsem: Wake up readers after timed out down_write()Dmitry Safonov
2019-04-04serial: imx: fix error handling in console_setupStefan Agner
2019-02-11kgdboc: fix KASAN global-out-of-bounds bug in param_set_kgdboc_var()Macpaul Lin
2019-02-11termios, tty/tty_baudrate.c: fix buffer overrunH. Peter Anvin
2019-02-11kgdboc: Passing ekgdboc to command line causes panicHe Zhe
2018-12-16tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva
2018-12-16serial: cpm_uart: return immediately from console pollChristophe Leroy
2018-12-16tty: fix termios input-speed encoding when using BOTHERJohan Hovold
2018-12-16tty: fix termios input-speed encodingJohan Hovold
2018-12-16tty: fix typo in comment of tty_termios_encode_baud_rateMatthias Brugger
2018-12-16uart: fix race between uart_put_char() and uart_shutdown()Tycho Andersen
2018-12-16serial: pxa: Fix an error handling path in 'serial_pxa_probe()'Christophe JAILLET
2018-11-20vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko
2018-11-20tty: vt, get rid of weird source code flowJiri Slaby
2018-11-20tty: vt, remove reduntant checkJiri Slaby
2018-11-20n_tty: Access echo_* variables carefully.Tetsuo Handa
2018-11-20n_tty: Fix stall at n_tty_receive_char_special().Tetsuo Handa
2018-11-20tty: pl011: Avoid spuriously stuck-off interruptsDave Martin
2018-10-21tty: Use __GFP_NOFAIL for tty_ldisc_get()Tetsuo Handa
2018-10-21tty: Don't call panic() at tty_ldisc_init()Tetsuo Handa
2018-10-21tty: Avoid possible error pointer dereference at tty_ldisc_restore().Tetsuo Handa
2018-10-21tty: handle the case where we cannot restore a line disciplineAlan Cox
2018-10-21drivers: tty: Fix use-after-free in pty_common_installRasmus Villemoes
2018-10-21drivers: tty: Merge alloc_tty_struct and initialize_tty_structRasmus Villemoes
2018-10-21vt: change SGR 21 to follow the standardsMike Frysinger
2018-10-21serial: xuartps: Fix out-of-bounds access through DT aliasGeert Uytterhoeven
2018-10-21serial: pxa: Fix out-of-bounds access through serial port indexGeert Uytterhoeven
2018-10-21serial: mxs-auart: Fix out-of-bounds access through serial port indexGeert Uytterhoeven
2018-10-21serial: imx: Fix out-of-bounds access through serial port indexGeert Uytterhoeven
2018-10-21serial: fsl_lpuart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven
2018-10-21serial: arc_uart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven