summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2018-08-03tty: Fix data race in tty_insert_flip_string_fixed_flagDaeRyong Jeong1-0/+3
2018-08-03hvc_opal: don't set tb_ticks_per_usec in udbg_init_opal_common()Stewart Smith1-1/+0
2018-07-11vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko1-2/+2
2018-07-11n_tty: Access echo_* variables carefully.Tetsuo Handa1-18/+24
2018-07-11n_tty: Fix stall at n_tty_receive_char_special().Tetsuo Handa1-5/+8
2018-07-03serial: sh-sci: Use spin_{try}lock_irqsave instead of open coding versionDaniel Wagner1-5/+3
2018-06-16tty: pl011: Avoid spuriously stuck-off interruptsDave Martin1-0/+16
2018-06-16serial: 8250: omap: Fix idling of clocks for unused uartsTony Lindgren1-1/+15
2018-06-16serial: samsung: fix maxburst parameter for DMA transactionsMarek Szyprowski1-5/+2
2018-06-16tty/serial: atmel: use port->name as name in request_irq()Sebastian Andrzej Siewior1-3/+2
2018-06-16serial: sh-sci: Stop using printk format %pCrGeert Uytterhoeven1-2/+2
2018-06-06serial: pl011: add console matching functionAleksey Makarov1-0/+55
2018-05-25serial: 8250: Don't service RX FIFO if interrupts are disabledVignesh R1-1/+2
2018-05-25serial: arc_uart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven1-0/+5
2018-05-25serial: fsl_lpuart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven1-0/+4
2018-05-25serial: imx: Fix out-of-bounds access through serial port indexGeert Uytterhoeven1-0/+6
2018-05-25serial: mxs-auart: Fix out-of-bounds access through serial port indexGeert Uytterhoeven1-0/+4
2018-05-25serial: samsung: Fix out-of-bounds access through serial port indexGeert Uytterhoeven1-0/+4
2018-05-25serial: xuartps: Fix out-of-bounds access through DT aliasGeert Uytterhoeven1-1/+1
2018-05-19serial: sccnxp: Fix error handling in sccnxp_probe()Alexey Khoroshilov1-2/+11
2018-05-09serial: imx: ensure UCR3 and UFCR are setup correctlyUwe Kleine-König1-2/+12
2018-05-02earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz1-2/+4
2018-05-02tty: Use __GFP_NOFAIL for tty_ldisc_get()Tetsuo Handa1-6/+5
2018-05-02tty: n_gsm: Fix DLCI handling for ADM mode if debug & 2 is not setTony Lindgren1-0/+11
2018-05-02tty: n_gsm: Fix long delays with control frame timeouts in ADM modeTony Lindgren1-1/+11
2018-05-02tty: Don't call panic() at tty_ldisc_init()Tetsuo Handa2-3/+7
2018-04-24tty: make n_tty_read() always abort if hangup is in progressTejun Heo2-0/+15
2018-04-13tty: n_gsm: Allow ADM response in addition to UA for control dlciTony Lindgren1-3/+14
2018-04-13Fix serial console on SNI RM400 machinesThomas Bogendoerfer1-5/+10
2018-04-13serial: sh-sci: Fix race condition causing garbage during shutdownGeert Uytterhoeven1-2/+14
2018-04-13serial: 8250: omap: Disable DMA for console UARTVignesh R1-0/+4
2018-04-08vt: change SGR 21 to follow the standardsMike Frysinger1-1/+5
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