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
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
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
2013-07-03
pch_uart: fix a deadlock when pch_uart as console
Liang Li
1
-7
/
+22
2013-06-07
TTY: Fix tty miss restart after we turn off flow-control
Wang YanQing
1
-0
/
+8
2013-05-07
tty: fix up atime/mtime mess, take three
Linus Torvalds
2
-2
/
+5
2013-05-07
serial_core.c: add put_device() after device_find_child()
Federico Vaga
1
-0
/
+4
2013-05-01
TTY: fix atime/mtime regression
Jiri Slaby
1
-1
/
+15
2013-05-01
TTY: do not update atime/mtime on read/write
Jiri Slaby
1
-6
/
+2
2013-04-05
vt: synchronize_rcu() under spinlock is not nice...
Al Viro
1
-2
/
+4
2013-03-28
sunsu: Fix panic in case of nonexistent port at "console=ttySY" cmdline option
Tkhai Kirill
1
-12
/
+9
2013-03-20
TTY: do not reset master's packet mode
Jiri Slaby
1
-1
/
+0
2013-03-20
tty: serial: fix typo "ARCH_S5P6450"
Paul Bolle
1
-1
/
+1
2013-02-28
fb: Yet another band-aid for fixing lockdep mess
Takashi Iwai
1
-15
/
+28
2013-02-28
fb: rework locking to fix lock ordering on takeover
Alan Cox
1
-23
/
+70
2013-02-28
tty: set_termios/set_termiox should not return -EINTR
Oleg Nesterov
1
-2
/
+2
2013-01-27
serial: 8250, increase PASS_LIMIT
Jiri Slaby
1
-1
/
+1
2013-01-21
serial:ifx6x60:Delete SPI timer when shut down port
chao bi
1
-0
/
+1
2012-10-07
n_gsm: memory leak in uplink error path
Russ Gorby
1
-2
/
+5
2012-10-07
n_gsm: added interlocking for gsm_data_lock for certain code paths
Russ Gorby
1
-2
/
+6
2012-10-07
serial: set correct baud_base for EXSYS EX-41092 Dual 16950
Flavio Leitner
1
-2
/
+7
2012-10-07
serial: pl011: handle corruption at high clock speeds
Linus Walleij
1
-1
/
+14
2012-10-07
Remove BUG_ON from n_tty_read()
Stanislav Kozina
1
-1
/
+2
2012-10-02
pch_uart: Fix parity setting issue
Tomoya MORINAGA
1
-1
/
+1
2012-10-02
pch_uart: Fix rx error interrupt setting issue
Tomoya MORINAGA
1
-6
/
+12
2012-10-02
pch_uart: Fix missing break for 16 byte fifo
Alan Cox
1
-0
/
+1
2012-06-01
tty: Allow uart_register/unregister/register
Alan Cox
1
-0
/
+1
2012-06-01
Add missing call to uart_update_timeout()
Lothar Waßmann
1
-0
/
+2
2012-04-27
drivers/tty/amiserial.c: add missing tty_unlock
Julia Lawall
1
-1
/
+3
2012-04-27
pch_uart: Fix dma channel unallocated issue
Tomoya MORINAGA
1
-1
/
+3
2012-04-27
ARM: clps711x: serial driver hungs are a result of call disable_irq within ISR
Alexander Shiyan
1
-6
/
+8
2012-04-22
8250_pci: Fix kernel panic when pch_uart is disabled
Tomoya MORINAGA
1
-0
/
+10
2012-04-22
pch_uart: Set PCIe bus number using probe parameter
Tomoya MORINAGA
1
-1
/
+2
2012-04-22
serial: PL011: move interrupt clearing
Linus Walleij
1
-4
/
+4
2012-04-22
serial: PL011: clear pending interrupts
Linus Walleij
1
-4
/
+11
2012-04-22
tty: serial: altera_uart: Check for NULL platform_data in probe.
Yuriy Kozlov
1
-2
/
+2
2012-04-02
serial: sh-sci: fix a race of DMA submit_tx on transfer
Yoshii Takashi
1
-5
/
+10
2012-04-02
TTY: Wrong unicode value copied in con_set_unimap()
Liz Clark
1
-8
/
+43
2012-04-02
tty: moxa: fix bit test in moxa_start()
Dan Carpenter
1
-1
/
+1
2012-02-13
drivers/tty/vt/vt_ioctl.c: fix KDFONTOP 32bit compatibility layer
Samuel Thibault
1
-1
/
+0
2012-02-03
jsm: Fixed EEH recovery error
Lucas Kannebley Tavares
1
-0
/
+1
2012-02-03
serial: amba-pl011: lock console writes against interrupts
Rabin Vincent
1
-0
/
+14
2012-02-03
TTY: fix UV serial console regression
Jiri Slaby
1
-5
/
+7
2012-01-12
atmel_serial: fix spinlock lockup in RS485 code
Claudio Scordino
1
-2
/
+3
2011-11-26
TTY: ldisc, wait for ldisc infinitely in hangup
Jiri Slaby
1
-2
/
+17
2011-11-26
TTY: ldisc, move wait idle to caller
Jiri Slaby
1
-2
/
+2
2011-11-26
TTY: ldisc, allow waiting for ldisc arbitrarily long
Jiri Slaby
1
-5
/
+6
2011-11-26
tty: hvc_dcc: Fix duplicate character inputs
Stephen Boyd
1
-0
/
+2
2011-11-26
pch_uart: Support new device LAPIS Semiconductor ML7831 IOH
Tomoya MORINAGA
2
-7
/
+15
2011-11-26
pch_uart: Fix DMA resource leak issue
Tomoya MORINAGA
1
-2
/
+2
2011-11-26
pch_uart: Fix hw-flow control issue
Tomoya MORINAGA
1
-0
/
+1
2011-11-11
jsm: remove buggy write queue
Thadeu Lima de Souza Cascardo
4
-103
/
+28
2011-11-11
serial-core: power up uart port early before we do set_termios when resuming
Ning Jiang
1
-0
/
+2
[next]