summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day2007-02-172-2/+2
* [PATCH] Drop __get_zone_counts()Christoph Lameter2007-02-111-7/+2
* devres: device resource managementTejun Heo2007-02-098-0/+940
* Driver Core: Increase the default timeout value of the firmware subsystemDave Jones2007-02-071-1/+1
* Driver core: allow to delay the uevent at device creation timeKay Sievers2007-02-071-1/+2
* Driver core: add device_type to struct deviceKay Sievers2007-02-071-18/+39
* Driver core: add uevent vars for devices of a classKay Sievers2007-02-071-12/+34
* driver core: Change function call order in device_bind_driver().Cornelia Huck2007-02-071-2/+6
* driver core: Don't stop probing on ->probe errors.Cornelia Huck2007-02-071-7/+6
* driver core fixes: device_register() retval check in platform.cCornelia Huck2007-02-071-2/+9
* driver core fixes: make_class_name() retval checksCornelia Huck2007-02-072-13/+25
* driver core: Allow device_move(dev, NULL).Cornelia Huck2007-02-071-29/+47
* driver core: Remove device_is_registered() in device_move().Cornelia Huck2007-02-071-4/+0
* [PATCH] fix kernel-doc warnings in 2.6.20-rc1Randy Dunlap2006-12-221-0/+1
* Driver core: Make platform_device_add_data accept a const pointerScott Wood2006-12-131-1/+1
* Driver core: "platform_driver_probe() can save codespace": save codespaceAndrew Morton2006-12-131-1/+1
* driver core: delete virtual directory on class_unregister()Akinobu Mita2006-12-131-0/+2
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
* 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
OpenPOWER on IntegriCloud