summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
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
2018-10-21serial: altera: ensure port->regshift is honored consistentlyUwe Kleine-König
2018-06-16tty: vt: fix up tabstops properlyLinus Torvalds
2018-06-16serial: sh-sci: prevent lockup on full TTY buffersUlrich Hecht
2018-06-16serial: 8250_pci: Add Brainboxes UC-260 4 port serial deviceNikola Ciprich
2018-06-16tty/serial: atmel: add new version check for usartJonas Danielsson
2018-06-16tty: make n_tty_read() always abort if hangup is in progressTejun Heo
2018-03-03n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD)Linus Torvalds
2018-03-03serial: 8250_pci: Add Amazon PCI serial device IDMatt Wilson
2017-11-11tty/isicom: fix big-endian compile warningArnd Bergmann
2017-11-11tty: nozomi: avoid a harmless gcc warningArnd Bergmann
2017-10-12serial: samsung: Reorder the sequence of clock control when call s3c24xx_seri...Chanwoo Choi
2017-10-12vt: fix unchecked __put_user() in tioclinux ioctlsAdam Borowski
2017-10-12Fix serial console on SNI RM400 machinesThomas Bogendoerfer
2017-09-15serial: ifx6x60: fix use-after-free on module unloadJohan Hovold
2017-09-15serial: ifx6x60: Remove dangerous spi_driver castsGeert Uytterhoeven
2017-09-15serial: efm32: Fix parity management in 'efm32_uart_console_get_options()'Christophe JAILLET
2017-08-26serial: omap: suspend device on probe errorsJohan Hovold
2017-08-26serial: omap: fix runtime-pm handling on unbindJohan Hovold
2017-08-26serial: sh-sci: Fix panic when serial console and DMA are enabledTakatoshi Akiyama
2017-07-18serial: mxs-auart: Fix baudrate calculationUwe Kleine-König
2017-07-18serial: mxs-auart: fix baud rate rangeStefan Wahren
2017-06-05serial: exar: Fix initialization of EXAR registers for ports > 0Jan Kiszka
2017-06-05serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cardsIan Abbott
2017-06-05tty: serial: msm: Fix module autoloadJavier Martinez Canillas
2017-04-04serial: samsung: Use %pa to print 'resource_size_t' typeFabio Estevam
2017-03-16tty: n_hdlc: get rid of racy n_hdlc.tbufAlexander Popov
2017-03-16TTY: n_hdlc, fix lockdep false positiveJiri Slaby
2017-03-16sysrq: attach sysrq handler correctly for 32-bit kernelAkinobu Mita
2017-03-16tty/serial: atmel: RS485 half duplex w/DMA: enable RX after TX is doneRichard Genoud
2017-02-23tty: Prevent ldisc drivers from re-using stale tty fieldsPeter Hurley
2017-02-23vt: clear selection before resizingScot Doyle