summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2020-11-24serial: ar933x_uart: disable clk on error handling path in probeZheng Zengkai
2020-11-24tty: serial: imx: keep console clocks always onFugang Duan
2020-11-24tty: serial: imx: fix potential deadlockSam Nobs
2020-11-10serial: txx9: add missing platform_driver_unregister() on error in serial_txx...Qinglang Miao
2020-11-10serial: 8250_mtk: Fix uart_get_baud_rate warningClaire Chang
2020-11-10tty: fix crash in release_tty if tty->port is not setMatthias Reichl
2020-11-10tty: serial: imx: enable earlycon by default if IMX_SERIAL_CONSOLE is enabledLucas Stach
2020-11-10vt: Disable KD_FONT_OP_COPYDaniel Vetter
2020-11-05tty: make FONTX ioctl use the tty pointer they were actually passedLinus Torvalds
2020-11-05tty: serial: fsl_lpuart: LS1021A has a FIFO size of 16 words, like LS1028AVladimir Oltean
2020-11-05tty: serial: 21285: fix lockup on openRussell King
2020-11-05vt_ioctl: fix GIO_UNIMAP regressionJiri Slaby
2020-11-05vt: keyboard, extend func_buf_lock to readersJiri Slaby
2020-11-05vt: keyboard, simplify vt_kdgkbsentJiri Slaby
2020-11-01serial: pl011: Fix lockdep splat when handling magic-sysrq interruptPeter Zijlstra
2020-11-01serial: qcom_geni_serial: To correct QUP Version detection logicParas Sharma
2020-10-29tty: serial: fsl_lpuart: fix lpuart32_poll_get_charPeng Fan
2020-10-29tty: serial: lpuart: fix lpuart32_write usagePeng Fan
2020-10-29tty: ipwireless: fix error handlingTong Zhang
2020-10-29serial: 8250_dw: Fix clk-notifier/port suspend deadlockSerge Semin
2020-10-29serial: 8250: Skip uninitialized TTY port baud rate updateSerge Semin
2020-10-29serial: 8250: Discard RTS/DTS setting from clock update methodSerge Semin
2020-10-29tty: serial: imx: fix link error with CONFIG_SERIAL_CORE_CONSOLE=nYang Yingliang
2020-10-29tty: hvc: fix link error with CONFIG_SERIAL_CORE_CONSOLE=nYang Yingliang
2020-10-29pty: do tty_flip_buffer_push without port->lock in pty_writeArtem Savkov
2020-10-29tty: hvcs: Don't NULL tty->driver_data until hvcs_cleanup()Tyrel Datwyler
2020-10-29tty: serial: earlycon dependencyTong Zhang
2020-10-17vt_ioctl: make VT_RESIZEX behave like VT_RESIZETetsuo Handa
2020-09-16serial: 8250_pci: Add Realtek 816a and 816bTobias Diedrich
2020-09-16serial: core: fix console port-lock regressionJohan Hovold
2020-09-16serial: core: fix port-lock initialisationJohan Hovold
2020-08-26Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-18tty: serial: imx: add dependence and build for earlyconFugang Duan
2020-08-18serial: samsung: Removes the IRQ not found warningTamseel Shams
2020-08-18serial: 8250: change lock order in serial8250_do_startup()Sergey Senozhatsky
2020-08-18serial: stm32: avoid kernel warning on absence of optional IRQHolger Assmann
2020-08-18serial: pl011: Fix oops on -EPROBE_DEFERLukas Wunner
2020-08-18serial: pl011: Don't leak amba_ports entry on driver register errorLukas Wunner
2020-08-18serial: 8250_exar: Fix number of ports for Commtech PCIe cardsValmer Huhn
2020-08-18tty: serial: qcom_geni_serial: Drop __init from qcom_geni_console_setupJohn Stultz
2020-08-18serial: qcom_geni_serial: Fix recent kdb hangDouglas Anderson
2020-08-18vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize()George Kennedy
2020-08-18vt: defer kfree() of vc_screenbuf in vc_do_resize()Tetsuo Handa
2020-08-06Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-04Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-04Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-08-03Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds