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.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-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-05-10
serial8250-em: Add DT support
Magnus Damm
1
-0
/
+7
2012-05-10
serial8250-em: clk_get() IS_ERR() error handling fix
Magnus Damm
1
-1
/
+2
2012-05-10
serial_core: Update buffer overrun statistics.
Corbin Atkinson
1
-2
/
+4
2012-05-10
tty: drop the pty lock during hangup
Alan Cox
1
-0
/
+2
2012-05-09
keyboard: Use BIOS Keyboard variable to set Numlock
Joshua Cov
1
-12
/
+8
2012-05-08
cris: fix missing tty arg in wait_event_interruptible_tty call
Paul Gortmaker
1
-2
/
+2
2012-05-08
tty/amiserial: Add missing argument for tty_unlock()
Geert Uytterhoeven
1
-1
/
+1
2012-05-05
tty_lock: Localise the lock
Alan Cox
12
-90
/
+137
2012-05-05
pty: Lock the devpts bits privately
Alan Cox
1
-4
/
+15
2012-05-05
tty_lock: undo the old tty_lock use on the ctty
Alan Cox
1
-2
/
+7
2012-05-05
serial8250-em: Emma Mobile UART driver V2
Magnus Damm
3
-0
/
+187
2012-05-05
Add missing call to uart_update_timeout()
Lothar Waßmann
1
-0
/
+2
2012-05-05
tty: mxser: local variables should not be exposed globally
H Hartley Sweeten
1
-1
/
+1
2012-05-03
serial8250: Introduce serial8250_register_8250_port()
Magnus Damm
1
-32
/
+59
2012-05-03
serial8250: Clean up default map and dl code
Magnus Damm
1
-26
/
+12
2012-05-03
serial8250: Use dl_read()/dl_write() on RM9K
Magnus Damm
1
-33
/
+29
2012-05-03
serial8250: Use dl_read()/dl_write() on Alchemy
Magnus Damm
1
-41
/
+26
2012-05-03
serial8250: Add dl_read()/dl_write() callbacks
Magnus Damm
2
-53
/
+78
2012-05-03
Merge tag 'tty-3.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-7
/
+19
2012-05-01
vt: Fix deadlock on scroll-lock
Alan Cox
1
-7
/
+19
2012-05-01
8250.c: less than 2400 baud fix.
Christian Melki
1
-4
/
+5
2012-04-30
8250_pci: fix pch uart matching
Arnaud Patard
1
-0
/
+18
2012-04-30
TTY: n_tty, do not dereference user buffer
Jiri Slaby
1
-4
/
+5
2012-04-30
tty/serial/pmac_zilog: Fix "nobody cared" IRQ message
Larry Finger
1
-3
/
+3
2012-04-25
serial i.MX: do not depend on grouped clocks
Sascha Hauer
1
-15
/
+23
2012-04-25
vt: push the tty_lock down into the map handling
Alan Cox
2
-52
/
+96
2012-04-23
Merge 3.4-rc4 into tty-next
Greg Kroah-Hartman
19
-880
/
+652
2012-04-20
drivers/tty/amiserial.c: add missing tty_unlock
Julia Lawall
1
-1
/
+3
2012-04-19
Merge branches 'sh/st-integration' and 'sh/stackprotector' into sh-latest
Paul Mundt
10
-53
/
+48
2012-04-19
serial/8250_pci: fix suspend/resume vs init/exit quirks
Dan Williams
1
-0
/
+6
2012-04-19
serial/8250_pci: Clear FIFOs for Intel ME Serial Over Lan device on BI
Sudhakar Mamillapalli
3
-0
/
+51
2012-04-19
Merge 3.4-rc3 into tty-next
Greg Kroah-Hartman
10
-53
/
+48
2012-04-19
pch_uart: Fix dma channel unallocated issue
Tomoya MORINAGA
1
-1
/
+3
2012-04-19
ARM: clps711x: serial driver hungs are a result of call disable_irq within ISR
Alexander Shiyan
1
-6
/
+8
2012-04-19
tegra, serial8250: add ->handle_break() uart_port op
Dan Williams
2
-31
/
+29
2012-04-19
OMAP2+: UART: Remove cpu checks for populating errata flags
Govindraj.R
1
-1
/
+73
2012-04-19
serial: pl011: implement workaround for CTS clear event issue
Rajanikanth H.V
1
-91
/
+18
2012-04-13
TTY: hvc, fix TTY refcounting
Jiri Slaby
1
-5
/
+0
2012-04-13
Merge tag 'tty-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
10
-53
/
+48
2012-04-12
serial: sh-sci: Update break_ctl handling for all SCSPTR-capable regtypes.
Shimoda, Yoshihiro
1
-18
/
+18
2012-04-09
tty: hold lock across tty buffer finding and buffer filling
Xiaobing Tu
1
-20
/
+65
2012-04-09
tty/vt: handle bad user buffer in {G,P}IO_CMAP ioctl
Michael Gehring
1
-36
/
+32
2012-04-09
pch_uart: Fix duplicate memory release issue
Tomoya MORINAGA
1
-4
/
+7
2012-04-09
pch_uart: Fix return value issue
Tomoya MORINAGA
1
-0
/
+5
2012-04-09
pch_uart: delete unused data structure
Tomoya MORINAGA
1
-6
/
+0
2012-04-09
pch_uart: Support modem status interrupt
Tomoya MORINAGA
1
-2
/
+13
2012-04-09
pch_uart: change type to %d to %02x
Tomoya MORINAGA
1
-1
/
+1
2012-04-09
pch_uart: change type to u8
Tomoya MORINAGA
1
-8
/
+4
2012-04-09
pch_uart: Delete unused structure member
Tomoya MORINAGA
1
-2
/
+0
2012-04-09
TTY: 68328serial, use tty_port_block_til_ready
Jiri Slaby
1
-91
/
+5
[prev]
[next]