summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] pm: print name of failed suspend functionAndrew Morton2006-04-141-0/+12
* [PATCH] driver core: driver_bind attribute returns incorrect valueRyan Wilson2006-04-141-0/+5
* [PATCH] driver core: fix unnecessary NULL check in drivers/base/class.cJayachandran C2006-04-141-7/+6
* [PATCH] driver core: safely unbind drivers for devices not on a busAlan Stern2006-04-141-1/+1
* [PATCH] Fix NULL pointer dereference in node_read_numastat()Christoph Lameter2006-04-111-1/+1
* [PATCH] Notifier chain update: API changesAlan Stern2006-03-271-4/+4
* [PATCH] Check if cpu can be onlined before calling smp_prepare_cpu()Ashok Raj2006-03-251-8/+1
* [PATCH] swsusp: add check for suspension of X-controlled devicesRafael J. Wysocki2006-03-231-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-03-221-1/+1
|\
| * Fix "frist", "fisrt", typosUwe Zeisberger2006-03-221-1/+1
* | Merge ../linux-2.6James Bottomley2006-03-214-15/+18
|\ \ | |/
| * [PATCH] get_cpu_sysdev() signedness fixAndrew Morton2006-03-201-1/+1
| * [PATCH] firmware: fix BUG: in fw_realloc_bufferJeff Moyer2006-03-201-2/+4
| * [PATCH] kobj_map semaphore to mutex conversionJes Sorensen2006-03-201-10/+11
| * [PATCH] driver core: platform_get_irq*(): return -ENXIO on errorDavid Vrabel2006-03-201-2/+2
* | [SCSI] drivers/base/bus.c - export reprobeMoore, Eric2006-03-141-0/+22
|/
* [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
OpenPOWER on IntegriCloud