summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD)Linus Torvalds2018-01-021-2/+2
* serial: 8250_pci: Add Amazon PCI serial device IDMatt Wilson2017-12-091-0/+3
* sysrq : fix Show Regs call trace on ARMJibin Xu2017-12-091-2/+7
* serial: 8250_fintek: Fix rs485 disablement on invalid ioctl()Lukas Wunner2017-12-091-1/+1
* serial: sh-sci: Fix register offsets for the IRDA serial portLaurent Pinchart2017-11-151-9/+8
* Revert "tty: goldfish: Fix a parameter of a call to free_irq"Greg Kroah-Hartman2017-10-211-1/+1
* tty: goldfish: Fix a parameter of a call to free_irqChristophe JAILLET2017-10-081-1/+1
* vt: fix unchecked __put_user() in tioclinux ioctlsAdam Borowski2017-07-211-3/+3
* serial: efm32: Fix parity management in 'efm32_uart_console_get_options()'Christophe JAILLET2017-06-261-3/+8
* serial: sh-sci: Fix panic when serial console and DMA are enabledTakatoshi Akiyama2017-06-141-4/+6
* serial: ifx6x60: fix use-after-free on module unloadJohan Hovold2017-06-141-1/+1
* tty: Prevent ldisc drivers from re-using stale tty fieldsPeter Hurley2017-05-251-0/+7
* serial: omap: suspend device on probe errorsJohan Hovold2017-05-201-1/+2
* serial: omap: fix runtime-pm handling on unbindJohan Hovold2017-05-201-1/+5
* tty: remove platform_sysrq_reset_seqArnd Bergmann2017-05-151-18/+1
* tty/isicom: fix big-endian compile warningArnd Bergmann2017-05-081-1/+1
* tty: nozomi: avoid a harmless gcc warningArnd Bergmann2017-04-301-1/+1
* serial: 8250_pci: Detach low-level driver during PCI error recoveryGabriel Krisman Bertazi2017-04-221-4/+19
* tty/serial: atmel: fix race condition (TX+DMA)Richard Genoud2017-04-221-0/+5
* serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cardsIan Abbott2017-04-181-0/+13
* tty: n_hdlc: get rid of racy n_hdlc.tbufAlexander Popov2017-04-181-63/+69
* TTY: n_hdlc, fix lockdep false positiveJiri Slaby2017-04-181-15/+4
* tty: vt, fix bogus division in csi_JJiri Slaby2017-04-181-1/+1
* vt: clear selection before resizingScot Doyle2016-11-231-0/+3
* tty: limit terminal size to 4M charsDmitry Vyukov2016-11-231-0/+2
* serial: samsung: Fix ERR pointer dereference on deferred probeKrzysztof Kozlowski2016-08-221-3/+9
* tty/vt/keyboard: fix OOB access in do_compute_shiftstate()Dmitry Torokhov2016-08-071-21/+9
* serial: samsung: Reorder the sequence of clock control when call s3c24xx_seri...Chanwoo Choi2016-07-121-2/+2
* tty: vt, return error when con_startup failsJiri Slaby2016-07-121-2/+3
* 8250: use callbacks to access UART_DLL/UART_DLMSebastian Frias2016-07-121-12/+6
* QE-UART: add "fsl,t1040-ucc-uart" to of_device_idZhao Qiang2016-06-031-0/+3
* TTY: n_gsm, fix false positive WARN_ONJiri Slaby2016-06-031-1/+3
* pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski2016-03-021-3/+6
* pty: fix possible use after free of tty->driver_dataHerton R. Krzesinski2016-03-021-1/+17
* tty: Add support for PCIe WCH382 2S multi-IO cardJeremy McNicoll2016-03-021-1/+21
* tty: Add support for the WCH384 4S multi-IO cardSergej Pupykin2016-03-021-3/+26
* parport: Add support for the WCH382 2S/1P multi-IO cardSergej Pupykin2016-03-021-0/+21
* serial: 8250_pci: Add Intel Broadwell portsMika Westerberg2016-02-151-0/+29
* n_tty: Fix unsafe reference to "other" ldiscPeter Hurley2016-02-151-5/+2
* tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)Peter Hurley2016-02-151-1/+23
* serial: 8250_pci: Add support for 12 port Exar boardsSoeren Grunewald2015-11-151-0/+21
* serial: 8250_pci: Add support for 16 port Exar boardsSoeren Grunewald2015-11-151-2/+23
* tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.cKosuke Tatsukawa2015-10-311-10/+5
* Revert "tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c"Sasha Levin2015-10-311-6/+10
* serial: 8250: don't bind to SMSC IrCC IR portMaciej S. Szmigiero2015-10-271-0/+5
* tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.cKosuke Tatsukawa2015-10-271-10/+6
* tty/serial: at91: RS485 mode: 0 is valid for delay_rts_after_sendNicolas Ferre2015-07-121-5/+2
* serial: imx: Fix DMA handling for IDLE condition abortsPhilipp Zabel2015-07-031-0/+8
* n_tty: Fix auditing support for cannonical modeLaura Abbott2015-07-031-3/+14
* serial: 8250_dw: add support for AMD SOC CarrizoKen Xue2015-06-281-0/+1