summaryrefslogtreecommitdiff
path: root/drivers/base/core.c
Commit message (Expand)AuthorAge
* PM / Driver core: leave runtime PM enabled during system shutdownAlan Stern2011-12-07
* PM / driver core: disable device's runtime PM during shutdownPeter Chen2011-11-15
* dynamic_debug: Add __dynamic_dev_dbgJoe Perches2011-08-22
* drivers/base/core.c: Fixed brace coding style issue.Karthigan Srinivasan2011-04-22
* drivers: make device_type constStephen Hemminger2011-04-19
* driver core: Replace the dangerous to_root_device macro with an inline functionFerenc Wagner2011-02-03
* driver-core: document restrictions on device_rename()Timur Tabi2011-02-03
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-01-10
|\
| * driver core: Document that device_rename() is only for networkingMichael Ellerman2010-11-29
| * driver-core: merge private parts of class and busKay Sievers2010-11-17
* | sysfs: Introducing binary attributes for struct classStefan Achatz2011-01-08
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-24
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-08-10
| |\
| * | Fix spelling fuction -> function in commentsStefan Weil2010-08-09
* | | driver core: fix build for CONFIG_BLOCK not enabledRandy Dunlap2010-10-22
* | | SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen2010-10-22
* | | driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers2010-10-22
| |/ |/|
* | driver core: device_rename's new_name can be constJohannes Berg2010-08-05
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-08-04
|\
| * device.h drivers/base/core.c Convert dev_<level> logging macros to functionsJoe Perches2010-07-04
* | Driver-core: Always create class directories for classses that support namesp...Eric W. Biederman2010-07-26
|/
* driver-core: fix Typo in drivers/base/core.c for CONFIG_MODULEChristoph Egger2010-05-21
* driver core: Implement ns directory support for device classes.Eric W. Biederman2010-05-21
* kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman2010-05-21
* Driver core: Protect device shutdown from hot unplug events.Hugh Daschbach2010-05-21
* lockdep: Add novalidate class for dev->mutex conversionPeter Zijlstra2010-05-21
* drivers/base: Convert dev->sem to mutexThomas Gleixner2010-05-21
* Driver core: don't initialize wakeup flagsAlan Stern2010-05-21
* driver-core: document ERR_PTR() return valuesJani Nikula2010-03-19
* driver core: Use sysfs_rename_link in device_renameEric W. Biederman2010-03-07
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-07
* kobject: Constify struct kset_uevent_opsEmese Revfy2010-03-07
* Driver-Core: require valid action string in uevent triggerKay Sievers2010-03-07
* driver-core: fix race condition in get_device_parent()Tejun Heo2010-03-07
* Driver-core: Fix bogus 0 error return in device_add()Thomas Gleixner2009-12-23
* Driver core: bin_attribute parameters can often be const*Phil Carmody2009-12-23
* Driver core: device_attribute parameters can often be const*Phil Carmody2009-12-23
* Driver core: fix race in dev_driver_stringAlan Stern2009-12-11
* Driver core: Don't remove kobjects in device_shutdown.Eric W. Biederman2009-12-11
* Driver Core: devtmpfs: cleanup node on device creation errorKay Sievers2009-12-11
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-19
* Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers2009-09-15
* driver model: constify attribute groupsDavid Brownell2009-09-15
* Driver core: move dev_get/set_drvdata to drivers/base/dd.cGreg Kroah-Hartman2009-09-15
* Driver core: add new device to bus's list before probingAlan Stern2009-09-15
* Driver Core: add nodename callbacksKay Sievers2009-06-15
* driver core: fix gcc 4.3.3 warnings about string literalsGreg Kroah-Hartman2009-06-15
* driver core: synchronize device shutdownShaohua Li2009-06-15
* Driver Core: do not oops when driver_unregister() is called for unregistered ...Kay Sievers2009-05-28
* driver: dont update dev_name via device_add pathKay Sievers2009-04-20