summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2018-11-20vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko1-2/+2
2018-11-20tty: vt, get rid of weird source code flowJiri Slaby1-31/+39
2018-11-20tty: vt, remove reduntant checkJiri Slaby1-4/+0
2018-11-20n_tty: Access echo_* variables carefully.Tetsuo Handa1-18/+24
2018-11-20n_tty: Fix stall at n_tty_receive_char_special().Tetsuo Handa1-5/+8
2018-11-20tty: pl011: Avoid spuriously stuck-off interruptsDave Martin1-0/+15
2018-10-21tty: Use __GFP_NOFAIL for tty_ldisc_get()Tetsuo Handa1-6/+5
2018-10-21tty: Don't call panic() at tty_ldisc_init()Tetsuo Handa2-3/+7
2018-10-21tty: Avoid possible error pointer dereference at tty_ldisc_restore().Tetsuo Handa1-8/+5
2018-10-21tty: handle the case where we cannot restore a line disciplineAlan Cox3-14/+112
2018-10-21drivers: tty: Fix use-after-free in pty_common_installRasmus Villemoes1-1/+1
2018-10-21drivers: tty: Merge alloc_tty_struct and initialize_tty_structRasmus Villemoes2-34/+22
2018-10-21vt: change SGR 21 to follow the standardsMike Frysinger1-1/+5
2018-10-21serial: xuartps: Fix out-of-bounds access through DT aliasGeert Uytterhoeven1-1/+1
2018-10-21serial: pxa: Fix out-of-bounds access through serial port indexGeert Uytterhoeven1-0/+4
2018-10-21serial: mxs-auart: Fix out-of-bounds access through serial port indexGeert Uytterhoeven1-0/+5
2018-10-21serial: imx: Fix out-of-bounds access through serial port indexGeert Uytterhoeven1-0/+6
2018-10-21serial: fsl_lpuart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven1-0/+4
2018-10-21serial: arc_uart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven1-1/+7
2018-10-21serial: altera: ensure port->regshift is honored consistentlyUwe Kleine-König1-3/+3
2018-06-17tty: vt: fix up tabstops properlyLinus Torvalds1-4/+4
2018-06-17serial: sh-sci: prevent lockup on full TTY buffersUlrich Hecht1-0/+2
2018-06-17serial: 8250_pci: Add Brainboxes UC-260 4 port serial deviceNikola Ciprich1-0/+11
2018-06-17tty/serial: atmel: add new version check for usartJonas Danielsson1-0/+1
2018-06-17tty: make n_tty_read() always abort if hangup is in progressTejun Heo1-0/+6
2018-03-03n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD)Linus Torvalds1-2/+2
2018-03-03serial: 8250_pci: Add Amazon PCI serial device IDMatt Wilson1-0/+3
2017-11-11tty/isicom: fix big-endian compile warningArnd Bergmann1-1/+1
2017-11-11tty: nozomi: avoid a harmless gcc warningArnd Bergmann1-1/+1
2017-10-12serial: samsung: Reorder the sequence of clock control when call s3c24xx_seri...Chanwoo Choi1-2/+2
2017-10-12vt: fix unchecked __put_user() in tioclinux ioctlsAdam Borowski1-3/+3
2017-10-12Fix serial console on SNI RM400 machinesThomas Bogendoerfer1-5/+10
2017-09-15serial: ifx6x60: fix use-after-free on module unloadJohan Hovold1-1/+1
2017-09-15serial: ifx6x60: Remove dangerous spi_driver castsGeert Uytterhoeven1-3/+3
2017-09-15serial: efm32: Fix parity management in 'efm32_uart_console_get_options()'Christophe JAILLET1-3/+8
2017-08-26serial: omap: suspend device on probe errorsJohan Hovold1-1/+2
2017-08-26serial: omap: fix runtime-pm handling on unbindJohan Hovold1-1/+5
2017-08-26serial: sh-sci: Fix panic when serial console and DMA are enabledTakatoshi Akiyama1-4/+6
2017-07-18serial: mxs-auart: Fix baudrate calculationUwe Kleine-König1-1/+1
2017-07-18serial: mxs-auart: fix baud rate rangeStefan Wahren1-2/+6
2017-06-05serial: exar: Fix initialization of EXAR registers for ports > 0Jan Kiszka1-10/+13
2017-06-05serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cardsIan Abbott1-0/+13
2017-06-05tty: serial: msm: Fix module autoloadJavier Martinez Canillas1-0/+1
2017-04-05serial: samsung: Use %pa to print 'resource_size_t' typeFabio Estevam1-2/+2
2017-03-16tty: n_hdlc: get rid of racy n_hdlc.tbufAlexander Popov1-63/+69
2017-03-16TTY: n_hdlc, fix lockdep false positiveJiri Slaby1-15/+4
2017-03-16sysrq: attach sysrq handler correctly for 32-bit kernelAkinobu Mita1-2/+2
2017-03-16tty/serial: atmel: RS485 half duplex w/DMA: enable RX after TX is doneRichard Genoud1-6/+5
2017-02-23tty: Prevent ldisc drivers from re-using stale tty fieldsPeter Hurley1-0/+7
2017-02-23vt: clear selection before resizingScot Doyle1-0/+3