summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2018-12-21drivers/tty: add missing of_node_put()Yangtao Li1-0/+1
2018-12-13kgdboc: fix KASAN global-out-of-bounds bug in param_set_kgdboc_var()Macpaul Lin1-2/+2
2018-12-13tty: do not set TTY_IO_ERROR flag if console portChanho Park1-1/+2
2018-12-13tty: serial: 8250_mtk: always resume the device in probe.Peter Shih1-9/+7
2018-12-13USB: serial: console: fix reported terminal settingsJohan Hovold1-2/+9
2018-12-08kgdboc: Fix warning with module buildLaura Abbott1-18/+19
2018-12-08kgdboc: Fix restrict errorLaura Abbott1-4/+2
2018-12-01tty: wipe buffer if not echoing dataGreg Kroah-Hartman1-3/+17
2018-12-01tty: wipe buffer.Linus Torvalds1-1/+5
2018-11-27serial: sh-sci: Fix receive on SCIFA/SCIFB variants with DMAGeert Uytterhoeven1-2/+2
2018-11-21termios, tty/tty_baudrate.c: fix buffer overrunH. Peter Anvin1-2/+2
2018-11-21serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeoutYoshihiro Shimoda1-2/+2
2018-11-21sc16is7xx: Fix for multi-channel stallPhil Elwell1-6/+13
2018-11-21serial: 8250_of: Fix for lack of interrupt supportJohn Garry1-9/+13
2018-11-21tty: check name length in tty_find_polling_driver()Miles Chen1-1/+1
2018-11-13vt: fix broken display when running aptitudeMikulas Patocka1-1/+1
2018-11-13kgdboc: Passing ekgdboc to command line causes panicHe Zhe1-0/+5
2018-10-11Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman1-2/+2
2018-10-06treewide: Replace more open-coded allocation size multiplicationsKees Cook1-2/+2
2018-10-03Revert "serial: sh-sci: Allow for compressed SCIF address"Geert Uytterhoeven1-15/+10
2018-10-03Revert "serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPE"Geert Uytterhoeven1-0/+31
2018-10-03Revert "serial: 8250_dw: Fix runtime PM handling"Guenter Roeck1-4/+0
2018-09-20serial: imx: restore handshaking irq for imx1Uwe Kleine-König1-0/+8
2018-09-18tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva1-0/+4
2018-09-18tty: Drop tty->count on tty_reopen() failureDmitry Safonov1-3/+8
2018-09-18serial: cpm_uart: return immediately from console pollChristophe Leroy1-3/+7
2018-09-18tty: serial: lpuart: avoid leaking struct tty_structStefan Agner1-1/+2
2018-09-18serial: mvebu-uart: Fix reporting of effective CSIZE to userspaceJan Kiszka1-0/+1
2018-09-10tty: hvc: hvc_write() fix break conditionNicholas Piggin1-1/+6
2018-09-10tty: hvc: hvc_poll() fix read loop batchingNicholas Piggin1-2/+22
2018-09-10tty: hvc: hvc_poll() fix read loop hangNicholas Piggin1-2/+5
2018-08-24Merge tag 'powerpc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-0/+2
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+2
2018-08-20powerpc/powernv: provide a console flush operation for opal hvc driverNicholas Piggin1-0/+2
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-0/+3
2018-08-18Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds26-321/+1228
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds3-84/+142
2018-08-15Merge tag 'audit-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2018-08-14Merge tag 'leds-for-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+3
2018-08-13Merge branch 'topic/hvc' into nextMichael Ellerman2-72/+123
2018-08-12tty: serial: 8250: Revert NXP SC16C2552 workaroundMark1-2/+1
2018-08-02serial: 8250_exar: Read INT0 from slave device, tooAaron Sierra1-1/+5
2018-08-02tty: rocket: Fix possible buffer overwrite on register_PCIAnton Vasilyev1-1/+1
2018-08-02serial: 8250_dw: Add ACPI support for uart on Broadcom SoCSrinath Mannam1-0/+1
2018-08-02serial: 8250_dw: always set baud rate in dw8250_set_termiosChen Hu1-1/+1
2018-08-02tty: serial: uartlite: Add support for suspend and resumeShubhrajyoti Datta1-0/+36
2018-08-02tty: serial: uartlite: Add clock adaptationShubhrajyoti Datta1-2/+47
2018-08-02tty: serial: uartlite: Add structure for private dataShubhrajyoti Datta1-8/+21
2018-08-02serial: sh-sci: Improve support for separate TEI and DRI interruptsChris Brandt1-51/+40
2018-08-02serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPEChris Brandt1-31/+0