index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
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-08
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
2020-04-23
tty: rocket, remove unneeded variable
Jiri Slaby
1
-6
/
+4
2020-04-23
tty: rocket, avoid OOB access
Jiri Slaby
1
-11
/
+14
2020-04-23
tty: serial: bcm63xx: fix missing clk_put() in bcm63xx_uart
Zou Wei
1
-1
/
+3
2020-04-23
vt: don't hardcode the mem allocation upper bound
Nicolas Pitre
1
-1
/
+1
2020-04-23
tty: serial: owl: add "much needed" clk_prepare_enable()
Amit Singh Tomar
1
-0
/
+7
2020-04-23
vt: don't use kmalloc() for the unicode screen buffer
Nicolas Pitre
1
-2
/
+3
2020-04-21
tty: riscv: Using RISCV_SBI_V01 instead of RISCV_SBI
Kefeng Wang
2
-2
/
+2
2020-04-20
tty/sysrq: Export sysrq_mask(), sysrq_toggle_support()
Dmitry Safonov
1
-0
/
+2
2020-04-16
serial: sh-sci: Make sure status register SCxSR is read in correct sequence
Kazuhiro Fujita
1
-3
/
+10
2020-04-16
serial: sunhv: Initialize lock for non-registered console
Andy Shevchenko
1
-0
/
+3
2020-04-16
serial: uartps: Use cdns_uart_tx_empty in console_write
Raviteja Narayanam
1
-3
/
+1
2020-04-16
serial: uartps: Wait for tx_empty in console setup
Raviteja Narayanam
1
-0
/
+8
2020-04-16
vt: extract selection chars storing from vc_do_selection
Jiri Slaby
1
-37
/
+42
2020-04-16
vt: selection, split __set_selection_kernel
Jiri Slaby
1
-37
/
+43
2020-04-16
serial: sh-sci: Drop unused include
Linus Walleij
1
-1
/
+0
2020-04-16
drivers/tty: remove redundant assignment to variable i and rename it to ret
Colin Ian King
1
-3
/
+3
[prev]
[next]