summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uartLubomir Rintel2019-07-091-0/+4
* serial: 8250_pci: Have ACCES cards that use the four port Pericom PI7C9X7954 ...Jay Dolan2019-07-091-0/+105
* serial: 8250_pci: Fix number of ports for ACCES serial cardsJay Dolan2019-07-091-18/+18
* tty: ipwireless: Fix potential NULL pointer dereferenceYueHaibing2019-07-091-0/+2
* tty: Handle problem if line discipline does not have receive_bufGreg Kroah-Hartman2019-05-021-1/+2
* vt: invoke notifier on screen size changeNicolas Pitre2019-05-021-0/+1
* vt: always call notifier with the console lock heldNicolas Pitre2019-05-021-1/+1
* tty/n_hdlc: fix __might_sleep warningPaul Fulghum2019-05-021-0/+1
* uart: Fix crash in uart_write and uart_put_charSamir Virmani2019-05-021-4/+8
* tty/ldsem: Wake up readers after timed out down_write()Dmitry Safonov2019-04-041-0/+10
* serial: imx: fix error handling in console_setupStefan Agner2019-04-041-1/+1
* kgdboc: fix KASAN global-out-of-bounds bug in param_set_kgdboc_var()Macpaul Lin2019-02-111-2/+2
* termios, tty/tty_baudrate.c: fix buffer overrunH. Peter Anvin2019-02-111-2/+2
* kgdboc: Passing ekgdboc to command line causes panicHe Zhe2019-02-111-0/+5
* tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva2018-12-161-0/+4
* serial: cpm_uart: return immediately from console pollChristophe Leroy2018-12-161-3/+7
* tty: fix termios input-speed encoding when using BOTHERJohan Hovold2018-12-161-3/+7
* tty: fix termios input-speed encodingJohan Hovold2018-12-161-0/+3
* tty: fix typo in comment of tty_termios_encode_baud_rateMatthias Brugger2018-12-161-1/+1
* uart: fix race between uart_put_char() and uart_shutdown()Tycho Andersen2018-12-161-5/+12
* serial: pxa: Fix an error handling path in 'serial_pxa_probe()'Christophe JAILLET2018-12-161-1/+2
* vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko2018-11-201-2/+2
* tty: vt, get rid of weird source code flowJiri Slaby2018-11-201-31/+39
* tty: vt, remove reduntant checkJiri Slaby2018-11-201-4/+0
* n_tty: Access echo_* variables carefully.Tetsuo Handa2018-11-201-18/+24
* n_tty: Fix stall at n_tty_receive_char_special().Tetsuo Handa2018-11-201-5/+8
* tty: pl011: Avoid spuriously stuck-off interruptsDave Martin2018-11-201-0/+15
* tty: Use __GFP_NOFAIL for tty_ldisc_get()Tetsuo Handa2018-10-211-6/+5
* tty: Don't call panic() at tty_ldisc_init()Tetsuo Handa2018-10-212-3/+7
* tty: Avoid possible error pointer dereference at tty_ldisc_restore().Tetsuo Handa2018-10-211-8/+5
* tty: handle the case where we cannot restore a line disciplineAlan Cox2018-10-213-14/+112
* drivers: tty: Fix use-after-free in pty_common_installRasmus Villemoes2018-10-211-1/+1
* drivers: tty: Merge alloc_tty_struct and initialize_tty_structRasmus Villemoes2018-10-212-34/+22
* vt: change SGR 21 to follow the standardsMike Frysinger2018-10-211-1/+5
* serial: xuartps: Fix out-of-bounds access through DT aliasGeert Uytterhoeven2018-10-211-1/+1
* serial: pxa: Fix out-of-bounds access through serial port indexGeert Uytterhoeven2018-10-211-0/+4
* serial: mxs-auart: Fix out-of-bounds access through serial port indexGeert Uytterhoeven2018-10-211-0/+5
* serial: imx: Fix out-of-bounds access through serial port indexGeert Uytterhoeven2018-10-211-0/+6
* serial: fsl_lpuart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven2018-10-211-0/+4
* serial: arc_uart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven2018-10-211-1/+7
* serial: altera: ensure port->regshift is honored consistentlyUwe Kleine-König2018-10-211-3/+3
* tty: vt: fix up tabstops properlyLinus Torvalds2018-06-161-4/+4
* serial: sh-sci: prevent lockup on full TTY buffersUlrich Hecht2018-06-161-0/+2
* serial: 8250_pci: Add Brainboxes UC-260 4 port serial deviceNikola Ciprich2018-06-161-0/+11
* tty/serial: atmel: add new version check for usartJonas Danielsson2018-06-161-0/+1
* tty: make n_tty_read() always abort if hangup is in progressTejun Heo2018-06-161-0/+6
* n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD)Linus Torvalds2018-03-031-2/+2
* serial: 8250_pci: Add Amazon PCI serial device IDMatt Wilson2018-03-031-0/+3
* tty/isicom: fix big-endian compile warningArnd Bergmann2017-11-111-1/+1
* tty: nozomi: avoid a harmless gcc warningArnd Bergmann2017-11-111-1/+1