summaryrefslogtreecommitdiff
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250_pci: Detach low-level driver during PCI error recoverySumit Semwal2017-03-301-4/+19
* serial: samsung: Continue to work if DMA request failsKrzysztof Kozlowski2017-03-181-2/+4
* serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cardsIan Abbott2017-03-151-0/+13
* tty: n_hdlc: get rid of racy n_hdlc.tbufAlexander Popov2017-03-151-63/+69
* TTY: n_hdlc, fix lockdep false positiveJiri Slaby2017-03-151-15/+4
* tty: serial: msm: Fix module autoloadJavier Martinez Canillas2017-02-261-0/+1
* sysrq: attach sysrq handler correctly for 32-bit kernelAkinobu Mita2017-01-191-2/+2
* tty/serial: atmel_serial: BUG: stop DMA from transmitting in stop_txRichard Genoud2017-01-191-0/+11
* sc16is7xx: Drop bogus use of IRQF_ONESHOTJosh Cartwright2017-01-091-1/+1
* vt: fix Scroll Lock LED trigger nameMaciej S. Szmigiero2017-01-091-1/+1
* sparc: serial: sunhv: fix a double lock bugDan Carpenter2016-11-211-6/+0
* tty: Prevent ldisc drivers from re-using stale tty fieldsPeter Hurley2016-11-211-0/+7
* tty/serial: at91: fix hardware handshake on Atmel platformsRichard Genoud2016-11-181-4/+23
* tty: vt, fix bogus division in csi_JJiri Slaby2016-11-101-1/+1
* tty: limit terminal size to 4M charsDmitry Vyukov2016-11-101-0/+2
* vt: clear selection before resizingScot Doyle2016-11-101-0/+3
* serial: 8250_dw: Check the data->pclk when get apb_pclkKefeng Wang2016-10-221-1/+1
* serial: 8250: added acces i/o products quad and octal serial cardsJimi Damon2016-09-241-0/+139
* serial: 8250_mid: fix divide error bug if baud rate is 0Andy Shevchenko2016-09-241-0/+3
* tty/serial: atmel: fix RS485 half duplex with DMAAlexandre Belloni2016-08-201-6/+8
* serial: samsung: Fix ERR pointer dereference on deferred probeKrzysztof Kozlowski2016-08-201-5/+13
* tty: serial: msm: Don't read off end of tx fifoBjorn Andersson2016-08-201-1/+1
* devpts: clean up interface to pty driversLinus Torvalds2016-08-161-33/+30
* tty/vt/keyboard: fix OOB access in do_compute_shiftstate()Dmitry Torokhov2016-07-271-21/+9
* tty: vt: Fix soft lockup in fbcon cursor blink timer.David Daney2016-07-271-0/+1
* QE-UART: add "fsl,t1040-ucc-uart" to of_device_idZhao Qiang2016-06-071-0/+3
* serial: samsung: Reorder the sequence of clock control when call s3c24xx_seri...Chanwoo Choi2016-06-011-2/+2
* serial: 8250_mid: recognize interrupt source in handlerAndy Shevchenko2016-06-011-10/+11
* serial: 8250_mid: use proper bar for DNV platformAndy Shevchenko2016-06-011-3/+11
* serial: 8250_pci: fix divide error bug if baud rate is 0David Müller2016-06-011-0/+3
* Fix OpenSSH pty regression on closeBrian Bloniarz2016-06-014-70/+42
* tty/serial: atmel: fix hardware handshake selectionAlexandre Belloni2016-06-011-1/+13
* TTY: n_gsm, fix false positive WARN_ONJiri Slaby2016-06-011-1/+3
* tty: vt, return error when con_startup failsJiri Slaby2016-06-011-2/+3
* serial: sh-sci: Remove cpufreq notifier to fix crash/deadlockGeert Uytterhoeven2016-05-041-39/+0
* 8250: use callbacks to access UART_DLL/UART_DLMSebastian Frias2016-04-121-12/+6
* serial: omap: Prevent DoS using unprivileged ioctl(TIOCSRS485)Peter Hurley2016-02-251-2/+6
* serial: 8250_pci: Add Intel Broadwell portsMika Westerberg2016-02-251-0/+29
* tty: Add support for PCIe WCH382 2S multi-IO cardJeremy McNicoll2016-02-251-0/+21
* 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
* tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)Peter Hurley2016-02-171-1/+23
* tty: Retry failed reopen if tty teardown in-progressPeter Hurley2016-02-171-4/+8
* tty: Wait interruptibly for tty lock on reopenPeter Hurley2016-02-172-1/+15
* n_tty: Fix unsafe reference to "other" ldiscPeter Hurley2016-02-171-5/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2015-12-251-5/+7
|\
| * tty/serial: Skip 'NULL' char after console break when sysrq enabledVijay Kumar2015-12-241-2/+4
| * tty: serial: constify sunhv_ops structsAya Mahfouz2015-12-241-3/+3
* | tty: Fix GPF in flush_to_ldisc()Peter Hurley2015-12-121-1/+1
* | serial: earlycon: Add missing spinlock initializationGeert Uytterhoeven2015-12-121-0/+2