summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)Author
2020-06-26kdb: Switch to use safer dbg_io_ops over console APIsSumit Garg
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov
2020-06-09sysrq: use show_stack_loglvl()Dmitry Safonov
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-06-03Merge tag 'kgdb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds
2020-06-02serial: amba-pl011: Support kgdboc_earlyconSumit Garg
2020-06-02serial: 8250_early: Support kgdboc_earlyconDouglas Anderson
2020-06-02serial: qcom_geni_serial: Support kgdboc_earlyconDouglas Anderson
2020-06-02serial: kgdboc: Allow earlycon initialization to be deferredDaniel Thompson
2020-06-02kgdboc: Disable all the early code when kgdboc is a moduleDouglas Anderson
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-05-29n_hdlc_tty_read(): remove pointless access_ok()Al Viro
2020-05-29tty: serial: qcom_geni_serial: Add 51.2MHz frequency supportsatya priya
2020-05-29tty: serial: imx: clear Ageing Timer Interrupt in handlerMatthias Schiffer
2020-05-29serial: 8250_fintek: Add F81966 SupportJi-Ze Hong (Peter Hong)
2020-05-29sc16is7xx: Add flag to activate IrDA modePascal Huerst
2020-05-29serial: 8250: Support rs485 bus termination GPIOLukas Wunner
2020-05-29serial: 8520_port: Fix function param documentationHeiko Stuebner
2020-05-27vt: keyboard: avoid signed integer overflow in k_asciiDmitry Torokhov
2020-05-27serial: 8250: Enable 16550A variants by default on non-x86Josh Triplett
2020-05-27tty: hvc_console, fix crashes on parallel open/closeJiri Slaby
2020-05-27serial: imx: Initialize lock for non-registered consoleAndy Shevchenko
2020-05-25Merge 5.7-rc7 into tty-nextGreg Kroah-Hartman
2020-05-22sc16is7xx: Read the LSR register for basic device presence checkDaniel Mack
2020-05-22sc16is7xx: Allow sharing the IRQ lineDaniel Mack
2020-05-22sc16is7xx: Use threaded IRQDaniel Mack
2020-05-22sc16is7xx: Always use falling edge IRQDaniel Mack
2020-05-19tty: n_gsm: Fix bogus i++ in gsm_data_kickGregory CLEMENT
2020-05-19tty: n_gsm: Remove unnecessary test in gsm_print_packet()Gregory CLEMENT
2020-05-19serial: stm32: add no_console_suspend supportErwan Le Ray
2020-05-18kgdboc: Add kgdboc_earlycon to support early kgdb using boot consolesDouglas Anderson
2020-05-18kgdboc: Remove useless #ifdef CONFIG_KGDB_SERIAL_CONSOLE in kgdbocDouglas Anderson
2020-05-18kgdboc: Use a platform device to handle tty drivers showing up lateDouglas Anderson
2020-05-18Revert "kgdboc: disable the console lock when in kgdb"Douglas Anderson
2020-05-15tty: serial: fsl_lpuart: Use __maybe_unused instead of #if CONFIG_PM_SLEEPAnson Huang
2020-05-15tty: serial: add missing spin_lock_init for SiFive serial consoleSagar Shrikant Kadam
2020-05-15tty/sysrq: constify the the sysrq_key_op(s)Emil Velikov
2020-05-15tty/sysrq: constify the sysrq APIEmil Velikov
2020-05-15tty/sysrq: alpha: export and use __sysrq_get_key_op()Emil Velikov
2020-05-15tty: mxser: make mxser_change_speed() return voidJason Yan
2020-05-15serial: 8250: Fix max baud limit in generic 8250 portSerge Semin
2020-05-15serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner
2020-05-15serial: 8250: Avoid error message on reprobeLukas Wunner
2020-05-15tty: n_gsm: Fix waking up upper tty layer when room availableGregory CLEMENT
2020-05-15tty: n_gsm: Fix SOF skippingGregory CLEMENT
2020-05-15tty: n_gsm: Improve debug outputGregory CLEMENT
2020-05-15tty: serial: imx: Add return value check for platform_get_irq()Anson Huang