summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Driver model: add ISA busRene Herman2006-06-212-0/+181
* [PATCH] Driver Core: Make dev_info and friends print the bus name if there is...Alan Stern2006-06-211-0/+16
* [PATCH] Driver core: add proper symlinks for devicesGreg Kroah-Hartman2006-06-211-0/+11
* [PATCH] Driver core: add generic "subsystem" link to all devicesKay Sievers2006-06-213-2/+11
* [PATCH] Driver core: allow struct device to have a dev_tGreg Kroah-Hartman2006-06-212-1/+162
* [PATCH] Driver core: change make_class_name() to take kobjectsGreg Kroah-Hartman2006-06-212-14/+18
* [PATCH] firmware_class: s/semaphores/mutexesLaura Garcia2006-06-211-11/+11
* [PATCH] Driver core: PM_DEBUG device suspend() messages become informativeDavid Brownell2006-06-211-1/+16
* [PATCH] Driver Core: Add /sys/hypervisor when neededMichael Holzheu2006-06-215-0/+30
* [PATCH] Driver Core: Fix platform_device_add to use device_addRussell King2006-06-211-1/+1
* [PATCH] Driver Core: Allow sysdev_class have attributesShaohua Li2006-06-211-1/+50
* [PATCH] Driver Core: remove unused exportsGreg Kroah-Hartman2006-06-214-18/+4Star
* [PATCH] platform_bus learns about modaliasDavid Brownell2006-06-211-0/+33
* [PATCH] Driver Core: CONFIG_DEBUG_PM covers drivers/base/power tooDavid Brownell2006-06-211-0/+3
* [PATCH] Driver core: class_device_add needs error checksStephen Hemminger2006-06-211-18/+54
* [PATCH] Driver core: bus device event delayKay Sievers2006-06-213-5/+21
* [PATCH] revert "swsusp add check for suspension of X controlled devices"Andrew Morton2006-06-011-4/+1Star
* [PATCH] drivers/base/firmware_class.c: cleanupsAdrian Bunk2006-05-211-31/+8Star
* [CLASS DEVICE]: add attribute_group creationStephen Hemminger2006-05-071-0/+32
* [PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman2006-04-261-1/+1
* [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/+6Star
* [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/+1Star
* [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-081-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-151-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-122-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/+0Star
* [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/+1Star