aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/core.c
AgeCommit message (Expand)Author
2010-08-05driver core: device_rename's new_name can be constJohannes Berg
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-07-26Driver-core: Always create class directories for classses that support namesp...Eric W. Biederman
2010-07-04device.h drivers/base/core.c Convert dev_<level> logging macros to functionsJoe Perches
2010-05-21driver-core: fix Typo in drivers/base/core.c for CONFIG_MODULEChristoph Egger
2010-05-21driver core: Implement ns directory support for device classes.Eric W. Biederman
2010-05-21kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman
2010-05-21Driver core: Protect device shutdown from hot unplug events.Hugh Daschbach
2010-05-21lockdep: Add novalidate class for dev->mutex conversionPeter Zijlstra
2010-05-21drivers/base: Convert dev->sem to mutexThomas Gleixner
2010-05-21Driver core: don't initialize wakeup flagsAlan Stern
2010-03-19driver-core: document ERR_PTR() return valuesJani Nikula
2010-03-07driver core: Use sysfs_rename_link in device_renameEric W. Biederman
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy
2010-03-07Driver-Core: require valid action string in uevent triggerKay Sievers
2010-03-07driver-core: fix race condition in get_device_parent()Tejun Heo
2009-12-23Driver-core: Fix bogus 0 error return in device_add()Thomas Gleixner
2009-12-23Driver core: bin_attribute parameters can often be const*Phil Carmody
2009-12-23Driver core: device_attribute parameters can often be const*Phil Carmody
2009-12-11Driver core: fix race in dev_driver_stringAlan Stern
2009-12-11Driver core: Don't remove kobjects in device_shutdown.Eric W. Biederman
2009-12-11Driver Core: devtmpfs: cleanup node on device creation errorKay Sievers
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers
2009-09-15Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers
2009-09-15driver model: constify attribute groupsDavid Brownell
2009-09-15Driver core: move dev_get/set_drvdata to drivers/base/dd.cGreg Kroah-Hartman
2009-09-15Driver core: add new device to bus's list before probingAlan Stern
2009-06-15Driver Core: add nodename callbacksKay Sievers
2009-06-15driver core: fix gcc 4.3.3 warnings about string literalsGreg Kroah-Hartman
2009-06-15driver core: synchronize device shutdownShaohua Li
2009-05-28Driver Core: do not oops when driver_unregister() is called for unregistered ...Kay Sievers
2009-04-20driver: dont update dev_name via device_add pathKay Sievers
2009-04-16driver core: prevent device_for_each_child from oopsingGreg Kroah-Hartman
2009-03-24Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck
2009-03-24Driver core: implement uevent suppress in kobjectMing Lei
2009-03-24driver core: move klist_children into private structureGreg Kroah-Hartman
2009-03-24driver core: create a private portion of struct deviceGreg Kroah-Hartman
2009-03-24driver core: get rid of struct device's bus_id string arrayKay Sievers
2009-01-28driver-core: fix kernel-doc parameter nameRandy Dunlap
2009-01-20driver core: Convert '/' to '!' in dev_set_name()Roland Dreier
2009-01-09Revert "driver core: create a private portion of struct device"Greg Kroah-Hartman
2009-01-09Revert "driver core: move klist_children into private structure"Greg Kroah-Hartman
2009-01-06driver core: add root_device_register()Mark McLoughlin
2009-01-06Driver core: move the bus notifier call pointsAlan Stern
2009-01-06driver core: move klist_children into private structureGreg Kroah-Hartman
2009-01-06driver core: create a private portion of struct deviceGreg Kroah-Hartman
2009-01-06driver core: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-10-16kobject: Fix kobject_rename and !CONFIG_SYSFSEric W. Biederman
2008-10-16Driver core: Fix cleanup in device_create_vargs().Cornelia Huck