index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-03
serial: max310x: unregister uart driver in case of failure and abort
Atul Gopinathan
1
-2
/
+4
2021-06-03
serial: rp2: use 'request_firmware' instead of 'request_firmware_nowait'
Zheyu Ma
1
-35
/
+17
2021-06-03
serial: sh-sci: Fix off-by-one error in FIFO threshold register setting
Geert Uytterhoeven
1
-2
/
+2
2021-05-26
tty: vt: always invoke vc->vc_sw->con_resize callback
Tetsuo Handa
1
-1
/
+1
2021-05-26
vt: Fix character height handling with VT_RESIZEX
Maciej W. Rozycki
1
-3
/
+3
2021-05-26
Revert "serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference"
Greg Kroah-Hartman
1
-3
/
+0
2021-05-22
tty: fix return value for unsupported ioctls
Johan Hovold
1
-4
/
+4
2021-05-22
serial: stm32: fix tx_empty condition
Erwan Le Ray
2
-4
/
+4
2021-05-22
serial: stm32: fix incorrect characters on console
Erwan Le Ray
1
-1
/
+11
2021-05-22
tty: fix memory leak in vc_deallocate
Pavel Skripkin
1
-0
/
+1
2021-03-07
vt/consolemap: do font sum unsigned
Jiri Slaby
1
-1
/
+1
2021-01-27
serial: mvebu-uart: fix tx lost characters at power off
Pali Rohár
1
-1
/
+9
2020-12-30
serial_core: Check for port state when tty is in error state
Alexey Kardashevskiy
1
-0
/
+4
2020-12-30
serial: 8250_omap: Avoid FIFO corruption caused by MDR1 access
Alexander Sverdlin
1
-5
/
+0
2020-12-11
tty: Fix ->session locking
Jann Horn
2
-14
/
+37
2020-12-11
tty: Fix ->pgrp locking in tiocspgrp()
Jann Horn
1
-2
/
+2
2020-11-24
tty: serial: imx: keep console clocks always on
Fugang Duan
1
-17
/
+3
2020-11-10
serial: txx9: add missing platform_driver_unregister() on error in serial_txx...
Qinglang Miao
1
-0
/
+3
2020-11-10
serial: 8250_mtk: Fix uart_get_baud_rate warning
Claire Chang
1
-1
/
+1
2020-11-10
vt: Disable KD_FONT_OP_COPY
Daniel Vetter
1
-22
/
+2
2020-11-05
tty: make FONTX ioctl use the tty pointer they were actually passed
Linus Torvalds
1
-15
/
+17
2020-11-05
vt: keyboard, extend func_buf_lock to readers
Jiri Slaby
1
-4
/
+13
2020-11-05
vt: keyboard, simplify vt_kdgkbsent
Jiri Slaby
1
-19
/
+9
2020-11-05
serial: pl011: Fix lockdep splat when handling magic-sysrq interrupt
Peter Zijlstra
1
-4
/
+7
2020-10-30
tty: serial: fsl_lpuart: fix lpuart32_poll_get_char
Peng Fan
1
-1
/
+1
2020-10-30
tty: ipwireless: fix error handling
Tong Zhang
2
-3
/
+3
2020-10-29
pty: do tty_flip_buffer_push without port->lock in pty_write
Artem Savkov
1
-1
/
+1
2020-10-29
tty: hvcs: Don't NULL tty->driver_data until hvcs_cleanup()
Tyrel Datwyler
1
-7
/
+7
2020-10-29
tty: serial: earlycon dependency
Tong Zhang
1
-0
/
+1
2020-10-01
tty: serial: samsung: Correct clock selection logic
Jonathan Bakker
1
-4
/
+4
2020-10-01
sparc64: vcc: Fix error return code in vcc_probe()
Wei Yongjun
1
-0
/
+1
2020-10-01
serial: uartps: Wait for tx_empty in console setup
Raviteja Narayanam
1
-0
/
+8
2020-10-01
serial: 8250: 8250_omap: Terminate DMA before pushing data on RX timeout
Vignesh Raghavendra
1
-2
/
+4
2020-10-01
serial: 8250_omap: Fix sleeping function called from invalid context during p...
Peter Ujfalusi
1
-1
/
+1
2020-10-01
serial: 8250_port: Don't service RX FIFO if throttled
Vignesh Raghavendra
1
-1
/
+15
2020-09-26
serial: 8250: Avoid error message on reprobe
Lukas Wunner
1
-2
/
+9
2020-09-23
serial: 8250_pci: Add Realtek 816a and 816b
Tobias Diedrich
1
-0
/
+11
2020-09-09
tty: serial: qcom_geni_serial: Drop __init from qcom_geni_console_setup
John Stultz
1
-1
/
+1
2020-09-03
serial: 8250: change lock order in serial8250_do_startup()
Sergey Senozhatsky
1
-3
/
+6
2020-09-03
serial: 8250_exar: Fix number of ports for Commtech PCIe cards
Valmer Huhn
1
-3
/
+21
2020-09-03
serial: pl011: Don't leak amba_ports entry on driver register error
Lukas Wunner
1
-1
/
+4
2020-09-03
serial: pl011: Fix oops on -EPROBE_DEFER
Lukas Wunner
1
-6
/
+5
2020-09-03
serial: samsung: Removes the IRQ not found warning
Tamseel Shams
1
-3
/
+5
2020-09-03
vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize()
George Kennedy
1
-1
/
+11
2020-09-03
vt: defer kfree() of vc_screenbuf in vc_do_resize()
Tetsuo Handa
1
-2
/
+3
2020-07-29
vt: Reject zero-sized screen buffer size.
Tetsuo Handa
1
-11
/
+18
2020-07-29
serial: 8250_mtk: Fix high-speed baud rates clamping
Serge Semin
1
-0
/
+18
2020-07-29
serial: 8250: fix null-ptr-deref in serial8250_start_tx()
Yang Yingliang
1
-1
/
+1
2020-07-29
serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35X
Matthew Howell
1
-1
/
+11
2020-07-22
serial: mxs-auart: add missed iounmap() in probe failure and remove
Chuhong Yuan
1
-4
/
+8
[next]