summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* tty: Add support for Brainboxes UC cards.Cameron Williams2022-02-031-2/+98
* tty: n_gsm: fix SW flow control encoding/handlingdaniel.starke@siemens.com2022-02-031-1/+3
* serial: stm32: fix software flow control transferValentin Caron2022-02-031-1/+1
* serial: core: Keep mctrl register state and cached copy in syncLukas Wunner2022-01-271-1/+2
* serial: pl010: Drop CR register reset on set_termiosLukas Wunner2022-01-271-3/+0
* serial: amba-pl011: do not request memory region twiceLino Sanfilippo2022-01-271-24/+3
* tty: serial: atmel: Call dma_async_issue_pending()Tudor Ambarus2022-01-271-0/+4
* tty: serial: atmel: Check return code of dmaengine_submit()Tudor Ambarus2022-01-271-0/+10
* xen/console: harden hvc_xen against event channel stormsJuergen Gross2021-12-221-3/+27
* serial: pl011: Add ACPI SBSA UART match idPierre Gondois2021-12-081-0/+1
* tty: serial: msm_serial: Deactivate RX DMA for polling supportSven Eckelmann2021-12-081-0/+3
* tty: hvc: replace BUG_ON() with negative return valueJuergen Gross2021-12-081-3/+14
* tty: tty_buffer: Fix the softlockup issue in flush_to_ldiscGuanghui Feng2021-11-261-0/+3
* serial: 8250_dw: Drop wrong use of ACPI_PTR()Andy Shevchenko2021-11-261-1/+1
* tty: Fix out-of-bound vmalloc access in imageblitIgor Matheus Andrade Torrente2021-10-061-2/+19
* serial: 8250_pci: make setup_port() parameters explicitly unsignedGreg Kroah-Hartman2021-09-221-1/+1
* hvsi: don't panic on tty_register_driver failureJiri Slaby2021-09-221-3/+16
* serial: 8250: Define RX trigger levels for OxSemi 950 devicesMaciej W. Rozycki2021-09-221-1/+2
* tty: serial: jsm: hold port lock when reporting modem line changesZheyu Ma2021-09-222-0/+5
* tty: Fix data race between tiocsti() and flush_to_ldisc()Nguyen Dinh Phi2021-09-221-2/+2
* vt_kdsetmode: extend console lockingLinus Torvalds2021-09-031-4/+7
* serial: 8250: Mask out floating 16/32-bit bus bitsMaciej W. Rozycki2021-08-151-3/+9
* tty: serial: 8250: serial_cs: Fix a memory leak in error handling pathChristophe JAILLET2021-07-201-1/+10
* tty: serial: fsl_lpuart: fix the potential risk of division or modulo by zeroSherry Sun2021-07-201-0/+3
* tty: nozomi: Fix the error handling path of 'nozomi_card_init()'Christophe JAILLET2021-07-201-3/+5
* tty: nozomi: Fix a resource leak in an error handling functionChristophe JAILLET2021-07-201-0/+1
* serial_cs: Add Option International GSM-Ready 56K/ISDN modemOndrej Zary2021-07-201-0/+1
* serial: rp2: use 'request_firmware' instead of 'request_firmware_nowait'Zheyu Ma2021-06-031-35/+17
* tty: vt: always invoke vc->vc_sw->con_resize callbackTetsuo Handa2021-05-261-1/+1
* vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki2021-05-261-3/+3
* tty: fix return value for unsupported ioctlsJohan Hovold2021-05-221-4/+4
* vt/consolemap: do font sum unsignedJiri Slaby2021-03-071-1/+1
* serial: 8250_omap: Avoid FIFO corruption caused by MDR1 accessAlexander Sverdlin2020-12-291-5/+0
* tty: Fix ->session lockingJann Horn2020-12-111-14/+37
* tty: Fix ->pgrp locking in tiocspgrp()Jann Horn2020-12-111-2/+2
* tty: serial: imx: keep console clocks always onFugang Duan2020-11-241-17/+3
* serial: txx9: add missing platform_driver_unregister() on error in serial_txx...Qinglang Miao2020-11-101-0/+3
* serial: 8250_mtk: Fix uart_get_baud_rate warningClaire Chang2020-11-101-1/+1
* vt: Disable KD_FONT_OP_COPYDaniel Vetter2020-11-101-22/+2
* tty: make FONTX ioctl use the tty pointer they were actually passedLinus Torvalds2020-11-101-15/+17
* vt: keyboard, extend func_buf_lock to readersJiri Slaby2020-11-101-4/+13
* vt: keyboard, simplify vt_kdgkbsentJiri Slaby2020-11-101-19/+9
* tty: ipwireless: fix error handlingTong Zhang2020-10-292-3/+3
* pty: do tty_flip_buffer_push without port->lock in pty_writeArtem Savkov2020-10-291-1/+1
* tty: hvcs: Don't NULL tty->driver_data until hvcs_cleanup()Tyrel Datwyler2020-10-291-7/+7
* tty: serial: earlycon dependencyTong Zhang2020-10-291-0/+1
* tty: vt, consw->con_scrolldelta cleanupJiri Slaby2020-10-011-1/+1
* tty: serial: samsung: Correct clock selection logicJonathan Bakker2020-10-011-4/+4
* serial: 8250_omap: Fix sleeping function called from invalid context during p...Peter Ujfalusi2020-10-011-1/+1
* serial: 8250: Avoid error message on reprobeLukas Wunner2020-10-011-2/+9