index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-05-15
tty: serial: samsung: Correct clock selection logic
Jonathan Bakker
1
-4
/
+4
2020-05-15
serial: lantiq: Make driver modular
Rahul Tanwar
2
-5
/
+28
2020-05-15
serial: lantiq: Make UART's use as console selectable
Rahul Tanwar
2
-2
/
+18
2020-05-12
Revert "tty: hvc: Fix data abort due to race in hvc_open"
Greg Kroah-Hartman
1
-14
/
+2
2020-05-11
Merge 5.7-rc5 into tty-next
Greg Kroah-Hartman
5
-7
/
+11
2020-05-09
serial: 8250_pci: Move Pericom IDs to pci_ids.h
Kai-Heng Feng
1
-6
/
+0
2020-05-08
Merge tag 'tty-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
3
-5
/
+9
2020-05-06
serial: samsung: 32-bit access for TX/RX hold registers
Hyunki Koo
1
-5
/
+57
2020-05-06
serial: samsung: Replace rd_regb/wr_regb with rd_reg/wr_reg
Hyunki Koo
1
-9
/
+9
2020-05-06
Revert "tty: serial: qcom_geni_serial: Use OPP API to set clk/perf state"
Greg Kroah-Hartman
1
-29
/
+5
2020-05-05
serial: amba-pl011: Make sure we initialize the port.lock spinlock
John Stultz
1
-0
/
+1
2020-05-05
tty: serial: qcom_geni_serial: Use OPP API to set clk/perf state
Rajendra Nayak
1
-5
/
+29
2020-05-05
serial: lantiq: Add x86 in Kconfig dependencies for Lantiq serial driver
Rahul Tanwar
1
-1
/
+1
2020-05-04
tty: xilinx_uartps: Fix missing id assignment to the console
Shubhrajyoti Datta
1
-0
/
+1
2020-05-04
vt: fix unicode console freeing with a common interface
Nicolas Pitre
1
-2
/
+7
2020-05-04
Revert "tty: serial: bcm63xx: fix missing clk_put() in bcm63xx_uart"
Florian Fainelli
1
-3
/
+1
2020-04-29
Merge tag 'riscv-for-linus-5.7-rc4' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+2
2020-04-28
tty: hvc: Fix data abort due to race in hvc_open
Raghavendra Rao Ananta
1
-2
/
+14
2020-04-28
sparc64: vcc: Fix error return code in vcc_probe()
Wei Yongjun
1
-0
/
+1
2020-04-27
Merge 5.7-rc3 into tty-next
Greg Kroah-Hartman
9
-189
/
+106
2020-04-23
tty: hvc: fix buffer overflow during hvc_alloc().
Andrew Melnychenko
1
-9
/
+14
2020-04-23
tty: hvc: remove hvcs_driver_string
Jason Yan
1
-2
/
+0
2020-04-23
serial: fsl_lpuart: Change DMA failure messages to debug level
Fabio Estevam
1
-6
/
+6
[prev]
[next]