index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.19.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
class.c
Age
Commit message (
Expand
)
Author
2006-01-04
[PATCH] driver core: replace "hotplug" by "uevent"
Kay Sievers
2005-10-30
[PATCH] fix missing includes
Tim Schmielau
2005-10-28
[PATCH] Driver Core: add the ability for class_device structures to be nested
Greg Kroah-Hartman
2005-10-28
[PATCH] add sysfs attr to re-emit device hotplug event
Kay Sievers
2005-10-28
[PATCH] Driver core: pass interface to class interface methods
Dmitry Torokhov
2005-10-28
[PATCH] Driver core: send hotplug event before adding class interfaces
Dmitry Torokhov
2005-09-22
[PATCH] fix class symlinks in sysfs
Bill Nottingham
2005-09-13
[PATCH] drivers/base/*: use kzalloc instead of kmalloc+memset
Jiri Slaby
2005-09-05
[PATCH] Driver core: small cleanup; remove check for NULL before kfree() in d...
Jesper Juhl
2005-09-05
[PATCH] Driver core: link device and all class devices derived from it.
Dmitry Torokhov
2005-08-16
[PATCH] Driver core: potentially fix use after free in class_device_attr_show
Maneesh Soni
2005-06-20
[PATCH] class: add kerneldoc for the new class functions.
gregkh@suse.de
2005-06-20
[PATCH] CLASS: move a "simple" class logic into the class core.
gregkh@suse.de
2005-06-20
[PATCH] sysfs: (driver/base) if show/store is missing return -EIO
Dmitry Torokhov
2005-06-20
[PATCH] kset_hotplug_ops->name shoudl return const char *
Dmitry Torokhov
2005-04-18
[PATCH] kobject/hotplug split - class core
kay.sievers@vrfy.org
2005-03-08
[PATCH] class: add a semaphore to struct class, and use that instead of the s...
Greg Kroah-Hartman
2005-03-08
[PATCH] Driver core: add "bus" symlink to class/block devices
Kay Sievers
2005-03-08
[PATCH] class core: export MAJOR/MINOR to the hotplug env
Kay Sievers
2004-12-21
[PATCH] driver core: allow struct bin_attributes in class devices
Jesse Barnes
2004-11-11
[PATCH] add the driver name to the hotplug environment
Kay Sievers
2004-11-03
[PATCH] add the physical device and the bus to the hotplug environment
Kay Sievers
2004-10-22
[PATCH] avoid problems with kobject_set_name and name with %
Stephen Hemminger
2004-09-23
[driver model] Change sybmols exports to GPL only in class.c
Patrick Mochel
2004-08-10
[PATCH] Driver Core: fix minor class reference counting issue on the error path
Thomas Koeller
2004-06-09
Driver Core: more whitespace fixups
Greg Kroah-Hartman
2004-06-02
[Driver Model] Add default attributes for classes class devices.
Patrick Mochel
2004-05-13
[PATCH] sysfs_rename_dir-cleanup
Maneesh Soni
2004-03-18
Driver class: remove possible oops
Greg Kroah-Hartman
2004-03-10
[PATCH] Fix class_register() always returns 0
Leann Ogasawara
2004-03-08
Driver core: make CONFIG_DEBUG_DRIVER implementation a whole lot cleaner
Greg Kroah-Hartman
2004-03-02
Driver core: add CONFIG_DEBUG_DRIVER to help track down driver core bugs easier.
Greg Kroah-Hartman
2004-02-08
Driver Core: fix up list_for_each() calls to list_for_each_entry()
Greg Kroah-Hartman
2004-01-19
[PATCH] Driver Core: add class_simple support
Greg Kroah-Hartman
2003-11-07
[PATCH] fix reference count bug with class devices
Greg Kroah-Hartman
2003-08-29
[driver model] Use kobject_set_name() when registering objects.
Patrick Mochel
2003-08-14
merge
Greg Kroah-Hartman
2003-08-14
Driver Core: add warnings if .release functions are not set for objects.
Greg Kroah-Hartman
2003-08-11
[driver model] Change class functions to const arguments.
Patrick Mochel
2003-07-03
driver core: add my copyright to class.c
Greg Kroah-Hartman
2003-07-03
[PATCH] driver core: added class_device_rename()
Greg Kroah-Hartman
2003-06-11
[driver model] Remove extraneous get_device() from class_device_add().
Patrick Mochel
2003-06-04
[PATCH] typo in new class_device_release
Stephen Hemminger
2003-06-03
[driver model] Update copyrights and license statements.
Patrick Mochel
2003-06-03
[driver model] Clean up class release handling.
Patrick Mochel
2003-06-03
Driver Class: don't call put_device() when we never called get_device()
Patrick Mochel
2003-05-30
Merge bk://ldm.bkbits.net/linux-2.5-core
Patrick Mochel
2003-05-24
Make driver model use 'strlcpy()' to make sure that all
Linus Torvalds
2003-05-22
drver model: Add release method for class devices.
Patrick Mochel
2003-05-09
[PATCH] driver core: remove unneeded line in class code.
Greg Kroah-Hartman
[next]