summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2018-03-28tty: vt: fix up tabstops properlyLinus Torvalds1-4/+4
2018-03-24pty: cancel pty slave port buf's work in tty_releaseSahara1-0/+2
2018-03-24serial: 8250_dw: Disable clock on errorStefan Potyra1-1/+2
2018-03-22serial: imx: setup DCEDTE early and ensure DCD and RI irqs to be offUwe Kleine-König1-13/+23
2018-03-22tty: amba-pl011: Fix spurious TX interruptsJayachandran C1-9/+14
2018-03-18earlycon: add reg-offset to physical address before mappingGreentime Hu1-1/+2
2018-03-18serial: core: mark port as initialized in autoconfigSebastian Andrzej Siewior1-0/+2
2018-03-18serial: 8250_pci: Add Brainboxes UC-260 4 port serial deviceNikola Ciprich1-0/+11
2018-03-18tty/serial: atmel: add new version check for usartJonas Danielsson1-0/+1
2018-03-18serial: sh-sci: prevent lockup on full TTY buffersUlrich Hecht1-0/+2
2018-02-13serial: core: mark port as initialized after successful IRQ changeSebastian Andrzej Siewior1-0/+2
2018-02-03serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTSFabio Estevam1-6/+8
2018-02-03tty: fix data race between tty_init_dev and flush of bufGaurav Kohli2-3/+9
2018-01-02tty: fix tty_ldisc_receive_buf() documentationJohan Hovold1-1/+1
2018-01-02n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD)Linus Torvalds1-2/+2
2017-12-20tty: fix data race in tty_ldisc_ref_wait()Dmitry Vyukov1-2/+5
2017-12-20tty: don't panic on OOM in tty_set_ldisc()Dmitry Vyukov1-69/+16
2017-12-10sysrq : fix Show Regs call trace on ARMJibin Xu1-2/+7
2017-12-10serial: 8250: Preserve DLD[7:4] for PORT_XR17V35XAaron Sierra1-1/+4
2017-12-10serial: 8250_fintek: Fix rs485 disablement on invalid ioctl()Lukas Wunner1-1/+1
2017-12-10serial: 8250_pci: Add Amazon PCI serial device IDMatt Wilson1-0/+3
2017-11-24serial: 8250_fintek: Fix finding base_port with activated SuperIOJi-Ze Hong (Peter Hong)1-0/+3
2017-11-24serial: omap: Fix EFR write on RTS deassertionLukas Wunner1-1/+1
2017-11-15serial: sh-sci: Fix register offsets for the IRDA serial portLaurent Pinchart1-9/+8
2017-10-21sparc64: Migrate hvcons irq to panicked cpuVijay Kumar1-0/+6
2017-10-08serial: 8250_port: Remove dangerous pr_debug()Alexey Brodkin1-4/+0
2017-10-08tty: goldfish: Fix a parameter of a call to free_irqChristophe JAILLET1-1/+1
2017-10-08serial: 8250: moxa: Store num_ports in brdMatwey V. Kornilov1-0/+1
2017-09-27tty: fix __tty_insert_flip_char regressionArnd Bergmann1-1/+2
2017-09-27tty: improve tty_insert_flip_char() slow pathArnd Bergmann1-2/+3
2017-09-27tty: improve tty_insert_flip_char() fast pathArnd Bergmann1-0/+24
2017-07-21vt: fix unchecked __put_user() in tioclinux ioctlsAdam Borowski1-3/+3
2017-06-24serial: sh-sci: Fix late enablement of AUTORTSGeert Uytterhoeven1-0/+4
2017-06-24serial: efm32: Fix parity management in 'efm32_uart_console_get_options()'Christophe JAILLET1-3/+8
2017-06-14serial: sh-sci: Fix panic when serial console and DMA are enabledTakatoshi Akiyama1-4/+6
2017-06-14serial: ifx6x60: fix use-after-free on module unloadJohan Hovold1-1/+1
2017-06-07drivers/tty: 8250: only call fintek_8250_probe when doing port I/OArd Biesheuvel1-1/+1
2017-05-20tty: pty: Fix ldisc flush after userspace become aware of the data alreadyWang YanQing1-6/+1
2017-05-20serial: omap: suspend device on probe errorsJohan Hovold1-1/+2
2017-05-20serial: omap: fix runtime-pm handling on unbindJohan Hovold1-1/+5
2017-05-20serial: samsung: Use right device for DMA-mapping callsMarek Szyprowski1-5/+4
2017-05-14serial: 8250_omap: Fix probe and remove for PM runtimeTony Lindgren1-1/+7
2017-05-088250_pci: Fix potential use-after-free in error pathGabriel Krisman Bertazi1-7/+5
2017-04-12serial: 8250_omap: Add OMAP_DMA_TX_KICK quirk for AM437xVignesh R1-6/+3
2017-04-08serial: mxs-auart: Fix baudrate calculationUwe Kleine-König1-1/+1
2017-04-08tty/serial: atmel: fix TX path in atmel_console_write()Nicolas Ferre1-0/+3
2017-04-08tty/serial: atmel: fix race condition (TX+DMA)Richard Genoud1-0/+5
2017-03-22serial: 8250_pci: Detach low-level driver during PCI error recoveryGabriel Krisman Bertazi1-4/+19
2017-03-18serial: samsung: Continue to work if DMA request failsKrzysztof Kozlowski1-2/+4
2017-03-15serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cardsIan Abbott1-0/+13