index
:
kernel/linux.git
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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-08
Revert "8250: uniphier: allow modular build with 8250 console"
Greg Kroah-Hartman
1
-1
/
+1
2016-02-08
tty: serial: jsm_tty: fixed redundant variable issue.
Jakob Østergaard Jensen
1
-6
/
+4
2016-02-07
pty: make sure super_block is still valid in final /dev/tty close
Herton R. Krzesinski
1
-3
/
+6
2016-02-07
pty: fix possible use after free of tty->driver_data
Herton R. Krzesinski
1
-1
/
+17
2016-02-07
tty: vt: initialize softcursor_original correctly
Melchior FRANZ
1
-1
/
+1
2016-02-07
tty: hvc_xen: hide xen_console_remove when unused
Arnd Bergmann
1
-1
/
+1
2016-02-07
tty: cyclades: cyz_interrupt is only used for PCI
Arnd Bergmann
1
-1
/
+1
2016-02-07
tty: nozomi: avoid a harmless gcc warning
Arnd Bergmann
1
-1
/
+1
2016-02-07
tty: constify tty_port_operations structs
Aya Mahfouz
2
-2
/
+2
2016-02-07
TTY: n_hdlc, fix lockdep false positive
Jiri Slaby
1
-15
/
+4
2016-02-07
tty: synclinkmp: do not ignore errors in probe()
Alexey Khoroshilov
1
-16
/
+28
2016-02-07
tty/vt/keyboard: use memdup_user to simplify code
Saurabh Sengar
1
-9
/
+5
2016-02-07
drivers/tty: make ehv_bytechan.c explicitly non-modular
Paul Gortmaker
1
-37
/
+3
2016-02-07
drivers/tty: make hvc/hvc_vio.c explicitly non-modular
Paul Gortmaker
1
-25
/
+4
2016-02-07
tty: serial: 8250: Add generic port init macro
Anton Wuerfel
5
-62
/
+49
2016-02-07
tty: serial: 8250: Fix indentation warnings
Anton Wuerfel
3
-13
/
+13
2016-02-07
tty: serial: 8250: Merge duplicate conditions
Anton Wuerfel
1
-4
/
+4
2016-02-07
tty: serial: 8250: Correct conversion specifiers
Anton Wuerfel
1
-2
/
+2
2016-02-07
tty: serial: 8250: Remove SERIAL_DEBUG_PNP macro
Phillip Raffeck
1
-5
/
+5
2016-02-07
tty: serial: 8250: Suitably replace printk
Phillip Raffeck
4
-17
/
+18
2016-02-07
tty: serial: 8250: Fix multi-line strings
Anton Wuerfel
2
-4
/
+3
2016-02-07
tty: serial: 8250: Add parentheses to macro
Anton Wuerfel
2
-2
/
+2
2016-02-07
tty: serial: 8250: Fix line continuation warning
Anton Wuerfel
1
-2
/
+2
2016-02-07
tty: serial: 8250: Move EXPORT_SYMBOL to function
Anton Wuerfel
1
-3
/
+2
2016-02-07
tty: serial: 8250: Remove else after return
Anton Wuerfel
1
-8
/
+8
2016-02-07
tty: serial: 8250: Fix multiline comment style
Anton Wuerfel
4
-34
/
+50
2016-02-07
tty: serial: 8250: Fix braces after struct
Anton Wuerfel
1
-2
/
+1
2016-02-07
tty: serial: 8250: Replace spaces with tabs
Anton Wuerfel
2
-8
/
+8
2016-02-07
tty: serial: 8250: Fix whitespace errors
Anton Wuerfel
5
-35
/
+39
2016-02-07
serial: zs: Fix a transmit lockup in console output
Maciej W. Rozycki
1
-0
/
+4
2016-02-07
serial: bcm2835: add driver for bcm2835-aux-uart
Martin Sperl
3
-0
/
+171
2016-02-07
serial: 8250: of: Enable suspend/resume for 8250_of driver
Wang Dongsheng
1
-0
/
+1
2016-02-07
ARM: OMAP: serial: Rename DRIVER_NAME
Jean Delvare
1
-1
/
+1
2016-02-07
tty: Add support for PCIe WCH382 2S multi-IO card
Jeremy McNicoll
1
-0
/
+21
2016-02-07
serial/omap: mark wait_for_xmitr as __maybe_unused
Arnd Bergmann
1
-1
/
+1
2016-02-07
serial: omap: Prevent DoS using unprivileged ioctl(TIOCSRS485)
Peter Hurley
1
-2
/
+6
2016-02-07
8250: uniphier: allow modular build with 8250 console
Arnd Bergmann
1
-1
/
+1
2016-02-07
serial-uartlite: fix missing locking in isr
Rich Felker
1
-0
/
+4
2016-02-07
serial-uartlite: add earlycon support
Rich Felker
2
-0
/
+42
2016-02-07
drivers/tty: make serial 8250_ingenic.c explicitly non-modular
Paul Gortmaker
1
-21
/
+7
2016-02-07
serial: core: remove baud_rates when serial console setup
Jeffy Chen
1
-31
/
+2
2016-02-07
serial: sh-sci: Add support for SCIFA/SCIFB variable sampling rates
Geert Uytterhoeven
1
-2
/
+27
2016-02-07
serial: sh-sci: Use a bitmask to indicate supported sampling rates
Geert Uytterhoeven
1
-39
/
+27
2016-02-07
serial: sh-sci: Use premultiplier to handle half sampling rate
Geert Uytterhoeven
1
-6
/
+10
2016-02-07
serial: sh-sci: Preserve SCIFA/SCIFB bit rate config for serial console
Geert Uytterhoeven
1
-1
/
+2
2016-02-07
serial: sh-sci: Add more Serial Mode Register documentation
Geert Uytterhoeven
2
-1
/
+16
2016-02-07
serial: imx: Fix suspend / resume.
Martin Fuzzey
1
-1
/
+4
2016-02-07
tty: xuartps: Consolidate TX handling
Soren Brinkmann
1
-57
/
+40
2016-02-07
tty: xuartps: Remove '_OFFSET' suffix from #defines
Soren Brinkmann
1
-115
/
+106
2016-02-07
tty: xuartps: Improve sysrq handling
Soren Brinkmann
1
-15
/
+5
[prev]
[next]