index
:
linux-stable.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-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
/
serial
/
8250.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SERIAL] kernel console should send CRLF not LFCR
Russell King
2006-03-20
1
-17
/
+9
*
[SERIAL] Add comment about early_serial_setup()
Russell King
2006-02-23
1
-0
/
+6
*
[SERIAL] Fix typo in comment
Ralf Baechle
2006-02-15
1
-1
/
+1
*
[SERIAL] 8250 serial console update uart_8250_port ier
Kumar Gala
2006-02-08
1
-0
/
+1
*
[SERIAL] Remove UPF_AUTOPROBE and UPF_BOOT_ONLYMCA
Russell King
2006-01-21
1
-7
/
+0
*
[SERIAL] 8250 serial console fixes
Alan Cox
2006-01-21
1
-6
/
+6
*
[SERIAL] Fix serial8250 driver initialisation ordering
Russell King
2006-01-18
1
-8
/
+5
*
[SERIAL] serial8250: convert to the new platform device interface
Dmitry Torokhov
2006-01-13
1
-10
/
+20
*
[SERIAL] turn serial semaphores into mutexes
Arjan van de Ven
2006-01-12
1
-5
/
+6
*
[PATCH] TTY layer buffering revamp
Alan Cox
2006-01-10
1
-13
/
+0
*
[SERIAL] Make the number of UARTs registered configurable.
Dave Jones
2006-01-07
1
-10
/
+18
*
[SERIAL] Remove _INLINE_
Russell King
2006-01-04
1
-4
/
+4
*
[SERIAL] Move interrupt-time spinlocking inside serial8250_handle_port()
Russell King
2006-01-04
1
-7
/
+8
*
[SERIAL] Use uart_match_port() to find a matching port in find_port()
Russell King
2006-01-04
1
-3
/
+1
*
[Serial] Don't miss modem status changes
Russell King
2006-01-04
1
-17
/
+16
*
[SERIAL] mark several serial tables const
Arjan van de Ven
2005-11-28
1
-1
/
+1
*
[SERIAL] don't disable xscale serial ports after autoconfig
Lennert Buytenhek
2005-11-12
1
-1
/
+4
*
[DRIVER MODEL] Convert platform drivers to use struct platform_driver
Russell King
2005-11-09
1
-15
/
+16
*
[PATCH] serial console: touch NMI watchdog
Andrew Morton
2005-11-07
1
-0
/
+3
*
[SERIAL] Support Au1x00 8250 UARTs using the generic 8250 driver.
Pantelis Antoniou
2005-11-06
1
-3
/
+70
*
Create platform_device.h to contain all the platform device details.
Russell King
2005-10-29
1
-1
/
+1
*
[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks
Russell King
2005-10-28
1
-8
/
+2
*
[SERIAL] Spelling fix in 8250.c
Russell King
2005-09-09
1
-1
/
+1
*
[SERIAL] Use an enum for serial8250 platform device IDs
Russell King
2005-09-08
1
-1
/
+1
*
[ARM] 2866/1: add i.MX set_mctrl / get_mctrl functions
Sascha Hauer
2005-08-31
1
-79
/
+0
*
[SERIAL] Clean up and fix tty transmission start/stoping
Russell King
2005-08-31
1
-3
/
+7
*
[PATCH] Serial: Fix small CONFIG_SERIAL_8250_NR_UARTS
Russell King
2005-06-30
1
-1
/
+2
*
[PATCH] Serial: Split 8250 port table (part 2)
Russell King
2005-06-29
1
-1
/
+1
*
[PATCH] Serial: Disable OX950 transmitter for flow control
Russell King
2005-06-29
1
-12
/
+16
*
[PATCH] Serial: Adjust serial locking
Russell King
2005-06-29
1
-3
/
+0
*
[PATCH] Serial: Split 8250 port table
Russell King
2005-06-27
1
-16
/
+9
*
[PATCH] Serial: Eliminate magic numbers
Russell King
2005-06-24
1
-5
/
+5
*
[PATCH] Serial: Bugs are not capabilities
Russell King
2005-06-23
1
-4
/
+4
*
[PATCH] Serial: Mobility's 16550A ports need a helping hand
Russell King
2005-06-23
1
-0
/
+31
*
[PATCH] Serial: Convert 8250 revision-based bug fixes to bug bitmask
Russell King
2005-06-23
1
-10
/
+13
*
When we detect that a 16550 was in fact part of a NatSemi SuperIO chip
David Woodhouse
2005-05-21
1
-5
/
+12
*
[PATCH] Serial: Add uart_insert_char()
Russell King
2005-05-09
1
-12
/
+3
*
[PATCH] make lots of things static
Adrian Bunk
2005-05-01
1
-1
/
+1
*
[PATCH] serial: fix comments in 8250.c
Russell King
2005-04-16
1
-3
/
+11
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+2632