summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] memhotplug: register_memory should be globalAndy Whitcroft2006-01-061-2/+1
* [PATCH] memhotplug: register_ and unregister_memory_notifier should be globalAndy Whitcroft2006-01-061-2/+2
* [PATCH] pcmcia: merge suspend into device modelDominik Brodowski2006-01-061-0/+1
* [PATCH] drivers/base/power/runtime.c: #if 0 dpm_set_power_state()Adrian Bunk2006-01-041-0/+2
* [PATCH] Driver core: only all userspace bind/unbind if CONFIG_HOTPLUG is enabledGreg Kroah-Hartman2006-01-041-4/+22
* [PATCH] Driver Core: Rearrange exports in platform.cDmitry Torokhov2006-01-041-11/+10
* [PATCH] Driver Core: Add platform_device_del()Dmitry Torokhov2006-01-041-15/+30
* [PATCH] Allow overlapping resources for platform devicesKumar Gala2006-01-041-1/+1
* [PATCH] Hold the device's parent's lock during probe and removeAlan Stern2006-01-042-2/+28
* [PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers2006-01-046-87/+86
* [PATCH] drivers/base/memory.c: unexport the static (sic) memory_sysdev_classAdrian Bunk2005-12-151-1/+0
* [PATCH] Small fixes to driver coreAlan Stern2005-11-232-17/+12
* [PATCH] fix leaks in request_firmware_nowaitmatthieu castet2005-11-131-4/+11
* [DRIVER MODEL] Add platform_driverRussell King2005-11-091-0/+73
* [PATCH] fix remaining missing includesTim Schmielau2005-11-071-0/+1
* [DRIVER MODEL] Improved dynamically allocated platform_device interfaceRussell King2005-11-051-27/+126
* Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds2005-10-311-1/+1
|\
| * Create platform_device.h to contain all the platform device details.Russell King2005-10-291-1/+1
* | [PATCH] fix missing includesTim Schmielau2005-10-303-0/+3
* | [PATCH] firmware: fix all kernel-doc warningsRandy Dunlap2005-10-301-28/+41
* | [PATCH] introduce get_cpu_sysdev() to retrieve a sysfs entry for a cpu.Ashok Raj2005-10-301-2/+14
* | [PATCH] memory hotplug: move section_mem_map alloc to sparse.cDave Hansen2005-10-291-4/+1
* | [PATCH] memory hotplug: sysfs and add/remove functionsDave Hansen2005-10-293-0/+458
|/
* [PATCH] USB: fix pm patches with CONFIG_PM off part 2Andrew Morton2005-10-281-13/+0
* [PATCH] root hub changes (lesser half)David Brownell2005-10-281-0/+1
* [PATCH] one less word in struct deviceDavid Brownell2005-10-281-23/+3
* [PATCH] kernel-doc: drivers/base fixesRandy Dunlap2005-10-282-3/+4
* [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King2005-10-281-14/+6
* [PATCH] drivers/base - fix sparse warningsBen Dooks2005-10-286-8/+22
* [PATCH] Driver Core: add the ability for class_device structures to be nestedGreg Kroah-Hartman2005-10-281-44/+81
* [PATCH] add sysfs attr to re-emit device hotplug eventKay Sievers2005-10-282-2/+30
* [PATCH] Driver core: pass interface to class interface methodsDmitry Torokhov2005-10-281-4/+4
* [PATCH] Driver core: send hotplug event before adding class interfacesDmitry Torokhov2005-10-281-1/+2
* [PATCH] driver model wakeup flagsDavid Brownell2005-10-282-0/+74
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-081-3/+2
* [PATCH] fix class symlinks in sysfsBill Nottingham2005-09-221-0/+13
* [PATCH] Driver Core: fis bus rescan devices raceDaniel Ritz2005-09-221-0/+3
* [PATCH] drivers/base/*: use kzalloc instead of kmalloc+memsetJiri Slaby2005-09-135-18/+12
* [PATCH] dmapool: Fix "nocast type" warningsVictor Fusco2005-09-101-1/+2
* [SCSI] Re-do "final klist fixes"Linus Torvalds2005-09-071-4/+20
* [PATCH] fix klist semantics for lists which have elements removed on traversalJames Bottomley2005-09-073-4/+62
* [SCSI] Revert "final klist fixes"Linus Torvalds2005-09-071-20/+4
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6 Linus Torvalds2005-09-072-17/+88
|\
| * Merge by hand (conflicts in sd.c)James Bottomley2005-09-061-22/+45
| |\
| | * [SCSI] attribute container final klist fixesJames Bottomley2005-08-301-4/+20
| | * [SCSI] correct attribute_container list usageJames Bottomley2005-08-301-22/+29
| * | Merge HEAD from ../scsi-misc-2.6-tmp James Bottomley2005-08-282-7/+55
| |\ \ | | |/
| | * [SCSI] fix transport class corner case after reworkJames Bottomley2005-08-282-1/+6
| | * [SCSI] correct transport class abstraction to work outside SCSIJames Bottomley2005-08-142-6/+49
* | | [PATCH] modified firmware_class.c to support no hotplugAbhay Salunke2005-09-071-29/+50
OpenPOWER on IntegriCloud