summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* serial: exar: Fix initialization of EXAR registers for ports > 0Jan Kiszka2017-06-051-10/+13
* serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cardsIan Abbott2017-06-051-0/+13
* tty: serial: msm: Fix module autoloadJavier Martinez Canillas2017-06-051-0/+1
* serial: samsung: Use %pa to print 'resource_size_t' typeFabio Estevam2017-04-041-2/+2
* tty: n_hdlc: get rid of racy n_hdlc.tbufAlexander Popov2017-03-161-63/+69
* TTY: n_hdlc, fix lockdep false positiveJiri Slaby2017-03-161-15/+4
* sysrq: attach sysrq handler correctly for 32-bit kernelAkinobu Mita2017-03-161-2/+2
* tty/serial: atmel: RS485 half duplex w/DMA: enable RX after TX is doneRichard Genoud2017-03-161-6/+5
* tty: Prevent ldisc drivers from re-using stale tty fieldsPeter Hurley2017-02-231-0/+7
* vt: clear selection before resizingScot Doyle2017-02-231-0/+3
* tty: limit terminal size to 4M charsDmitry Vyukov2017-02-231-0/+2
* tty: vt, fix bogus division in csi_JJiri Slaby2017-02-231-1/+1
* serial: 8250: added acces i/o products quad and octal serial cardsJimi Damon2016-11-201-0/+139
* sparc: serial: sunhv: fix a double lock bugDan Carpenter2016-11-201-6/+0
* tty/vt/keyboard: fix OOB access in do_compute_shiftstate()Dmitry Torokhov2016-11-201-21/+9
* serial: samsung: Fix possible out of bounds access on non-DT platformKrzysztof Kozlowski2016-11-201-2/+2
* serial: samsung: Fix ERR pointer dereference on deferred probeKrzysztof Kozlowski2016-11-201-3/+9
* tty/serial: atmel: fix RS485 half duplex with DMAAlexandre Belloni2016-11-201-6/+8
* tty: vt, return error when con_startup failsJiri Slaby2016-08-221-2/+3
* Fix OpenSSH pty regression on closeBrian Bloniarz2016-08-221-6/+10
* Revert "tty: Fix pty master poll() after slave closes v2"Peter Hurley2016-08-221-7/+2
* serial: sh-sci: Remove cpufreq notifier to fix crash/deadlockGeert Uytterhoeven2016-05-011-39/+0
* 8250: use callbacks to access UART_DLL/UART_DLMSebastian Frias2016-05-011-12/+6
* pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski2016-02-251-3/+6
* pty: fix possible use after free of tty->driver_dataHerton R. Krzesinski2016-02-251-1/+17
* serial: omap: Prevent DoS using unprivileged ioctl(TIOCSRS485)Peter Hurley2016-02-251-2/+6
* n_tty: Fix unsafe reference to "other" ldiscPeter Hurley2016-02-171-5/+2
* tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)Peter Hurley2016-02-161-1/+23
* sysrq: Fix warning in sysrq generated crash.Ani Sinha2016-02-021-0/+6
* tty: Fix GPF in flush_to_ldisc()Peter Hurley2016-01-251-1/+1
* n_tty: Fix poll() after buffer-limited eof push readPeter Hurley2016-01-251-13/+9
* tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.cKosuke Tatsukawa2015-12-131-10/+5
* serial: 8250_pci: Correct uartclk for xr17v35x expansion chipsSoeren Grunewald2015-11-161-3/+19
* serial: 8250_pci: Add support for 12 port Exar boardsSoeren Grunewald2015-11-161-0/+21
* serial: 8250_pci: Add support for 16 port Exar boardsSoeren Grunewald2015-11-161-2/+23
* serial: 8250: bind to ALi Fast Infrared Controller (ALI5123)Maciej S. Szmigiero2015-09-281-0/+6
* serial: 8250: don't bind to SMSC IrCC IR portMaciej S. Szmigiero2015-09-281-0/+5
* serial: 8250_pci: Add support for Pericom PI7C9X795[1248]Adam Lee2015-09-281-20/+61
* tty: remove platform_sysrq_reset_seqArnd Bergmann2015-07-151-18/+1
* n_tty: Fix auditing support for cannonical modeLaura Abbott2015-06-111-3/+14
* serial: imx: Fix DMA handling for IDLE condition abortsPhilipp Zabel2015-06-111-0/+8
* xen/events: don't bind non-percpu VIRQs with percpu chipDavid Vrabel2015-06-021-1/+1
* tty/n_gsm.c: fix a memory leak when gsmtty is removedPan Xinhui2015-05-281-3/+2
* xen/console: Update console event channel on resumeBoris Ostrovsky2015-05-201-1/+17
* tty/serial: at91: maxburst was missing for dma transfersLudovic Desroches2015-05-121-0/+2
* serial: of-serial: Remove device_type = "serial" registrationMichal Simek2015-05-121-1/+0
* serial: xilinx: Use platform_get_irq to get irq description structureMichal Simek2015-05-122-11/+12
* n_tty: Fix read buffer overwrite when no newlinePeter Hurley2015-04-271-27/+79
* tty: serial: fsl_lpuart: clear receive flag on FIFO flushStefan Agner2015-04-131-0/+3
* serial: 8250_dw: Fix deadlock in LCR workaroundPeter Hurley2015-04-011-2/+8