summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2006-12-071-3/+3
|\
| * [PATCH] i386: change the 'no_control' field to 'hotpluggable' in the struct cpuSiddha, Suresh B2006-12-071-3/+3
* | [PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar2006-12-071-2/+0
* | [PATCH] driver/base/memory.c: handle errors properlyAndrew Morton2006-12-071-11/+23
* | [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* | [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-071-1/+1
* | [PATCH] add numa node information to struct deviceChristoph Hellwig2006-12-071-0/+1
|/
* [PATCH] severing module.h->sched.hAl Viro2006-12-041-0/+1
* Driver core: platform_driver_probe(), can save codespaceDavid Brownell2006-12-011-0/+48
* driver core: Use klist_remove() in device_move()Cornelia Huck2006-12-011-2/+2
* driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck2006-12-011-0/+92
* Driver core: make drivers/base/core.c:setup_parent() staticAdrian Bunk2006-12-011-2/+2
* driver core: Introduce device_find_child().Cornelia Huck2006-12-011-0/+33
* cpu topology: consider sysfs_create_group return valueHeiko Carstens2006-12-011-23/+32
* Driver core: Call platform_notify_remove laterBenjamin Herrenschmidt2006-12-011-1/+1
* Driver core: convert firmware code to use struct deviceGreg Kroah-Hartman2006-12-011-62/+57
* CONFIG_SYSFS_DEPRECATED - class symlinksKay Sievers2006-12-011-51/+98
* CONFIG_SYSFS_DEPRECATED - PHYSDEV* uevent variablesKay Sievers2006-12-011-0/+4
* CONFIG_SYSFS_DEPRECATED - device symlinksKay Sievers2006-12-011-4/+14
* CONFIG_SYSFS_DEPRECATED - bus symlinksKay Sievers2006-12-011-3/+17
* Driver core: make old versions of udev work properlyGreg Kroah-Hartman2006-12-011-14/+45
* Driver Core: Move virtual_device_parent() to core.cGreg Kroah-Hartman2006-12-012-17/+17
* Driver core: fix "driver" symlink timingKay Sievers2006-12-011-30/+52
* Driver core: add notification of bus eventsBenjamin Herrenschmidt2006-12-013-0/+36
* [PATCH] Fix device_attribute memory leak in device_delCatalin Marinas2006-11-251-1/+3
* [PATCH] move SYS_HYPERVISOR inside the Generic Driver menuRandy Dunlap2006-10-281-2/+2
* [PATCH] drivers: wait for threaded probes between initcall levelsAndrew Morton2006-10-271-0/+30
* driver core: kmalloc() failure check in driver_probe_deviceAkinobu Mita2006-10-181-0/+2
* Driver core: bus: remove indentation levelJeff Garzik2006-10-181-37/+40
* Driver core: Don't ignore error returns from probingAlan Stern2006-10-182-3/+8
* Driver core: Don't leak 'old_class_name' in drivers/base/core.c::device_rename()Jesper Juhl2006-10-181-3/+6
* driver core fixes: sysfs_create_group() retval in topology.cCornelia Huck2006-10-181-2/+1
* driver core fixes: device_create_file() retval check in dmapool.cCornelia Huck2006-10-181-2/+11
* driver core fixes: device_add() cleanup on errorCornelia Huck2006-10-181-3/+7
* driver core fixes: bus_add_device() cleanup on errorCornelia Huck2006-10-181-4/+15
* driver core fixes: bus_add_attrs() retval checkCornelia Huck2006-10-181-1/+5
* driver core fixes: sysfs_create_link() retval check in class.cCornelia Huck2006-10-181-1/+4
* Fix dev_printk() is now GPL-onlyMatthew Wilcox2006-10-181-1/+1
* Driver core: plug device probe memory leakDuncan Sands2006-10-181-1/+1
* [PATCH] hot-add-mem x86_64: use CONFIG_MEMORY_HOTPLUG_SPARSEKeith Mannthey2006-10-011-1/+1
* [PATCH] kthread: drivers/base/firmware_class.cSukadev Bhattiprolu2006-09-291-6/+6
* [PATCH] Fix parameter names in drivers/base/class.cRolf Eike Beer2006-09-291-4/+4
* [PATCH] x86 microcode: using request_firmware to pull microcodeShaohua Li2006-09-271-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-09-2610-179/+577
|\
| * Driver core: Remove unneeded routines from driver coreAlan Stern2006-09-252-32/+2
| * Driver core: Fix potential deadlock in driver coreAlan Stern2006-09-252-2/+8
| * Driver Core: add ability for drivers to do a threaded probeGreg Kroah-Hartman2006-09-251-27/+81
| * drivers/base: check errorsAndrew Morton2006-09-253-46/+100
| * drivers/base: Platform notify needs to occur before drivers attach to the deviceBrian Walsh2006-09-251-4/+4
| * Driver core: fixed add_bind_files() definitionYoichi Yuasa2006-09-251-1/+1
OpenPOWER on IntegriCloud