summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman2010-03-073-39/+39
* driver core: Use sysfs_rename_link in device_renameEric W. Biederman2010-03-071-12/+6
* Driver core: Fix first line of kernel-doc for a few functionsBen Hutchings2010-03-072-9/+9
* Driver core: make struct platform_driver.id_table constUwe Kleine-König2010-03-071-1/+1
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-074-6/+6
* sysdev: fix up the probe/release attributesGreg Kroah-Hartman2010-03-071-8/+8
* kobject: Constify struct kset_uevent_opsEmese Revfy2010-03-073-3/+3
* driver-core: firmware_class: remove base.h header inclusionLuis R. Rodriguez2010-03-071-1/+0
* Driver-Core: require valid action string in uevent triggerKay Sievers2010-03-071-8/+3
* Driver-Core: disable /sbin/hotplug by defaultKay Sievers2010-03-071-1/+9
* Driver-Core: devtmpfs - remove EXPERIMENTAL and flush out the descriptionKay Sievers2010-03-071-17/+24
* Driver-Core: devtmpfs - reset inode permissions before unlinkingKay Sievers2010-03-071-0/+13
* driver core: Add class_attr_string for simple read-only stringAndi Kleen2010-03-071-0/+10
* driver-core: Add attribute argument to class_attribute show/storeAndi Kleen2010-03-074-9/+22
* sysdev: Fix type of sysdev class attribute in memory driverAndi Kleen2010-03-071-3/+4
* sysdev: Use sysdev_class attribute arrays in node driverAndi Kleen2010-03-071-15/+16
* sysdev: Convert node driverAndi Kleen2010-03-071-40/+17
* sysfs: Add attribute array to sysdev classesAndi Kleen2010-03-071-1/+8
* sysdev: Convert cpu driver sysdev class attributesAndi Kleen2010-03-071-16/+21
* sysdev: Convert node driver class attributes to be data drivenAndi Kleen2010-03-071-47/+18
* sysdev: Pass attribute in sysdev_class attributes show/storeAndi Kleen2010-03-073-10/+20
* Driver core: add platform_create_bundle() helperDmitry Torokhov2010-03-071-0/+58
* driver-core: fix race condition in get_device_parent()Tejun Heo2010-03-071-2/+11
* PM: Provide generic subsystem-level callbacksRafael J. Wysocki2010-03-062-0/+234
* PM: Allow device drivers to use dpm_wait()Rafael J. Wysocki2010-02-261-0/+11
* PM: Start asynchronous resume threads upfrontRafael J. Wysocki2010-02-261-19/+24
* PM: Add facility for advanced testing of async suspend/resumeRafael J. Wysocki2010-02-261-0/+49
* PM: Add a switch for disabling/enabling asynchronous suspend/resumeRafael J. Wysocki2010-02-262-6/+7
* PM: Asynchronous suspend and resume of devicesRafael J. Wysocki2010-02-261-6/+109
* PM: Add parent information to timing messagesRafael J. Wysocki2010-02-261-2/+3
* PM / Runtime: Add sysfs switch for disabling device run-time PMRafael J. Wysocki2010-02-262-0/+96
* class: Free the class private data in class_releaseLaurent Pinchart2010-02-161-0/+2
* Revert "sysdev: fix prototype for memory_sysdev_class show/store functions"Greg Kroah-Hartman2010-01-201-20/+12
* driver-core: fix devtmpfs crash on s390Heiko Carstens2010-01-201-1/+2
* sysdev: fix prototype for memory_sysdev_class show/store functionsWu Fengguang2010-01-161-12/+20
* memory-hotplug: add 0x prefix to HEX block_size_bytesWu Fengguang2010-01-161-1/+1
* power: fix kernel-doc notationRandy Dunlap2010-01-111-4/+5
* devtmpfs: unlock mutex in case of string allocation errorKay Sievers2009-12-231-2/+5
* Driver core: export platform_device_register_data as a GPL symbolMichael Hennerich2009-12-231-0/+1
* driver core: Prevent reference to freed memory on error pathPhil Carmody2009-12-231-1/+1
* Driver-core: Fix bogus 0 error return in device_add()Thomas Gleixner2009-12-231-1/+3
* Driver core: driver_attribute parameters can often be const*Phil Carmody2009-12-231-2/+2
* 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
* devtmpfs: Convert dirlock to a mutexThomas Gleixner2009-12-231-7/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2009-12-222-22/+151
|\
| * PM / Runtime: Use device type and device class callbacksRafael J. Wysocki2009-12-221-0/+45
| * PM: Use pm_runtime_put_sync in system resumeAlan Stern2009-12-211-2/+2
| * PM: Measure device suspend and resume timesRafael J. Wysocki2009-12-181-0/+27
| * PM: Make the initcall_debug style timing for suspend/resume completeRafael J. Wysocki2009-12-181-20/+77