summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2023-05-11serial: 8250: Add missing wakeup event reportingFlorian Fainelli
2023-05-11tty: serial: fsl_lpuart: adjust buffer length to the intended sizeShenwei Wang
2023-05-11serial: 8250_bcm7271: Fix arbitration handlingDoug Berger
2023-05-11serial: stm32: Re-assert RTS/DE GPIO in RS485 mode only if more data are tran...Marek Vasut
2023-05-11serial: max310x: fix IO data corruption in batched operationsJan Kundrát
2023-05-11serial: 8250: Fix serial8250_tx_empty() race with DMA TxIlpo Järvinen
2023-05-11serial: fix TIOCSRS485 lockingJohan Hovold
2023-05-11tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSHIlpo Järvinen
2023-04-13serial: 8250: Prevent starting up DMA Rx on THRI interruptIlpo Järvinen
2023-04-13tty: serial: fsl_lpuart: fix crash in lpuart_uport_is_activeSherry Sun
2023-04-13tty: serial: fsl_lpuart: avoid checking for transfer complete when UARTCTRL_S...Sherry Sun
2023-04-13tty: serial: sh-sci: Fix Rx on RZ/G2L SCIBiju Das
2023-04-13tty: serial: sh-sci: Fix transmit end interrupt handlerBiju Das
2023-03-30hvc/xen: prevent concurrent accesses to the shared ringRoger Pau Monne
2023-03-22serial: 8250: ASPEED_VUART: select REGMAP instead of depending on itRandy Dunlap
2023-03-22serial: 8250_fsl: fix handle_irq lockingJohan Hovold
2023-03-22serial: 8250_em: Fix UART port typeBiju Das
2023-03-22tty: serial: fsl_lpuart: skip waiting for transmission complete when UARTCTRL...Sherry Sun
2023-03-22tty: serial: fsl_lpuart: fix race on RX DMA shutdownAlexander Sverdlin
2023-03-22Revert "tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config depe...Tom Rix
2023-03-11tty: pcn_uart: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-03-11serial: sc16is7xx: setup GPIO controller later in probeIsaac True
2023-03-11tty: serial: fsl_lpuart: disable the CTS when send break signalSherry Sun
2023-03-11tty: fix out-of-bounds access in tty_driver_lookup_tty()Sven Schnelle
2023-03-11vc_screen: modify vcs_size() handling in vcs_read()George Kennedy
2023-03-10tty: serial: imx: disable Ageing Timer interrupt request irqPeng Fan
2023-03-10serial: fsl_lpuart: fix RS485 RTS polariy inverse issueShenwei Wang
2023-03-10tty: serial: fsl_lpuart: Fix the wrong RXWATER setting for rx dma caseSherry Sun
2023-03-10serial: tegra: Add missing clk_disable_unprepare() in tegra_uart_hw_init()Yi Yang
2023-03-10tty: serial: fsl_lpuart: clear LPUART Status Register in lpuart32_shutdown()Sherry Sun
2023-03-10tty: serial: fsl_lpuart: disable Rx/Tx DMA in lpuart32_shutdown()Sherry Sun
2023-03-03vc_screen: don't clobber return value in vcs_readThomas Weißschuh
2023-01-31vc_screen: move load of struct vc_data pointer in vcs_read() to avoid UAFGeorge Kennedy
2023-01-31serial: 8250_dma: Fix DMA Rx rearm raceIlpo Järvinen
2023-01-31serial: 8250_dma: Fix DMA Rx completion raceIlpo Järvinen
2023-01-31serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handlerMarek Vasut
2023-01-21Merge tag 'tty-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-01-20serial: exar: Add support for Sealevel 7xxxC serial cardsMatthew Howell
2023-01-20Revert "serial: stm32: Merge hard IRQ and threaded IRQ handling into single I...Greg Kroah-Hartman
2023-01-19Merge tag 'printk-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-01-19tty: serial: qcom_geni: avoid duplicate struct member initArnd Bergmann
2023-01-19serial: atmel: fix incorrect baudrate setupTobias Schramm
2023-01-19Merge branch 'rework/console-list-lock' into for-linusPetr Mladek
2023-01-19serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handlerMarek Vasut
2023-01-19serial: amba-pl011: fix high priority character transmission in rs486 modeLino Sanfilippo
2023-01-19serial: pch_uart: Pass correct sg to dma_unmap_sg()Ilpo Järvinen
2023-01-19tty: serial: qcom-geni-serial: fix slab-out-of-bounds on RX FIFO bufferKrzysztof Kozlowski
2023-01-16tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()John Ogness
2023-01-12Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-01-09hvc/xen: lock console list traversalRoger Pau Monne