Age | Commit message (Expand) | Author | Files | Lines |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 1 | -1/+1 |
2020-06-09 | kernel: rename show_stack_loglvl() => show_stack() | Dmitry Safonov | 1 | -1/+1 |
2020-06-09 | sysrq: use show_stack_loglvl() | Dmitry Safonov | 1 | -1/+1 |
2020-06-07 | Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 32 | -305/+552 |
2020-06-06 | Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -6/+0 |
2020-06-04 | Merge tag 'kgdb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan... | Linus Torvalds | 4 | -31/+374 |
2020-06-02 | serial: amba-pl011: Support kgdboc_earlycon | Sumit Garg | 1 | -0/+32 |
2020-06-02 | serial: 8250_early: Support kgdboc_earlycon | Douglas Anderson | 1 | -0/+23 |
2020-06-02 | serial: qcom_geni_serial: Support kgdboc_earlycon | Douglas Anderson | 1 | -0/+32 |
2020-06-02 | serial: kgdboc: Allow earlycon initialization to be deferred | Daniel Thompson | 1 | -1/+38 |
2020-06-02 | kgdboc: Disable all the early code when kgdboc is a module | Douglas Anderson | 1 | -1/+14 |
2020-06-02 | Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -7/+0 |
2020-05-29 | n_hdlc_tty_read(): remove pointless access_ok() | Al Viro | 1 | -7/+0 |
2020-05-29 | tty: serial: qcom_geni_serial: Add 51.2MHz frequency support | satya priya | 1 | -3/+4 |
2020-05-29 | tty: serial: imx: clear Ageing Timer Interrupt in handler | Matthias Schiffer | 1 | -0/+2 |
2020-05-29 | serial: 8250_fintek: Add F81966 Support | Ji-Ze Hong (Peter Hong) | 1 | -2/+11 |
2020-05-29 | sc16is7xx: Add flag to activate IrDA mode | Pascal Huerst | 1 | -0/+20 |
2020-05-29 | serial: 8250: Support rs485 bus termination GPIO | Lukas Wunner | 2 | -0/+19 |
2020-05-29 | serial: 8520_port: Fix function param documentation | Heiko Stuebner | 1 | -1/+1 |
2020-05-27 | vt: keyboard: avoid signed integer overflow in k_ascii | Dmitry Torokhov | 1 | -10/+16 |
2020-05-27 | serial: 8250: Enable 16550A variants by default on non-x86 | Josh Triplett | 1 | -0/+1 |
2020-05-27 | tty: hvc_console, fix crashes on parallel open/close | Jiri Slaby | 1 | -15/+8 |
2020-05-27 | serial: imx: Initialize lock for non-registered console | Andy Shevchenko | 1 | -0/+3 |
2020-05-25 | Merge 5.7-rc7 into tty-next | Greg Kroah-Hartman | 1 | -0/+1 |
2020-05-22 | sc16is7xx: Read the LSR register for basic device presence check | Daniel Mack | 1 | -0/+11 |
2020-05-22 | sc16is7xx: Allow sharing the IRQ line | Daniel Mack | 1 | -1/+13 |
2020-05-22 | sc16is7xx: Use threaded IRQ | Daniel Mack | 1 | -13/+5 |
2020-05-22 | sc16is7xx: Always use falling edge IRQ | Daniel Mack | 1 | -8/+4 |
2020-05-19 | tty: n_gsm: Fix bogus i++ in gsm_data_kick | Gregory CLEMENT | 1 | -11/+3 |
2020-05-19 | tty: n_gsm: Remove unnecessary test in gsm_print_packet() | Gregory CLEMENT | 1 | -2/+1 |
2020-05-19 | serial: stm32: add no_console_suspend support | Erwan Le Ray | 1 | -1/+12 |
2020-05-18 | kgdboc: Add kgdboc_earlycon to support early kgdb using boot consoles | Douglas Anderson | 1 | -0/+136 |
2020-05-18 | kgdboc: Remove useless #ifdef CONFIG_KGDB_SERIAL_CONSOLE in kgdboc | Douglas Anderson | 1 | -2/+0 |
2020-05-18 | kgdboc: Use a platform device to handle tty drivers showing up late | Douglas Anderson | 1 | -25/+101 |
2020-05-18 | Revert "kgdboc: disable the console lock when in kgdb" | Douglas Anderson | 1 | -4/+0 |
2020-05-15 | tty: serial: fsl_lpuart: Use __maybe_unused instead of #if CONFIG_PM_SLEEP | Anson Huang | 1 | -4/+2 |
2020-05-15 | tty: serial: add missing spin_lock_init for SiFive serial console | Sagar Shrikant Kadam | 1 | -0/+1 |
2020-05-15 | tty/sysrq: constify the the sysrq_key_op(s) | Emil Velikov | 1 | -26/+26 |
2020-05-15 | tty/sysrq: constify the sysrq API | Emil Velikov | 1 | -8/+8 |
2020-05-15 | tty/sysrq: alpha: export and use __sysrq_get_key_op() | Emil Velikov | 1 | -1/+3 |
2020-05-15 | tty: mxser: make mxser_change_speed() return void | Jason Yan | 1 | -5/+2 |
2020-05-15 | serial: 8250: Fix max baud limit in generic 8250 port | Serge Semin | 1 | -1/+3 |
2020-05-15 | serial: Allow uart_get_rs485_mode() to return errno | Lukas Wunner | 8 | -13/+32 |
2020-05-15 | serial: 8250: Avoid error message on reprobe | Lukas Wunner | 1 | -4/+10 |
2020-05-15 | tty: n_gsm: Fix waking up upper tty layer when room available | Gregory CLEMENT | 1 | -4/+22 |
2020-05-15 | tty: n_gsm: Fix SOF skipping | Gregory CLEMENT | 1 | -7/+1 |
2020-05-15 | tty: n_gsm: Improve debug output | Gregory CLEMENT | 1 | -12/+2 |
2020-05-15 | tty: serial: imx: Add return value check for platform_get_irq() | Anson Huang | 1 | -0/+2 |
2020-05-15 | serial: 8250_exar: Make use of PCI_DEVICE_DATA() macro | Andy Shevchenko | 1 | -34/+31 |
2020-05-15 | tty: serial: Add modem control gpio support for STM32 UART | Manivannan Sadhasivam | 3 | -2/+53 |