index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2007-04-27
USB: cxacru: export detailed device info through sysfs
Simon Arlott
1
-5
/
+176
2007-04-27
usbatm: create sysfs link "device" from atm class device to usb interface
Simon Arlott
1
-1
/
+13
2007-04-27
USB: unnecessary GFP_ATOMIC in mos7720 driver
Oliver Neukum
1
-1
/
+1
2007-04-27
usbcore: move usb_autosuspend_work
Alan Stern
3
-30
/
+20
2007-04-27
libusual: change block scope variable to function scope
Pete Zaitcev
1
-1
/
+2
2007-04-27
ub: Bind to first endpoint, not to last
Pete Zaitcev
1
-4
/
+7
2007-04-27
USB: cdc-acm: export parsed capabilities through sysfs
Oliver Neukum
2
-5
/
+79
2007-04-27
usbmon: Extended text API
Pete Zaitcev
2
-40
/
+257
2007-04-27
USB: kill BKL in usblcd
Oliver Neukum
1
-2
/
+5
2007-04-27
USB: kill BKL in skeleton driver
Oliver Neukum
1
-2
/
+10
2007-04-27
USB: fix skeleton driver
Oliver Neukum
1
-11
/
+20
2007-04-27
USB: pxa2xx_udc: fix hardcoded irq number
Milan Svoboda
1
-1
/
+1
2007-04-27
pxa2xx_udc: cleanups, use platform_get_irq
David Brownell
1
-53
/
+43
2007-04-27
Adding PID of SHARP S01SH for ipaq.c
Norihiko Tomiyama
1
-0
/
+1
2007-04-27
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
34
-373
/
+512
2007-04-27
dev_dbg: check dev_dbg() arguments
Dan Williams
2
-9
/
+1
2007-04-27
drivers/base/attribute_container.c: use mutex instead of binary semaphore
Matthias Kaehlcke
1
-13
/
+13
2007-04-27
define platform wakeup hook, use in pci_enable_wake()
David Brownell
2
-17
/
+44
2007-04-27
device_schedule_callback() needs a module reference
Alan Stern
1
-6
/
+10
2007-04-27
s390: cio: Delay uevents for subchannels
Cornelia Huck
1
-0
/
+6
2007-04-27
Driver core: use mutex instead of semaphore in DMA pool handler
Matthias Kaehlcke
1
-7
/
+7
2007-04-27
driver core: bus_add_driver should return an error if no bus
Greg Kroah-Hartman
1
-1
/
+1
2007-04-27
Driver core: warn when userspace writes to the uevent file in a non-supported...
Kay Sievers
1
-0
/
+3
2007-04-27
Driver core: make uevent-environment available in uevent-file
Kay Sievers
1
-1
/
+49
2007-04-27
qeth: Remove usage of subsys.rwsem
Cornelia Huck
1
-2
/
+0
2007-04-27
PHY: remove rwsem use from phy core
Greg Kroah-Hartman
2
-14
/
+1
2007-04-27
IEEE1394: remove rwsem use from ieee1394 core
Greg Kroah-Hartman
1
-8
/
+0
2007-04-27
IDE: remove rwsem use from ide-proc core
Greg Kroah-Hartman
1
-4
/
+0
2007-04-27
Input: gameport - do not touch bus's rwsem
Dmitry Torokhov
1
-26
/
+13
2007-04-27
Input: serio - do not touch bus's rwsem
Dmitry Torokhov
1
-26
/
+15
2007-04-27
PNP: stop using the subsystem rwsem
Greg Kroah-Hartman
1
-6
/
+0
2007-04-27
USB: remove use of the bus rwsem, as it doesn't really protect anything.
Greg Kroah-Hartman
4
-22
/
+7
2007-04-27
SCSI: use the proper semaphore to protect the class lists
Greg Kroah-Hartman
1
-2
/
+2
2007-04-27
Driver core: remove use of rwsem
Greg Kroah-Hartman
1
-2
/
+0
2007-04-27
Driver core: add suspend() and resume() to struct device_type
Dmitry Torokhov
2
-1
/
+24
2007-04-27
uevent: use add_uevent_var() instead of open coding it
Eric Rannaud
4
-46
/
+36
2007-04-27
Driver core: switch firmware_class to uevent_suppress.
Cornelia Huck
1
-8
/
+2
2007-04-27
Driver core: suppress uevents via filter
Cornelia Huck
1
-2
/
+3
2007-04-27
Driver core: remove unneeded completion from driver release path
Greg Kroah-Hartman
2
-22
/
+13
2007-04-27
driver core: don't fail attaching the device if it cannot be bound
Cornelia Huck
4
-13
/
+11
2007-04-27
driver core: per-subsystem multithreaded probing
Cornelia Huck
2
-36
/
+32
2007-04-27
Driver core: add name to device_type
Kay Sievers
1
-0
/
+5
2007-04-27
driver core: Use attribute groups in struct device_type
Dmitry Torokhov
1
-46
/
+69
2007-04-27
Driver core: udev triggered device-<>driver binding
Kay Sievers
1
-6
/
+78
2007-04-27
dev_printk and new-style class devices
Jean Delvare
1
-1
/
+2
2007-04-27
driver core: fix namespace issue with devices assigned to classes
Kay Sievers
2
-18
/
+66
2007-04-27
driver core: fix device_add error path
Dmitriy Monakhov
1
-9
/
+0
2007-04-27
Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6
Linus Torvalds
21
-0
/
+11338
2007-04-27
Merge branch 'e1000-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga...
Linus Torvalds
1
-46
/
+58
2007-04-27
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...
Linus Torvalds
46
-1002
/
+1612
[next]