index
:
linux.git
cached
cdir_v2
cfid-fixes
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
2021-05-14
serial: stm32: Use of_device_get_match_data()
Stephen Boyd
2
-38
/
+35
2021-05-14
serial: stm32: fix probe and remove order for dma
Erwan Le Ray
1
-13
/
+44
2021-05-14
serial: stm32: add "_usart" prefix in functions name
Erwan Le Ray
1
-171
/
+177
2021-05-14
serial: stm32: fix code cleaning warnings and checks
Erwan Le Ray
1
-18
/
+15
2021-05-14
sc16is7xx: Defer probe if device read fails
Annaliese McDermond
1
-1
/
+1
2021-05-14
tty: moxa: fix TIOCSSERIAL permission check
Johan Hovold
1
-5
/
+11
2021-05-14
tty: amiserial: fix TIOCSSERIAL permission check
Johan Hovold
1
-0
/
+1
2021-05-14
tty: moxa: fix TIOCSSERIAL jiffies conversions
Johan Hovold
1
-2
/
+2
2021-05-11
tty: fix memory leak in vc_deallocate
Pavel Skripkin
1
-0
/
+1
2021-05-11
tty: n_gsm: check error while registering tty devices
Hillf Danton
1
-2
/
+12
2021-04-07
soc: qcom-geni-se: Cleanup the code to remove proxy votes
Roja Rani Yarubandi
1
-7
/
+0
2021-03-25
serial: stm32: fix DMA initialization error handling
Erwan Le Ray
1
-7
/
+17
2021-03-25
tty: serial: stm32-usart: Remove set but unused 'cookie' variables
Lee Jones
1
-4
/
+2
2021-03-17
Revert "serial: max310x: rework RX interrupt handling"
Alexander Shiyan
1
-24
/
+5
2021-03-07
tty: teach the n_tty ICANON case about the new "cookie continuations" too
Linus Torvalds
1
-7
/
+19
2021-03-07
tty: teach n_tty line discipline about the new "cookie continuations"
Linus Torvalds
1
-10
/
+42
2021-03-07
tty: clean up legacy leftovers from n_tty line discipline
Linus Torvalds
1
-20
/
+9
2021-03-07
tty: fix up hung_up_tty_read() conversion
Linus Torvalds
1
-4
/
+5
2021-03-07
tty: fix up iterate_tty_read() EOVERFLOW handling
Linus Torvalds
1
-6
/
+13
2021-03-07
vt/consolemap: do font sum unsigned
Jiri Slaby
1
-1
/
+1
2021-03-04
tty: implement read_iter
Linus Torvalds
1
-18
/
+18
2021-03-04
tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer
Linus Torvalds
8
-80
/
+150
2021-02-23
tty: protect tty_write from odd low-level tty disciplines
Linus Torvalds
1
-1
/
+4
2021-02-03
tty: avoid using vfs_iocb_iter_write() for redirected console writes
Linus Torvalds
1
-3
/
+17
2021-01-27
Commit 9bb48c82aced ("tty: implement write_iter") converted the tty layer to ...
Sami Tolvanen
2
-7
/
+2
2021-01-27
tty: fix up hung_up_tty_write() conversion
Linus Torvalds
1
-4
/
+5
2021-01-27
tty: implement write_iter
Linus Torvalds
1
-22
/
+26
2021-01-27
serial: mvebu-uart: fix tx lost characters at power off
Pali Rohár
1
-1
/
+9
2021-01-27
riscv: Fix sifive serial driver
Damien Le Moal
1
-0
/
+1
2020-12-30
m68k: Fix WARNING splat in pmac_zilog driver
Finn Thain
1
-5
/
+9
2020-12-30
serial: 8250-mtk: Fix reference leak in mtk8250_probe
Zhang Qilong
1
-3
/
+10
2020-12-26
serial_core: Check for port state when tty is in error state
Alexey Kardashevskiy
1
-0
/
+4
2020-12-21
serial: 8250_omap: Avoid FIFO corruption caused by MDR1 access
Alexander Sverdlin
1
-5
/
+0
2020-12-04
tty: Fix ->session locking
Jann Horn
2
-14
/
+37
2020-12-04
tty: Fix ->pgrp locking in tiocspgrp()
Jann Horn
1
-2
/
+2
2020-11-12
serial: ar933x_uart: disable clk on error handling path in probe
Zheng Zengkai
1
-2
/
+4
2020-11-12
tty: serial: imx: keep console clocks always on
Fugang Duan
1
-17
/
+3
2020-11-12
tty: serial: imx: fix potential deadlock
Sam Nobs
1
-2
/
+8
2020-11-08
Merge tag 'tty-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
5
-25
/
+11
2020-11-08
vt: Disable KD_FONT_OP_COPY
Daniel Vetter
1
-22
/
+2
2020-11-06
tty: fix crash in release_tty if tty->port is not set
Matthias Reichl
1
-2
/
+4
2020-11-06
serial: txx9: add missing platform_driver_unregister() on error in serial_txx...
Qinglang Miao
1
-0
/
+3
2020-11-06
tty: serial: imx: enable earlycon by default if IMX_SERIAL_CONSOLE is enabled
Lucas Stach
1
-0
/
+1
2020-11-06
serial: 8250_mtk: Fix uart_get_baud_rate warning
Claire Chang
1
-1
/
+1
2020-11-02
tty: make FONTX ioctl use the tty pointer they were actually passed
Linus Torvalds
1
-17
/
+19
2020-10-28
vt_ioctl: fix GIO_UNIMAP regression
Jiri Slaby
1
-6
/
+5
2020-10-28
vt: keyboard, extend func_buf_lock to readers
Jiri Slaby
1
-4
/
+13
2020-10-28
vt: keyboard, simplify vt_kdgkbsent
Jiri Slaby
1
-19
/
+9
2020-10-28
tty: serial: fsl_lpuart: LS1021A has a FIFO size of 16 words, like LS1028A
Vladimir Oltean
1
-6
/
+7
2020-10-28
tty: serial: 21285: fix lockup on open
Russell King
1
-6
/
+6
[prev]
[next]