index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
serial
Commit message (
Expand
)
Author
Age
Files
Lines
*
serial: add support for the Lava Quattro PCI quad-port 16550A card
Lennert Buytenhek
2009-11-12
1
-0
/
+6
*
serial: fix printk format specifiers for struct uart_port::iobase
Lennert Buytenhek
2009-11-12
2
-2
/
+2
*
serial: sh-sci: disable callback typo fix
Magnus Damm
2009-11-06
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2009-11-03
1
-4
/
+4
|
\
|
*
pcnet_cs: add cis of PreMax PE-200 ethernet pcmcia card
Ken Kawasaki
2009-10-29
1
-4
/
+4
*
|
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
2009-10-29
1
-1
/
+1
|
\
\
|
*
\
Merge commit 'gcl/merge' into merge
Benjamin Herrenschmidt
2009-10-28
1
-1
/
+1
|
|
\
\
|
|
*
|
drivers/serial/mpc52xx_uart.c: Use UPIO_MEM rather than SERIAL_IO_MEM
Julia Lawall
2009-10-15
1
-1
/
+1
*
|
|
|
8250_pci: add IBM Saturn serial card
Benjamin Herrenschmidt
2009-10-29
1
-0
/
+11
*
|
|
|
serial: add ADDI-DATA GmbH PCI-Express communication cards in 8250_pci.c and ...
Krauth.Julien
2009-10-29
1
-0
/
+67
*
|
|
|
atmel_serial: fix bad BUILD_BUG_ON() usage
Haavard Skinnemoen
2009-10-29
1
-1
/
+1
|
/
/
/
*
/
/
tty, serial: Fix race and NULL check in uart_close()
Linus Torvalds
2009-10-12
1
-2
/
+5
|
/
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2009-10-08
1
-6
/
+6
|
\
|
|
*
pcnet_cs: add cis of National Semicondoctor's multifunction pcmcia card
Ken Kawasaki
2009-10-05
1
-6
/
+6
*
|
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2009-10-02
1
-1
/
+1
|
\
\
|
*
|
ARM: Fix SA1100 Neponset serial section mismatch
Russell King
2009-09-28
1
-1
/
+1
*
|
|
serial: add parameter to force skipping the test for the TXEN bug
Chuck Ebbert
2009-10-01
1
-1
/
+6
*
|
|
icom: convert space to tabs
Breno Leitao
2009-10-01
1
-28
/
+26
*
|
|
serial_txx9: use container_of() instead of direct cast
Atsushi Nemoto
2009-10-01
1
-17
/
+22
*
|
|
uartlite: allow building for timberdale MFD
Richard Röjfors
2009-10-01
1
-1
/
+1
*
|
|
MIPS: BCM63xx: Add serial driver for bcm63xx integrated UART.
Maxime Bizon
2009-09-30
3
-0
/
+910
|
/
/
*
|
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
2009-09-24
1
-1
/
+1
|
\
\
|
*
|
Fix build of cpm_uart due to core changes
Benjamin Herrenschmidt
2009-09-24
1
-1
/
+1
|
|
/
*
|
Merge branch 'for-linus' of git://repo.or.cz/cris-mirror
Linus Torvalds
2009-09-24
1
-0
/
+1
|
\
\
|
*
|
CRIS: fix defconfig build failure
Ingo Molnar
2009-08-31
1
-0
/
+1
*
|
|
Merge branch 'origin' into for-linus
Russell King
2009-09-24
51
-702
/
+757
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
serial core: fix new kernel-doc warnings
Randy Dunlap
2009-09-23
1
-2
/
+2
|
*
|
spi: prefix modalias with "spi:"
Anton Vorontsov
2009-09-23
1
-0
/
+1
|
*
|
uartlite: support shared interrupt lines
Peter Korsgaard
2009-09-19
1
-5
/
+10
|
*
|
Set proper console speed on resume if console suspend is disabled
Deepak Saxena
2009-09-19
1
-14
/
+18
|
*
|
serial: introduce tty krefs
Alan Cox
2009-09-19
1
-3
/
+3
|
*
|
serial: kill USF_CLOSING_* definitions
Alan Cox
2009-09-19
1
-3
/
+3
|
*
|
serial: move port users helper
Alan Cox
2009-09-19
1
-4
/
+2
|
*
|
serial: move delta_msr_wait into the tty_port
Alan Cox
2009-09-19
24
-37
/
+41
|
*
|
serial: replace the state mutex with the tty port mutex
Alan Cox
2009-09-19
2
-112
/
+123
|
*
|
serial: move the flags into the tty_port field
Alan Cox
2009-09-19
1
-76
/
+77
|
*
|
serial: move count into the tty_port version
Alan Cox
2009-09-19
1
-18
/
+20
|
*
|
serial: use tty_port pointers in the core code
Alan Cox
2009-09-19
1
-142
/
+146
|
*
|
serial: Fold closing_* fields into the tty_port ones
Alan Cox
2009-09-19
1
-13
/
+13
|
*
|
serial: kill off uart_info
Alan Cox
2009-09-19
48
-395
/
+389
|
*
|
8250: Now honours baud rate lower bounds
Anton Vorontsov
2009-09-19
1
-1
/
+3
|
*
|
serial: 8250: add IRQ trigger support
Vikram Pandita
2009-09-19
2
-5
/
+10
|
*
|
tty: icom: bit and/or confusion?
Roel Kluin
2009-09-19
1
-1
/
+1
|
*
|
tty: serial/pcmcia: add ID for Advantech card
Wolfram Sang
2009-09-19
1
-0
/
+1
|
*
|
serial: bfin_5xx: fix building as module when early printk is enabled
Mike Frysinger
2009-09-19
1
-0
/
+4
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
2009-09-18
2
-3
/
+22
|
|
\
\
|
|
*
\
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Paul Mundt
2009-09-16
5
-45
/
+62
|
|
|
\
\
|
|
*
\
\
Merge branches 'sh/hwblk' and 'sh/pm-runtime'
Paul Mundt
2009-08-23
1
-1
/
+1
|
|
|
\
\
\
|
|
|
*
\
\
Merge branch 'sh/hwblk' into sh/pm-runtime
Paul Mundt
2009-08-23
1
-2
/
+3
|
|
|
|
\
\
\
|
|
|
|
|
_
|
/
|
|
|
|
/
|
|
|
|
*
|
|
|
sh: Add initial support for SH7757 CPU subtype
Yoshihiro Shimoda
2009-08-21
2
-1
/
+19
|
|
|
|
/
/
|
|
|
/
|
|
[next]