summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2019-03-23serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uartLubomir Rintel1-0/+4
2019-03-23serial: uartps: Fix stuck ISR if RX disabled with non-empty FIFOAnssi Hannula1-1/+7
2019-03-05serial: fsl_lpuart: fix maximum acceptable baud rate with over-samplingTomonori Sakita1-1/+1
2019-02-12serial: fix race between flush_to_ldisc and tty_openGreg Kroah-Hartman1-0/+6
2019-02-12tty: serial: samsung: Properly set flags in autoCTS modeBeomho Seo1-0/+3
2019-02-12serial: fsl_lpuart: clear parity enable bit when disable parityAndy Duan1-0/+4
2019-01-31vt: invoke notifier on screen size changeNicolas Pitre1-0/+1
2019-01-31tty/n_hdlc: fix __might_sleep warningPaul Fulghum1-0/+1
2019-01-31uart: Fix crash in uart_write and uart_put_charSamir Virmani1-4/+8
2019-01-31tty: Handle problem if line discipline does not have receive_bufGreg Kroah-Hartman1-1/+2
2019-01-26tty/serial: do not free trasnmit buffer page under port lockSergey Senozhatsky1-6/+16
2019-01-26serial: set suppress_bind_attrs flag only if builtinAnders Roxell3-0/+4
2019-01-23tty: Don't hold ldisc lock in tty_reopen() if ldisc presentDmitry Safonov1-7/+13
2019-01-23tty: Simplify tty->count math in tty_reopen()Dmitry Safonov1-8/+5
2019-01-23tty: Hold tty_ldisc_lock() during tty_reopen()Dmitry Safonov1-2/+7
2019-01-23tty/ldsem: Wake up readers after timed out down_write()Dmitry Safonov1-0/+10
2019-01-13serial/sunsu: fix refcount leakYangtao Li1-5/+26
2019-01-09serial: uartps: Fix interrupt mask issue to handle the RX interrupts properlyNava kishore Manne1-2/+2
2018-12-21drivers/tty: add missing of_node_put()Yangtao Li1-0/+1
2018-12-13kgdboc: fix KASAN global-out-of-bounds bug in param_set_kgdboc_var()Macpaul Lin1-2/+2
2018-12-13tty: do not set TTY_IO_ERROR flag if console portChanho Park1-1/+2
2018-12-13tty: serial: 8250_mtk: always resume the device in probe.Peter Shih1-9/+7
2018-12-08kgdboc: Fix warning with module buildLaura Abbott1-18/+19
2018-12-08kgdboc: Fix restrict errorLaura Abbott1-4/+2
2018-12-01tty: wipe buffer if not echoing dataGreg Kroah-Hartman1-3/+17
2018-12-01tty: wipe buffer.Linus Torvalds1-0/+2
2018-11-21termios, tty/tty_baudrate.c: fix buffer overrunH. Peter Anvin1-2/+2
2018-11-21sc16is7xx: Fix for multi-channel stallPhil Elwell1-6/+13
2018-11-21tty: check name length in tty_find_polling_driver()Miles Chen1-1/+1
2018-11-13kgdboc: Passing ekgdboc to command line causes panicHe Zhe1-0/+5
2018-10-13tty: Drop tty->count on tty_reopen() failureDmitry Safonov1-3/+8
2018-10-10serial: mvebu-uart: Fix reporting of effective CSIZE to userspaceJan Kiszka1-1/+3
2018-10-04serial: imx: restore handshaking irq for imx1Uwe Kleine-König1-0/+8
2018-10-04serial: cpm_uart: return immediately from console pollChristophe Leroy1-3/+7
2018-10-04tty: serial: lpuart: avoid leaking struct tty_structStefan Agner1-1/+2
2018-10-04drivers/tty: add error handling for pcmcia_loop_configZhouyang Jia1-2/+4
2018-09-29tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva1-0/+4
2018-09-19tty: rocket: Fix possible buffer overwrite on register_PCIAnton Vasilyev1-1/+1
2018-09-09uart: fix race between uart_put_char() and uart_shutdown()Tycho Andersen1-5/+12
2018-08-22serial: 8250_dw: Add ACPI support for uart on Broadcom SoCSrinath Mannam1-0/+1
2018-08-22serial: 8250_dw: always set baud rate in dw8250_set_termiosChen Hu1-1/+1
2018-08-22tty: serial: 8250: Revert NXP SC16C2552 workaroundMark1-2/+1
2018-08-03tty: Fix data race in tty_insert_flip_string_fixed_flagDaeRyong Jeong1-0/+3
2018-08-03hvc_opal: don't set tb_ticks_per_usec in udbg_init_opal_common()Stewart Smith1-1/+0
2018-07-11vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko1-2/+2
2018-07-11n_tty: Access echo_* variables carefully.Tetsuo Handa1-18/+24
2018-07-11n_tty: Fix stall at n_tty_receive_char_special().Tetsuo Handa1-5/+8
2018-07-03serial: sh-sci: Use spin_{try}lock_irqsave instead of open coding versionDaniel Wagner1-5/+3
2018-06-16tty: pl011: Avoid spuriously stuck-off interruptsDave Martin1-0/+16
2018-06-16serial: 8250: omap: Fix idling of clocks for unused uartsTony Lindgren1-1/+15