summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2010-05-18Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-14/+29
2010-05-17platform: Make platform resource input parameters constGeert Uytterhoeven-2/+2
2010-05-11Merge branch 'iommu/largepages' into amd-iommu/2.6.35Joerg Roedel-14/+29
2010-04-09Revert "memory-hotplug: add 0x prefix to HEX block_size_bytes"Linus Torvalds-1/+1
2010-04-07nodemask: include slab.h from drivers/base/node.cTejun Heo-1/+1
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-1/+11
2010-03-27[SCSI] attirbute_container: Initialize sysfs attributes with sysfs_attr_initJames Bottomley-0/+1
2010-03-24power: support _noirq actions on device types and classesDominik Brodowski-0/+31
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds-17/+49
2010-03-19driver core: numa: fix BUILD_BUG_ON for node_read_distanceDavid Rientjes-2/+5
2010-03-19driver-core: document ERR_PTR() return valuesJani Nikula-0/+14
2010-03-19sysdev: the cpu probe/release attributes should be sysdev_class_attributesStephen Rothwell-8/+8
2010-03-19driver-core: fix missing kernel-doc in firmware_classRandy Dunlap-0/+1
2010-03-19Driver core: Early platform kernel-doc updateMagnus Damm-7/+20
2010-03-19sysfs: use sysfs_bin_attr_init in firmware class driverJiri Kosina-0/+1
2010-03-17memory hotplug: allow setting of phys_deviceHeiko Carstens-5/+10
2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman-39/+39
2010-03-07driver core: Use sysfs_rename_link in device_renameEric W. Biederman-12/+6
2010-03-07Driver core: Fix first line of kernel-doc for a few functionsBen Hutchings-9/+9
2010-03-07Driver core: make struct platform_driver.id_table constUwe Kleine-König-1/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy-6/+6
2010-03-07sysdev: fix up the probe/release attributesGreg Kroah-Hartman-8/+8
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy-3/+3
2010-03-07driver-core: firmware_class: remove base.h header inclusionLuis R. Rodriguez-1/+0
2010-03-07Driver-Core: require valid action string in uevent triggerKay Sievers-8/+3
2010-03-07Driver-Core: disable /sbin/hotplug by defaultKay Sievers-1/+9
2010-03-07Driver-Core: devtmpfs - remove EXPERIMENTAL and flush out the descriptionKay Sievers-17/+24
2010-03-07Driver-Core: devtmpfs - reset inode permissions before unlinkingKay Sievers-0/+13
2010-03-07driver core: Add class_attr_string for simple read-only stringAndi Kleen-0/+10
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen-9/+22
2010-03-07sysdev: Fix type of sysdev class attribute in memory driverAndi Kleen-3/+4
2010-03-07sysdev: Use sysdev_class attribute arrays in node driverAndi Kleen-15/+16
2010-03-07sysdev: Convert node driverAndi Kleen-40/+17
2010-03-07sysfs: Add attribute array to sysdev classesAndi Kleen-1/+8
2010-03-07sysdev: Convert cpu driver sysdev class attributesAndi Kleen-16/+21
2010-03-07sysdev: Convert node driver class attributes to be data drivenAndi Kleen-47/+18
2010-03-07sysdev: Pass attribute in sysdev_class attributes show/storeAndi Kleen-10/+20
2010-03-07Driver core: add platform_create_bundle() helperDmitry Torokhov-0/+58
2010-03-07driver-core: fix race condition in get_device_parent()Tejun Heo-2/+11
2010-03-07iommu-api: Remove iommu_{un}map_range functionsJoerg Roedel-24/+2
2010-03-07iommu-api: Add ->{un}map callbacks to iommu_opsJoerg Roedel-0/+6
2010-03-07iommu-api: Add iommu_map and iommu_unmap functionsJoerg Roedel-0/+31
2010-03-07iommu-api: Rename ->{un}map function pointers to ->{un}map_rangeJoerg Roedel-2/+2
2010-03-06PM: Provide generic subsystem-level callbacksRafael J. Wysocki-0/+234
2010-02-26PM: Allow device drivers to use dpm_wait()Rafael J. Wysocki-0/+11
2010-02-26PM: Start asynchronous resume threads upfrontRafael J. Wysocki-19/+24
2010-02-26PM: Add facility for advanced testing of async suspend/resumeRafael J. Wysocki-0/+49
2010-02-26PM: Add a switch for disabling/enabling asynchronous suspend/resumeRafael J. Wysocki-6/+7
2010-02-26PM: Asynchronous suspend and resume of devicesRafael J. Wysocki-6/+109