aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2010-04-09Revert "memory-hotplug: add 0x prefix to HEX block_size_bytes"Gravatar Linus Torvalds 1-1/+1
2010-04-07nodemask: include slab.h from drivers/base/node.cGravatar Tejun Heo 1-1/+1
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Gravatar Linus Torvalds 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 12-1/+11
2010-03-27[SCSI] attirbute_container: Initialize sysfs attributes with sysfs_attr_initGravatar James Bottomley 1-0/+1
2010-03-24power: support _noirq actions on device types and classesGravatar Dominik Brodowski 1-0/+31
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 6-17/+49
2010-03-19driver core: numa: fix BUILD_BUG_ON for node_read_distanceGravatar David Rientjes 1-2/+5
2010-03-19driver-core: document ERR_PTR() return valuesGravatar Jani Nikula 3-0/+14
2010-03-19sysdev: the cpu probe/release attributes should be sysdev_class_attributesGravatar Stephen Rothwell 1-8/+8
2010-03-19driver-core: fix missing kernel-doc in firmware_classGravatar Randy Dunlap 1-0/+1
2010-03-19Driver core: Early platform kernel-doc updateGravatar Magnus Damm 1-7/+20
2010-03-19sysfs: use sysfs_bin_attr_init in firmware class driverGravatar Jiri Kosina 1-0/+1
2010-03-17memory hotplug: allow setting of phys_deviceGravatar Heiko Carstens 1-5/+10
2010-03-07Driver core: create lock/unlock functions for struct deviceGravatar Greg Kroah-Hartman 3-39/+39
2010-03-07driver core: Use sysfs_rename_link in device_renameGravatar Eric W. Biederman 1-12/+6
2010-03-07Driver core: Fix first line of kernel-doc for a few functionsGravatar Ben Hutchings 2-9/+9
2010-03-07Driver core: make struct platform_driver.id_table constGravatar Uwe Kleine-König 1-1/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeGravatar Emese Revfy 4-6/+6
2010-03-07sysdev: fix up the probe/release attributesGravatar Greg Kroah-Hartman 1-8/+8
2010-03-07kobject: Constify struct kset_uevent_opsGravatar Emese Revfy 3-3/+3
2010-03-07driver-core: firmware_class: remove base.h header inclusionGravatar Luis R. Rodriguez 1-1/+0
2010-03-07Driver-Core: require valid action string in uevent triggerGravatar Kay Sievers 1-8/+3
2010-03-07Driver-Core: disable /sbin/hotplug by defaultGravatar Kay Sievers 1-1/+9
2010-03-07Driver-Core: devtmpfs - remove EXPERIMENTAL and flush out the descriptionGravatar Kay Sievers 1-17/+24
2010-03-07Driver-Core: devtmpfs - reset inode permissions before unlinkingGravatar Kay Sievers 1-0/+13
2010-03-07driver core: Add class_attr_string for simple read-only stringGravatar Andi Kleen 1-0/+10
2010-03-07driver-core: Add attribute argument to class_attribute show/storeGravatar Andi Kleen 4-9/+22
2010-03-07sysdev: Fix type of sysdev class attribute in memory driverGravatar Andi Kleen 1-3/+4
2010-03-07sysdev: Use sysdev_class attribute arrays in node driverGravatar Andi Kleen 1-15/+16
2010-03-07sysdev: Convert node driverGravatar Andi Kleen 1-40/+17
2010-03-07sysfs: Add attribute array to sysdev classesGravatar Andi Kleen 1-1/+8
2010-03-07sysdev: Convert cpu driver sysdev class attributesGravatar Andi Kleen 1-16/+21
2010-03-07sysdev: Convert node driver class attributes to be data drivenGravatar Andi Kleen 1-47/+18
2010-03-07sysdev: Pass attribute in sysdev_class attributes show/storeGravatar Andi Kleen 3-10/+20
2010-03-07Driver core: add platform_create_bundle() helperGravatar Dmitry Torokhov 1-0/+58
2010-03-07driver-core: fix race condition in get_device_parent()Gravatar Tejun Heo 1-2/+11
2010-03-06PM: Provide generic subsystem-level callbacksGravatar Rafael J. Wysocki 2-0/+234
2010-02-26PM: Allow device drivers to use dpm_wait()Gravatar Rafael J. Wysocki 1-0/+11
2010-02-26PM: Start asynchronous resume threads upfrontGravatar Rafael J. Wysocki 1-19/+24
2010-02-26PM: Add facility for advanced testing of async suspend/resumeGravatar Rafael J. Wysocki 1-0/+49
2010-02-26PM: Add a switch for disabling/enabling asynchronous suspend/resumeGravatar Rafael J. Wysocki 2-6/+7
2010-02-26PM: Asynchronous suspend and resume of devicesGravatar Rafael J. Wysocki 1-6/+109
2010-02-26PM: Add parent information to timing messagesGravatar Rafael J. Wysocki 1-2/+3
2010-02-26PM / Runtime: Add sysfs switch for disabling device run-time PMGravatar Rafael J. Wysocki 2-0/+96
2010-02-16class: Free the class private data in class_releaseGravatar Laurent Pinchart 1-0/+2
2010-01-20Revert "sysdev: fix prototype for memory_sysdev_class show/store functions"Gravatar Greg Kroah-Hartman 1-20/+12
2010-01-20driver-core: fix devtmpfs crash on s390Gravatar Heiko Carstens 1-1/+2
2010-01-16sysdev: fix prototype for memory_sysdev_class show/store functionsGravatar Wu Fengguang 1-12/+20
2010-01-16memory-hotplug: add 0x prefix to HEX block_size_bytesGravatar Wu Fengguang 1-1/+1