summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-181-14/+29
|\
| * Merge branch 'iommu/largepages' into amd-iommu/2.6.35Joerg Roedel2010-05-111-14/+29
| |\
| | * iommu-api: Remove iommu_{un}map_range functionsJoerg Roedel2010-03-071-24/+2
| | * iommu-api: Add ->{un}map callbacks to iommu_opsJoerg Roedel2010-03-071-0/+6
| | * iommu-api: Add iommu_map and iommu_unmap functionsJoerg Roedel2010-03-071-0/+31
| | * iommu-api: Rename ->{un}map function pointers to ->{un}map_rangeJoerg Roedel2010-03-071-2/+2
* | | platform: Make platform resource input parameters constGeert Uytterhoeven2010-05-171-2/+2
|/ /
* | Revert "memory-hotplug: add 0x prefix to HEX block_size_bytes"Linus Torvalds2010-04-091-1/+1
* | nodemask: include slab.h from drivers/base/node.cTejun Heo2010-04-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2010-04-051-0/+1
|\ \
| * | [SCSI] attirbute_container: Initialize sysfs attributes with sysfs_attr_initJames Bottomley2010-03-271-0/+1
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3012-1/+11
|/ /
* | power: support _noirq actions on device types and classesDominik Brodowski2010-03-241-0/+31
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-03-196-17/+49
|\ \
| * | driver core: numa: fix BUILD_BUG_ON for node_read_distanceDavid Rientjes2010-03-191-2/+5
| * | driver-core: document ERR_PTR() return valuesJani Nikula2010-03-193-0/+14
| * | sysdev: the cpu probe/release attributes should be sysdev_class_attributesStephen Rothwell2010-03-191-8/+8
| * | driver-core: fix missing kernel-doc in firmware_classRandy Dunlap2010-03-191-0/+1
| * | Driver core: Early platform kernel-doc updateMagnus Damm2010-03-191-7/+20
| * | sysfs: use sysfs_bin_attr_init in firmware class driverJiri Kosina2010-03-191-0/+1
* | | memory hotplug: allow setting of phys_deviceHeiko Carstens2010-03-171-5/+10
|/ /
* | 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
OpenPOWER on IntegriCloud