aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAge
* Detach sched.h from mm.hAlexey Dobriyan2007-05-21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-05-09
|\
| * drivers/base/platform.c: fix small typo in docMárton Németh2007-05-09
| * devres: kernel-doc and DocBookRandy Dunlap2007-05-09
* | Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-09
|/
* fix hotplug for legacy platform driversDavid Brownell2007-05-08
* Introduce CONFIG_HAS_DMAHeiko Carstens2007-05-07
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-05-04
|\
| * remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-02
| * platform: reorder platform_device_delJean Delvare2007-05-02
| * Driver core: fix show_uevent from taking up way too much stackGreg Kroah-Hartman2007-05-02
* | PCI: remove the broken PCI_MULTITHREAD_PROBE optionAdrian Bunk2007-05-02
|/
* drivers/base/attribute_container.c: use mutex instead of binary semaphoreMatthias Kaehlcke2007-04-27
* define platform wakeup hook, use in pci_enable_wake()David Brownell2007-04-27
* device_schedule_callback() needs a module referenceAlan Stern2007-04-27
* Driver core: use mutex instead of semaphore in DMA pool handlerMatthias Kaehlcke2007-04-27
* driver core: bus_add_driver should return an error if no busGreg Kroah-Hartman2007-04-27
* Driver core: warn when userspace writes to the uevent file in a non-supported...Kay Sievers2007-04-27
* Driver core: make uevent-environment available in uevent-fileKay Sievers2007-04-27
* Driver core: remove use of rwsemGreg Kroah-Hartman2007-04-27
* Driver core: add suspend() and resume() to struct device_typeDmitry Torokhov2007-04-27
* Driver core: switch firmware_class to uevent_suppress.Cornelia Huck2007-04-27
* Driver core: suppress uevents via filterCornelia Huck2007-04-27
* Driver core: remove unneeded completion from driver release pathGreg Kroah-Hartman2007-04-27
* driver core: don't fail attaching the device if it cannot be boundCornelia Huck2007-04-27
* driver core: per-subsystem multithreaded probingCornelia Huck2007-04-27
* Driver core: add name to device_typeKay Sievers2007-04-27
* driver core: Use attribute groups in struct device_typeDmitry Torokhov2007-04-27
* Driver core: udev triggered device-<>driver bindingKay Sievers2007-04-27
* dev_printk and new-style class devicesJean Delvare2007-04-27
* driver core: fix namespace issue with devices assigned to classesKay Sievers2007-04-27
* driver core: fix device_add error pathDmitriy Monakhov2007-04-27
* [PATCH] PM: use kobject_name() to access kobject namesDmitry Torokhov2007-04-11
* [PATCH] remove protection of LANANA-reserved majorsAndrew Morton2007-04-05
* driver core: do not wait unnecessarily in driver_unregister()Linus Torvalds2007-04-01
* [PATCH] sysfs and driver core: add callback helper, used by SCSI and S390Alan Stern2007-03-15
* driver core: export device_renameJohannes Berg2007-03-09
* Driver core: add device symlink back to sysfsGreg Kroah-Hartman2007-03-09
* devres: release resources on device_del()Tejun Heo2007-03-09
* Driver core: fix error by cleanup up symlinks properlyJames Simmons2007-02-23
* Driver core: remove class_device_renameGreg Kroah-Hartman2007-02-23
* [PATCH] rework reserved major handlingAndrew Morton2007-02-20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-02-19
|\
| * Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day2007-02-17
* | Driver core: device_add_attrs() cleanupAndrew Morton2007-02-16
* | Driver: remove redundant kobject_unregister checksMariusz Kozlowski2007-02-16
|/
* [PATCH] Drop __get_zone_counts()Christoph Lameter2007-02-11
* devres: device resource managementTejun Heo2007-02-09
* Driver Core: Increase the default timeout value of the firmware subsystemDave Jones2007-02-07
* Driver core: allow to delay the uevent at device creation timeKay Sievers2007-02-07