index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
Commit message (
Expand
)
Author
Age
Files
Lines
*
vt: prevent leaking uninitialized data to userspace via /dev/vcs*
Alexander Potapenko
2018-07-08
1
-2
/
+2
*
serdev: fix memleak on module unload
Johan Hovold
2018-07-08
1
-0
/
+1
*
serial: 8250_pci: Remove stalled entries in blacklist
Andy Shevchenko
2018-07-08
1
-2
/
+0
*
n_tty: Access echo_* variables carefully.
Tetsuo Handa
2018-07-08
1
-18
/
+24
*
n_tty: Fix stall at n_tty_receive_char_special().
Tetsuo Handa
2018-07-08
1
-5
/
+8
*
serial: sh-sci: Use spin_{try}lock_irqsave instead of open coding version
Daniel Wagner
2018-07-03
1
-5
/
+3
*
tty: pl011: Avoid spuriously stuck-off interrupts
Dave Martin
2018-06-16
1
-0
/
+16
*
serial: 8250: omap: Fix idling of clocks for unused uarts
Tony Lindgren
2018-06-16
1
-1
/
+15
*
serial: samsung: fix maxburst parameter for DMA transactions
Marek Szyprowski
2018-06-16
1
-5
/
+2
*
tty/serial: atmel: use port->name as name in request_irq()
Sebastian Andrzej Siewior
2018-06-16
1
-3
/
+2
*
serial: sh-sci: Stop using printk format %pCr
Geert Uytterhoeven
2018-06-16
1
-2
/
+2
*
serial: altera: ensure port->regshift is honored consistently
Uwe Kleine-König
2018-05-25
1
-6
/
+6
*
serial: 8250: Don't service RX FIFO if interrupts are disabled
Vignesh R
2018-05-25
1
-1
/
+2
*
serial: arc_uart: Fix out-of-bounds access through DT alias
Geert Uytterhoeven
2018-05-25
1
-0
/
+5
*
serial: fsl_lpuart: Fix out-of-bounds access through DT alias
Geert Uytterhoeven
2018-05-25
1
-0
/
+4
*
serial: imx: Fix out-of-bounds access through serial port index
Geert Uytterhoeven
2018-05-25
1
-0
/
+6
*
serial: mxs-auart: Fix out-of-bounds access through serial port index
Geert Uytterhoeven
2018-05-25
1
-0
/
+4
*
serial: samsung: Fix out-of-bounds access through serial port index
Geert Uytterhoeven
2018-05-25
1
-0
/
+4
*
serial: sh-sci: Fix out-of-bounds access through DT alias
Geert Uytterhoeven
2018-05-25
1
-0
/
+4
*
serial: xuartps: Fix out-of-bounds access through DT alias
Geert Uytterhoeven
2018-05-25
1
-1
/
+1
*
earlycon: Use a pointer table to fix __earlycon_table stride
Daniel Kurtz
2018-05-01
1
-2
/
+4
*
tty: Use __GFP_NOFAIL for tty_ldisc_get()
Tetsuo Handa
2018-05-01
1
-6
/
+5
*
tty: Avoid possible error pointer dereference at tty_ldisc_restore().
Tetsuo Handa
2018-05-01
1
-8
/
+5
*
tty: n_gsm: Fix DLCI handling for ADM mode if debug & 2 is not set
Tony Lindgren
2018-05-01
1
-0
/
+11
*
tty: n_gsm: Fix long delays with control frame timeouts in ADM mode
Tony Lindgren
2018-05-01
1
-1
/
+11
*
tty: Don't call panic() at tty_ldisc_init()
Tetsuo Handa
2018-05-01
2
-3
/
+7
*
tty: serial: exar: Relocate sleep wake-up handling
Aaron Sierra
2018-04-26
2
-30
/
+30
*
tty: make n_tty_read() always abort if hangup is in progress
Tejun Heo
2018-04-24
2
-0
/
+15
*
tty: n_gsm: Allow ADM response in addition to UA for control dlci
Tony Lindgren
2018-04-12
1
-3
/
+14
*
vt: change SGR 21 to follow the standards
Mike Frysinger
2018-04-08
1
-1
/
+5
*
serial: 8250: Add Nuvoton NPCM UART
Joel Stanley
2018-04-08
2
-0
/
+34
*
tty: vt: fix up tabstops properly
Linus Torvalds
2018-03-28
1
-4
/
+4
*
serial: 8250_pci: Don't fail on multiport card class
Andy Shevchenko
2018-03-24
1
-3
/
+7
*
pty: cancel pty slave port buf's work in tty_release
Sahara
2018-03-24
1
-0
/
+2
*
serial: 8250_dw: Disable clock on error
Stefan Potyra
2018-03-24
1
-1
/
+2
*
tty: goldfish: Enable 'earlycon' only if built-in
Sebastian Andrzej Siewior
2018-03-24
2
-1
/
+7
*
earlycon: add reg-offset to physical address before mapping
Greentime Hu
2018-03-19
1
-1
/
+2
*
serial: core: mark port as initialized in autoconfig
Sebastian Andrzej Siewior
2018-03-19
1
-0
/
+2
*
serial: 8250_pci: Add Brainboxes UC-260 4 port serial device
Nikola Ciprich
2018-03-19
1
-0
/
+11
*
tty/serial: atmel: add new version check for usart
Jonas Danielsson
2018-03-19
1
-0
/
+1
*
serial: sh-sci: prevent lockup on full TTY buffers
Ulrich Hecht
2018-03-19
1
-0
/
+2
*
serial: core: mark port as initialized after successful IRQ change
Sebastian Andrzej Siewior
2018-02-07
1
-0
/
+2
*
serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTS
Fabio Estevam
2018-02-03
1
-6
/
+8
*
serial: 8250_uniphier: fix error return code in uniphier_uart_probe()
Wei Yongjun
2018-02-03
1
-2
/
+3
*
serial: 8250_of: fix return code when probe function fails to get reset
Masahiro Yamada
2018-02-03
1
-1
/
+4
*
tty: fix data race between tty_init_dev and flush of buf
Gaurav Kohli
2018-02-03
2
-3
/
+9
*
tty: fix tty_ldisc_receive_buf() documentation
Johan Hovold
2018-01-02
1
-1
/
+1
*
n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD)
Linus Torvalds
2018-01-02
1
-2
/
+2
*
serdev: ttyport: enforce tty-driver open() requirement
Johan Hovold
2017-12-20
1
-4
/
+10
*
serdev: ttyport: fix tty locking in close
Johan Hovold
2017-12-14
1
-0
/
+2
[next]