index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
imxmmc.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-04-27
drivers/base/attribute_container.c: use mutex instead of binary semaphore
Matthias Kaehlcke
1
-13
/
+13
2007-04-27
mod_sysfs_setup() doesn't return errno when kobject_add_dir() failure occurs
Akinobu Mita
1
-1
/
+3
2007-04-27
s2ram: add arch irq disable/enable hooks
Johannes Berg
2
-3
/
+33
2007-04-27
define platform wakeup hook, use in pci_enable_wake()
David Brownell
3
-17
/
+63
2007-04-27
security: prevent permission checking of file removal via sysfs_remove_group()
James Morris
3
-22
/
+57
2007-04-27
device_schedule_callback() needs a module reference
Alan Stern
4
-13
/
+29
2007-04-27
s390: cio: Delay uevents for subchannels
Cornelia Huck
1
-0
/
+6
2007-04-27
sysfs: bin.c printk fix
Andrew Morton
1
-1
/
+1
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
debugfs: Add debugfs_create_u64()
Michael Ellerman
2
-0
/
+51
2007-04-27
the overdue removal of the mount/umount uevents
Adrian Bunk
4
-30
/
+3
2007-04-27
kobject: Comment and warning fixes to kobject.c
Eric W. Biederman
1
-3
/
+10
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
kobject core: remove rwsem from struct subsystem
Greg Kroah-Hartman
2
-5
/
+1
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
kobject: kobject_add() reference leak
Cornelia Huck
1
-0
/
+1
2007-04-27
Kobject: kobject_uevent.c: Collapse unnecessary loop nesting (top_kobj)
John Anthony Kazos Jr
1
-4
/
+2
2007-04-27
Driver core: add suspend() and resume() to struct device_type
Dmitry Torokhov
3
-1
/
+26
2007-04-27
uevent: use add_uevent_var() instead of open coding it
Eric Rannaud
6
-111
/
+79
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: notify userspace of network device renames
Jean Tourrilhes
2
-0
/
+41
2007-04-27
kref: fix CPU ordering with respect to krefs
Oliver Neukum
1
-0
/
+2
2007-04-27
Driver core: remove unneeded completion from driver release path
Greg Kroah-Hartman
3
-23
/
+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
powerpc: make it compile for multithread change
Andrew Morton
1
-3
/
+0
2007-04-27
driver core: per-subsystem multithreaded probing
Cornelia Huck
4
-40
/
+33
2007-04-27
kobject: kobject_shadow_add cleanup
Dmitriy Monakhov
1
-2
/
+2
2007-04-27
Driver core: add name to device_type
Kay Sievers
2
-0
/
+15
2007-04-27
driver core: Use attribute groups in struct device_type
Dmitry Torokhov
2
-47
/
+70
2007-04-27
Driver core: udev triggered device-<>driver binding
Kay Sievers
2
-21
/
+97
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
6
-28
/
+89
2007-04-27
driver core: fix device_add error path
Dmitriy Monakhov
1
-9
/
+0
2007-04-27
make SysRq-T show all tasks again
Ingo Molnar
2
-3
/
+3
2007-04-27
seqlocks: trivial remove weird whitespace
Daniel Walker
1
-4
/
+4
2007-04-27
Change default dirty-writeback limits
Linus Torvalds
1
-2
/
+2
2007-04-27
[MIPS] Don't force frame pointers for lockdep on MIPS
Franck Bui-Huu
1
-1
/
+1
2007-04-27
[MIPS] update vr41xx Kconfig
Yoichi Yuasa
1
-36
/
+56
[next]