index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
Linus Torvalds
2010-05-21
14
-323
/
+4135
|
\
|
*
serial: Tidy REMOTE_DEBUG
Christoph Egger
2010-05-21
1
-222
/
+1
|
*
serial: isicomm: handle running out of slots
Dan Carpenter
2010-05-21
1
-1
/
+7
|
*
serial: bfin_sport_uart: Use resource size to fix off-by-one error
Tobias Klauser
2010-05-21
1
-2
/
+1
|
*
tty: fix obsolete comment on tty_insert_flip_string_fixed_flag
Johan Hovold
2010-05-21
1
-1
/
+1
|
*
serial: Add driver for the Altera UART
Tobias Klauser
2010-05-21
3
-0
/
+602
|
*
serial: Add driver for the Altera JTAG UART
Tobias Klauser
2010-05-21
3
-0
/
+526
|
*
serial: timbuart: make sure last byte is sent when port is closed
Richard Röjfors
2010-05-21
1
-10
/
+13
|
*
serial: two branches the same in timbuart_set_mctrl()
Roel Kluin
2010-05-21
1
-1
/
+1
|
*
serial: uartlite: move from byte accesses to word accesses
John Linn
2010-05-21
1
-16
/
+16
|
*
tty: n_gsm: depends on NET
Randy Dunlap
2010-05-21
1
-0
/
+1
|
*
tty: n_gsm line discipline
Alan Cox
2010-05-21
3
-1
/
+2772
|
*
serial: bfin_sport_uart: drop redundant cpu depends
Mike Frysinger
2010-05-21
1
-1
/
+1
|
*
serial: bfin_sport_uart: drop the experimental markings
Mike Frysinger
2010-05-21
1
-2
/
+2
|
*
serial: bfin_sport_uart: pull in bfin_sport.h for SPORT defines
Mike Frysinger
2010-05-21
1
-0
/
+1
|
*
serial: bfin_sport_uart: only enable SPORT TX if data is to be sent
Sonic Zhang
2010-05-21
1
-9
/
+21
|
*
serial: bfin_sport_uart: drop useless status masks
Mike Frysinger
2010-05-21
1
-16
/
+1
|
*
serial: bfin_sport_uart: zero sport_uart_port if allocated dynamically
Sonic Zhang
2010-05-21
1
-2
/
+2
|
*
serial: bfin_sport_uart: protect changes to uart_port
Sonic Zhang
2010-05-21
1
-2
/
+2
|
*
serial: bfin_sport_uart: add support for CTS/RTS via GPIOs
Sonic Zhang
2010-05-21
3
-11
/
+135
|
*
serial: bfin_sport_uart: rename early platform driver class string
Sonic Zhang
2010-05-21
1
-2
/
+5
|
*
serial: bfin_sport_uart: add missing mapbase initialization
Sonic Zhang
2010-05-21
1
-1
/
+2
|
*
serial: bfin_sport_uart: remove unused peripheral pin lists
Sonic Zhang
2010-05-21
1
-21
/
+0
|
*
serial: bfin_sport_uart: shorten the SPORT TX waiting loop
Sonic Zhang
2010-05-21
1
-1
/
+7
|
*
serial: bfin_sport_uart: work around anomaly 05000473 (make 32bit fifo read a...
Sonic Zhang
2010-05-21
1
-1
/
+15
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
2010-05-21
58
-254
/
+440
|
\
\
|
*
|
driver-core: fix Typo in drivers/base/core.c for CONFIG_MODULE
Christoph Egger
2010-05-21
1
-1
/
+1
|
*
|
pci: check caps from sysfs file open to read device dependent config space
Chris Wright
2010-05-21
1
-1
/
+2
|
*
|
sysfs: add struct file* to bin_attr callbacks
Chris Wright
2010-05-21
43
-117
/
+184
|
*
|
driver core: Implement ns directory support for device classes.
Eric W. Biederman
2010-05-21
1
-9
/
+12
|
*
|
sysfs: Implement sysfs tagged directory support.
Eric W. Biederman
2010-05-21
3
-6
/
+6
|
*
|
kobj: Add basic infrastructure for dealing with namespaces.
Eric W. Biederman
2010-05-21
2
-14
/
+72
|
*
|
generate "change" uevent for loop device
David Zeuthen
2010-05-21
1
-1
/
+9
|
*
|
Driver core: Protect device shutdown from hot unplug events.
Hugh Daschbach
2010-05-21
1
-3
/
+22
|
*
|
firmware loader: do not allocate firmare id separately
Dmitry Torokhov
2010-05-21
1
-13
/
+4
|
*
|
firmware loader: split out builtin firmware handling
Dmitry Torokhov
2010-05-21
1
-26
/
+50
|
*
|
firmware loader: rely on driver core to create class attribute
Dmitry Torokhov
2010-05-21
1
-35
/
+24
|
*
|
firmware class: export nowait to userspace
Johannes Berg
2010-05-21
1
-5
/
+11
|
*
|
lockdep: Add novalidate class for dev->mutex conversion
Peter Zijlstra
2010-05-21
1
-0
/
+1
|
*
|
drivers/base: Convert dev->sem to mutex
Thomas Gleixner
2010-05-21
4
-3
/
+4
|
*
|
platform_bus: allow custom extensions to system PM methods
Kevin Hilman
2010-05-21
1
-4
/
+4
|
*
|
devtmpfs: support !CONFIG_TMPFS
Peter Korsgaard
2010-05-21
2
-2
/
+10
|
*
|
driver core: module.c: Use kasprintf
Julia Lawall
2010-05-21
1
-3
/
+1
|
*
|
Driver core: don't initialize wakeup flags
Alan Stern
2010-05-21
1
-1
/
+0
|
*
|
driver-core: fix potential race condition in drivers/base/dd.c
Stefani Seibold
2010-05-21
1
-2
/
+2
|
*
|
Driver core: Reduce the level of request_firmware() messages
Rafael J. Wysocki
2010-05-21
1
-3
/
+2
|
*
|
firmware_class: fix memory leak - free allocated pages
David Woodhouse
2010-05-21
1
-6
/
+20
|
*
|
drivers/base/cpu.c: fix the output from /sys/devices/system/cpu/offline
Jan Beulich
2010-05-21
1
-1
/
+1
|
|
/
*
/
Fix networking tree iscsi_tcp.c mis-merge
Linus Torvalds
2010-05-21
1
-1
/
+1
|
/
*
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
2010-05-21
90
-1510
/
+9862
|
\
[next]