summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)Author
2007-09-19Driver core: fix deprectated sysfs structure for nested class devicesDmitry Torokhov
2007-07-31CPU online file permissionUlrich Drepper
2007-07-30driver core: revert "device" link creation checkCornelia Huck
2007-07-30kernel-doc fixes for PCI and drivers/base/Randy Dunlap
2007-07-30kobject: put kobject_actions in kobject.hGreg Kroah-Hartman
2007-07-29Introduce CONFIG_SUSPEND for suspend-to-Ram and standbyRafael J. Wysocki
2007-07-26Fix ThinkPad T42 poweroff failure introduced by by "PM: Introduce pm_power_of...Rafael J. Wysocki
2007-07-21x86: PM_TRACE supportNigel Cunningham
2007-07-19PM: Do not require dev spew to get PM_DEBUGBen Collins
2007-07-18Driver core: check return code of sysfs_create_link()Cornelia Huck
2007-07-18PM: remove deprecated dpm_runtime_* routinesAlan Stern
2007-07-18PM: Remove deprecated sysfs filesAlan Stern
2007-07-18Driver core: accept all valid action-strings in uevent-triggerKay Sievers
2007-07-16dma: make dma pool to use kmalloc_nodeYinghai Lu
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui
2007-07-11driver-core: make devt_attr and uevent_attr staticTejun Heo
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo
2007-07-11Driver core: coding style cleanupCornelia Huck
2007-07-11PM: Do not check parent state in suspend and resume core codeRafael J. Wysocki
2007-07-11PM: Remove power_state.event checks from suspend core codeRafael J. Wysocki
2007-07-11PM: Remove prev_state from struct dev_pm_infoRafael J. Wysocki
2007-07-11Driver core: fix devres_release_all() return valueAdrian Bunk
2007-07-11driver core: fix kernel doc of device_release_driverStefan Richter
2007-07-11driver core: properly get driver in device_release_driverStefan Richter
2007-07-11Driver core: include linux/mutex.h from attribute_container.cMichael S. Tsirkin
2007-07-11PM: Simplify suspend_deviceRafael J. Wysocki
2007-07-11PM: Remove pm_parent from struct dev_pm_infoRafael J. Wysocki
2007-07-11Power Management: use mutexes instead of semaphoresMatthias Kaehlcke
2007-07-11sysdev: use mutex instead of semaphoreMatthias Kaehlcke
2007-07-11Driver core: add missing kset ueventKay Sievers
2007-06-08firmware: remove orphaned EmailMarkus Rechberger
2007-06-08Driver core: kill unused codeStephen Hemminger
2007-06-08Driver core: keep PHYSDEV for old struct class_deviceKay Sievers
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki
2007-05-09drivers/base/platform.c: fix small typo in docMárton Németh
2007-05-09devres: kernel-doc and DocBookRandy Dunlap
2007-05-08fix hotplug for legacy platform driversDavid Brownell
2007-05-07Introduce CONFIG_HAS_DMAHeiko Carstens
2007-05-04Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2007-05-02PCI: remove the broken PCI_MULTITHREAD_PROBE optionAdrian Bunk
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman
2007-05-02platform: reorder platform_device_delJean Delvare
2007-05-02Driver core: fix show_uevent from taking up way too much stackGreg Kroah-Hartman
2007-04-27drivers/base/attribute_container.c: use mutex instead of binary semaphoreMatthias Kaehlcke
2007-04-27define platform wakeup hook, use in pci_enable_wake()David Brownell
2007-04-27device_schedule_callback() needs a module referenceAlan Stern
2007-04-27Driver core: use mutex instead of semaphore in DMA pool handlerMatthias Kaehlcke
2007-04-27driver core: bus_add_driver should return an error if no busGreg Kroah-Hartman