summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)Author
2019-04-05tty: increase the default flip buffer limit to 2*640KManfred Schlaegl
2019-04-05serial: 8250_pxa: honor the port number from devicetreeLubomir Rintel
2019-04-05tty/serial: atmel: RS485 HD w/DMA: enable RX after TX is stoppedRazvan Stefanescu
2019-04-05tty/serial: atmel: Add is_half_duplex helperRazvan Stefanescu
2019-04-03Disable kgdboc failed by echo space to /sys/module/kgdboc/parameters/kgdbocWentao Wang
2019-04-03serial: sh-sci: Fix setting SCSCR_TIE while transferring dataHoan Nguyen An
2019-04-03serial: mvebu-uart: Fix to avoid a potential NULL pointer dereferenceAditya Pakki
2019-04-03serial: max310x: Fix to avoid potential NULL pointer dereferenceAditya Pakki
2019-04-03tty: serial: qcom_geni_serial: Initialize baud in qcom_geni_console_setupNathan Chancellor
2019-04-03tty: atmel_serial: fix a potential NULL pointer dereferenceKangjie Lu
2019-04-03tty: mxs-auart: fix a potential NULL pointer dereferenceKangjie Lu
2019-03-23vt: perform safe console erase in the right orderNicolas Pitre
2019-03-23serial: 8250_pci: Have ACCES cards that use the four port Pericom PI7C9X7954 ...Jay Dolan
2019-03-23serial: 8250_pci: Fix number of ports for ACCES serial cardsJay Dolan
2019-03-23serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uartLubomir Rintel
2019-03-23serial: uartps: Fix stuck ISR if RX disabled with non-empty FIFOAnssi Hannula
2019-03-05serial: fsl_lpuart: fix maximum acceptable baud rate with over-samplingTomonori Sakita
2019-03-05tty: serial: qcom_geni_serial: Allow mctrl when flow control is disabledMatthias Kaehlcke
2019-02-12serial: sh-sci: Do not free irqs that have already been freedChris Brandt
2019-02-12serial: 8250_pci: Make PCI class test non fatalAndy Shevchenko
2019-02-12serial: fix race between flush_to_ldisc and tty_openGreg Kroah-Hartman
2019-02-12tty: serial: samsung: Properly set flags in autoCTS modeBeomho Seo
2019-02-12serial: sh-sci: Resume PIO in sci_rx_interrupt() on DMA failureGeert Uytterhoeven
2019-02-12serial: sh-sci: Fix locking in sci_submit_rx()Geert Uytterhoeven
2019-02-12serial: fsl_lpuart: clear parity enable bit when disable parityAndy Duan
2019-01-31vt: invoke notifier on screen size changeNicolas Pitre
2019-01-31vt: always call notifier with the console lock heldNicolas Pitre
2019-01-31vt: make vt_console_print() compatible with the unicode screen bufferNicolas Pitre
2019-01-31tty/n_hdlc: fix __might_sleep warningPaul Fulghum
2019-01-31uart: Fix crash in uart_write and uart_put_charSamir Virmani
2019-01-31tty: Handle problem if line discipline does not have receive_bufGreg Kroah-Hartman
2019-01-26tty/serial: do not free trasnmit buffer page under port lockSergey Senozhatsky
2019-01-26serial: set suppress_bind_attrs flag only if builtinAnders Roxell
2019-01-22tty: Don't hold ldisc lock in tty_reopen() if ldisc presentDmitry Safonov
2019-01-22tty: Simplify tty->count math in tty_reopen()Dmitry Safonov
2019-01-22tty: Hold tty_ldisc_lock() during tty_reopen()Dmitry Safonov
2019-01-22tty/ldsem: Wake up readers after timed out down_write()Dmitry Safonov
2019-01-13serial/sunsu: fix refcount leakYangtao Li
2019-01-09serial: uartps: Fix interrupt mask issue to handle the RX interrupts properlyNava kishore Manne
2018-12-21drivers/tty: add missing of_node_put()Yangtao Li
2018-12-13kgdboc: fix KASAN global-out-of-bounds bug in param_set_kgdboc_var()Macpaul Lin
2018-12-13tty: do not set TTY_IO_ERROR flag if console portChanho Park
2018-12-13tty: serial: 8250_mtk: always resume the device in probe.Peter Shih
2018-12-13USB: serial: console: fix reported terminal settingsJohan Hovold
2018-12-08kgdboc: Fix warning with module buildLaura Abbott
2018-12-08kgdboc: Fix restrict errorLaura Abbott
2018-12-01tty: wipe buffer if not echoing dataGreg Kroah-Hartman
2018-12-01tty: wipe buffer.Linus Torvalds
2018-11-27serial: sh-sci: Fix receive on SCIFA/SCIFB variants with DMAGeert Uytterhoeven
2018-11-21termios, tty/tty_baudrate.c: fix buffer overrunH. Peter Anvin