index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
core.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2004-11-11
[PATCH] add the bus name to the hotplug environment
Kay Sievers
1
-0
/
+21
2004-11-03
[PATCH] driver-model: device_add() error path reference counting fix
Tejun Heo
1
-3
/
+3
2004-10-22
[PATCH] avoid problems with kobject_set_name and name with %
Stephen Hemminger
1
-1
/
+1
2004-09-29
[PATCH] Driver Core: Handle NULL arg for put_device()
Hannes Reinecke
1
-1
/
+2
2004-09-23
[driver model] Change symbol exports to GPL only in core.c
Patrick Mochel
1
-11
/
+11
2004-07-08
[PATCH] Driver core: kset_find_obj should increment refcount of the found object
Dmitry Torokhov
1
-0
/
+10
2004-06-09
[PATCH] Driver Core: Whitespace fixes
Dmitry Torokhov
1
-23
/
+23
2004-06-04
[PATCH] Driver Core: fix struct device::release issue
Frank A. Uepping
1
-1
/
+1
2004-03-08
Driver core: make CONFIG_DEBUG_DRIVER implementation a whole lot cleaner
Greg Kroah-Hartman
1
-4
/
+0
2004-03-02
Driver core: add CONFIG_DEBUG_DRIVER to help track down driver core bugs easier.
Greg Kroah-Hartman
1
-1
/
+4
2004-02-08
Merge bk://kernel.bkbits.net/gregkh/linux/pci-2.6
Linus Torvalds
1
-0
/
+1
2004-02-03
[PATCH] Driver core: remove device_unregister_wait() as it's a very bad idea.
Greg Kroah-Hartman
1
-23
/
+0
2004-02-01
[PATCH] PCI: Replace pci_pool with generic dma_pool
Deepak Saxena
1
-0
/
+1
2004-01-19
[PATCH] Driver Core: add device_find() function
Hollis Blanchard
1
-0
/
+9
2003-09-29
[driver model] Add device_unregister_wait().
Patrick Mochel
1
-0
/
+25
2003-09-05
Merge osdl.org:/home/mochel/src/kernel/linux-2.5-virgin
Patrick Mochel
1
-18
/
+15
2003-08-29
[driver model] Use kobject_set_name() when registering objects.
Patrick Mochel
1
-1
/
+1
2003-08-27
[power] Make sure devices get added to the PM lists before bus_add_device().
Patrick Mochel
1
-18
/
+15
2003-08-14
merge
Greg Kroah-Hartman
1
-4
/
+8
2003-08-14
Driver Core: add warnings if .release functions are not set for objects.
Greg Kroah-Hartman
1
-0
/
+6
2003-08-14
Driver Core: remove struct device.name as it is not needed
Greg Kroah-Hartman
1
-4
/
+2
2003-08-13
[driver model] Allow per-device shutdown or suspend on driver detach.
Patrick Mochel
1
-0
/
+1
2003-08-06
[power] Add PM info structure to struct device and PM registration functions.
Patrick Mochel
1
-0
/
+4
2003-06-04
[driver model] Add device_for_each_child iterator.
Patrick Mochel
1
-0
/
+29
2003-06-03
[driver model] Update copyrights and license statements.
Patrick Mochel
1
-2
/
+5
2003-05-24
Make driver model use 'strlcpy()' to make sure that all
Linus Torvalds
1
-1
/
+1
2003-05-13
driver model: Remove device_sem
Patrick Mochel
1
-11
/
+7
2003-05-12
driver model: Set device's kset before calling kobject_add().
Patrick Mochel
1
-1
/
+1
2003-04-28
driver core: rework driver class structures and logic
Greg Kroah-Hartman
1
-2
/
+0
2003-04-04
driver core: move the hotplug support for /sys/devices to use the kobject logic.
Greg Kroah-Hartman
1
-9
/
+46
2003-03-03
driver model: Make initialization explicit.
Patrick Mochel
1
-3
/
+1
2003-03-03
driver model: fix device interfaces.
Patrick Mochel
1
-1
/
+0
2003-01-12
sysfs: reinstate count parameter to sysfs_ops.store() methods.
Patrick Mochel
1
-2
/
+3
2003-01-09
sysfs: fix up device attribute read/write methods.
Patrick Mochel
1
-6
/
+4
2003-01-05
kobjects: Remove kobject::subsys and subsystem::kobj.
Patrick Mochel
1
-8
/
+4
2003-01-04
kobject: Introduce struct kobj_type.
Patrick Mochel
1
-3
/
+6
2002-12-03
driver model: clean up interface handling.
Patrick Mochel
1
-0
/
+1
2002-12-02
driver model: get rid of global device list; minor cleanups.
Patrick Mochel
1
-15
/
+8
2002-11-20
driver model: keep reference to device during device_add().
Patrick Mochel
1
-1
/
+3
2002-11-19
driver model: exploit kobject contstructs.
Patrick Mochel
1
-87
/
+146
2002-11-18
driver model: don't double up() if device registration fails.
Patrick Mochel
1
-1
/
+1
2002-11-18
make sure DEBUG is #undef'd so it's really turned off
Patrick Mochel
1
-1
/
+1
2002-11-16
[PATCH] Add some missing includes to drivers/base
Matthew Wilcox
1
-2
/
+6
2002-10-30
driver model: remove remaining driverfs glue.
Patrick Mochel
1
-8
/
+4
2002-10-29
driver model: convert devices to use kobjects and sysfs.
Patrick Mochel
1
-1
/
+85
2002-10-18
[PATCH] device removal
Patrick Mochel
1
-2
/
+3
2002-10-18
Make a polite version of BUG_ON() - WARN_ON() which doesn't
Linus Torvalds
1
-1
/
+1
2002-10-16
driver model: change struct device::present to enumerated value with multiple...
Patrick Mochel
1
-4
/
+5
2002-10-16
driver model: introduce device_sem to protect global device list instead of d...
Patrick Mochel
1
-19
/
+16
2002-10-16
driver model: simplify device/driver binding.
Patrick Mochel
1
-130
/
+1
[next]