summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* driver core: fix small mem leak in driver_add_kobj()Jesper Juhl2008-03-281-1/+4
* driver core: debug for bad dev_attr_show() return value.Andrew Morton2008-03-241-0/+5
* drivers: fix dma_get_required_maskJames Bottomley2008-03-101-1/+1
* sysdev: fix problem with sysdev_class being re-registeredGreg Kroah-Hartman2008-03-101-0/+4
* Driver core: Fix cleanup when failing device_add().Cornelia Huck2008-03-041-2/+3
* driver core: Remove dpm_sysfs_remove() from error path of device_add()Rafael J. Wysocki2008-03-041-1/+0
* PM: fix new mutex-locking bug in the PM coreAlan Stern2008-03-041-1/+1
* PM: Do not acquire device semaphores upfront during suspendRafael J. Wysocki2008-03-042-98/+16
* docbook: fix kernel-api source filesRandy Dunlap2008-03-031-3/+1
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-02-211-1/+1
|\
| * PM: Make suspend_device() staticAdrian Bunk2008-02-211-1/+1
* | PM: Remove unbalanced mutex_unlock() from dpm_resume()Rafael J. Wysocki2008-02-211-1/+0
* | Driver core: Fix error handling in bus_add_driver().Cornelia Huck2008-02-211-4/+5
* | driver-core: fix kernel-doc function parametersRandy Dunlap2008-02-212-0/+4
|/
* Driver core: Revert "Fix Firmware class name collision"Michael E Brown2008-02-071-1/+2
* register_cpu __devinit or __cpuinitRandy Dunlap2008-02-061-1/+1
* Merge branch 'dmapool' of git://git.kernel.org/pub/scm/linux/kernel/git/willy...Linus Torvalds2008-02-052-482/+1
|\
| * Move dmapool.c to mm/ directoryMatthew Wilcox2007-12-042-482/+1
* | Driver core: Remove unneeded get_{device,driver}() calls.Cornelia Huck2008-02-022-12/+5
* | driver core: convert to use class_find_device apiDave Young2008-02-021-21/+11
* | PM: Export device_pm_schedule_removalRafael J. Wysocki2008-02-022-1/+1
* | PM: Make PM_TRACE more architecture independentJohannes Berg2008-02-011-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-01-313-24/+49
|\ \
| * | Driver core: add bus_find_device_by_name functionGreg Kroah-Hartman2008-01-271-12/+29
| * | Driver core: Fix up build when CONFIG_BLOCK=NGreg Kroah-Hartman2008-01-272-12/+20
* | | docbook: fix drivers/base/class warningRandy Dunlap2008-01-311-1/+1
* | | convert drivers/base/power/Makefile to ccflagsJohannes Berg2008-01-281-6/+2
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-01-251-2/+12
|\ \
| * | [SCSI] attribute_container: update to use the group interfaceJames Bottomley2008-01-231-2/+12
| |/
* | Driver core: coding style fixesGreg Kroah-Hartman2008-01-248-583/+545
* | Driver Core: add class iteration apiDave Young2008-01-241-0/+133
* | Driver core: Cleanup get_device_parent() in device_add() and device_move()Cornelia Huck2008-01-241-15/+14
* | Driver Core: constify the name passed to platform_device_register_simpleStephen Rothwell2008-01-241-1/+1
* | driver core: fix build with SYSFS=nRandy Dunlap2008-01-242-1/+3
* | Driver core: use LIST_HEAD instead of call to INIT_LIST_HEAD in __initDenis Cheng2008-01-243-10/+1
* | Driver core: change sysdev classes to use dynamic kobject namesKay Sievers2008-01-245-4/+5
* | Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-242-3/+3
* | Kobject: auto-cleanup on final unrefKay Sievers2008-01-241-25/+7
* | Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman2008-01-242-2/+2
* | Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman2008-01-243-6/+6
* | Driver core: convert block from raw kobjects to core devicesKay Sievers2008-01-242-8/+19
* | Driver core: fix class glue dir cleanup logicKay Sievers2008-01-241-112/+94
* | Driver core: fix race in __device_release_driverAlan Stern2008-01-241-3/+2
* | Kobject: change drivers/base/bus to use kobject_init_and_addGreg Kroah-Hartman2008-01-241-6/+4
* | Driver core: clean up debugging messagesGreg Kroah-Hartman2008-01-243-25/+28
* | Driver core: move the static kobject out of struct driverGreg Kroah-Hartman2008-01-246-65/+92
* | Driver core: move the driver specific module code into the driver coreGreg Kroah-Hartman2008-01-243-0/+104
* | Driver: add driver_add_kobj for looney iseries_veth driverGreg Kroah-Hartman2008-01-241-0/+24
* | driver core: Introduce default attribute groups.Cornelia Huck2008-01-241-1/+41
* | driver core: remove fields from struct bus_typeGreg Kroah-Hartman2008-01-246-60/+102
OpenPOWER on IntegriCloud