summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
* kgdboc: Fix warning with module buildLaura Abbott2018-12-131-18/+19
* kgdboc: Fix restrict errorLaura Abbott2018-12-131-4/+2
* tty: wipe buffer if not echoing dataGreg Kroah-Hartman2018-12-011-2/+17
* tty: wipe buffer.Linus Torvalds2018-12-011-0/+2
* termios, tty/tty_baudrate.c: fix buffer overrunH. Peter Anvin2018-11-211-2/+2
* sc16is7xx: Fix for multi-channel stallPhil Elwell2018-11-211-6/+13
* tty: check name length in tty_find_polling_driver()Miles Chen2018-11-211-1/+1
* kgdboc: Passing ekgdboc to command line causes panicHe Zhe2018-11-211-0/+5
* tty: serial: sprd: fix error return code in sprd_probe()Gustavo A. R. Silva2018-11-101-2/+2
* serial: imx: restore handshaking irq for imx1Uwe Kleine-König2018-10-101-0/+8
* serial: cpm_uart: return immediately from console pollChristophe Leroy2018-10-101-3/+7
* drivers/tty: add error handling for pcmcia_loop_configZhouyang Jia2018-10-101-2/+4
* tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva2018-09-291-0/+4
* tty: rocket: Fix possible buffer overwrite on register_PCIAnton Vasilyev2018-09-191-1/+1
* serial: 8250_dw: always set baud rate in dw8250_set_termiosChen Hu2018-08-221-1/+1
* tty: Fix data race in tty_insert_flip_string_fixed_flagDaeRyong Jeong2018-08-061-0/+3
* hvc_opal: don't set tb_ticks_per_usec in udbg_init_opal_common()Stewart Smith2018-08-061-1/+0
* n_tty: Access echo_* variables carefully.Tetsuo Handa2018-07-111-18/+24
* n_tty: Fix stall at n_tty_receive_char_special().Tetsuo Handa2018-07-111-5/+8
* serial: sh-sci: Use spin_{try}lock_irqsave instead of open coding versionDaniel Wagner2018-07-031-5/+3
* serial: samsung: fix maxburst parameter for DMA transactionsMarek Szyprowski2018-06-161-5/+2
* serial: arc_uart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven2018-05-301-0/+5
* serial: fsl_lpuart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven2018-05-301-0/+4
* serial: imx: Fix out-of-bounds access through serial port indexGeert Uytterhoeven2018-05-301-0/+6
* serial: mxs-auart: Fix out-of-bounds access through serial port indexGeert Uytterhoeven2018-05-301-0/+4
* serial: samsung: Fix out-of-bounds access through serial port indexGeert Uytterhoeven2018-05-301-0/+4
* serial: xuartps: Fix out-of-bounds access through DT aliasGeert Uytterhoeven2018-05-301-1/+1
* serial: mctrl_gpio: Add missing module licenseRomain Izard2018-05-021-0/+3
* serial: mctrl_gpio: export mctrl_gpio_disable_ms and mctrl_gpio_initUwe Kleine-König2018-05-021-0/+2
* tty: Use __GFP_NOFAIL for tty_ldisc_get()Tetsuo Handa2018-05-021-6/+5
* tty: n_gsm: Fix DLCI handling for ADM mode if debug & 2 is not setTony Lindgren2018-05-021-0/+11
* tty: n_gsm: Fix long delays with control frame timeouts in ADM modeTony Lindgren2018-05-021-1/+11
* tty: Don't call panic() at tty_ldisc_init()Tetsuo Handa2018-05-022-3/+7
* tty: make n_tty_read() always abort if hangup is in progressTejun Heo2018-04-242-0/+15
* tty: n_gsm: Allow ADM response in addition to UA for control dlciTony Lindgren2018-04-131-3/+14
* Fix serial console on SNI RM400 machinesThomas Bogendoerfer2018-04-131-5/+10
* serial: sh-sci: Fix race condition causing garbage during shutdownGeert Uytterhoeven2018-04-131-2/+14
* serial: 8250: omap: Disable DMA for console UARTVignesh R2018-04-131-0/+4
* vt: change SGR 21 to follow the standardsMike Frysinger2018-04-081-1/+5
* tty: vt: fix up tabstops properlyLinus Torvalds2018-03-281-4/+4
* pty: cancel pty slave port buf's work in tty_releaseSahara2018-03-241-0/+2
* serial: 8250_pci: Add Brainboxes UC-260 4 port serial deviceNikola Ciprich2018-03-181-0/+11
* tty/serial: atmel: add new version check for usartJonas Danielsson2018-03-181-0/+1
* serial: sh-sci: prevent lockup on full TTY buffersUlrich Hecht2018-03-181-0/+2
* serial: 8250_mid: fix broken DMA dependencyHeikki Krogerus2018-02-251-1/+1
* tty: cyclades: cyz_interrupt is only used for PCIArnd Bergmann2018-02-251-1/+1
* tty: hvc_xen: hide xen_console_remove when unusedArnd Bergmann2018-02-251-1/+1
* serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTSFabio Estevam2018-02-031-6/+8
* sysrq: Fix warning in sysrq generated crash.Ani Sinha2018-01-171-0/+6
* n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD)Linus Torvalds2018-01-021-2/+2