summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)Author
2019-02-05tty/serial: do not free trasnmit buffer page under port lockSergey Senozhatsky
2019-02-05serial: set suppress_bind_attrs flag only if builtinAnders Roxell
2019-02-05tty: Don't hold ldisc lock in tty_reopen() if ldisc presentDmitry Safonov
2019-02-05tty: Simplify tty->count math in tty_reopen()Dmitry Safonov
2019-02-05tty: Hold tty_ldisc_lock() during tty_reopen()Dmitry Safonov
2019-02-05tty/ldsem: Wake up readers after timed out down_write()Dmitry Safonov
2019-01-14serial/sunsu: fix refcount leakYangtao Li
2019-01-12serial: uartps: Fix interrupt mask issue to handle the RX interrupts properlyNava kishore Manne
2019-01-12drivers/tty: add missing of_node_put()Yangtao Li
2018-12-30kgdboc: fix KASAN global-out-of-bounds bug in param_set_kgdboc_var()Macpaul Lin
2018-12-30tty: do not set TTY_IO_ERROR flag if console portChanho Park
2018-12-30tty: serial: 8250_mtk: always resume the device in probe.Peter Shih
2018-12-30USB: serial: console: fix reported terminal settingsJohan Hovold
2018-12-15kgdboc: Fix warning with module buildLaura Abbott
2018-12-15kgdboc: Fix restrict errorLaura Abbott
2018-12-15tty: wipe buffer if not echoing dataGreg KH
2018-12-15tty: wipe buffer.Linus Torvalds
2018-11-21termios, tty/tty_baudrate.c: fix buffer overrunH. Peter Anvin
2018-11-21serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeoutYoshihiro Shimoda
2018-11-21sc16is7xx: Fix for multi-channel stallPhil Elwell
2018-11-21tty: check name length in tty_find_polling_driver()Miles Chen
2018-11-13kgdboc: Passing ekgdboc to command line causes panicHe Zhe
2018-11-04Revert "serial: 8250_dw: Fix runtime PM handling"Guenter Roeck
2018-10-13tty: Drop tty->count on tty_reopen() failureDmitry Safonov
2018-10-03serial: cpm_uart: return immediately from console pollChristophe Leroy
2018-10-03serial: mvebu-uart: Fix reporting of effective CSIZE to userspaceJan Kiszka
2018-10-03serial: imx: restore handshaking irq for imx1Uwe Kleine-König
2018-10-03tty: serial: lpuart: avoid leaking struct tty_structStefan Agner
2018-10-03serial: pxa: Fix an error handling path in 'serial_pxa_probe()'Christophe JAILLET
2018-10-03drivers/tty: add error handling for pcmcia_loop_configZhouyang Jia
2018-10-03serial: sh-sci: Stop RX FIFO timer during port shutdownGeert Uytterhoeven
2018-09-29tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva
2018-09-26tty: fix termios input-speed encodingJohan Hovold
2018-09-26tty: fix termios input-speed encoding when using BOTHERJohan Hovold
2018-09-26serial: 8250: of: Correct of_platform_serial_setup() error handlingAlexander Sverdlin
2018-09-19tty: rocket: Fix possible buffer overwrite on register_PCIAnton Vasilyev
2018-09-09uart: fix race between uart_put_char() and uart_shutdown()Tycho Andersen
2018-08-24pty: fix O_CLOEXEC for TIOCGPTPEERMatthijs van Duin
2018-08-22serial: 8250_dw: Add ACPI support for uart on Broadcom SoCSrinath Mannam
2018-08-22serial: 8250_dw: always set baud rate in dw8250_set_termiosChen Hu
2018-08-22serial: 8250_exar: Read INT0 from slave device, tooAaron Sierra
2018-08-22tty: serial: 8250: Revert NXP SC16C2552 workaroundMark
2018-06-28vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko
2018-06-28serdev: fix memleak on module unloadJohan Hovold
2018-06-28serial: 8250_pci: Remove stalled entries in blacklistAndy Shevchenko
2018-06-28n_tty: Access echo_* variables carefully.Tetsuo Handa
2018-06-28n_tty: Fix stall at n_tty_receive_char_special().Tetsuo Handa
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook