summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2018-05-30serial: arc_uart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven1-0/+5
2018-05-30serial: fsl_lpuart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven1-0/+4
2018-05-30serial: imx: Fix out-of-bounds access through serial port indexGeert Uytterhoeven1-0/+6
2018-05-30serial: samsung: Fix out-of-bounds access through serial port indexGeert Uytterhoeven1-0/+4
2018-05-30serial: xuartps: Fix out-of-bounds access through DT aliasGeert Uytterhoeven1-1/+1
2018-05-02tty: Use __GFP_NOFAIL for tty_ldisc_get()Tetsuo Handa1-6/+5
2018-05-02tty: n_gsm: Fix DLCI handling for ADM mode if debug & 2 is not setTony Lindgren1-0/+11
2018-05-02tty: n_gsm: Fix long delays with control frame timeouts in ADM modeTony Lindgren1-1/+11
2018-04-13tty: n_gsm: Allow ADM response in addition to UA for control dlciTony Lindgren1-3/+14
2018-04-13Fix serial console on SNI RM400 machinesThomas Bogendoerfer1-5/+10
2018-04-08vt: change SGR 21 to follow the standardsMike Frysinger1-1/+5
2018-04-08tty: vt: fix up tabstops properlyLinus Torvalds1-4/+4
2018-03-18serial: 8250_pci: Add Brainboxes UC-260 4 port serial deviceNikola Ciprich1-0/+11
2018-03-18tty/serial: atmel: add new version check for usartJonas Danielsson1-0/+1
2018-03-18serial: sh-sci: prevent lockup on full TTY buffersUlrich Hecht1-0/+2
2018-01-02n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD)Linus Torvalds1-2/+2
2017-12-09serial: 8250_pci: Add Amazon PCI serial device IDMatt Wilson1-0/+3
2017-12-09sysrq : fix Show Regs call trace on ARMJibin Xu1-2/+7
2017-12-09serial: 8250_fintek: Fix rs485 disablement on invalid ioctl()Lukas Wunner1-1/+1
2017-11-15serial: sh-sci: Fix register offsets for the IRDA serial portLaurent Pinchart1-9/+8
2017-10-21Revert "tty: goldfish: Fix a parameter of a call to free_irq"Greg Kroah-Hartman1-1/+1
2017-10-08tty: goldfish: Fix a parameter of a call to free_irqChristophe JAILLET1-1/+1
2017-07-21vt: fix unchecked __put_user() in tioclinux ioctlsAdam Borowski1-3/+3
2017-06-26serial: efm32: Fix parity management in 'efm32_uart_console_get_options()'Christophe JAILLET1-3/+8
2017-06-14serial: sh-sci: Fix panic when serial console and DMA are enabledTakatoshi Akiyama1-4/+6
2017-06-14serial: ifx6x60: fix use-after-free on module unloadJohan Hovold1-1/+1
2017-05-25tty: Prevent ldisc drivers from re-using stale tty fieldsPeter Hurley1-0/+7
2017-05-20serial: omap: suspend device on probe errorsJohan Hovold1-1/+2
2017-05-20serial: omap: fix runtime-pm handling on unbindJohan Hovold1-1/+5
2017-05-15tty: remove platform_sysrq_reset_seqArnd Bergmann1-18/+1
2017-05-08tty/isicom: fix big-endian compile warningArnd Bergmann1-1/+1
2017-04-30tty: nozomi: avoid a harmless gcc warningArnd Bergmann1-1/+1
2017-04-22serial: 8250_pci: Detach low-level driver during PCI error recoveryGabriel Krisman Bertazi1-4/+19
2017-04-22tty/serial: atmel: fix race condition (TX+DMA)Richard Genoud1-0/+5
2017-04-18serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cardsIan Abbott1-0/+13
2017-04-18tty: n_hdlc: get rid of racy n_hdlc.tbufAlexander Popov1-63/+69
2017-04-18TTY: n_hdlc, fix lockdep false positiveJiri Slaby1-15/+4
2017-04-18tty: vt, fix bogus division in csi_JJiri Slaby1-1/+1
2016-11-24vt: clear selection before resizingScot Doyle1-0/+3
2016-11-24tty: limit terminal size to 4M charsDmitry Vyukov1-0/+2
2016-08-22serial: samsung: Fix ERR pointer dereference on deferred probeKrzysztof Kozlowski1-3/+9
2016-08-08tty/vt/keyboard: fix OOB access in do_compute_shiftstate()Dmitry Torokhov1-21/+9
2016-07-12serial: samsung: Reorder the sequence of clock control when call s3c24xx_seri...Chanwoo Choi1-2/+2
2016-07-12tty: vt, return error when con_startup failsJiri Slaby1-2/+3
2016-07-128250: use callbacks to access UART_DLL/UART_DLMSebastian Frias1-12/+6
2016-06-03QE-UART: add "fsl,t1040-ucc-uart" to of_device_idZhao Qiang1-0/+3
2016-06-03TTY: n_gsm, fix false positive WARN_ONJiri Slaby1-1/+3
2016-03-02pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski1-3/+6
2016-03-02pty: fix possible use after free of tty->driver_dataHerton R. Krzesinski1-1/+17
2016-03-02tty: Add support for PCIe WCH382 2S multi-IO cardJeremy McNicoll1-1/+21