aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
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
2007-04-27Driver core: warn when userspace writes to the uevent file in a non-supported...Kay Sievers
2007-04-27Driver core: make uevent-environment available in uevent-fileKay Sievers
2007-04-27Driver core: remove use of rwsemGreg Kroah-Hartman
2007-04-27Driver core: add suspend() and resume() to struct device_typeDmitry Torokhov
2007-04-27Driver core: switch firmware_class to uevent_suppress.Cornelia Huck
2007-04-27Driver core: suppress uevents via filterCornelia Huck
2007-04-27Driver core: remove unneeded completion from driver release pathGreg Kroah-Hartman
2007-04-27driver core: don't fail attaching the device if it cannot be boundCornelia Huck
2007-04-27driver core: per-subsystem multithreaded probingCornelia Huck
2007-04-27Driver core: add name to device_typeKay Sievers
2007-04-27driver core: Use attribute groups in struct device_typeDmitry Torokhov
2007-04-27Driver core: udev triggered device-<>driver bindingKay Sievers
2007-04-27dev_printk and new-style class devicesJean Delvare
2007-04-27driver core: fix namespace issue with devices assigned to classesKay Sievers
2007-04-27driver core: fix device_add error pathDmitriy Monakhov
2007-04-11[PATCH] PM: use kobject_name() to access kobject namesDmitry Torokhov
2007-04-04[PATCH] remove protection of LANANA-reserved majorsAndrew Morton
2007-04-01driver core: do not wait unnecessarily in driver_unregister()Linus Torvalds
2007-03-15[PATCH] sysfs and driver core: add callback helper, used by SCSI and S390Alan Stern
2007-03-09driver core: export device_renameJohannes Berg
2007-03-09Driver core: add device symlink back to sysfsGreg Kroah-Hartman
2007-03-09devres: release resources on device_del()Tejun Heo
2007-02-23Driver core: fix error by cleanup up symlinks properlyJames Simmons
2007-02-23Driver core: remove class_device_renameGreg Kroah-Hartman
2007-02-20[PATCH] rework reserved major handlingAndrew Morton
2007-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2007-02-17Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day
2007-02-16Driver core: device_add_attrs() cleanupAndrew Morton
2007-02-16Driver: remove redundant kobject_unregister checksMariusz Kozlowski
2007-02-11[PATCH] Drop __get_zone_counts()Christoph Lameter