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
2012-07-17
tty: move the termios object into the tty
Alan Cox
24
-238
/
+214
2012-07-16
tty: revert incorrectly applied lock patch
Alan Cox
12
-172
/
+108
2012-07-16
Merge branch 'v3.6-rc7' into tty-next
Greg Kroah-Hartman
1
-1
/
+1
2012-07-13
tty ldisc: Close/Reopen race prevention should check the proper flag
Shachar Shemesh
1
-1
/
+1
2012-07-13
8250: add support for ASIX devices with a FIFO bug
Alan Cox
3
-5
/
+28
2012-07-13
8250: propogate the bugs field
Alan Cox
1
-0
/
+1
2012-07-13
8250: use the 8250 register interface not the legacy one
Alan Cox
8
-178
/
+155
2012-07-13
tty: double unlock on error in ptmx_open()
Dan Carpenter
1
-3
/
+1
2012-07-10
tty/hvc_opal: Fix debug function name
Benjamin Herrenschmidt
1
-1
/
+1
2012-07-07
tty: keyboard.c: Remove locking from vt_get_leds.
Christopher Brannon
1
-3
/
+0
2012-07-07
tty: localise the lock
Alan Cox
12
-108
/
+174
2012-06-27
tty: note race we need to fix
Alan Cox
1
-0
/
+6
2012-06-27
Merge 3.5-rc4 into tty-next
Greg Kroah-Hartman
4
-20
/
+60
2012-06-21
pch_uart: Add eg20t_port lock field, avoid recursive spinlocks
Darren Hart
1
-12
/
+26
2012-06-21
Merge tag 'tty-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
3
-6
/
+43
2012-06-19
serial/amba-pl011: fix ages old copy-paste errors
Linus Walleij
1
-17
/
+17
2012-06-16
Merge tag 'stable/for-linus-3.5-rc2-tag' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-14
/
+17
2012-06-16
serial: pxa: add spin lock for console write
Chao Xie
1
-0
/
+14
2012-06-15
vt: fix race in vt_waitactive()
Rabin Vincent
1
-13
/
+34
2012-06-14
TTY: add tty_port_register_device helper
Jiri Slaby
1
-0
/
+9
2012-06-14
TTY: add ports array to tty_driver
Jiri Slaby
1
-1
/
+17
2012-06-14
TTY: centralize fail paths in tty_register_driver
Jiri Slaby
1
-12
/
+6
2012-06-14
TTY: vt, add ->install
Jiri Slaby
1
-24
/
+36
2012-06-14
TTY: provide drivers with tty_port_install
Jiri Slaby
1
-0
/
+8
2012-06-14
TTY: vt, remove con_schedule_flip
Jiri Slaby
2
-4
/
+4
2012-06-14
PTY: add tty_port
Jiri Slaby
1
-4
/
+21
2012-06-14
PTY: merge pty_install implementations
Jiri Slaby
1
-65
/
+45
2012-06-14
PTY: remove one empty ops->remove
Jiri Slaby
1
-7
/
+3
2012-06-13
Merge branches 'sh/urgent', 'sh/core', 'sh/clockevents', 'sh/asm-generic' and...
Paul Mundt
16
-189
/
+169
2012-06-13
serial: sh-sci: Make probe fail for ports that exceed the maximum count
Laurent Pinchart
1
-1
/
+1
2012-06-13
serial: sh-sci: Fix probe error paths
Laurent Pinchart
1
-13
/
+23
2012-06-13
serial: sh-sci: Make probe fail for ports that exceed the maximum count
Laurent Pinchart
1
-1
/
+1
2012-06-13
serial: sh-sci: Fix probe error paths
Laurent Pinchart
1
-13
/
+23
2012-06-13
TTY: cyclades, add local pointer for card
Jiri Slaby
1
-30
/
+33
2012-06-13
8250_pci: Remove duplicate struct pciserial_board
Shawn Bohrer
1
-9
/
+1
2012-06-13
serial: Add driver for LPC32xx High Speed UARTs
Roland Stigge
3
-0
/
+843
2012-06-13
serial/of-serial: Add LPC3220 standard UART compatible string
Roland Stigge
1
-0
/
+1
2012-06-13
serial/8250: Add LPC3220 standard UART type
Roland Stigge
1
-0
/
+8
2012-06-13
serial/amba-pl011: move custom pin control to driver
Linus Walleij
1
-4
/
+41
2012-06-13
serial: fix serial_txx9.c build warning/typo
Randy Dunlap
1
-1
/
+1
2012-06-13
serial: fix kernel-doc warnings in 8250.c
Randy Dunlap
1
-1
/
+1
2012-06-13
serial_core: Update buffer overrun statistics.
Corbin
1
-2
/
+4
2012-06-13
serial/imx: make devdata member point to const data
Uwe Kleine-König
1
-1
/
+1
2012-06-13
serial: samsung: protect NULL dereference of clock name
KeyYoung Park
1
-1
/
+2
2012-06-13
serial: samsung: Fixed wrong comparison for baudclk_rate
Kyoungil Kim
1
-2
/
+2
2012-06-13
serial: samsung: Remove NULL checking for baud clock
Kyoungil Kim
1
-9
/
+12
2012-06-03
tty: Revert the tty locking series, it needs more work
Linus Torvalds
12
-175
/
+108
2012-05-31
tty: add lockdep annotations
Eric Dumazet
1
-4
/
+15
2012-05-30
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
3
-32
/
+53
2012-05-29
tty: fix ldisc lock inversion trace
Alan Cox
1
-16
/
+25
[next]