aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2018-05-03Merge tag 'v4.14.39' into linux-4.14.y-rtSebastian Andrzej Siewior
2018-05-01earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz
2018-05-01tty: Use __GFP_NOFAIL for tty_ldisc_get()Tetsuo Handa
2018-05-01tty: Avoid possible error pointer dereference at tty_ldisc_restore().Tetsuo Handa
2018-05-01tty: n_gsm: Fix DLCI handling for ADM mode if debug & 2 is not setTony Lindgren
2018-05-01tty: n_gsm: Fix long delays with control frame timeouts in ADM modeTony Lindgren
2018-05-01tty: Don't call panic() at tty_ldisc_init()Tetsuo Handa
2018-04-26tty: serial: exar: Relocate sleep wake-up handlingAaron Sierra
2018-04-24tty: make n_tty_read() always abort if hangup is in progressTejun Heo
2018-04-13Merge tag 'v4.14.34' into linux-4.14.y-rtSebastian Andrzej Siewior
2018-04-12tty: n_gsm: Allow ADM response in addition to UA for control dlciTony Lindgren
2018-04-08vt: change SGR 21 to follow the standardsMike Frysinger
2018-04-08serial: 8250: Add Nuvoton NPCM UARTJoel Stanley
2018-03-28tty: vt: fix up tabstops properlyLinus Torvalds
2018-03-24serial: 8250_pci: Don't fail on multiport card classAndy Shevchenko
2018-03-24pty: cancel pty slave port buf's work in tty_releaseSahara
2018-03-24serial: 8250_dw: Disable clock on errorStefan Potyra
2018-03-24tty: goldfish: Enable 'earlycon' only if built-inSebastian Andrzej Siewior
2018-03-20Merge tag 'v4.14.28' into linux-4.14.y-rtSebastian Andrzej Siewior
2018-03-19earlycon: add reg-offset to physical address before mappingGreentime Hu
2018-03-19serial: core: mark port as initialized in autoconfigSebastian Andrzej Siewior
2018-03-19serial: 8250_pci: Add Brainboxes UC-260 4 port serial deviceNikola Ciprich
2018-03-19tty/serial: atmel: add new version check for usartJonas Danielsson
2018-03-19serial: sh-sci: prevent lockup on full TTY buffersUlrich Hecht
2018-02-09Merge tag 'v4.14.18' into linux-4.14.y-rtSebastian Andrzej Siewior
2018-02-07serial: core: mark port as initialized after successful IRQ changeSebastian Andrzej Siewior
2018-02-03serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTSFabio Estevam
2018-02-03serial: 8250_uniphier: fix error return code in uniphier_uart_probe()Wei Yongjun
2018-02-03serial: 8250_of: fix return code when probe function fails to get resetMasahiro Yamada
2018-02-03tty: fix data race between tty_init_dev and flush of bufGaurav Kohli
2018-01-09Merge tag 'v4.14.12' into linux-4.14.y-rtSebastian Andrzej Siewior
2018-01-02tty: fix tty_ldisc_receive_buf() documentationJohan Hovold
2018-01-02n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD)Linus Torvalds
2017-12-22Merge tag 'v4.14.8' into linux-4.14.y-rtSebastian Andrzej Siewior
2017-12-20serdev: ttyport: enforce tty-driver open() requirementJohan Hovold
2017-12-15Merge tag 'v4.14.6' into linux-4.14.y-rtSebastian Andrzej Siewior
2017-12-14serdev: ttyport: fix tty locking in closeJohan Hovold
2017-12-14serdev: ttyport: fix NULL-deref on hangupJohan Hovold
2017-12-14serdev: ttyport: add missing receive_buf sanity checksJohan Hovold
2017-12-10serial: imx: Update cached mctrl value when changing RTSIan Jamison
2017-12-10serial: sh-sci: suppress warning for ports without dma channelsAndy Lowe
2017-12-10sysrq : fix Show Regs call trace on ARMJibin Xu
2017-12-10serial: 8250: Preserve DLD[7:4] for PORT_XR17V35XAaron Sierra
2017-12-10serial: 8250_fintek: Fix rs485 disablement on invalid ioctl()Lukas Wunner
2017-12-10serial: 8250_early: Only set divisor if valid clk & baudMatt Redfearn
2017-12-10serial: 8250_pci: Add Amazon PCI serial device IDMatt Wilson
2017-12-01tty: goldfish: Enable 'earlycon' only if built-inSebastian Andrzej Siewior
2017-12-01Merge tag 'v4.14.3' into linux-4.14.y-rtSebastian Andrzej Siewior
2017-11-30serdev: fix registration of second slaveJohan Hovold
2017-11-24serial: 8250_fintek: Fix finding base_port with activated SuperIOJi-Ze Hong (Peter Hong)