summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Driver core: bus.c cleanupsAdrian Bunk2006-07-131-2/+3
* [PATCH] Driver core: kernel-doc in drivers/base/core.c correctionsHenrik Kretzschmar2006-07-131-15/+15
* [PATCH] Driver core: fix driver-core kernel-docRandy Dunlap2006-07-131-3/+3
* [PATCH] don't select CONFIG_HOTPLUGAndrew Morton2006-07-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-07-017-7/+0Star
|\
| * Remove obsolete #include <linux/config.h>Jörn Engel2006-06-307-7/+0Star
* | [PATCH] Use Zoned VM Counters for NUMA statisticsChristoph Lameter2006-06-301-28/+6Star
* | [PATCH] zoned vm counters: conversion of nr_bounce to per zone counterChristoph Lameter2006-06-301-0/+2
* | [PATCH] zoned vm counters: conversion of nr_unstable to per zone counterChristoph Lameter2006-06-301-2/+2
* | [PATCH] zoned vm counters: conversion of nr_writeback to per zone counterChristoph Lameter2006-06-301-4/+1Star
* | [PATCH] zoned vm counters: conversion of nr_dirty to per zone counterChristoph Lameter2006-06-301-3/+1Star
* | [PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterChristoph Lameter2006-06-301-0/+2
* | [PATCH] zoned vm counters: conversion of nr_slab to per zone counterChristoph Lameter2006-06-301-3/+1Star
* | [PATCH] zoned vm counters: split NR_ANON_PAGES off from NR_FILE_MAPPEDChristoph Lameter2006-06-301-0/+2
* | [PATCH] zoned vm counters: conversion of nr_pagecache to per zone counterChristoph Lameter2006-06-301-0/+2
* | [PATCH] zoned vm counters: convert nr_mapped to per zone counterChristoph Lameter2006-06-301-3/+1Star
|/
* [PATCH] sched: mc/smt power savings sched policySiddha, Suresh B2006-06-281-1/+9
* [PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit onlyChandra Seetharaman2006-06-281-1/+1
* [PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman2006-06-281-1/+1
* [PATCH] add poison.h and patch primary usersRandy Dunlap2006-06-281-2/+1Star
* [PATCH] node hotplug: register cpu: remove node structKAMEZAWA Hiroyuki2006-06-282-10/+44
* [PATCH] Register sysfs file for hotplugged new nodeYasunori Goto2006-06-281-0/+25
* [PATCH] pgdat allocation for new node add (specify node id)Yasunori Goto2006-06-281-1/+3
* [PATCH] core: use list_move()Akinobu Mita2006-06-262-12/+7Star
* 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-231-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/+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