aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* firmware: remove orphaned EmailMarkus Rechberger2007-06-081-2/+2
* Driver core: kill unused codeStephen Hemminger2007-06-081-13/+0
* Driver core: keep PHYSDEV for old struct class_deviceKay Sievers2007-06-082-42/+27
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-05-092-17/+17
|\
| * drivers/base/platform.c: fix small typo in docMárton Németh2007-05-091-1/+1
| * devres: kernel-doc and DocBookRandy Dunlap2007-05-091-16/+16
* | Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-091-0/+3
|/
* fix hotplug for legacy platform driversDavid Brownell2007-05-081-0/+18
* Introduce CONFIG_HAS_DMAHeiko Carstens2007-05-071-2/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-05-048-46/+51
|\
| * remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-027-42/+40
| * platform: reorder platform_device_delJean Delvare2007-05-021-3/+5
| * Driver core: fix show_uevent from taking up way too much stackGreg Kroah-Hartman2007-05-021-1/+6
* | PCI: remove the broken PCI_MULTITHREAD_PROBE optionAdrian Bunk2007-05-021-38/+3
|/
* drivers/base/attribute_container.c: use mutex instead of binary semaphoreMatthias Kaehlcke2007-04-271-13/+13
* define platform wakeup hook, use in pci_enable_wake()David Brownell2007-04-271-0/+3
* device_schedule_callback() needs a module referenceAlan Stern2007-04-271-6/+10
* Driver core: use mutex instead of semaphore in DMA pool handlerMatthias Kaehlcke2007-04-271-7/+7
* driver core: bus_add_driver should return an error if no busGreg Kroah-Hartman2007-04-271-1/+1
* Driver core: warn when userspace writes to the uevent file in a non-supported...Kay Sievers2007-04-271-0/+3
* Driver core: make uevent-environment available in uevent-fileKay Sievers2007-04-271-1/+49
* Driver core: remove use of rwsemGreg Kroah-Hartman2007-04-271-2/+0
* Driver core: add suspend() and resume() to struct device_typeDmitry Torokhov2007-04-272-1/+24
* Driver core: switch firmware_class to uevent_suppress.Cornelia Huck2007-04-271-8/+2
* Driver core: suppress uevents via filterCornelia Huck2007-04-271-2/+3
* Driver core: remove unneeded completion from driver release pathGreg Kroah-Hartman2007-04-272-22/+13
* driver core: don't fail attaching the device if it cannot be boundCornelia Huck2007-04-274-13/+11
* driver core: per-subsystem multithreaded probingCornelia Huck2007-04-271-31/+31
* Driver core: add name to device_typeKay Sievers2007-04-271-0/+5
* driver core: Use attribute groups in struct device_typeDmitry Torokhov2007-04-271-46/+69
* Driver core: udev triggered device-<>driver bindingKay Sievers2007-04-271-6/+78
* dev_printk and new-style class devicesJean Delvare2007-04-271-1/+2
* driver core: fix namespace issue with devices assigned to classesKay Sievers2007-04-272-18/+66
* driver core: fix device_add error pathDmitriy Monakhov2007-04-271-9/+0
* [PATCH] PM: use kobject_name() to access kobject namesDmitry Torokhov2007-04-111-2/+4
* [PATCH] remove protection of LANANA-reserved majorsAndrew Morton2007-04-041-14/+0
* driver core: do not wait unnecessarily in driver_unregister()Linus Torvalds2007-04-011-1/+8
* [PATCH] sysfs and driver core: add callback helper, used by SCSI and S390Alan Stern2007-03-151-0/+29
* driver core: export device_renameJohannes Berg2007-03-091-1/+1
* Driver core: add device symlink back to sysfsGreg Kroah-Hartman2007-03-091-8/+13
* devres: release resources on device_del()Tejun Heo2007-03-091-0/+7
* Driver core: fix error by cleanup up symlinks properlyJames Simmons2007-02-231-1/+30
* Driver core: remove class_device_renameGreg Kroah-Hartman2007-02-231-42/+0
* [PATCH] rework reserved major handlingAndrew Morton2007-02-201-0/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-02-192-2/+2
|\
| * Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day2007-02-172-2/+2
* | Driver core: device_add_attrs() cleanupAndrew Morton2007-02-161-12/+10
* | Driver: remove redundant kobject_unregister checksMariusz Kozlowski2007-02-161-2/+1
|/
* [PATCH] Drop __get_zone_counts()Christoph Lameter2007-02-111-7/+2