summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)Author
2020-04-02vt: vt_ioctl: fix use-after-free in vt_in_use()Eric Biggers
2020-04-02vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual consoleEric Biggers
2020-04-02vt: vt_ioctl: remove unnecessary console allocation checksEric Biggers
2020-04-02vt: switch vt_dont_switch to boolJiri Slaby
2020-04-02vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlinesJiri Slaby
2020-04-02vt: selection, introduce vc_is_selJiri Slaby
2020-04-02serial: sprd: Fix a dereference warningLanqing Liu
2020-03-25tty: fix compat TIOCGSERIAL checking wrong function ptrEric Biggers
2020-03-25tty: fix compat TIOCGSERIAL leaking uninitialized memoryEric Biggers
2020-03-12vt: selection, push sel_lock upJiri Slaby
2020-03-12vt: selection, push console lock downJiri Slaby
2020-03-12vt: selection, close sel_buffer raceJiri Slaby
2020-03-12serial: 8250_exar: add support for ACCES cardsJay Dolan
2020-03-12tty: serial: fsl_lpuart: free IDs allocated by IDAMichael Walle
2020-03-12tty:serial:mvebu-uart:fix a wrong returntangbin
2020-03-12serial: ar933x_uart: set UART_CS_{RX,TX}_READY_ORIDEDaniel Golle
2020-02-28serdev: ttyport: restore client ops on deregistrationJohan Hovold
2020-02-28tty: serial: qcom_geni_serial: Fix RX cancel command failuresatya priya
2020-02-28tty: serial: imx: setup the correct sg entry for tx dmaFugang Duan
2020-02-28tty/serial: atmel: manage shutdown in case of RS485 or ISO7816 modeNicolas Ferre
2020-02-28serial: 8250: Check UPF_IRQ_SHARED in advanceAndy Shevchenko
2020-02-28vt: vt_ioctl: fix race in VT_RESIZEXEric Dumazet
2020-02-28vt: selection, handle pending signals in paste_selectionJiri Slaby
2020-02-28vt: fix scrollback flushing on background consolesNicolas Pitre
2020-02-24tty: synclink_gt: Adjust indentation in several functionsNathan Chancellor
2020-02-24tty: synclinkmp: Adjust indentation in several functionsNathan Chancellor
2020-02-01serial: imx: fix a race condition in receive pathUwe Kleine-König
2020-02-01serial: 8250_bcm2835aux: Fix line mismatch on driver unbindLukas Wunner
2020-01-17tty: serial: pch_uart: correct usage of dma_unmap_sgPeng Fan
2020-01-17tty: serial: imx: use the sg count from dma_map_sgPeng Fan
2020-01-14tty: always relink the portSudip Mukherjee
2020-01-14tty: link tty and port before configuring it as consoleSudip Mukherjee
2020-01-14serdev: Don't claim unsupported ACPI serial devicesPunit Agrawal
2020-01-09tty: serial: msm_serial: Fix lockup for sysrq and oopsLeo Yan
2019-12-31serial: sprd: Add clearing break interrupt operationYonghan Ye
2019-12-31tty/serial: atmel: fix out of range clock divider handlingDavid Engraf
2019-12-13Revert "serial/8250: Add support for NI-Serial PXI/PXIe+485 devices"Je Yen Tam
2019-12-13vcs: prevent write access to vcsu devicesNicolas Pitre
2019-12-13tty: vt: keyboard: reject invalid keycodesDmitry Torokhov
2019-12-13serial: ifx6x60: add missed pm_runtime_disableChuhong Yuan
2019-12-13serial: 8250_dw: Avoid double error messaging when IRQ absentAndy Shevchenko
2019-12-13serial: stm32: fix clearing interrupt error flagsFabrice Gasnier
2019-12-13serial: serial_core: Perform NULL checks for break_ctl opsJiangfeng Xiao
2019-12-13serial: pl011: Fix DMA ->flush_buffer()Vincent Whitchurch
2019-12-13tty: serial: msm_serial: Fix flow controlJeffrey Hugo
2019-12-13tty: serial: fsl_lpuart: use the sg count from dma_map_sgPeng Fan
2019-12-13serial: 8250-mtk: Use platform_get_irq_optional() for optional irqFrank Wunderlich
2019-10-158250-men-mcb: fix error checking when get_num_ports returns -ENODEVColin Ian King
2019-10-10tty: serial: imx: Use platform_get_irq_optional() for optional IRQsAnson Huang
2019-10-10serial: fix kernel-doc warning in commentsRandy Dunlap