summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] fix __user annotations in drivers/base/memory.cAl Viro2006-02-071-1/+1
* [PATCH] Fix Userspace interface breakage in power/statePavel Machek2006-02-061-8/+16
* [PATCH] drivers/base/: proper prototypesAdrian Bunk2006-02-065-5/+10
* [PATCH] Fix compiler warning in driver core for CONFIG_HOTPLUG=NRussell King2006-02-061-0/+3
* [PATCH] Export cpu topology in sysfsZhang, Yanmin2006-02-032-0/+149
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-141-1/+1
* [PATCH] device_shutdown can loop if the driver frees itselfMichael Richardson2006-01-131-2/+2
* [PATCH] platform-device-del typo fixJean Delvare2006-01-131-1/+1
* [PATCH] Add bus_type probe, remove, shutdown methods.Russell King2006-01-133-3/+19
* [PATCH] move capable() to capability.hRandy.Dunlap2006-01-112-1/+2
* [PATCH] DocBook: fix kernel-doc commentsMartin Waitz2006-01-101-2/+2
* [PATCH] kdump: export per cpu crash notes pointer through sysfs (fix)Vivek Goyal2006-01-101-2/+0
* [PATCH] kdump: export per cpu crash notes pointer through sysfsVivek Goyal2006-01-101-0/+32
* [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
OpenPOWER on IntegriCloud