summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] sched: mc/smt power savings sched policySiddha, Suresh B2006-06-271-1/+9
* [PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit onlyChandra Seetharaman2006-06-271-1/+1
* [PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman2006-06-271-1/+1
* [PATCH] add poison.h and patch primary usersRandy Dunlap2006-06-271-2/+1
* [PATCH] node hotplug: register cpu: remove node structKAMEZAWA Hiroyuki2006-06-272-10/+44
* [PATCH] Register sysfs file for hotplugged new nodeYasunori Goto2006-06-271-0/+25
* [PATCH] pgdat allocation for new node add (specify node id)Yasunori Goto2006-06-271-1/+3
* [PATCH] core: use list_move()Akinobu Mita2006-06-262-12/+7
* Enable minimal per-device resume tracingLinus Torvalds2006-06-241-0/+4
* Add some basic resume trace facilitiesLinus Torvalds2006-06-242-0/+229
* [PATCH] Driver core: fix locking issues with the devices that are attached to...Greg Kroah-Hartman2006-06-221-8/+11
* [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/+4
* [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-05-311-4/+1
* [PATCH] drivers/base/firmware_class.c: cleanupsAdrian Bunk2006-05-211-31/+8
* [CLASS DEVICE]: add attribute_group creationStephen Hemminger2006-05-061-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/+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