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-05-09
tty: n_gsm: fix sometimes uninitialized warning in gsm_dlci_modem_output()
Daniel Starke
1
-6
/
+9
2022-05-09
tty: n_gsm: fix software flow control handling
Daniel Starke
1
-0
/
+16
2022-05-09
tty: n_gsm: fix invalid use of MSC in advanced option
Daniel Starke
1
-8
/
+117
2022-05-09
tty: n_gsm: fix broken virtual tty handling
Daniel Starke
1
-72
/
+15
2022-05-09
tty: n_gsm: fix missing update of modem controls after DLCI open
Daniel Starke
1
-0
/
+4
2022-05-09
tty: n_gsm: fix incorrect UA handling
Daniel Starke
1
-1
/
+0
2022-05-09
tty: n_gsm: fix reset fifo race condition
Daniel Starke
1
-0
/
+8
2022-05-09
tty: n_gsm: fix missing tty wakeup in convergence layer type 2
Daniel Starke
1
-0
/
+1
2022-05-09
tty: n_gsm: fix wrong signal octets encoding in MSC
Daniel Starke
1
-13
/
+5
2022-05-09
tty: n_gsm: fix wrong command frame length field encoding
Daniel Starke
1
-12
/
+11
2022-05-09
tty: n_gsm: fix wrong command retry handling
Daniel Starke
1
-3
/
+3
2022-05-09
tty: n_gsm: fix missing explicit ldisc flush
Daniel Starke
1
-0
/
+1
2022-05-09
tty: n_gsm: fix wrong DLCI release order
Daniel Starke
1
-2
/
+2
2022-05-09
tty: n_gsm: fix insufficient txframe size
Daniel Starke
1
-1
/
+3
2022-05-09
tty: n_gsm: fix malformed counter for out of frame data
Daniel Starke
1
-1
/
+2
2022-05-09
tty: n_gsm: fix frame reception handling
Daniel Starke
1
-23
/
+30
2022-05-09
tty: n_gsm: fix wrong signal octet encoding in convergence layer type 2
Daniel Starke
1
-1
/
+1
2022-05-09
tty: n_gsm: fix mux cleanup after unregister tty device
Daniel Starke
1
-1
/
+6
2022-05-09
tty: n_gsm: fix decoupled mux resource
Daniel Starke
1
-25
/
+38
2022-05-09
tty: n_gsm: fix restart handling via CLD command
Daniel Starke
1
-48
/
+20
2022-05-09
tty: n_gsm: fix missing mux reset on config change at responder
Daniel Starke
1
-1
/
+1
2022-05-09
serial: 8250: Correct the clock for EndRun PTP/1588 PCIe device
Maciej W. Rozycki
1
-4
/
+4
2022-05-09
serial: 8250: Also set sticky MCR bits in console restoration
Maciej W. Rozycki
1
-1
/
+1
2022-05-09
serial: amba-pl011: do not time out prematurely when draining tx fifo
Lino Sanfilippo
1
-2
/
+7
2022-05-09
serial: imx: fix overrun interrupts in DMA mode
Johan Hovold
1
-1
/
+1
2022-04-13
serial: samsung_tty: do not unlock port->lock for uart_write_wakeup()
Jiri Slaby
1
-4
/
+1
2022-04-08
serial: 8250: fix XOFF/XON sending when DMA is used
Ilpo Järvinen
3
-4
/
+25
2022-04-08
kgdboc: fix return value of __setup handler
Randy Dunlap
1
-3
/
+3
2022-04-08
tty: hvc: fix return value of __setup handler
Randy Dunlap
1
-1
/
+3
2022-04-08
serial: 8250: Fix race condition in RTS-after-send handling
Uwe Kleine-König
1
-0
/
+12
2022-04-08
serial: 8250_lpss: Balance reference count for PCI DMA device
Andy Shevchenko
1
-6
/
+22
2022-04-08
serial: 8250_mid: Balance reference count for PCI DMA device
Andy Shevchenko
1
-4
/
+15
2022-04-08
serial: 8250_aspeed_vuart: add PORT_ASPEED_VUART port type
Zev Weiss
2
-1
/
+9
2022-04-08
mxser: fix xmit_buf leak in activate when LSR == 0xff
Jiri Slaby
1
-4
/
+11
2022-02-25
Merge tag 'tty-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2
-22
/
+42
2022-02-21
sc16is7xx: Fix for incorrect data being transmitted
Phil Elwell
1
-0
/
+3
2022-02-21
tty: n_gsm: fix deadlock in gsmtty_open()
daniel.starke@siemens.com
1
-0
/
+3
2022-02-21
tty: n_gsm: fix wrong modem processing in convergence layer type 2
daniel.starke@siemens.com
1
-9
/
+14
2022-02-21
tty: n_gsm: fix wrong tty control line for flow control
daniel.starke@siemens.com
1
-4
/
+4
2022-02-21
tty: n_gsm: fix NULL pointer access due to DLCI release
daniel.starke@siemens.com
1
-1
/
+6
2022-02-21
tty: n_gsm: fix proper link termination after failed open
daniel.starke@siemens.com
1
-1
/
+1
2022-02-21
tty: n_gsm: fix encoding of command/response bit
daniel.starke@siemens.com
1
-6
/
+10
2022-02-21
tty: n_gsm: fix encoding of control signal octet bit DV
daniel.starke@siemens.com
1
-1
/
+1
2022-02-16
tty: n_tty: do not look ahead for EOL character past the end of the buffer
Linus Torvalds
1
-4
/
+2
2022-02-15
Merge tag 'for-5.17/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2022-02-14
serial: parisc: GSC: fix build when IOSAPIC is not set
Randy Dunlap
1
-1
/
+1
2022-02-04
vt_ioctl: add array_index_nospec to VT_ACTIVATE
Jakob Koschel
1
-0
/
+1
2022-02-04
vt_ioctl: fix array_index_nospec in vt_setactivate
Jakob Koschel
1
-1
/
+1
2022-02-04
serial: 8250_pericom: Revert "Re-enable higher baud rates"
Andy Shevchenko
1
-1
/
+1
2022-01-31
n_tty: wake up poll(POLLRDNORM) on receiving data
TATSUKAWA KOSUKE (立川 江介)
1
-2
/
+2
[next]