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
2022-08-25
tty: serial: Fix refcount leak bug in ucc_uart.c
Liang He
1
-0
/
+2
2022-07-29
tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()
Jiri Slaby
2
-12
/
+33
2022-07-29
tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push()
Jiri Slaby
1
-5
/
+10
2022-07-29
tty: drop tty_schedule_flip()
Jiri Slaby
1
-22
/
+8
2022-07-29
tty: drivers/tty/, stop using tty_schedule_flip()
Jiri Slaby
6
-11
/
+11
2022-07-21
serial: 8250: fix return error code in serial8250_request_std_resource()
Yi Yang
1
-1
/
+3
2022-07-21
tty: serial: samsung_tty: set dma burst_size to 1
Chanho Park
1
-3
/
+2
2022-07-02
vt: drop old FONT ioctls
Jiri Slaby
2
-180
/
+3
2022-06-25
serial: 8250: Store to lsr_save_flags after lsr read
Ilpo Järvinen
1
-0
/
+2
2022-06-14
serial: msm_serial: disable interrupts in __msm_console_write()
John Ogness
1
-0
/
+5
2022-06-14
drivers: tty: serial: Fix deadlock in sa1100_set_termios()
Duoming Zhou
1
-2
/
+2
2022-06-14
tty: Fix a possible resource leak in icom_probe
Huang Guobin
1
-1
/
+1
2022-06-14
tty: synclink_gt: Fix null-pointer-dereference in slgt_clean()
Zheyu Ma
1
-0
/
+2
2022-06-14
serial: st-asc: Sanitize CSIZE and correct PARENB for CS7
Ilpo Järvinen
1
-0
/
+4
2022-06-14
serial: sh-sci: Don't allow CS5-6
Ilpo Järvinen
1
-1
/
+5
2022-06-14
serial: txx9: Don't allow CS5-6
Ilpo Järvinen
1
-0
/
+2
2022-06-14
serial: digicolor-usart: Don't allow CS5-6
Ilpo Järvinen
1
-0
/
+2
2022-06-14
serial: meson: acquire port->lock in startup()
John Ogness
1
-0
/
+13
2022-06-14
tty: fix deadlock caused by calling printk() under tty_port->lock
Qi Zheng
1
-1
/
+2
2022-05-18
tty/serial: digicolor: fix possible null-ptr-deref in digicolor_uart_probe()
Yang Yingliang
1
-1
/
+1
2022-05-12
tty: n_gsm: fix incorrect UA handling
Daniel Starke
1
-1
/
+0
2022-05-12
tty: n_gsm: fix wrong command frame length field encoding
Daniel Starke
1
-12
/
+11
2022-05-12
tty: n_gsm: fix wrong command retry handling
Daniel Starke
1
-3
/
+3
2022-05-12
tty: n_gsm: fix missing explicit ldisc flush
Daniel Starke
1
-0
/
+1
2022-05-12
tty: n_gsm: fix insufficient txframe size
Daniel Starke
1
-1
/
+3
2022-05-12
tty: n_gsm: fix malformed counter for out of frame data
Daniel Starke
1
-1
/
+2
2022-05-12
tty: n_gsm: fix wrong signal octet encoding in convergence layer type 2
Daniel Starke
1
-1
/
+1
2022-05-12
serial: 8250: Correct the clock for EndRun PTP/1588 PCIe device
Maciej W. Rozycki
1
-4
/
+4
2022-05-12
serial: 8250: Also set sticky MCR bits in console restoration
Maciej W. Rozycki
1
-1
/
+1
2022-04-20
serial: samsung_tty: do not unlock port->lock for uart_write_wakeup()
Jiri Slaby
1
-4
/
+1
2022-04-20
kgdboc: fix return value of __setup handler
Randy Dunlap
1
-3
/
+3
2022-04-20
tty: hvc: fix return value of __setup handler
Randy Dunlap
1
-1
/
+3
2022-04-20
mxser: fix xmit_buf leak in activate when LSR == 0xff
Jiri Slaby
1
-4
/
+11
2022-03-02
tty: n_gsm: fix proper link termination after failed open
daniel.starke@siemens.com
1
-1
/
+1
2022-03-02
tty: n_gsm: fix encoding of control signal octet bit DV
daniel.starke@siemens.com
1
-1
/
+1
2022-03-02
serial: 8250: of: Fix mapped region size when using reg-offset property
Robert Hancock
1
-1
/
+10
2022-03-02
serial: 8250: fix error handling in of_platform_serial_probe()
Alexey Khoroshilov
1
-7
/
+12
2022-02-23
serial: parisc: GSC: fix build when IOSAPIC is not set
Randy Dunlap
1
-1
/
+1
2022-02-16
n_tty: wake up poll(POLLRDNORM) on receiving data
TATSUKAWA KOSUKE (立川 江介)
1
-2
/
+2
2022-02-16
vt_ioctl: add array_index_nospec to VT_ACTIVATE
Jakob Koschel
1
-0
/
+1
2022-02-16
vt_ioctl: fix array_index_nospec in vt_setactivate
Jakob Koschel
1
-2
/
+2
2022-02-16
serial: sh-sci: Fix misplaced backport of "Fix late enablement of AUTORTS"
Guillaume Bertholon
1
-4
/
+4
2022-02-08
tty: Add support for Brainboxes UC cards.
Cameron Williams
1
-2
/
+98
2022-02-08
tty: n_gsm: fix SW flow control encoding/handling
daniel.starke@siemens.com
1
-1
/
+3
2022-02-08
serial: stm32: fix software flow control transfer
Valentin Caron
1
-1
/
+1
2022-01-27
serial: core: Keep mctrl register state and cached copy in sync
Lukas Wunner
1
-1
/
+2
2022-01-27
serial: pl010: Drop CR register reset on set_termios
Lukas Wunner
1
-3
/
+0
2022-01-27
serial: amba-pl011: do not request memory region twice
Lino Sanfilippo
1
-24
/
+3
2022-01-27
tty: serial: atmel: Call dma_async_issue_pending()
Tudor Ambarus
1
-0
/
+4
2022-01-27
tty: serial: atmel: Check return code of dmaengine_submit()
Tudor Ambarus
1
-0
/
+10
[next]