aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-08-101-1/+1
| |\
| * | Fix spelling fuction -> function in commentsStefan Weil2010-08-091-1/+1
* | | driver core: fix build for CONFIG_BLOCK not enabledRandy Dunlap2010-10-221-0/+6
* | | SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen2010-10-221-9/+17
* | | driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers2010-10-221-169/+25
| |/ |/|
* | driver core: device_rename's new_name can be constJohannes Berg2010-08-051-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-08-041-0/+64
|\
| * device.h drivers/base/core.c Convert dev_<level> logging macros to functionsJoe Perches2010-07-041-0/+64
* | Driver-core: Always create class directories for classses that support namesp...Eric W. Biederman2010-07-261-1/+1
|/
* driver-core: fix Typo in drivers/base/core.c for CONFIG_MODULEChristoph Egger2010-05-211-1/+1
* driver core: Implement ns directory support for device classes.Eric W. Biederman2010-05-211-9/+12
* kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman2010-05-211-14/+63
* Driver core: Protect device shutdown from hot unplug events.Hugh Daschbach2010-05-211-3/+22
* lockdep: Add novalidate class for dev->mutex conversionPeter Zijlstra2010-05-211-0/+1
* drivers/base: Convert dev->sem to mutexThomas Gleixner2010-05-211-2/+1
* Driver core: don't initialize wakeup flagsAlan Stern2010-05-211-1/+0
* driver-core: document ERR_PTR() return valuesJani Nikula2010-03-191-0/+6
* driver core: Use sysfs_rename_link in device_renameEric W. Biederman2010-03-071-12/+6
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-1/+1
* kobject: Constify struct kset_uevent_opsEmese Revfy2010-03-071-1/+1
* Driver-Core: require valid action string in uevent triggerKay Sievers2010-03-071-8/+3
* driver-core: fix race condition in get_device_parent()Tejun Heo2010-03-071-2/+11
* Driver-core: Fix bogus 0 error return in device_add()Thomas Gleixner2009-12-231-1/+3
* Driver core: bin_attribute parameters can often be const*Phil Carmody2009-12-231-2/+4
* Driver core: device_attribute parameters can often be const*Phil Carmody2009-12-231-2/+4
* Driver core: fix race in dev_driver_stringAlan Stern2009-12-111-1/+8
* Driver core: Don't remove kobjects in device_shutdown.Eric W. Biederman2009-12-111-3/+0
* Driver Core: devtmpfs: cleanup node on device creation errorKay Sievers2009-12-111-0/+2
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-7/+12
* Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers2009-09-151-0/+3
* driver model: constify attribute groupsDavid Brownell2009-09-151-2/+2
* Driver core: move dev_get/set_drvdata to drivers/base/dd.cGreg Kroah-Hartman2009-09-151-6/+14
* Driver core: add new device to bus's list before probingAlan Stern2009-09-151-1/+1
* Driver Core: add nodename callbacksKay Sievers2009-06-151-1/+50
* driver core: fix gcc 4.3.3 warnings about string literalsGreg Kroah-Hartman2009-06-151-2/+2
* driver core: synchronize device shutdownShaohua Li2009-06-151-0/+2
* Driver Core: do not oops when driver_unregister() is called for unregistered ...Kay Sievers2009-05-281-1/+4
* driver: dont update dev_name via device_add pathKay Sievers2009-04-201-1/+2
* driver core: prevent device_for_each_child from oopsingGreg Kroah-Hartman2009-04-161-0/+3
* Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck2009-03-241-1/+18
* Driver core: implement uevent suppress in kobjectMing Lei2009-03-241-2/+0
* driver core: move klist_children into private structureGreg Kroah-Hartman2009-03-241-14/+25
* driver core: create a private portion of struct deviceGreg Kroah-Hartman2009-03-241-0/+9
* driver core: get rid of struct device's bus_id string arrayKay Sievers2009-03-241-20/+19
* driver-core: fix kernel-doc parameter nameRandy Dunlap2009-01-281-1/+1
* driver core: Convert '/' to '!' in dev_set_name()Roland Dreier2009-01-201-0/+6
* Revert "driver core: create a private portion of struct device"Greg Kroah-Hartman2009-01-091-8/+0
* Revert "driver core: move klist_children into private structure"Greg Kroah-Hartman2009-01-091-24/+13
* driver core: add root_device_register()Mark McLoughlin2009-01-061-0/+91