summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* Revert "serial: 8250_dw: Fix runtime PM handling"Guenter Roeck2018-11-041-4/+0
* tty: Drop tty->count on tty_reopen() failureDmitry Safonov2018-10-131-3/+8
* serial: cpm_uart: return immediately from console pollChristophe Leroy2018-10-031-3/+7
* serial: mvebu-uart: Fix reporting of effective CSIZE to userspaceJan Kiszka2018-10-031-0/+1
* serial: imx: restore handshaking irq for imx1Uwe Kleine-König2018-10-031-0/+8
* tty: serial: lpuart: avoid leaking struct tty_structStefan Agner2018-10-031-1/+2
* serial: pxa: Fix an error handling path in 'serial_pxa_probe()'Christophe JAILLET2018-10-031-1/+2
* drivers/tty: add error handling for pcmcia_loop_configZhouyang Jia2018-10-031-2/+4
* serial: sh-sci: Stop RX FIFO timer during port shutdownGeert Uytterhoeven2018-10-031-0/+2
* tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva2018-09-291-0/+4
* tty: fix termios input-speed encodingJohan Hovold2018-09-261-0/+3
* tty: fix termios input-speed encoding when using BOTHERJohan Hovold2018-09-261-3/+7
* serial: 8250: of: Correct of_platform_serial_setup() error handlingAlexander Sverdlin2018-09-261-1/+1
* tty: rocket: Fix possible buffer overwrite on register_PCIAnton Vasilyev2018-09-191-1/+1
* uart: fix race between uart_put_char() and uart_shutdown()Tycho Andersen2018-09-091-5/+12
* pty: fix O_CLOEXEC for TIOCGPTPEERMatthijs van Duin2018-08-241-1/+1
* serial: 8250_dw: Add ACPI support for uart on Broadcom SoCSrinath Mannam2018-08-221-0/+1
* serial: 8250_dw: always set baud rate in dw8250_set_termiosChen Hu2018-08-221-1/+1
* serial: 8250_exar: Read INT0 from slave device, tooAaron Sierra2018-08-221-1/+5
* tty: serial: 8250: Revert NXP SC16C2552 workaroundMark2018-08-221-2/+1
* vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko2018-06-281-2/+2
* serdev: fix memleak on module unloadJohan Hovold2018-06-281-0/+1
* serial: 8250_pci: Remove stalled entries in blacklistAndy Shevchenko2018-06-281-2/+0
* n_tty: Access echo_* variables carefully.Tetsuo Handa2018-06-281-18/+24
* n_tty: Fix stall at n_tty_receive_char_special().Tetsuo Handa2018-06-281-5/+8
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-3/+12
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-3/+12
* | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-1/+1
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-126-8/+10
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-126-10/+14
* | Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-071-1/+0
|\ \
| * | hvc_opal: don't set tb_ticks_per_usec in udbg_init_opal_common()Stewart Smith2018-06-031-1/+0
| |/
* | Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-061-2/+2
|\ \
| * | serial: sh-sci: Stop using printk format %pCrGeert Uytterhoeven2018-06-051-2/+2
* | | Merge tag 'tty-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-06-0526-293/+681
|\ \ \
| * | | vt: Perform safe console erase only onceNicolas Pitre2018-05-251-9/+7
| * | | serial: imx: disable UCR4_OREN on shutdownSebastian Reichel2018-05-251-1/+5
| * | | serial: imx: drop CTS/RTS handling from shutdownSebastian Reichel2018-05-251-1/+1
| * | | serial: samsung: check DMA engine capabilities before using DMA modeMarek Szyprowski2018-05-241-4/+29
| * | | tty: Fix data race in tty_insert_flip_string_fixed_flagDaeRyong Jeong2018-05-141-0/+3
| * | | tty: serial: msm_geni_serial: Fix TX infinite loopEvan Green2018-05-141-10/+7
| * | | serial: 8250_dw: Fix runtime PM handlingPhil Edworthy2018-05-141-0/+4
| * | | serial: 8250: omap: Fix idling of clocks for unused uartsTony Lindgren2018-05-141-1/+15
| * | | tty: serial: drop ATH79 specific SoC symbolsJohn Crispin2018-05-141-1/+1
| * | | serial: 8250: Add missing rxtrig_bytes on Altera 16550 UARTMarek Vasut2018-05-141-0/+3
| * | | serial/aspeed-vuart: fix a couple mod_timer() callsDan Carpenter2018-05-141-2/+3
| * | | serial: sh-sci: Use spin_{try}lock_irqsave instead of open coding versionDaniel Wagner2018-05-141-5/+3
| * | | serial: 8250_of: Add IO space supportJohn Garry2018-05-141-27/+35
| * | | tty/serial: atmel: use port->name as name in request_irq()Sebastian Andrzej Siewior2018-05-141-3/+2
| * | | serial: imx: dma_unmap_sg buffers on shutdownSebastian Reichel2018-05-141-2/+10