summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2008-04-23bus_remove_device: be more careful about incomplete initializationRafael J. Wysocki
2008-04-23Relax check on adding children of suspended devicesRafael J. Wysocki
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds
2008-04-20SCSI: convert struct class_device to struct deviceTony Jones
2008-04-20driver core: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-20PM: Remove destroy_suspended_device()Rafael J. Wysocki
2008-04-20Driver core: make device_is_registered() work for class devicesGreg Kroah-Hartman
2008-04-20PM: Make wakeup flags available whenever CONFIG_PM is setAlan Stern
2008-04-20Driver core: Call device_pm_add() after bus_add_device() in device_add()Rafael J. Wysocki
2008-04-20PM: Handle device registrations during suspend/resumeRafael J. Wysocki
2008-04-20sysdev: detect multiple driver registrationsBen Dooks
2008-04-20driver core: cpu: fix section mismatch in cpu.c:store_onlineSam Ravnborg
2008-04-20power_state: remove it from driver corePavel Machek
2008-04-20driver core: register_memory/unregister_memory clean ups and bugfixBadari Pulavarty
2008-04-20driver core: memory: semaphore to mutexDaniel Walker
2008-04-19cpumask: add show cpu map functionsMike Travis
2008-04-19cpumask: use new cpus_scnprintf functionMike Travis
2008-04-19nodemask: use new node_to_cpumask_ptr functionMike Travis
2008-04-19Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox
2008-04-07[SCSI] transport_class: BUG if we can't release the attribute containerJames Bottomley
2008-03-28driver core: fix small mem leak in driver_add_kobj()Jesper Juhl
2008-03-25driver 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-22Merge 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-06Merge 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-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2008-01-30docbook: 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-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2008-01-25Driver core: coding style fixesGreg Kroah-Hartman
2008-01-25Driver Core: add class iteration apiDave Young