summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2010-05-203-11/+70
|\
| * PM / platform_bus: Allow runtime PM by defaultMark Brown2010-05-101-3/+3
| * PM / Runtime: Add sysfs debug filesDominik Brodowski2010-05-101-3/+62
| * PM: Allow runtime_suspend methods to call pm_schedule_suspend()Alan Stern2010-05-101-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-05-191-0/+20
|\ \
| * \ Merge branch 'sh/driver-core'Paul Mundt2010-05-131-1/+1
| |\ \
| | * | driver core: Early dev_name() depends on slab_is_available().Paul Mundt2010-05-131-1/+1
| * | | Merge branch 'sh/stable-updates'Paul Mundt2010-04-2613-2/+13
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'sh/stable-updates'Paul Mundt2010-04-051-0/+31
| |\ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'sh/intc-extension', 'sh/dmaengine', 'sh/serial-dma' and 'sh/c...Paul Mundt2010-03-301-0/+20
| |\ \ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | driver core: Convert to kasprintf() for early dev_name().Paul Mundt2010-03-291-7/+8
| | | * | | driver core: Early dev_name() support.Paul Mundt2010-03-101-0/+19
* | | | | | 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
OpenPOWER on IntegriCloud