summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2017-09-15serial: ifx6x60: fix use-after-free on module unloadJohan Hovold1-1/+1
2017-09-15serial: ifx6x60: Remove dangerous spi_driver castsGeert Uytterhoeven1-3/+3
2017-09-15serial: efm32: Fix parity management in 'efm32_uart_console_get_options()'Christophe JAILLET1-3/+8
2017-08-26serial: omap: suspend device on probe errorsJohan Hovold1-1/+2
2017-08-26serial: omap: fix runtime-pm handling on unbindJohan Hovold1-1/+5
2017-08-26serial: sh-sci: Fix panic when serial console and DMA are enabledTakatoshi Akiyama1-4/+6
2017-07-18serial: mxs-auart: Fix baudrate calculationUwe Kleine-König1-1/+1
2017-07-18serial: mxs-auart: fix baud rate rangeStefan Wahren1-2/+6
2017-06-05serial: exar: Fix initialization of EXAR registers for ports > 0Jan Kiszka1-10/+13
2017-06-05serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cardsIan Abbott1-0/+13
2017-06-05tty: serial: msm: Fix module autoloadJavier Martinez Canillas1-0/+1
2017-04-05serial: samsung: Use %pa to print 'resource_size_t' typeFabio Estevam1-2/+2
2017-03-16tty: n_hdlc: get rid of racy n_hdlc.tbufAlexander Popov1-63/+69
2017-03-16TTY: n_hdlc, fix lockdep false positiveJiri Slaby1-15/+4
2017-03-16sysrq: attach sysrq handler correctly for 32-bit kernelAkinobu Mita1-2/+2
2017-03-16tty/serial: atmel: RS485 half duplex w/DMA: enable RX after TX is doneRichard Genoud1-6/+5
2017-02-23tty: Prevent ldisc drivers from re-using stale tty fieldsPeter Hurley1-0/+7
2017-02-23vt: clear selection before resizingScot Doyle1-0/+3
2017-02-23tty: limit terminal size to 4M charsDmitry Vyukov1-0/+2
2017-02-23tty: vt, fix bogus division in csi_JJiri Slaby1-1/+1
2016-11-20serial: 8250: added acces i/o products quad and octal serial cardsJimi Damon1-0/+139
2016-11-20sparc: serial: sunhv: fix a double lock bugDan Carpenter1-6/+0
2016-11-20tty/vt/keyboard: fix OOB access in do_compute_shiftstate()Dmitry Torokhov1-21/+9
2016-11-20serial: samsung: Fix possible out of bounds access on non-DT platformKrzysztof Kozlowski1-2/+2
2016-11-20serial: samsung: Fix ERR pointer dereference on deferred probeKrzysztof Kozlowski1-3/+9
2016-11-20tty/serial: atmel: fix RS485 half duplex with DMAAlexandre Belloni1-6/+8
2016-08-23tty: vt, return error when con_startup failsJiri Slaby1-2/+3
2016-08-23Fix OpenSSH pty regression on closeBrian Bloniarz1-6/+10
2016-08-23Revert "tty: Fix pty master poll() after slave closes v2"Peter Hurley1-7/+2
2016-05-01serial: sh-sci: Remove cpufreq notifier to fix crash/deadlockGeert Uytterhoeven1-39/+0
2016-05-018250: use callbacks to access UART_DLL/UART_DLMSebastian Frias1-12/+6
2016-02-25pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski1-3/+6
2016-02-25pty: fix possible use after free of tty->driver_dataHerton R. Krzesinski1-1/+17
2016-02-25serial: omap: Prevent DoS using unprivileged ioctl(TIOCSRS485)Peter Hurley1-2/+6
2016-02-17n_tty: Fix unsafe reference to "other" ldiscPeter Hurley1-5/+2
2016-02-16tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)Peter Hurley1-1/+23
2016-02-02sysrq: Fix warning in sysrq generated crash.Ani Sinha1-0/+6
2016-01-25tty: Fix GPF in flush_to_ldisc()Peter Hurley1-1/+1
2016-01-25n_tty: Fix poll() after buffer-limited eof push readPeter Hurley1-13/+9
2015-12-13tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.cKosuke Tatsukawa1-10/+5
2015-11-16serial: 8250_pci: Correct uartclk for xr17v35x expansion chipsSoeren Grunewald1-3/+19
2015-11-16serial: 8250_pci: Add support for 12 port Exar boardsSoeren Grunewald1-0/+21
2015-11-16serial: 8250_pci: Add support for 16 port Exar boardsSoeren Grunewald1-2/+23
2015-09-28serial: 8250: bind to ALi Fast Infrared Controller (ALI5123)Maciej S. Szmigiero1-0/+6
2015-09-28serial: 8250: don't bind to SMSC IrCC IR portMaciej S. Szmigiero1-0/+5
2015-09-28serial: 8250_pci: Add support for Pericom PI7C9X795[1248]Adam Lee1-20/+61
2015-07-15tty: remove platform_sysrq_reset_seqArnd Bergmann1-18/+1
2015-06-11n_tty: Fix auditing support for cannonical modeLaura Abbott1-3/+14
2015-06-11serial: imx: Fix DMA handling for IDLE condition abortsPhilipp Zabel1-0/+8
2015-06-02xen/events: don't bind non-percpu VIRQs with percpu chipDavid Vrabel1-1/+1