summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-02tty: Add support for the WCH384 4S multi-IO cardSergej Pupykin1-3/+26
2016-03-02parport: Add support for the WCH382 2S/1P multi-IO cardSergej Pupykin1-0/+21
2016-02-15serial: 8250_pci: Add Intel Broadwell portsMika Westerberg1-0/+29
2016-02-15n_tty: Fix unsafe reference to "other" ldiscPeter Hurley1-5/+2
2016-02-15tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)Peter Hurley1-1/+23
2015-11-15serial: 8250_pci: Add support for 12 port Exar boardsSoeren Grunewald1-0/+21
2015-11-15serial: 8250_pci: Add support for 16 port Exar boardsSoeren Grunewald1-2/+23
2015-10-31tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.cKosuke Tatsukawa1-10/+5
2015-10-31Revert "tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c"Sasha Levin1-6/+10
2015-10-28serial: 8250: don't bind to SMSC IrCC IR portMaciej S. Szmigiero1-0/+5
2015-10-28tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.cKosuke Tatsukawa1-10/+6
2015-07-12tty/serial: at91: RS485 mode: 0 is valid for delay_rts_after_sendNicolas Ferre1-5/+2
2015-07-03serial: imx: Fix DMA handling for IDLE condition abortsPhilipp Zabel1-0/+8
2015-07-03n_tty: Fix auditing support for cannonical modeLaura Abbott1-3/+14
2015-06-28serial: 8250_dw: add support for AMD SOC CarrizoKen Xue1-0/+1
2015-06-28serial: 8250: add support for ACPI-probed serial port for X-Gene platformFeng Kan1-0/+11
2015-06-28serial: imx: Fix clearing of receiver overrun flagUwe Kleine-König1-5/+3
2015-06-28serial: imx: Enable UCR4_OREN in startup interfaceJiada Wang1-7/+8
2015-06-10tty/n_gsm.c: fix a memory leak when gsmtty is removedPan Xinhui1-3/+2
2015-06-09xen/events: don't bind non-percpu VIRQs with percpu chipDavid Vrabel1-1/+1
2015-05-23xen/console: Update console event channel on resumeBoris Ostrovsky1-1/+17
2015-05-18tty/serial: at91: maxburst was missing for dma transfersLudovic Desroches1-0/+2
2015-05-18serial: xilinx: Use platform_get_irq to get irq description structureMichal Simek2-11/+12