summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko2018-07-081-2/+2
* serdev: fix memleak on module unloadJohan Hovold2018-07-081-0/+1
* serial: 8250_pci: Remove stalled entries in blacklistAndy Shevchenko2018-07-081-2/+0
* n_tty: Access echo_* variables carefully.Tetsuo Handa2018-07-081-18/+24
* n_tty: Fix stall at n_tty_receive_char_special().Tetsuo Handa2018-07-081-5/+8
* serial: sh-sci: Use spin_{try}lock_irqsave instead of open coding versionDaniel Wagner2018-07-031-5/+3
* tty: pl011: Avoid spuriously stuck-off interruptsDave Martin2018-06-161-0/+16
* serial: 8250: omap: Fix idling of clocks for unused uartsTony Lindgren2018-06-161-1/+15
* serial: samsung: fix maxburst parameter for DMA transactionsMarek Szyprowski2018-06-161-5/+2
* tty/serial: atmel: use port->name as name in request_irq()Sebastian Andrzej Siewior2018-06-161-3/+2
* serial: sh-sci: Stop using printk format %pCrGeert Uytterhoeven2018-06-161-2/+2
* serial: altera: ensure port->regshift is honored consistentlyUwe Kleine-König2018-05-251-6/+6
* serial: 8250: Don't service RX FIFO if interrupts are disabledVignesh R2018-05-251-1/+2
* serial: arc_uart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven2018-05-251-0/+5
* serial: fsl_lpuart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven2018-05-251-0/+4
* serial: imx: Fix out-of-bounds access through serial port indexGeert Uytterhoeven2018-05-251-0/+6
* serial: mxs-auart: Fix out-of-bounds access through serial port indexGeert Uytterhoeven2018-05-251-0/+4
* serial: samsung: Fix out-of-bounds access through serial port indexGeert Uytterhoeven2018-05-251-0/+4
* serial: sh-sci: Fix out-of-bounds access through DT aliasGeert Uytterhoeven2018-05-251-0/+4
* serial: xuartps: Fix out-of-bounds access through DT aliasGeert Uytterhoeven2018-05-251-1/+1
* earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz2018-05-011-2/+4
* tty: Use __GFP_NOFAIL for tty_ldisc_get()Tetsuo Handa2018-05-011-6/+5
* tty: Avoid possible error pointer dereference at tty_ldisc_restore().Tetsuo Handa2018-05-011-8/+5
* tty: n_gsm: Fix DLCI handling for ADM mode if debug & 2 is not setTony Lindgren2018-05-011-0/+11
* tty: n_gsm: Fix long delays with control frame timeouts in ADM modeTony Lindgren2018-05-011-1/+11
* tty: Don't call panic() at tty_ldisc_init()Tetsuo Handa2018-05-012-3/+7
* tty: serial: exar: Relocate sleep wake-up handlingAaron Sierra2018-04-262-30/+30
* 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-121-3/+14
* vt: change SGR 21 to follow the standardsMike Frysinger2018-04-081-1/+5
* serial: 8250: Add Nuvoton NPCM UARTJoel Stanley2018-04-082-0/+34
* tty: vt: fix up tabstops properlyLinus Torvalds2018-03-281-4/+4
* serial: 8250_pci: Don't fail on multiport card classAndy Shevchenko2018-03-241-3/+7
* pty: cancel pty slave port buf's work in tty_releaseSahara2018-03-241-0/+2
* serial: 8250_dw: Disable clock on errorStefan Potyra2018-03-241-1/+2
* tty: goldfish: Enable 'earlycon' only if built-inSebastian Andrzej Siewior2018-03-242-1/+7
* earlycon: add reg-offset to physical address before mappingGreentime Hu2018-03-191-1/+2
* serial: core: mark port as initialized in autoconfigSebastian Andrzej Siewior2018-03-191-0/+2
* serial: 8250_pci: Add Brainboxes UC-260 4 port serial deviceNikola Ciprich2018-03-191-0/+11
* tty/serial: atmel: add new version check for usartJonas Danielsson2018-03-191-0/+1
* serial: sh-sci: prevent lockup on full TTY buffersUlrich Hecht2018-03-191-0/+2
* serial: core: mark port as initialized after successful IRQ changeSebastian Andrzej Siewior2018-02-071-0/+2
* serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTSFabio Estevam2018-02-031-6/+8
* serial: 8250_uniphier: fix error return code in uniphier_uart_probe()Wei Yongjun2018-02-031-2/+3
* serial: 8250_of: fix return code when probe function fails to get resetMasahiro Yamada2018-02-031-1/+4
* tty: fix data race between tty_init_dev and flush of bufGaurav Kohli2018-02-032-3/+9
* tty: fix tty_ldisc_receive_buf() documentationJohan Hovold2018-01-021-1/+1
* n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD)Linus Torvalds2018-01-021-2/+2
* serdev: ttyport: enforce tty-driver open() requirementJohan Hovold2017-12-201-4/+10
* serdev: ttyport: fix tty locking in closeJohan Hovold2017-12-141-0/+2