summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2017-01-11Merge tag 'v4.4.39' into toradex_vf_4.4-nextStefan Agner
2017-01-11tty: serial: fsl_lpuart: Fix Tx DMA edge caseAaron Brice
2016-11-21sparc: serial: sunhv: fix a double lock bugDan Carpenter
2016-11-21tty: Prevent ldisc drivers from re-using stale tty fieldsPeter Hurley
2016-11-18tty/serial: at91: fix hardware handshake on Atmel platformsRichard Genoud
2016-11-10tty: vt, fix bogus division in csi_JJiri Slaby
2016-11-10tty: limit terminal size to 4M charsDmitry Vyukov
2016-11-10vt: clear selection before resizingScot Doyle
2016-10-22serial: 8250_dw: Check the data->pclk when get apb_pclkKefeng Wang
2016-09-29Merge tag 'v4.4.21' into toradex_vf_4.4-nextStefan Agner
2016-09-29tty: serial: fsl_lpuart: Fix parity controlBhuvanchandra DV
2016-09-24serial: 8250: added acces i/o products quad and octal serial cardsJimi Damon
2016-09-24serial: 8250_mid: fix divide error bug if baud rate is 0Andy Shevchenko
2016-08-20tty/serial: atmel: fix RS485 half duplex with DMAAlexandre Belloni
2016-08-20serial: samsung: Fix ERR pointer dereference on deferred probeKrzysztof Kozlowski
2016-08-20tty: serial: msm: Don't read off end of tx fifoBjorn Andersson
2016-08-16devpts: clean up interface to pty driversLinus Torvalds
2016-07-27tty/vt/keyboard: fix OOB access in do_compute_shiftstate()Dmitry Torokhov
2016-07-27tty: vt: Fix soft lockup in fbcon cursor blink timer.David Daney
2016-06-29Merge tag 'v4.4.14' into toradex_vf_4.4-nextColibri_VF_LinuxImageV2.6Beta2_20160701Stefan Agner
2016-06-07QE-UART: add "fsl,t1040-ucc-uart" to of_device_idZhao Qiang
2016-06-02Merge tag 'v4.4.12' into toradex_vf_4.4-nextStefan Agner
2016-06-01serial: samsung: Reorder the sequence of clock control when call s3c24xx_seri...Chanwoo Choi
2016-06-01serial: 8250_mid: recognize interrupt source in handlerAndy Shevchenko
2016-06-01serial: 8250_mid: use proper bar for DNV platformAndy Shevchenko
2016-06-01serial: 8250_pci: fix divide error bug if baud rate is 0David Müller
2016-06-01Fix OpenSSH pty regression on closeBrian Bloniarz
2016-06-01tty/serial: atmel: fix hardware handshake selectionAlexandre Belloni
2016-06-01TTY: n_gsm, fix false positive WARN_ONJiri Slaby
2016-06-01tty: vt, return error when con_startup failsJiri Slaby
2016-05-04serial: sh-sci: Remove cpufreq notifier to fix crash/deadlockGeert Uytterhoeven
2016-04-128250: use callbacks to access UART_DLL/UART_DLMSebastian Frias
2016-03-29Merge tag 'v4.4.5' into toradex_vf_4.4-nextStefan Agner
2016-03-29tty: serial: fsl_lpuart: enable UART DMA by defaultStefan Agner
2016-03-29tty: serial: fsl_lpuart: Fix broken 8m/s1 supportBhuvanchandra DV
2016-03-29tty: serial: fsl_lpuart: Add support for RS-485Bhuvanchandra DV
2016-03-29tty: serial: fsl-lpuart: Update suspend/resume for DMA modeBhuvanchandra DV
2016-03-29tty: serial: fsl-lpuart: Use scatter/gather DMA for TxBhuvanchandra DV
2016-03-29tty: serial: fsl-lpuart: Use cyclic DMA for RxBhuvanchandra DV
2016-02-25serial: omap: Prevent DoS using unprivileged ioctl(TIOCSRS485)Peter Hurley
2016-02-25serial: 8250_pci: Add Intel Broadwell portsMika Westerberg
2016-02-25tty: Add support for PCIe WCH382 2S multi-IO cardJeremy McNicoll
2016-02-25pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski
2016-02-25pty: fix possible use after free of tty->driver_dataHerton R. Krzesinski
2016-02-23tty: serial: fsl_lpuart: implement module parameter to disable DMAStefan Agner
2016-02-23tty: serial: fsl_lpuart: fix clearing of receive flagStefan Agner
2016-02-23tty: serial: fsl_lpuart: consider TX FIFO too in tx_emptyStefan Agner
2016-02-17tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)Peter Hurley
2016-02-17tty: Retry failed reopen if tty teardown in-progressPeter Hurley
2016-02-17tty: Wait interruptibly for tty lock on reopenPeter Hurley