aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2008-03-24driver core: debug for bad dev_attr_show() return value.Andrew Morton
2008-03-10drivers: fix dma_get_required_maskJames Bottomley
2008-03-10sysdev: fix problem with sysdev_class being re-registeredGreg Kroah-Hartman
2008-03-04Driver core: Fix cleanup when failing device_add().Cornelia Huck
2008-03-04driver core: Remove dpm_sysfs_remove() from error path of device_add()Rafael J. Wysocki
2008-03-04PM: fix new mutex-locking bug in the PM coreAlan Stern
2008-03-04PM: Do not acquire device semaphores upfront during suspendRafael J. Wysocki
2008-03-03docbook: fix kernel-api source filesRandy Dunlap
2008-02-21Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2008-02-21PM: Remove unbalanced mutex_unlock() from dpm_resume()Rafael J. Wysocki
2008-02-21Driver core: Fix error handling in bus_add_driver().Cornelia Huck
2008-02-21driver-core: fix kernel-doc function parametersRandy Dunlap
2008-02-21PM: Make suspend_device() staticAdrian Bunk
2008-02-07Driver core: Revert "Fix Firmware class name collision"Michael E Brown
2008-02-06register_cpu __devinit or __cpuinitRandy Dunlap
2008-02-05Merge branch 'dmapool' of git://git.kernel.org/pub/scm/linux/kernel/git/willy...Linus Torvalds
2008-02-02Driver core: Remove unneeded get_{device,driver}() calls.Cornelia Huck
2008-02-02driver core: convert to use class_find_device apiDave Young
2008-02-02PM: Export device_pm_schedule_removalRafael J. Wysocki
2008-02-01PM: Make PM_TRACE more architecture independentJohannes Berg
2008-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2008-01-31docbook: fix drivers/base/class warningRandy Dunlap
2008-01-28convert drivers/base/power/Makefile to ccflagsJohannes Berg
2008-01-27Driver core: add bus_find_device_by_name functionGreg Kroah-Hartman
2008-01-27Driver core: Fix up build when CONFIG_BLOCK=NGreg Kroah-Hartman
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2008-01-24Driver core: coding style fixesGreg Kroah-Hartman
2008-01-24Driver Core: add class iteration apiDave Young
2008-01-24Driver core: Cleanup get_device_parent() in device_add() and device_move()Cornelia Huck
2008-01-24Driver Core: constify the name passed to platform_device_register_simpleStephen Rothwell
2008-01-24driver core: fix build with SYSFS=nRandy Dunlap
2008-01-24Driver core: use LIST_HEAD instead of call to INIT_LIST_HEAD in __initDenis Cheng
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman
2008-01-24Kobject: auto-cleanup on final unrefKay Sievers
2008-01-24Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman
2008-01-24Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman
2008-01-24Driver core: convert block from raw kobjects to core devicesKay Sievers
2008-01-24Driver core: fix class glue dir cleanup logicKay Sievers
2008-01-24Driver core: fix race in __device_release_driverAlan Stern
2008-01-24Kobject: change drivers/base/bus to use kobject_init_and_addGreg Kroah-Hartman
2008-01-24Driver core: clean up debugging messagesGreg Kroah-Hartman
2008-01-24Driver core: move the static kobject out of struct driverGreg Kroah-Hartman
2008-01-24Driver core: move the driver specific module code into the driver coreGreg Kroah-Hartman
2008-01-24Driver: add driver_add_kobj for looney iseries_veth driverGreg Kroah-Hartman
2008-01-24driver core: Introduce default attribute groups.Cornelia Huck
2008-01-24driver core: remove fields from struct bus_typeGreg Kroah-Hartman
2008-01-24driver core: add way to get to bus device klistGreg Kroah-Hartman
2008-01-24driver core: add way to get to bus ksetGreg Kroah-Hartman
2008-01-24Kobject: convert drivers/base/core.c to use kobject_init/add_ng()Greg Kroah-Hartman