summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-23tty: limit terminal size to 4M charsDmitry Vyukov1-0/+2
2017-02-23tty: vt, fix bogus division in csi_JJiri Slaby1-1/+1
2016-11-20serial: 8250: added acces i/o products quad and octal serial cardsJimi Damon1-0/+139
2016-11-20sparc: serial: sunhv: fix a double lock bugDan Carpenter1-6/+0
2016-11-20tty/vt/keyboard: fix OOB access in do_compute_shiftstate()Dmitry Torokhov1-21/+9
2016-11-20serial: samsung: Fix possible out of bounds access on non-DT platformKrzysztof Kozlowski1-2/+2
2016-11-20serial: samsung: Fix ERR pointer dereference on deferred probeKrzysztof Kozlowski1-3/+9
2016-11-20tty/serial: atmel: fix RS485 half duplex with DMAAlexandre Belloni1-6/+8
2016-08-23tty: vt, return error when con_startup failsJiri Slaby1-2/+3
2016-08-23Fix OpenSSH pty regression on closeBrian Bloniarz1-6/+10
2016-08-23Revert "tty: Fix pty master poll() after slave closes v2"Peter Hurley1-7/+2
2016-05-01serial: sh-sci: Remove cpufreq notifier to fix crash/deadlockGeert Uytterhoeven1-39/+0
2016-05-018250: use callbacks to access UART_DLL/UART_DLMSebastian Frias1-12/+6
2016-02-25pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski1-3/+6
2016-02-25pty: fix possible use after free of tty->driver_dataHerton R. Krzesinski1-1/+17
2016-02-25serial: omap: Prevent DoS using unprivileged ioctl(TIOCSRS485)Peter Hurley1-2/+6
2016-02-17n_tty: Fix unsafe reference to "other" ldiscPeter Hurley1-5/+2
2016-02-16tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)Peter Hurley1-1/+23
2016-02-02sysrq: Fix warning in sysrq generated crash.Ani Sinha1-0/+6
2016-01-25tty: Fix GPF in flush_to_ldisc()Peter Hurley1-1/+1